:root {
  --primary-color: #6d62ff;
  --secondary-color: #ff266f;
  --body-color: #888;
  --black-color: #111;
  --sborder-color: #eee;
}
*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: var(--body-color);
  font-size: 14px;
  line-height: normal;
  font-family: Arial, sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body a {
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
  color: var(--black-color);
  font-weight: 700;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid var(--sborder-color);
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul {
  padding-left: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
body ol {
  padding-left: 5px;
}
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body ::-webkit-scrollbar-track {
  background-color: #eee;
}
body ::-webkit-scrollbar-thumb {
  background: #fafafa;
}
body.boxed-layout {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .body-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .elementor-section-full_width,
body.boxed-layout .elementor-section-boxed {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  left: 0 !important;
  right: 0 !important;
}
body.boxed-layout .container #contents {
  padding: 0;
  overflow: hidden;
}
body.boxed-layout.home-style5,
body.boxed-layout.home-style6,
body.boxed-layout .elementor-section-full_width,
body.boxed-layout .elementor-section-boxed {
  max-width: 1800px;
}
body.boxed-layout.home-style5 .body-wrapper,
body.boxed-layout.home-style6 .body-wrapper,
body.boxed-layout .elementor-section-full_width .body-wrapper,
body.boxed-layout .elementor-section-boxed .body-wrapper {
  max-width: 1800px;
}
body.rtl ul {
  padding-right: 0;
}
body.rtl ul,
body.rtl ol {
  margin-left: 0;
}
body.rtl ol {
  padding-left: 0;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.float {
  float: none !important;
}
table {
  margin-bottom: 20px;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
.alignnone,
.alignwide {
  margin-bottom: 30px;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
  clear: both;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.loading {
  position: relative;
  z-index: 2;
  height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
  background-size: 32px 32px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.rtl .loading:before {
  left: 0 !important;
  right: 0 !important;
}
.loading.clearfix {
  overflow: hidden;
}
.loading.add_to_cart_button:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fff;
}
.loading.button {
  height: auto;
}
.loading.button:before {
  background-color: transparent;
}
ul.breadcrumb {
  margin: 0 0 20px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
.quote-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
}
.container {
  max-width: 1310px;
}
.sale-off,
.swg-outstock,
.swg-newlabel,
.woocommerce span.onsale,
.onsale {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  font-size: 12px;
  background: var(--secondary-color);
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  height: 25px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 5px;
  min-width: 50px;
}
.product-items-layout1 .sale-off,
.product-items-layout1 .swg-outstock,
.product-items-layout1 .swg-newlabel,
.product-items-layout1 .woocommerce span.onsale,
.product-items-layout1 .onsale {
  top: 20px;
  left: 20px;
}
.swg-newlabel {
  background: var(--primary-color);
}
.sale-off.has-newicon {
  top: 40px;
}
.product-items-layout1 .sale-off.has-newicon {
  top: 50px;
}
.swg-outstock {
  background: var(--secondary-color);
}
.woocommerce span.onsale,
.onsale,
.woocommerce .elementor-element.elementor-widget-woocommerce-product-images span.onsale {
  right: auto;
  padding: 0 10px;
  min-height: inherit;
}
.close-login {
  background: #fff;
  color: #000;
}
.close-login:hover {
  background: var(--primary-color);
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.price {
  display: block;
}
.swg-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.swg-socials ul > li {
  display: inline-block;
}
.swg-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
}
.swg-socials ul > li > a:hover {
  color: #faa600;
}
a.sw-quickview,
a.compare,
.item-bottom a.button,
.woocommerce .item-bottom a.button {
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  border-radius: 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
a.sw-quickview:hover,
a.compare:hover,
.item-bottom a.button:hover,
.woocommerce .item-bottom a.button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
a.sw-quickview {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 1000 1000'%3E%3Cpath d='M684.416 676.523c-1.451 1.109-2.859 2.347-4.224 3.712s-2.56 2.731-3.712 4.224c-53.675 51.755-126.677 83.541-207.147 83.541-82.475 0-157.099-33.365-211.2-87.467s-87.467-128.725-87.467-211.2 33.365-157.099 87.467-211.2 128.725-87.467 211.2-87.467 157.099 33.365 211.2 87.467 87.467 128.725 87.467 211.2c0 80.469-31.787 153.472-83.584 207.189zM926.165 865.835l-156.8-156.8c52.523-65.707 83.968-149.035 83.968-239.701 0-106.027-43.008-202.069-112.469-271.531s-165.504-112.469-271.531-112.469-202.069 43.008-271.531 112.469-112.469 165.504-112.469 271.531 43.008 202.069 112.469 271.531 165.504 112.469 271.531 112.469c90.667 0 173.995-31.445 239.701-83.968l156.8 156.8c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331z' fill='%23111'/%3E%3C/svg%3E");
}
a.sw-quickview:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 1000 1000'%3E%3Cpath d='M684.416 676.523c-1.451 1.109-2.859 2.347-4.224 3.712s-2.56 2.731-3.712 4.224c-53.675 51.755-126.677 83.541-207.147 83.541-82.475 0-157.099-33.365-211.2-87.467s-87.467-128.725-87.467-211.2 33.365-157.099 87.467-211.2 128.725-87.467 211.2-87.467 157.099 33.365 211.2 87.467 87.467 128.725 87.467 211.2c0 80.469-31.787 153.472-83.584 207.189zM926.165 865.835l-156.8-156.8c52.523-65.707 83.968-149.035 83.968-239.701 0-106.027-43.008-202.069-112.469-271.531s-165.504-112.469-271.531-112.469-202.069 43.008-271.531 112.469-112.469 165.504-112.469 271.531 43.008 202.069 112.469 271.531 165.504 112.469 271.531 112.469c90.667 0 173.995-31.445 239.701-83.968l156.8 156.8c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331z' fill='%23fff'/%3E%3C/svg%3E");
}
a.compare {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 1000 1000'%3E%3Cpath d='M170.667 469.333v-85.333c0-35.371 14.293-67.285 37.504-90.496s55.125-37.504 90.496-37.504h494.336l-97.835 97.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l170.667-170.667c4.096-4.096 7.168-8.789 9.259-13.824s3.243-10.539 3.243-16.341c0-5.547-1.067-11.136-3.243-16.341-2.091-5.035-5.163-9.728-9.259-13.824l-170.667-170.667c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331l97.835 97.835h-494.336c-58.88 0-112.299 23.936-150.869 62.464s-62.464 91.989-62.464 150.869v85.333c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667zM853.333 554.667v85.333c0 35.371-14.293 67.285-37.504 90.496s-55.125 37.504-90.496 37.504h-494.336l97.835-97.835c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0l-170.667 170.667c-3.925 3.925-7.083 8.619-9.259 13.824s-3.243 10.795-3.243 16.341c0 10.923 4.181 21.845 12.501 30.165l170.667 170.667c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331l-97.835-97.835h494.336c58.88 0 112.299-23.936 150.869-62.464s62.464-91.989 62.464-150.869v-85.333c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667z' fill='%23111'/%3E%3C/svg%3E");
}
a.compare:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 1000 1000'%3E%3Cpath d='M170.667 469.333v-85.333c0-35.371 14.293-67.285 37.504-90.496s55.125-37.504 90.496-37.504h494.336l-97.835 97.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l170.667-170.667c4.096-4.096 7.168-8.789 9.259-13.824s3.243-10.539 3.243-16.341c0-5.547-1.067-11.136-3.243-16.341-2.091-5.035-5.163-9.728-9.259-13.824l-170.667-170.667c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331l97.835 97.835h-494.336c-58.88 0-112.299 23.936-150.869 62.464s-62.464 91.989-62.464 150.869v85.333c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667zM853.333 554.667v85.333c0 35.371-14.293 67.285-37.504 90.496s-55.125 37.504-90.496 37.504h-494.336l97.835-97.835c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0l-170.667 170.667c-3.925 3.925-7.083 8.619-9.259 13.824s-3.243 10.795-3.243 16.341c0 10.923 4.181 21.845 12.501 30.165l170.667 170.667c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331l-97.835-97.835h494.336c58.88 0 112.299-23.936 150.869-62.464s62.464-91.989 62.464-150.869v-85.333c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667z' fill='%23fff'/%3E%3C/svg%3E");
}
a.compare .blockOverlay {
  border-radius: 50%;
}
.item-bottom a.button,
.woocommerce .item-bottom a.button {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 1000 1000'%3E%3Cpath d='M810.667 213.333h-597.333l64-85.333h469.333zM929.877 230.059l-127.744-170.325c-8.363-11.136-21.077-17.024-34.133-17.067h-512c-13.909 0-26.283 6.656-34.133 17.067l-127.744 170.325c-1.835 2.389-3.456 4.992-4.736 7.765-2.773 5.845-4.096 12.075-4.053 18.176v597.333c0 35.328 14.379 67.413 37.504 90.496s55.168 37.504 90.496 37.504h597.333c35.328 0 67.413-14.379 90.496-37.504s37.504-55.168 37.504-90.496v-597.333c0-9.344-3.029-18.005-8.064-24.96-0.171-0.213-0.299-0.427-0.469-0.64zM170.667 298.667h682.667v554.667c0 11.776-4.736 22.4-12.501 30.165s-18.389 12.501-30.165 12.501h-597.333c-11.776 0-22.4-4.736-30.165-12.501s-12.501-18.389-12.501-30.165zM640 426.667c0 35.371-14.293 67.285-37.504 90.496s-55.125 37.504-90.496 37.504-67.285-14.293-90.496-37.504-37.504-55.125-37.504-90.496c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667c0 58.88 23.936 112.299 62.464 150.869s91.989 62.464 150.869 62.464 112.299-23.936 150.869-62.464 62.464-91.989 62.464-150.869c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667z' fill='%23111'/%3E%3C/svg%3E");
}
.item-bottom a.button:hover,
.woocommerce .item-bottom a.button:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 1000 1000'%3E%3Cpath d='M810.667 213.333h-597.333l64-85.333h469.333zM929.877 230.059l-127.744-170.325c-8.363-11.136-21.077-17.024-34.133-17.067h-512c-13.909 0-26.283 6.656-34.133 17.067l-127.744 170.325c-1.835 2.389-3.456 4.992-4.736 7.765-2.773 5.845-4.096 12.075-4.053 18.176v597.333c0 35.328 14.379 67.413 37.504 90.496s55.168 37.504 90.496 37.504h597.333c35.328 0 67.413-14.379 90.496-37.504s37.504-55.168 37.504-90.496v-597.333c0-9.344-3.029-18.005-8.064-24.96-0.171-0.213-0.299-0.427-0.469-0.64zM170.667 298.667h682.667v554.667c0 11.776-4.736 22.4-12.501 30.165s-18.389 12.501-30.165 12.501h-597.333c-11.776 0-22.4-4.736-30.165-12.501s-12.501-18.389-12.501-30.165zM640 426.667c0 35.371-14.293 67.285-37.504 90.496s-55.125 37.504-90.496 37.504-67.285-14.293-90.496-37.504-37.504-55.125-37.504-90.496c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667c0 58.88 23.936 112.299 62.464 150.869s91.989 62.464 150.869 62.464 112.299-23.936 150.869-62.464 62.464-91.989 62.464-150.869c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667z' fill='%23fff'/%3E%3C/svg%3E");
}
.yith-wcwl-add-to-wishlist {
  margin: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button >a {
  display: block;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button >a span {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button >a > i {
  font-size: 16px;
  background: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  color: var(--black-color);
  margin: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: block;
  font-size: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback > i,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback > i {
  font-size: 16px;
  background: var(--primary-color);
  width: 36px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--primary-color);
  text-align: center;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button > a > i,
.yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button > a > i {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 0 0 1px var(--primary-color);
}
.swe-slider {
  display: flex;
}
.item-wrap {
  position: relative;
  height: 100%;
  text-align: start;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 0 15px transparent;
  background: #fff;
  overflow: hidden;
}
.item-wrap .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.item-wrap .item-img > a:before {
  content: '';
  background: rgba(0,0,0,0.1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}
.item-wrap .item-bottom {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  grid-row-gap: 5px;
  justify-content: center;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  z-index: 99;
}
.item-wrap .star-rating {
  float: none !important;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 0.9em;
  width: 6.2em;
  letter-spacing: 0.2em;
  font-family: star;
  color: #ffb400;
  margin-bottom: 10px;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
}
.item-wrap .star-rating:before {
  content: "sssss";
  color: #cfc8d8;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.item-wrap .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.item-wrap .star-rating span:before {
  content: "sssss";
  top: 0;
  position: absolute;
  left: 0;
}
.item-wrap a.button.loading {
  height: auto;
}
.item-wrap a.button.loading:before {
  background-size: 24px;
}
.item-wrap a.button.added {
  background: var(--primary-color) !important;
  position: relative;
  color: #fff !important;
}
.item-wrap a.button.added:after {
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA6klEQVR4nO3Y3QqCQBCG4bnDfig8qHsPCirwEgre2NDqoCLL1Z3pe46MDvRtB1czExERERERMTNgBhyAGliE/lGACjhxV9sfxSZH+6PY9Hlu0QDLJ7FnYGXRKBatrH8aYzTG/qGtB+2z7qExRmPsHmOOMTABtsAmHY/4ilflPvcVsB/qxKPHJs3qZr+AImIfRjrrhRQT20r/+r24iawt6j5LhuhiY3NEFx/bZ7Sb2D6i3cX+Eu029pto97FdosPEfhIdLvaDp6VynqAGWulYK9shOl7sm+i4sS1gCuya18vp7QsRERERETHPLp4V+xSGp93CAAAAAElFTkSuQmCC);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}
.item-wrap:hover {
  z-index: 2;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.item-wrap:hover .item-bottom {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.item-wrap:hover .item-img a:before {
  width: 100%;
}
.item-wrap:hover .woocommerce-loop-product__title {
  color: var(--primary-color);
}
.item-wrap .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 22px;
}
.item-wrap .woocommerce-loop-product__title:hover {
  color: var(--primary-color) !important;
}
.item-wrap .item-content {
  padding: 0 10px 10px;
  text-align: center;
}
.product-items-layout1 .item-wrap .item-img a.button {
  position: absolute;
  bottom: 5px;
  z-index: 99;
  background: #fff;
  left: 5px;
  right: 5px;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 12px;
  color: var(--black-color);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.2s;
  text-align: center;
}
.product-items-layout1 .item-wrap .item-img a.button:hover {
  background: var(--primary-color);
  color: #fff;
}
.product-items-layout1 .item-wrap .item-img a.button:before {
  background: transparent;
}
.product-items-layout1 .item-wrap .item-img a.button.loading:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fff;
}
.product-items-layout1 .item-wrap .item-img a.button.added:after {
  background-position: 90% center;
}
.product-items-layout1 .item-wrap .item-content a.button {
  display: none;
}
.product-items-layout1 .item-wrap .item-bottom {
  opacity: 1;
  transform: translateY(0);
}
.product-items-layout1 .item-wrap .item-bottom a.compare,
.product-items-layout1 .item-wrap .item-bottom a.sw-quickview {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.2s;
}
.product-items-layout1 .item-wrap:hover .item-img a.button {
  transform: translateY(0);
  opacity: 1;
}
.product-items-layout1 .item-wrap:hover .item-bottom a.compare,
.product-items-layout1 .item-wrap:hover .item-bottom a.sw-quickview {
  opacity: 1;
  transform: translateX(0);
}
.price,
.product-price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: var(--secondary-color);
}
.price ins,
.product-price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.price del,
.product-price del,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price del,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price del,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
  color: #aaa;
}
.slick-slider .slick-arrow {
  background: #fff;
  border: 1px solid #ddd;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  font-size: 14px;
}
.slick-slider .slick-arrow:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.swg-load-classic-sidebar .widget {
  border: 0;
  margin-bottom: 20px;
}
.swg-load-classic-sidebar .widget .widget-inner ul > li {
  padding: 2px 0;
}
.swg-load-classic-sidebar .widget .widget-inner ul > li > a {
  background: #f4f4f4;
  color: var(--black-color);
  display: block;
  padding: 7px 10px;
  border: 1px solid transparent;
  line-height: normal;
}
.swg-load-classic-sidebar .widget .widget-inner ul > li > a:hover {
  color: var(--primary-color);
  background: #fff;
  border-color: var(--primary-color);
}
.swg-load-classic-sidebar .widget .widget-inner ul.currency_w > li > a {
  display: none;
}
.swg-load-classic-sidebar .widget .widget-inner #lang_sel ul > li > a {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.swg-load-classic-sidebar .widget .widget-inner #lang_sel ul > li > a img {
  height: 12px;
}
.swg-load-classic-sidebar .widget:last-child {
  margin-bottom: 0;
}
.slick-track {
  padding: 10px 0;
}
.swg-custom-countdown .swe-wrap-head {
  align-items: center;
}
.swg-custom-countdown .swe-wrap-head .swe-title span {
  color: var(--secondary-color);
}
.swg-custom-countdown .swe-wrap-head .button-viewall {
  margin-left: auto;
  color: var(--black-color);
  border-bottom: 1px solid #aaa;
  font-size: 15px;
}
.swg-custom-countdown .swe-wrap-head .button-viewall:before {
  content: '+';
  padding: 0 2px 0 0;
}
.swg-custom-countdown .swe-wrap-head .button-viewall:hover {
  color: var(--primary-color);
}
.swg-custom-countdown .swe-countdown-content {
  display: grid;
  grid-template-columns: 110px calc( 100% - 110px );
  border: 2px solid var(--primary-color);
  border-radius: 20px;
}
.swg-custom-countdown .swe-countdown-content .countdown-info {
  background: var(--primary-color);
  border-radius: 16px;
  padding: 100px 20px 15px 20px;
  background-image: url(../assets/img/icon-clock.png);
  background-repeat: no-repeat;
  background-position: center 20px;
}
.swg-custom-countdown .swe-countdown-content .countdown-info .countdown-times {
  display: grid;
  justify-content: unset;
  grid-row-gap: 10px;
}
.swg-custom-countdown .swe-countdown-content .countdown-info .countdown-times b {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 24px;
  color: var(--primary-color);
  display: block;
}
.swg-custom-countdown .swe-countdown-content .countdown-info .countdown-times span {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.swg-custom-countdown .swe-countdown-content .countdown-info .countdown-times > * {
  padding: 0;
}
.swg-custom-countdown .swe-countdown-content .swe-slider {
  padding: 0px 20px;
}
.swe-woo-countdown-slider.style-2 .countdown-info.bottom {
  position: static;
  margin-top: 22px;
}
.swe-woo-countdown-slider.style-2 .countdown-info.bottom .countdown-times {
  justify-content: center;
  display: grid;
  grid-template-columns: 80px 80px 80px 80px;
  grid-column-gap: 10px;
  padding: 0;
  align-items: center;
}
.swe-woo-countdown-slider.style-2 .countdown-info.bottom .countdown-times > div {
  width: 80px;
  height: 80px;
}
.swe-woo-countdown-slider.style-2 .countdown-info.bottom .countdown-times b {
  padding: 5px;
  border-radius: 5px;
  font-size: 24px;
  display: block;
}
.swe-woo-countdown-slider.style-2 .countdown-info.bottom .countdown-times span {
  font-weight: normal;
  font-size: 12px;
}
.swe-woo-countdown-slider.style-2 .slick-track {
  padding: 0;
}
.swe-woo-countdown-slider.style-2 .item-wrap {
  padding: 0;
}
.swe-woo-countdown-slider.style-2 .item-wrap:hover {
  box-shadow: none;
}
.swe-wrap-post.image-left .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.swe-wrap-post.image-left .swe-wrap-item .swe-wrap-image {
  flex: unset;
}
.swe-wrap-post.image-left .swe-wrap-item {
  column-gap: 30px;
}
.swe-wrap-post.image-left .swe-wrap-item .swe-wrap-content {
  padding: 0;
}
.swe-wrap-post.image-left .swe-wrap-item .swe-wrap-content .post-info > li > a {
  color: var(--primary-color);
}
.swe-wrap-post.image-left .swe-slider ul.slick-dots {
  position: absolute;
  bottom: -40px;
}
.swe-wrap-post .entry-date {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60px;
  width: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
}
.rtl .swe-wrap-post .entry-date {
  right: 10px;
  left: auto;
}
.swe-wrap-post .entry-date .day {
  display: block;
  font-size: 24px;
  color: var(--black-color);
  font-weight: 700;
  margin: 0 0 5px;
}
.swe-wrap-post .entry-date .month {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
}
.swe-categories-slider-custom .slick-track {
  padding: 0;
}
.swe-categories-slider-custom .swe-item .swe-wrap-item {
  border-right: 1px solid #eee;
}
.swe-categories-slider-custom .swe-item .swe-wrap-content {
  position: relative;
}
.swe-categories-slider-custom .swe-item .swe-wrap-content .swe-title >a:hover {
  color: var(--primary-color);
}
.swe-categories-slider-custom .swe-item .swe-wrap-content .childcat-content ul {
  margin: 0;
  list-style: none;
}
.swe-categories-slider-custom .swe-item .swe-wrap-content .childcat-content ul > li > a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  column-gap: 5px;
  padding: 7px 0;
  color: var(--black-color);
}
.swe-categories-slider-custom .swe-item .swe-wrap-content .childcat-content ul > li > a:before {
  content: '';
  height: 1px;
  width: 0;
  background: var(--primary-color);
  transition: all 0.3s ease-out;
}
.swe-categories-slider-custom .swe-item .swe-wrap-content .childcat-content ul > li > a:hover {
  color: var(--primary-color);
}
.swe-categories-slider-custom .swe-item .swe-wrap-content .childcat-content ul > li > a:hover:before {
  width: 15px;
}
.swe-categories-slider-custom .swe-item .swe-wrap-content .viewall {
  position: absolute;
  width: 42px;
  height: 42px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 50%;
  background-color: #fff;
  top: -21px;
  line-height: 42px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.swe-categories-slider-custom .swe-item .swe-wrap-content .viewall svg {
  fill: var(--black-color);
}
.swe-categories-slider-custom .swe-item:hover .swe-wrap-content .viewall {
  background: var(--primary-color);
}
.swe-categories-slider-custom .swe-item:hover .swe-wrap-content .viewall svg {
  fill: #fff;
}
.swe-woo-categories-slider .slick-track {
  padding: 0;
}
.swg-custom-testimonial.swg-testimonial-slider .item .item-content {
  flex-wrap: unset;
}
.swg-custom-testimonial.swg-testimonial-slider .item .item-content img {
  margin-bottom: 0;
}
.swg-custom-testimonial.swg-testimonial-slider .item .item-content .item-content-right h4 {
  background: url(../assets/img/bg-testimonial.png) no-repeat;
  padding: 25px 0 0 70px;
  margin-bottom: 25px;
}
.swg-custom-testimonial .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.swg-custom-testimonial .swe-slider ul.slick-dots {
  position: absolute;
  bottom: -40px;
}
.swg-custom-testimonial.style-2.swg-testimonial-slider .item .item-content {
  flex-wrap: wrap;
  align-items: center;
}
.swg-custom-testimonial.style-2.swg-testimonial-slider .item .item-content img {
  margin: 0 auto 35px;
}
.swg-custom-testimonial.style-2.swg-testimonial-slider .item .item-content .client-comment {
  background: url(../assets/img/bg-testimonial1.png) no-repeat bottom center;
  padding-bottom: 40px;
}
.swg-custom-testimonial.style-2.swg-testimonial-slider .item .item-content .item-content-bottom {
  width: 100%;
}
.swg-custom-testimonial.style-2.swg-testimonial-slider .slick-track {
  padding: 0;
}
.countdown-banner-deal.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.swe-woo-tab-slider.style-2 {
  display: grid;
  grid-template-columns: 28% calc( 72% - 30px );
  grid-column-gap: 30px;
}
.swe-woo-tab-slider.style-2 .slick-track {
  padding: 5px 0;
}
.swe-woo-tab-slider.style-2 .swe-wrap-tab-content {
  overflow: visible;
}
.swe-woo-tab-slider.style-2 .swe-wrap-tab-content .slick-list {
  border-radius: 10px;
  overflow: hidden;
}
.swe-woo-tab-slider.style-2 .swe-wrap-tab-content .slick-list:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 2px;
  border-radius: 10px;
  background: #fff;
}
.swe-woo-tab-slider.style-2 .swe-wrap-head-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.swe-woo-tab-slider.style-2 .swe-wrap-tab-head.tabs-button .swe-button {
  margin-left: auto;
}
.swe-woo-tab-slider.style-2 .swe-wrap-tab-head .swe-tab-head .swe-tab-title {
  position: relative;
}
.swe-woo-tab-slider.style-2 .swe-wrap-tab-head .swe-tab-head .swe-tab-title:after {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--black-color);
  top: calc( 50% - 5px );
  right: 20px;
}
.swe-woo-tab-slider.style-2 .swe-wrap-tab-head .swe-tab-head .swe-tab-title.active:after,
.swe-woo-tab-slider.style-2 .swe-wrap-tab-head .swe-tab-head .swe-tab-title:hover:after {
  border-left-color: #fff;
}
.swe-woo-tab-slider .item,
.swe-woo-tab-slider .product {
  vertical-align: top;
}
.swe-woo-tab-slider.layout-style-2 .swe-wrap-head {
  flex-wrap: wrap;
}
.swe-woo-tab-slider.layout-style-2 .swe-wrap-head .swe-wrap-head-title {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.swe-woo-tab-slider.layout-style-2 .swe-wrap-head .swe-wrap-tab-head {
  flex: unset;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.swe-woo-tab-slider.layout-style-2 .swe-wrap-head .swe-wrap-tab-head .swe-tab-head {
  background: #fff;
  border-radius: 30px;
}
.swe-woo-tab-slider.layout-style-2 .swe-slider[data-slides_to_rows="2"] .item-wrap {
  margin-bottom: 30px;
}
.swe-categories-slider-custom-style2 .swe-slider[data-slides_to_rows="2"] .slick-slide > div {
  margin-top: 30px;
}
.swe-categories-slider-custom-style2 .swe-slider[data-slides_to_rows="2"] .slick-slide > div:first-child {
  margin: 0;
}
.swe-categories-slider-custom-style2 .swe-wrap-item {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 20px;
  align-items: center;
}
.swe-categories-slider-custom-style2 .swe-wrap-item .swe-wrap-content {
  width: 100%;
}
.swe-categories-slider-custom-style2 .swe-wrap-item .swe-wrap-content .childcat-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.swe-categories-slider-custom-style2 .swe-wrap-item .swe-wrap-content .childcat-content ul > li > a {
  display: block;
}
.swe-categories-slider-custom-style2 .swe-wrap-item .swe-wrap-content .viewall {
  text-decoration: underline;
  display: block;
  padding-top: 10px;
  color: var(--black-color);
}
.swe-categories-slider-custom-style2 .swe-wrap-item .swe-wrap-content .viewall:hover {
  color: var(--primary-color);
}
.swe-categories-slider-custom-style4 .slick-track {
  padding: 25px 0 7px;
}
.swe-categories-slider-custom-style4 .swe-item {
  border-radius: 20px;
  text-align: center;
}
.swe-categories-slider-custom-style4 .swe-item .swe-wrap-item {
  transform: translate(-20px,-20px);
  transition: all 0.2s;
}
.swe-categories-slider-custom-style4 .swe-item:hover .swe-wrap-item {
  transform: translate(-10px,-10px);
}
.swe-brand-custom {
  padding: 0 50px;
}
.swe-brand-custom .swe-brand-custom-wrapper {
  display: grid;
  align-items: center;
  width: 100%;
  grid-template-columns: 1fr 70% 3fr;
}
.swe-brand-custom .swe-brand-custom-wrapper h2 {
  font-size: 18px;
  color: var(--black-color);
  font-weight: 700;
  margin: 0;
}
.swe-brand-custom .swe-brand-custom-wrapper a.view-more {
  display: block;
  margin-left: auto;
  color: var(--black-color);
  text-decoration: underline;
}
.swe-brand-custom .swe-brand-custom-wrapper a.view-more:hover {
  color: var(--primary-color);
}
.sw-custom-deals .swiper-slide-inner:hover {
  opacity: 0.7;
}
.sw-custom-deals .elementor-swiper-button {
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.sw-custom-deals .elementor-swiper-button.elementor-swiper-button-next {
  left: auto;
  right: -80px;
}
.sw-custom-deals .elementor-swiper-button.elementor-swiper-button-prev {
  left: -80px;
}
.sw-custom-deals .elementor-swiper-button:hover {
  background: var(--primary-color);
}
.sw-custom-deals .elementor-swiper-button:hover svg {
  fill: #fff !important;
}
.slick-slider .slick-arrow {
  border: 0;
  background: #f4f4f4;
  width: 50px;
  height: 50px;
}
.swe-woo-tags-slider.layout-style-1 .slick-track {
  border-bottom: 1px solid var(--sborder-color);
}
.swe-woo-tags-slider.layout-style-1 .swe-wrap-item {
  position: relative;
}
.swe-woo-tags-slider.layout-style-1 .swe-wrap-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  transition: all 0.2s;
  background: var(--primary-color);
  display: block;
}
.swe-woo-tags-slider.layout-style-1 .swe-wrap-item:hover:after {
  width: 100%;
}
.swe-woo-tags-slider.layout-style-2 .swe-wrap-image > a {
  display: block;
  position: relative;
}
.swe-woo-tags-slider.layout-style-2 .swe-wrap-image > a .background-tags {
  position: absolute;
  width: 100%;
  left: 0;
  height: 45%;
  bottom: 0;
  border-radius: 20px;
  opacity: 0.2;
}
.swe-woo-tags-slider.layout-style-2 .swe-wrap-image > a img {
  position: relative;
  z-index: 1;
}
.swe-woo-tags-slider.layout-style-2 .swe-item:hover .swe-wrap-image > a .background-tags {
  display: none;
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: none;
}
.box-contact-map {
  overflow: hidden;
}
.box-contact-address p {
  word-wrap: break-word;
}
.swg-list-images.swg-list-images-slider ul {
  display: flex;
}
.swg-list-images.swg-list-images-slider ul li > a {
  display: flex;
  align-items: center;
}
.swg-list-images.swg-list-images-slider ul li > a h5 {
  margin: 0;
  white-space: nowrap;
}
.swg-list-images.swg-list-images-slider ul li > a:before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.5);
  margin: 0 30px;
}
.box-slider-main3 .swg-list-images.swg-list-images-slider ul li > a:before {
  background: var(--black-color);
}
.swg-list-images.swg-list-images-slider .slick-track {
  padding: 0;
}
.instagram-button {
  position: absolute;
  bottom: calc( 50% - 50px );
  left: calc( 50% - 50px );
}
.sw-lookbook-slider .sw-lookbook-image {
  border-radius: 20px;
}
.pin__icon--add,
.pin__type--area {
  border: 5px solid #fff;
}
.pin__icon--add .pin-label,
.pin__type--area .pin-label {
  font-size: 0;
  background: var(--primary-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: block;
}
.pin__icon--add .pin__title,
.pin__type--area .pin__title {
  font-size: 16px;
  color: var(--black-color);
  border-radius: 5px;
}
.pin__icon--add:hover .pin-label,
.pin__icon--add.pin__opened .pin-label,
.pin__type--area:hover .pin-label,
.pin__type--area.pin__opened .pin-label {
  background: var(--secondary-color);
}
.pin__icon--add:hover .pin__popup,
.pin__icon--add.pin__opened .pin__popup,
.pin__type--area:hover .pin__popup,
.pin__type--area.pin__opened .pin__popup {
  opacity: 1;
  visibility: visible;
}
.pin__icon--add:hover .pin__title,
.pin__icon--add.pin__opened .pin__title,
.pin__type--area:hover .pin__title,
.pin__type--area.pin__opened .pin__title {
  display: none;
}
.pin__icon--add:before,
.pin__type--area:before {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  z-index: 1;
  animation-name: b;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.pin__icon--add .popup__content--product.popup__content,
.pin__type--area .popup__content--product.popup__content {
  padding: 10px;
  border-radius: 20px;
}
.pin__icon--add .popup__content--product.popup__content a img,
.pin__type--area .popup__content--product.popup__content a img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.pin__icon--add .popup__content--product.popup__content h4 > a,
.pin__type--area .popup__content--product.popup__content h4 > a {
  font-size: 16px;
  font-weight: normal;
  color: var(--black-color);
}
.pin__icon--add .popup__content--product.popup__content h4 > a:hover,
.pin__type--area .popup__content--product.popup__content h4 > a:hover {
  color: var(--primary-color);
}
.pin__icon--add .popup__content--product.popup__content p.price,
.pin__type--area .popup__content--product.popup__content p.price {
  font-weight: bold;
  font-size: 16px;
}
.pin__icon--add .popup__content--product.popup__content > div,
.pin__type--area .popup__content--product.popup__content > div {
  display: none;
}
.pin__icon--add .popup__content--product.popup__content:hover a img,
.pin__type--area .popup__content--product.popup__content:hover a img {
  opacity: 0.7;
}
.pin__icon--add .popup__content--product.popup__content:hover h4 > a,
.pin__type--area .popup__content--product.popup__content:hover h4 > a {
  color: var(--primary-color);
}
.pin__icon--add .pin__popup,
.pin__type--area .pin__popup {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-radius: 20px;
}
@keyframes b {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.top-login > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.top-login > ul > li {
  color: var(--body-color);
  display: flex;
  align-items: center;
}
.top-login > ul > li > a {
  font-weight: bold;
}
.top-login > ul > li > a span {
  font-size: 12px;
  display: block;
  color: var(--body-color);
  margin-bottom: 5px;
}
.top-login > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  border-radius: 10px;
  display: none;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
.top-login > ul > li ul > li > a {
  padding: 7px 10px;
  display: block;
}
.top-login > ul > li ul:before {
  content: '';
  display: block;
  left: 0;
  height: 20px;
  top: -20px;
  position: absolute;
  width: 100%;
}
.top-login > ul > li:hover ul {
  display: block;
}
.custom-vertical-menu.elementor-element .swg-menu .mega-title .icon-before-title {
  margin-left: 5px;
}
.header-default {
  background: #1B1A41;
}
.header-default .header-mid .container {
  display: flex;
  padding: 15px;
}
.header-default .header-mid .container .header-cart {
  margin-left: auto;
}
.swg-minicart {
  position: relative;
  float: right;
}
.swg-minicart:hover .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.swg-minicart .top-minicart-icon .cart-contents {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.swg-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  display: block;
  width: 20px;
  height: 20px;
  background: var(--secondary-color);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.swg-minicart .minicart-padding .number-item {
  padding: 15px;
}
.swg-minicart .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 25px;
  width: 300px;
  z-index: 99999;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.255);
}
.swg-minicart .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.swg-minicart .wrapp-minicart .cart-checkout {
  line-height: normal;
}
.swg-minicart .wrapp-minicart .cart-checkout .price-total {
  line-height: 41px;
  padding: 0 20px;
}
.swg-minicart .wrapp-minicart .cart-checkout .price-total .label-price-total {
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.rtl .swg-minicart .wrapp-minicart .cart-checkout .price-total .label-price-total {
  float: right;
}
.swg-minicart .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: right;
}
.rtl .swg-minicart .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: left;
}
.swg-minicart .wrapp-minicart .cart-checkout .price-total .price-total-w span.price span.amount {
  font-weight: 500;
  font-size: 20px;
  color: #6d62ff;
}
.swg-minicart .wrapp-minicart .cart-checkout .cart-links {
  padding: 15px 20px 40px;
  overflow: hidden;
  width: 100%;
}
.swg-minicart .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: left;
}
.rtl .swg-minicart .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: right;
}
.swg-minicart .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: right;
}
.rtl .swg-minicart .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: left;
}
.swg-minicart .wrapp-minicart .cart-checkout .cart-links .cart-link,
.swg-minicart .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: left;
  width: 50%;
}
.rtl .swg-minicart .wrapp-minicart .cart-checkout .cart-links .cart-link,
.rtl .swg-minicart .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: right;
}
.swg-minicart .wrapp-minicart .cart-checkout .cart-links .cart-link a,
.swg-minicart .wrapp-minicart .cart-checkout .cart-links .checkout-link a {
  font-weight: 700;
  border-radius: 4px;
  font-size: 12px;
  color: #000;
  line-height: 43px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 25px;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.swg-minicart .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
.swg-minicart .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
  border: 1px solid #6d62ff;
  color: #fff;
  background-color: #6d62ff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.swg-search form {
  z-index: 5;
}
.swg-menu {
  z-index: 4;
}
.swg-menu .swg-menu-vertical .swg-elementor-menu .showMore {
  padding: 10px 20px 15px;
}
.swg-menu .swg-menu-vertical .swg-elementor-menu .showMore > a {
  background: url(../assets/img/Vertical_More.png) no-repeat left center;
  cursor: pointer;
  padding-left: 50px;
  color: var(--black-color);
}
.swg-menu .swg-menu-vertical .swg-elementor-menu .showMore > a:hover {
  color: var(--primary-color);
}
.swg-menu .swg-elementor-menu > li.dropdown > .dropdown-menu {
  border-radius: 0 0 20px 20px;
  border: 0;
}
.swg-menu .dropdown-menu {
  padding: 20px 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.swg-menu .dropdown-menu > li {
  transition: all 0.2s;
}
.swg-menu .dropdown-menu > li >a {
  border: 0;
}
.swg-menu .dropdown-menu > li:hover {
  padding-left: 10px;
}
.swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu > li:hover {
  padding: 0;
}
.swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu {
  padding: 30px;
}
.swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu .dropdown-sub > li {
  transition: all 0.2s;
}
.swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu .dropdown-sub > li:hover {
  padding-left: 10px;
}
.swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu > .dropdown-submenu > a {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.swg-menu .menu-vertical-img {
  grid-row: 1/span 3;
  grid-column: 3/5;
  align-self: center;
}
.swg-menu .dropdown-menu > li.menu-vertical-img >a {
  padding: 0;
}
.swg-menu .dropdown-menu > li.vertical-menu-img-custom >a {
  padding: 0 10px;
}
.swg-menu .vertical-menu-img-custom > a {
  position: absolute;
  bottom: 0;
}
.swg-main-menu .swg-menu .swg-elementor-menu > li:first-child > a {
  padding-left: 0;
}
.vertical-menu-custom .swg-menu .swg-menu-vertical {
  position: absolute;
  top: calc( 100% + 10px );
  left: -10px;
  right: -10px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: none;
}
.vertical-menu-custom .swg-menu .swg-menu-vertical:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  height: 15px;
  width: 100%;
  left: 0;
}
.vertical-menu-custom .swg-menu:hover .swg-menu-vertical {
  display: block;
}
.home .vertical-menu-custom .elementor-widget-container {
  background: #fff !important;
}
.home .vertical-menu-custom .swg-menu .swg-menu-vertical {
  display: block;
}
.swg-menu .swg-menu-vertical .swg-elementor-menu > li > a {
  border: 0;
}
.swg-custom-menu2 .swg-menu .mega-title {
  background: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.swg-custom-menu2 .swg-menu .swg-menu-vertical {
  padding-top: 30px;
}
.box-right-header1 .elementor-icon {
  vertical-align: top;
}
.box-right-header1 .elementor-menu-cart__toggle .elementor-button svg {
  display: inline-block;
  vertical-align: top;
}
.ares.tp-bullets:after {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.15);
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 20px;
}
.ares.tp-bullets .tp-bullet {
  z-index: 2;
}
.currency_w > li .currency_switcher,
.swg-list-images ul > li ul {
  top: 36px;
  padding: 10px;
  width: inherit;
  border-radius: 0 0 10px 10px;
}
.currency_w > li .currency_switcher:before,
.swg-list-images ul > li ul:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: 10px;
  width: 100%;
}
.currency_w > li .currency_switcher li,
.swg-list-images ul > li ul li {
  margin-bottom: 5px;
  line-height: normal;
}
.currency_w > li .currency_switcher li a,
.swg-list-images ul > li ul li a {
  padding: 5px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
}
.currency_w > li .currency_switcher li a:hover,
.currency_w > li .currency_switcher li a.active,
.swg-list-images ul > li ul li a:hover,
.swg-list-images ul > li ul li a.active {
  border-color: var(--primary-color);
}
.currency_w > li .currency_switcher li:last-child,
.swg-list-images ul > li ul li:last-child {
  margin: 0;
}
.swg-list-images ul > li ul {
  top: 40px;
}
.swg-search form .content-search {
  top: calc( 100% + 20px );
}
.swg-load-classic-sidebar .load-sidebar-content {
  top: 58px;
}
.swg-load-classic-sidebar .load-sidebar-content:before {
  top: -30px;
}
.swg-search form .content-search .search-append .autocomplete-suggestion .media-left .media-body > span {
  color: var(--black-color);
}
.swg-search form .content-search .search-append .autocomplete-suggestion .media-left .media-body > span:hover {
  color: var(--primary-color);
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background-color: transparent;
  border-color: transparent;
}
.rtl .resmenu-container .navbar-toggle {
  float: right;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.resmenu-container .navbar-toggle:hover,
.resmenu-container .navbar-toggle:focus {
  background-color: transparent;
}
.resmenu-container .navbar-toggle:hover .icon-bar,
.resmenu-container .navbar-toggle:focus .icon-bar {
  background-color: var(--primary-color);
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: var(--lighten10);
  z-index: 999;
}
.resmenu-container .menu-responsive-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu {
  display: none;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a {
  padding-left: 25px;
}
.resmenu-container .menu-responsive-wrapper ul > li {
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li > a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  background: #111;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 20px;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:after {
  content: "+";
  font-family: FontAwesome;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown.show:after {
  content: "–";
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:hover {
  color: #fff;
  background: var(--primary-color);
}
.rtl .resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  right: auto;
  left: 0;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > a,
.resmenu-container .menu-responsive-wrapper ul > li.active > a {
  background: #eee;
  color: var(--primary-color);
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: var(--primary-color);
  color: #fff;
}
.resmenu-container .menu-responsive-wrapper ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container .menu-responsive-wrapper ul > li.has-img > a span.menu-img {
  display: block;
  max-width: 40px;
  margin-right: 10px;
}
.resmenu-container.resmenu-container-sidebar {
  font-size: 14px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  min-width: 320px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transform: translate(-350px,0);
  -moz-transform: translate(-350px,0);
  -o-transform: translate(-350px,0);
  -ms-transform: translate(-350px,0);
  transform: translate(-350px,0);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper.open {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.admin-bar .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  top: 46px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner {
  background: #fff;
  position: relative;
  height: 100%;
  overflow-x: auto;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > a {
  color: #333;
  padding: 12px 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
  color: #ccc;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after {
  content: "\f105";
  font-family: FontAwesome;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after {
  content: "\f104";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown.show:after {
  content: "\f107";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:hover {
  color: var(--primary-color);
  background: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown {
  right: auto;
  left: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > a,
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > a {
  color: var(--primary-color);
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > .show-dropdown,
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > .show-dropdown {
  color: var(--primary-color);
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > a {
  padding-left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > ul > li> a {
  padding-left: 20px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs {
  border-top: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li {
  width: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a {
  display: block;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  background: #fafafa;
  color: #999;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before {
  content: '\f036';
  font-family: FontAwesome;
  margin-right: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before {
  margin-right: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a.tab-vertical {
  border-left: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a.tab-vertical:before {
  content: '\f009';
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.active > a {
  color: #333;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .tab-content {
  padding: 0 15px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top {
  padding: 10px;
  background: #fafafa;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 0 1px #e4e4e4;
  -moz-box-shadow: 0 0 0 1px #e4e4e4;
  -o-box-shadow: 0 0 0 1px #e4e4e4;
  -ms-box-shadow: 0 0 0 1px #e4e4e4;
  box-shadow: 0 0 0 1px #e4e4e4;
  background: #fff;
  color: #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-left: 15px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a {
  margin-left: 0;
  margin-right: 15px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content {
  display: none;
  position: absolute;
  right: 10px;
  top: 60px;
  min-width: 120px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -o-box-shadow: 0px 0px 3px #ccc;
  -ms-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  padding: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content {
  right: auto;
  left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav {
  display: block;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav {
  margin-right: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li {
  padding: 0 0 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a {
  padding: 0;
  color: #333;
  border: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a {
  border: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after {
  color: #333;
  float: right;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after {
  float: left;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li:hover > ul {
  left: -10px;
  top: 30px;
  max-height: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li:hover > ul {
  left: auto;
  right: -10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li {
  padding: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a {
  padding: 0;
  border: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after {
  color: #333;
  float: right;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after {
  float: left;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li:hover .currency_switcher {
  left: -10px;
  top: 28px;
  min-width: 122px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li:hover .currency_switcher {
  left: auto;
  right: -10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close {
  position: absolute;
  top: 0px;
  right: -25px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 999;
  line-height: 25px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:after {
  content: "x";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:hover {
  background: var(--primary-color);
}
@media (max-width: 991px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    margin: 3px 0;
    padding: 7px;
    border: 1px #fff solid;
  }
  .header-style1 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 8px 0;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
  .resmenu-container-sidebar .revo_top {
    padding: 0;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search {
    min-width: auto;
    box-shadow: 0 0 0 1px #e4e4e4;
    -webkit-box-shadow: 0 0 0 1px #e4e4e4;
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search input {
    padding: 0 60px 0 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search input {
    border-radius: 4px;
    padding: 0 10px 0 60px;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button {
    background: none;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 40px;
    width: 60px;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button:before {
    color: #999;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button {
    border-radius: 4px 0 0 4px;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
  .resmenu-container-sidebar .topsearch-entry .search-append {
    left: 0;
  }
}
.widget {
  margin-bottom: 20px;
}
.widget:last-child {
  border-bottom: none;
}
.widget .dropdown-menu >li >a {
  white-space: normal;
}
.widget .widget-inner .block-title-widget h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}
.widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
  border-color: var(--sborder-color);
}
.widget .widget-inner ul {
  list-style: none;
  margin: 0;
}
.widget .widget-inner ul > li {
  padding: 7px 0;
}
.widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #888;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget .widget-inner ul > li > a:hover {
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget .widget-inner ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.widget.widget_search {
  border: none;
  padding-bottom: 1px;
  padding: 0;
}
.widget.widget_search .widget-inner .block-title-widget h2 {
  margin-bottom: 20px;
}
.widget.widget_search .searchform .screen-reader-text {
  display: none;
}
.widget.widget_search .searchform > div {
  position: relative;
  border: 1px #eee solid;
  overflow: hidden;
}
.widget.widget_search .searchform > div input[type="text"] {
  width: 80%;
  height: 38px;
  line-height: 38px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 14px;
  text-indent: 10px;
}
.rtl .widget.widget_search .searchform > div input[type="text"] {
  float: right;
}
.widget.widget_search .searchform > div input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.widget.widget_search .searchform > div input::-moz-placeholder {
  color: #c2c2c2;
}
.widget.widget_search .searchform > div input:-ms-input-placeholder {
  color: #c2c2c2;
}
.widget.widget_search .searchform > div input[type="submit"] {
  width: 20%;
  height: 38px;
  line-height: 38px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 0;
  background: url(../assets/img/icon-searh-m.png) no-repeat center center #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .widget.widget_search .searchform > div input[type="submit"] {
  float: right;
}
.widget.widget_search .searchform > div input[type="submit"]:hover {
  background: url(../assets/img/icon-searh-m1.png) no-repeat center center var(--black-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_calendar {
  margin-bottom: 35px;
}
.widget.widget_calendar .calendar_wrap {
  width: 100%;
  margin-top: 10px;
}
.widget.widget_calendar .calendar_wrap #wp-calendar {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.widget.widget_calendar .calendar_wrap #wp-calendar caption {
  font-weight: 500;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td,
.widget.widget_calendar .calendar_wrap #wp-calendar tr th {
  padding: 8px;
  text-align: center;
  border: 1px solid var(--sborder-color);
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td > a,
.widget.widget_calendar .calendar_wrap #wp-calendar tr th > a {
  font-weight: bold;
}
.widget.widget_calendar .calendar_wrap #wp-calendar #today {
  font-weight: bold;
  color: var(--primary-color);
}
.widget.widget_archive .screen-reader-text,
.widget.widget_categories .screen-reader-text {
  display: none;
}
.widget.widget_archive select,
.widget.widget_categories select {
  margin: 20px 0 9px 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
}
.widget.widget_archive ul li {
  position: relative;
}
.widget.widget_archive ul li:before {
  content: "\f073";
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-size: 12px;
  margin-top: 2px;
}
.rtl .widget.widget_archive ul li:before {
  margin-right: 0;
  margin-left: 5px;
}
.widget.widget_text .textwidget p {
  line-height: 24px;
}
.widget.widget_rss .block-title-widget h2 {
  overflow: hidden;
}
.widget.widget_rss .block-title-widget h2 a {
  color: var(--body-color);
}
.widget.widget_rss .block-title-widget h2 span {
  float: left;
}
.widget.widget_rss .block-title-widget h2:before {
  content: '';
}
.widget.widget_rss .block-title-widget h2 img {
  display: inline-block;
  margin-right: 10px;
}
.widget.widget_rss .widget-inner > ul li {
  line-height: 24px;
}
.widget.widget_rss .widget-inner > ul li a {
  padding: 0;
}
.widget.widget_rss .widget-inner > ul li a.rsswidget {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.widget.widget_rss .widget-inner > ul li .rss-date {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.widget.widget_recent_comments .widget-inner ul#recentcomments > li {
  line-height: 22px;
}
.widget.widget_recent_comments .widget-inner ul#recentcomments > li a {
  display: initial;
  vertical-align: inherit;
}
.widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link {
  font-weight: bold;
}
.widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 10px 0 0 0;
}
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid var(--sborder-color);
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_nav_menu .widget-inner ul.menu {
  border: 0;
}
.widget.widget_nav_menu .widget-inner ul.menu > li {
  padding: 0;
  position: relative;
}
.widget.widget_nav_menu .widget-inner ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
.widget.widget_nav_menu .widget-inner ul.menu > li:hover > a {
  color: var(--body-color);
}
.widget.widget_nav_menu .widget-inner ul.menu > li:hover > ul.dropdown-menu {
  display: block;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu {
  position: static;
  display: block;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0;
  float: none;
  padding-left: 15px;
  min-width: auto;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li {
  padding: 0;
  position: relative;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a {
  background-color: transparent;
  color: var(--body-color);
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 0;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:hover,
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:focus {
  background: none;
  color: var(--body-color);
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.menu- {
  display: none;
}
.widget.widget_media_image {
  border: none;
  padding: 0;
}
.widget.widget_rating_filter ul li a {
  font-size: 0;
  color: #c2c2c2;
}
.widget.widget_rating_filter ul li a span {
  font-size: 14px;
}
.widget.sw_brand_filter ul li a {
  position: relative;
}
.widget.sw_brand_filter ul li a:before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px #eee solid;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: var(--body-color);
  background: #fff;
  border: 1px var(--sborder-color) solid;
  font-size: 0;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.widget.sw_brand_filter ul li.active a,
.widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: var(--body-color);
}
.widget.sw_brand_filter ul li.active a:before,
.widget.sw_brand_filter ul li:hover a:before {
  font-size: 12px;
  border: 1px var(--body-color) solid;
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget {
  border: 1px var(--sborder-color) solid;
  padding: 30px 15px;
  margin-bottom: 40px;
  display: none;
}
.above-product-widget .widget {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.rtl .above-product-widget .widget {
  float: right;
}
.above-product-widget .widget .block-title-widget h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--body-color);
  font-weight: 600;
}
.above-product-widget .widget ul {
  list-style: none;
  margin: 0;
}
.above-product-widget .widget ul > li {
  padding: 7px 0;
}
.above-product-widget .widget ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #888;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget ul > li > a:hover {
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.above-product-widget .widget ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 2px 15px 0 0px;
}
.rtl .above-product-widget .widget.widget_product_tag_cloud .tagcloud {
  padding: 2px 0 15px 0;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  background: #f5f5f5;
  padding: 7px 10px;
  border-radius: 4px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud a:hover {
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul {
  padding: 5px 0 0 0;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  margin: 0 0 5px 5px;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li a {
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen {
  border-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover a,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a {
  background: var(--primary-color);
  color: #fff;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li span.count {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a:before {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  border: 1px var(--sborder-color) solid;
  border-radius: 4px;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  border-color: var(--primary-color);
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px var(--sborder-color) solid;
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:before {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  height: 20px;
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .name-color {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  border: 1px var(--primary-color) solid;
}
.above-product-widget .widget.sw_brand_filter ul li a {
  position: relative;
}
.above-product-widget .widget.sw_brand_filter ul li a:before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px #eee solid;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: var(--body-color);
  background: #fff;
  border: 1px var(--sborder-color) solid;
  font-size: 0;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .above-product-widget .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.above-product-widget .widget.sw_brand_filter ul li.active a,
.above-product-widget .widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: var(--body-color);
}
.above-product-widget .widget.sw_brand_filter ul li.active a:before,
.above-product-widget .widget.sw_brand_filter ul li:hover a:before {
  font-size: 12px;
  border: 1px var(--body-color) solid;
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 5px 0 0 0;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid var(--sborder-color);
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e {
  border: 1px var(--sborder-color) solid;
  padding: 30px 15px;
  margin-bottom: 40px;
}
.above-product-widget-e .widget {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.rtl .above-product-widget-e .widget {
  float: right;
}
.above-product-widget-e .widget .block-title-widget h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--body-color);
  font-weight: 600;
}
.above-product-widget-e .widget ul {
  list-style: none;
  margin: 0;
}
.above-product-widget-e .widget ul > li {
  padding: 7px 0;
}
.above-product-widget-e .widget ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #888;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget ul > li > a:hover {
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.above-product-widget-e .widget ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 2px 15px 0 0px;
}
.rtl .above-product-widget-e .widget.widget_product_tag_cloud .tagcloud {
  padding: 2px 0 15px 0;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  background: #f5f5f5;
  padding: 7px 10px;
  border-radius: 4px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud a:hover {
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul {
  padding: 5px 0 0 0;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  margin: 0 0 5px 5px;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li a {
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen {
  border-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover a,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a {
  background: var(--primary-color);
  color: #fff;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li span.count {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a:before {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  border: 1px var(--sborder-color) solid;
  border-radius: 4px;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  border-color: var(--primary-color);
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px var(--sborder-color) solid;
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:before {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  height: 20px;
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .name-color {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  border: 1px var(--primary-color) solid;
}
.above-product-widget-e .widget.sw_brand_filter ul li a {
  position: relative;
}
.above-product-widget-e .widget.sw_brand_filter ul li a:before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px #eee solid;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: var(--body-color);
  background: #fff;
  border: 1px var(--sborder-color) solid;
  font-size: 0;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .above-product-widget-e .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.above-product-widget-e .widget.sw_brand_filter ul li.active a,
.above-product-widget-e .widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: var(--body-color);
}
.above-product-widget-e .widget.sw_brand_filter ul li.active a:before,
.above-product-widget-e .widget.sw_brand_filter ul li:hover a:before {
  font-size: 12px;
  border: 1px var(--body-color) solid;
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 5px 0 0 0;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid var(--sborder-color);
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container h5,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner h5,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container h5,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner h5,
.widget_product_categories .elementor-widget-container h5,
.widget_product_categories .widget-inner h5 {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--black-color);
  margin-bottom: 15px;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul,
.widget_product_categories .elementor-widget-container ul,
.widget_product_categories .widget-inner ul {
  padding: 12px 0;
  list-style: none;
  border: 1px solid #eee;
  border-radius: 20px;
  margin: 0;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li,
.widget_product_categories .elementor-widget-container ul > li,
.widget_product_categories .widget-inner ul > li {
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li > span.child-category-more,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li > span.child-category-more,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li > span.child-category-more,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li > span.child-category-more,
.widget_product_categories .elementor-widget-container ul > li > span.child-category-more,
.widget_product_categories .widget-inner ul > li > span.child-category-more {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li > span.child-category-more svg,
.widget_product_categories .elementor-widget-container ul > li > span.child-category-more svg,
.widget_product_categories .widget-inner ul > li > span.child-category-more svg {
  width: 1em;
  height: 1em;
  fill: var(--black-color);
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li > a,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li > a,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li > a,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li > a,
.widget_product_categories .elementor-widget-container ul > li > a,
.widget_product_categories .widget-inner ul > li > a {
  position: relative;
  padding: 7px 25px;
  display: block;
  margin-right: auto;
  color: var(--black-color);
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li > a:before,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li > a:before,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li > a:before,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li > a:before,
.widget_product_categories .elementor-widget-container ul > li > a:before,
.widget_product_categories .widget-inner ul > li > a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background: #fff;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li > a:after,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li > a:after,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li > a:after,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li > a:after,
.widget_product_categories .elementor-widget-container ul > li > a:after,
.widget_product_categories .widget-inner ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 10px;
  margin-top: -4px;
  width: 8px;
  height: 6px;
  opacity: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjZCRTQyRjY5NUE3MTFFRUI3NDk4M0JGN0JFNTk0RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjZCRTQyRjc5NUE3MTFFRUI3NDk4M0JGN0JFNTk0RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NkJFNDJGNDk1QTcxMUVFQjc0OTgzQkY3QkU1OTRFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NkJFNDJGNTk1QTcxMUVFQjc0OTgzQkY3QkU1OTRFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PijaoC4AAABWSURBVHjaYvj//z8DDiwOxKtwSXID8T4g1gZxvNAkmYF4AxA7gvhMDAwMlkDcwYAA04B4NRDvB3EYQaqAoAKIRYD4AxD/BeJ2uHIko4uAeDq6ewACDAAi/WxeU8RqOAAAAABJRU5ErkJggg==);
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li:last-child,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li:last-child,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li:last-child,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li:last-child,
.widget_product_categories .elementor-widget-container ul > li:last-child,
.widget_product_categories .widget-inner ul > li:last-child {
  border: 0;
  border-radius: 0 0 10px 10px;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li:first-child,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li:first-child,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li:first-child,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li:first-child,
.widget_product_categories .elementor-widget-container ul > li:first-child,
.widget_product_categories .widget-inner ul > li:first-child {
  border-radius: 10px 10px 0 0;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li:hover,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.current-cat,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.active,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li:hover,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.current-cat,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.active,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li:hover,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.current-cat,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.active,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li:hover,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.current-cat,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.active,
.widget_product_categories .elementor-widget-container ul > li:hover,
.widget_product_categories .elementor-widget-container ul > li.current-cat,
.widget_product_categories .elementor-widget-container ul > li.active,
.widget_product_categories .widget-inner ul > li:hover,
.widget_product_categories .widget-inner ul > li.current-cat,
.widget_product_categories .widget-inner ul > li.active {
  background: #fff;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li:hover > a,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.current-cat > a,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.active > a,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li:hover > a,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.current-cat > a,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.active > a,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li:hover > a,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.current-cat > a,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.active > a,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li:hover > a,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.current-cat > a,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.active > a,
.widget_product_categories .elementor-widget-container ul > li:hover > a,
.widget_product_categories .elementor-widget-container ul > li.current-cat > a,
.widget_product_categories .elementor-widget-container ul > li.active > a,
.widget_product_categories .widget-inner ul > li:hover > a,
.widget_product_categories .widget-inner ul > li.current-cat > a,
.widget_product_categories .widget-inner ul > li.active > a {
  color: var(--primary-color);
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li:hover > a:before,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.current-cat > a:before,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.active > a:before,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li:hover > a:before,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.current-cat > a:before,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.active > a:before,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li:hover > a:before,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.current-cat > a:before,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.active > a:before,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li:hover > a:before,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.current-cat > a:before,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.active > a:before,
.widget_product_categories .elementor-widget-container ul > li:hover > a:before,
.widget_product_categories .elementor-widget-container ul > li.current-cat > a:before,
.widget_product_categories .elementor-widget-container ul > li.active > a:before,
.widget_product_categories .widget-inner ul > li:hover > a:before,
.widget_product_categories .widget-inner ul > li.current-cat > a:before,
.widget_product_categories .widget-inner ul > li.active > a:before {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li:hover > a:after,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.current-cat > a:after,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.active > a:after,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li:hover > a:after,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.current-cat > a:after,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.active > a:after,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li:hover > a:after,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.current-cat > a:after,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.active > a:after,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li:hover > a:after,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.current-cat > a:after,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.active > a:after,
.widget_product_categories .elementor-widget-container ul > li:hover > a:after,
.widget_product_categories .elementor-widget-container ul > li.current-cat > a:after,
.widget_product_categories .elementor-widget-container ul > li.active > a:after,
.widget_product_categories .widget-inner ul > li:hover > a:after,
.widget_product_categories .widget-inner ul > li.current-cat > a:after,
.widget_product_categories .widget-inner ul > li.active > a:after {
  opacity: 1;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li:hover > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.current-cat > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.active > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li:hover > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.current-cat > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.active > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li:hover > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.current-cat > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.active > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li:hover > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.current-cat > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.active > span.child-category-more svg,
.widget_product_categories .elementor-widget-container ul > li:hover > span.child-category-more svg,
.widget_product_categories .elementor-widget-container ul > li.current-cat > span.child-category-more svg,
.widget_product_categories .elementor-widget-container ul > li.active > span.child-category-more svg,
.widget_product_categories .widget-inner ul > li:hover > span.child-category-more svg,
.widget_product_categories .widget-inner ul > li.current-cat > span.child-category-more svg,
.widget_product_categories .widget-inner ul > li.active > span.child-category-more svg {
  fill: var(--primary-color);
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.active > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.active > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.active > span.child-category-more svg,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.active > span.child-category-more svg,
.widget_product_categories .elementor-widget-container ul > li.active > span.child-category-more svg,
.widget_product_categories .widget-inner ul > li.active > span.child-category-more svg {
  transform: rotate(180deg);
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li ul.children,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li ul.children,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li ul.children,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li ul.children,
.widget_product_categories .elementor-widget-container ul > li ul.children,
.widget_product_categories .widget-inner ul > li ul.children {
  display: none;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.elementor-element.elementor-widget-wp-widget-categories .elementor-widget-container ul > li.active > ul.children,
.elementor-element.elementor-widget-wp-widget-categories .widget-inner ul > li.active > ul.children,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container ul > li.active > ul.children,
.elementor-element.elementor-widget-wp-widget-woocommerce_product_categories .widget-inner ul > li.active > ul.children,
.widget_product_categories .elementor-widget-container ul > li.active > ul.children,
.widget_product_categories .widget-inner ul > li.active > ul.children {
  height: auto;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.contact-left h3 {
  font-size: 18px;
  color: var(--body-color);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 21px;
}
.contact-left p {
  line-height: 26px !important;
  border-bottom: 1px var(--sborder-color) solid;
  padding-bottom: 17px;
  margin-bottom: 5px;
  font-size: 14px !important;
}
.contact-left ul {
  margin: 0;
}
.contact-left ul li {
  position: relative;
  list-style: none;
  padding: 13px 0 13px 30px !important;
  border-bottom: 1px var(--sborder-color) solid;
  line-height: 20px;
}
.rtl .contact-left ul li {
  padding: 13px 30px 13px 0 !important;
}
.contact-left ul li a {
  color: #666;
}
.contact-left ul li a:hover {
  color: var(--primary-color);
}
.contact-left ul li:first-child:before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  top: 13px;
  left: 0;
  font-size: 20px;
}
.contact-us-v2 .contact-left ul li:first-child:before {
  top: 11px;
}
.rtl .contact-left ul li:first-child:before {
  left: auto;
  right: 0;
}
.contact-left ul li:nth-child(2):before {
  content: "\f0e0";
  font-family: fontawesome;
  position: absolute;
  top: 12px;
  left: 0;
}
.rtl .contact-left ul li:nth-child(2):before {
  left: auto;
  right: 0;
}
.contact-left ul li:last-child {
  border-bottom: none;
}
.contact-left ul li:last-child:before {
  content: "\f095";
  font-family: fontawesome;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 17px;
}
.rtl .contact-left ul li:last-child:before {
  left: auto;
  right: 0;
}
.contact-right h3 {
  font-size: 30px;
  color: var(--body-color);
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-right .wpcf7 .cf-name,
.contact-right .wpcf7 .cf-mail {
  width: 47%;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.rtl .contact-right .wpcf7 .cf-name,
.rtl .contact-right .wpcf7 .cf-mail {
  float: right;
}
.contact-right .wpcf7 .cf-name input,
.contact-right .wpcf7 .cf-mail input {
  width: 100%;
  font-size: 16px;
}
.rtl .contact-right .wpcf7 .cf-name input,
.rtl .contact-right .wpcf7 .cf-mail input {
  text-align: right;
}
.contact-right .wpcf7 .cf-name input::-webkit-input-placeholder,
.contact-right .wpcf7 .cf-mail input::-webkit-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-name input::-moz-placeholder,
.contact-right .wpcf7 .cf-mail input::-moz-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-name input:-ms-input-placeholder,
.contact-right .wpcf7 .cf-mail input:-ms-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-name .wpcf7-form-control-wrap input,
.contact-right .wpcf7 .cf-mail .wpcf7-form-control-wrap input {
  padding: 8px 0;
  border: none;
  border-bottom: 2px var(--sborder-color) solid;
}
.contact-right .wpcf7 .cf-name {
  margin-right: 6%;
}
.rtl .contact-right .wpcf7 .cf-name {
  margin-right: 0;
  margin-left: 6%;
}
.contact-right .wpcf7 .cf-sub {
  width: 100%;
  margin-bottom: 17px;
}
.contact-right .wpcf7 .cf-sub input {
  width: 100%;
  font-size: 16px;
}
.rtl .contact-right .wpcf7 .cf-sub input {
  text-align: right;
}
.contact-right .wpcf7 .cf-sub input::-webkit-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-sub input::-moz-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-sub input:-ms-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-sub .wpcf7-form-control-wrap input {
  padding: 8px 0;
  border: none;
  border-bottom: 2px var(--sborder-color) solid;
}
.contact-right .wpcf7 .your-message textarea {
  min-height: 73px;
  font-size: 16px;
  padding: 8px 0;
  border: none;
  border-bottom: 2px var(--sborder-color) solid;
}
.rtl .contact-right .wpcf7 .your-message textarea {
  text-align: right;
}
.contact-right .wpcf7 .your-message textarea::-webkit-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .your-message textarea::-moz-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .your-message textarea:-ms-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .wpcf7-submit {
  padding: 5px 30px;
  background: var(--black-color);
  border: none;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right .wpcf7 .wpcf7-submit:hover {
  background: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.contact-right .wpcf7 .ajax-loader {
  margin-top: 23px;
}
.rtl .contact-right .wpcf7 .ajax-loader {
  margin-bottom: 20px;
}
.contact-right.style2 h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-right.style2 .wpcf7 .your-message textarea {
  min-height: 303px;
}
.contact-right2 h3 {
  font-size: 30px;
  color: var(--body-color);
  font-weight: 600;
  margin-bottom: 25px;
}
.contact-right2 .des {
  font-size: 16px;
  margin-bottom: 37px;
  color: #555;
}
.contact-right2 .wpcf7 .cf-name,
.contact-right2 .wpcf7 .cf-mail {
  width: 47%;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.rtl .contact-right2 .wpcf7 .cf-name,
.rtl .contact-right2 .wpcf7 .cf-mail {
  float: right;
}
.contact-right2 .wpcf7 .cf-name input,
.contact-right2 .wpcf7 .cf-mail input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .contact-right2 .wpcf7 .cf-name input,
.rtl .contact-right2 .wpcf7 .cf-mail input {
  text-align: right;
}
.contact-right2 .wpcf7 .cf-name input::-webkit-input-placeholder,
.contact-right2 .wpcf7 .cf-mail input::-webkit-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-name input::-moz-placeholder,
.contact-right2 .wpcf7 .cf-mail input::-moz-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-name input:-ms-input-placeholder,
.contact-right2 .wpcf7 .cf-mail input:-ms-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-name .wpcf7-form-control-wrap input,
.contact-right2 .wpcf7 .cf-mail .wpcf7-form-control-wrap input {
  padding: 8px 15px;
  border: 1px var(--body-color) solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right2 .wpcf7 .cf-name .wpcf7-form-control-wrap input:hover,
.contact-right2 .wpcf7 .cf-mail .wpcf7-form-control-wrap input:hover {
  border: 1px var(--primary-color) solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right2 .wpcf7 .cf-name {
  margin-right: 6%;
}
.rtl .contact-right2 .wpcf7 .cf-name {
  margin-right: 0;
  margin-left: 6%;
}
.contact-right2 .wpcf7 .cf-sub {
  width: 100%;
  margin-bottom: 17px;
}
.contact-right2 .wpcf7 .cf-sub input {
  width: 100%;
}
.rtl .contact-right2 .wpcf7 .cf-sub input {
  text-align: right;
}
.contact-right2 .wpcf7 .cf-sub input::-webkit-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-sub input::-moz-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-sub input:-ms-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-sub .wpcf7-form-control-wrap input {
  padding: 8px 15px;
  border: none;
  border: 1px var(--body-color) solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right2 .wpcf7 .cf-sub .wpcf7-form-control-wrap input:hover {
  border: 1px var(--primary-color) solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right2 .wpcf7 .your-message textarea {
  min-height: 150px;
  padding: 8px 15px;
  border: 1px var(--body-color) solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .contact-right2 .wpcf7 .your-message textarea {
  text-align: right;
}
.contact-right2 .wpcf7 .your-message textarea:hover {
  border: 1px var(--primary-color) solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right2 .wpcf7 .your-message textarea::-webkit-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .your-message textarea::-moz-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .your-message textarea:-ms-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 p {
  text-align: center;
}
.contact-right2 .wpcf7 .wpcf7-submit {
  padding: 0px 35px;
  background: var(--black-color);
  border: none;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right2 .wpcf7 .wpcf7-submit:hover {
  background: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.rtl .contact-right2 .wpcf7 .wpcf7-submit {
  float: none;
}
.contact-right2 .wpcf7 .ajax-loader {
  margin-top: 23px;
}
.rtl .contact-right2 .wpcf7 .ajax-loader {
  margin-bottom: 20px;
}
.wpcf7 .wp-input {
  margin: 0 -15px;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap .wpcf7-text {
  height: 40px;
  border: 1px solid var(--sborder-color);
  font-size: 13px;
  color: #555;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.wpcf7 textarea {
  padding: 10px 20px;
  height: 40px;
  border: 1px solid var(--sborder-color);
  width: 100%;
  min-height: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 textarea::-moz-placeholder {
  color: #555;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #555;
}
.wpcf7.your-message {
  float: none;
  clear: both;
}
.wpcf7 .wpcf7-submit {
  margin-top: 10px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  background-color: var(--body-color);
  padding: 0 30px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -o-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
.rtl .wpcf7 .wpcf7-submit {
  float: right;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: var(--primary-color);
}
.sw-list-store {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  position: relative;
  padding-bottom: 1px;
  padding-bottom: 40px;
  margin-bottom: 85px;
}
.sw-list-store:before {
  content: "";
  width: 1380px;
  height: 1px;
  background: var(--sborder-color);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  z-index: 999;
  margin: 0 auto;
}
.sw-list-store .resp-tab {
  overflow: hidden;
  background: #fff;
  margin: 0 0 22px;
}
.sw-list-store .resp-tab .nav-tabs-select {
  max-width: 1110px;
  margin: 0 auto;
}
.sw-list-store .resp-tab .nav-tabs-select > ul {
  margin: -3px 0 0 0;
  list-style: none;
  border: 0;
  background: #fff;
  z-index: 2;
  position: relative;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li {
  width: 50%;
  float: left;
  padding: 37px 49px;
  border-top: 3px transparent solid;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sw-list-store .resp-tab .nav-tabs-select > ul > li {
  float: right;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li > a {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  color: var(--body-color);
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li > a:hover {
  background: #fff;
  color: var(--body-color);
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content h3 {
  font-size: 30px;
  margin: 16px 0 19px 0;
  text-transform: capitalize;
  font-weight: 600;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .des {
  font-size: 16px;
  margin-bottom: 30px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .des i {
  margin-right: 10px;
  margin-left: 1px;
}
.rtl .sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .des i {
  margin-left: 10px;
  margin-right: 1px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info {
  margin-bottom: 23px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items {
  width: 50%;
  float: left;
}
.rtl .sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items {
  float: right;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items .item-title2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items .item-list {
  margin-bottom: 8px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items .item-list span {
  color: #999;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-social {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--body-color);
  margin-bottom: 18px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .social a {
  margin-right: 19px;
  font-size: 16px;
}
.rtl .sw-list-store .resp-tab .nav-tabs-select > ul > li .social a {
  margin-right: 0;
  margin-left: 19px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .social a:last-child {
  margin-right: 0;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li.active {
  border-top: 3px var(--body-color) solid;
  margin-top: -66px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li.active:before {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px var(--body-color) solid;
  border-width: 3px 0 0 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  top: -15px;
  margin-left: -10px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li:hover {
  border-top: 3px var(--body-color) solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li:hover:before {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px var(--body-color) solid;
  border-width: 3px 0 0 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  top: -15px;
  margin-left: -10px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sw-list-store .resp-tab .tab-content .tab-pane.active {
  opacity: 1;
}
.sw-list-store2 {
  border-bottom: 1px var(--sborder-color) solid;
  padding-bottom: 75px;
}
.sw-list-store2 .title {
  font-size: 48px;
  color: var(--body-color);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}
.sw-list-store2 .description {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin-bottom: 55px;
}
.sw-list-store2 .resp-tab {
  overflow: hidden;
  background: #fff;
  margin: 0 0 22px;
}
.sw-list-store2 .resp-tab .nav-tabs-select {
  width: 21%;
  float: left;
  margin-right: 85px;
  padding-left: 5px;
}
.rtl .sw-list-store2 .resp-tab .nav-tabs-select {
  float: right;
  margin-right: 0;
  margin-left: 85px;
  padding-right: 5px;
  padding-left: 0;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul {
  margin: -3px 0 0 0;
  list-style: none;
  border: 0;
  background: #fff;
  z-index: 2;
  position: relative;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li {
  padding: 3px 18px;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li > a {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  color: var(--body-color);
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li > a:hover {
  background: #fff;
  color: var(--body-color);
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content h3 {
  font-size: 20px;
  margin: 16px 0 6px 0;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content h3 i {
  margin-right: 20px;
  font-size: 26px;
  display: inline-block;
  vertical-align: top;
}
.rtl .sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content h3 i {
  margin-right: 0;
  margin-left: 20px;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content .des {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
  padding: 0 15px 0 35px;
}
.rtl .sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content .des {
  padding: 0 35px 0 15px;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li.active,
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li.active .item-content h3,
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li:hover .item-content h3 {
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-list-store2 .resp-tab .tab-content .tab-pane {
  position: relative;
}
.sw-list-store2 .resp-tab .tab-content .tab-pane.active {
  opacity: 1;
}
.sw-list-store2 .resp-tab .tab-content .item-content {
  position: absolute;
  top: 6%;
  right: 0;
  background: #fff;
  padding: 30px 50px;
  width: 315px;
}
.sw-list-store2 .resp-tab .tab-content .item-content h3 {
  font-size: 30px;
  margin: 14px 0 18px 0;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--body-color);
}
.sw-list-store2 .resp-tab .tab-content .item-content .des {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info {
  margin-bottom: 23px;
  color: var(--body-color);
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info .items .item-title2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info .items .item-list {
  margin-bottom: 11px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info .items .item-list span {
  color: #999;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info .items:first-child {
  margin-bottom: 23px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-social {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--body-color);
  margin-bottom: 18px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .social a {
  margin-right: 19px;
  font-size: 16px;
}
.rtl .sw-list-store2 .resp-tab .tab-content .item-content .social a {
  margin-right: 0;
  margin-left: 19px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .social a:last-child {
  margin-right: 0;
}
.ab-top {
  color: var(--body-color);
  padding-bottom: 15px;
}
.ab-top h3 {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 600;
}
.ab-top h4 {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 23px;
}
.ab-top p {
  font-size: 16px;
  margin-bottom: 69px;
}
.ab-top ul {
  margin: 0;
}
.ab-top ul li span {
  width: 220px;
  float: left;
  font-size: 24px;
  font-weight: 600;
}
.rtl .ab-top ul li span {
  float: right;
}
.ab-top ul li p {
  overflow: hidden;
  line-height: 26px !important;
}
.ab-bot {
  text-align: center;
  padding: 44px 0 30px 0;
  margin: 0;
}
.ab-bot li {
  width: 25%;
  float: left;
  padding: 0 30px;
}
.rtl .ab-bot li {
  float: right;
}
.ab-bot li .icon {
  width: 65px;
  height: 55px;
  background: url(../assets/img/ab-icon.png) no-repeat 7px 3px;
  margin-bottom: 22px;
}
.ab-bot li .info h3 {
  font-size: 24px;
  color: var(--body-color);
  font-weight: 600;
  text-transform: capitalize;
}
.ab-bot li .info p {
  font-size: 16px !important;
  color: #666;
}
.ab-bot li:nth-child(2) .icon {
  background-position: -87px 0px;
}
.ab-bot li:nth-child(3) .icon {
  background-position: -175px 0px;
}
.ab-bot li:last-child .icon {
  background-position: -282px 0px;
}
.sw-ourteam-slider {
  margin: 0 auto 100px auto;
  max-width: 1090px;
}
.sw-ourteam-slider .block-title {
  margin-bottom: 50px;
  text-align: center;
}
.sw-ourteam-slider .block-title h3 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--body-color);
  margin-bottom: 25px;
}
.sw-ourteam-slider .block-title p {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}
.sw-ourteam-slider .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider .slick-slider .item {
  padding: 0 15px;
  text-align: center;
}
.sw-ourteam-slider .slick-slider .item .item-wrap {
  background-color: transparent;
  position: relative;
  margin-bottom: 60px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap:hover {
  box-shadow: none;
}
.sw-ourteam-slider .slick-slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img {
  margin: auto;
  width: 100%;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content {
  padding: 20px 15px 10px 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3 {
  font-size: 18px;
  color: var(--body-color);
  text-transform: capitalize;
  font-weight: 600;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content ul {
  margin: 0 0 5px 0;
  list-style: none;
  display: none;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content ul li:first-child i {
  border-radius: 50%;
  overflow: hidden;
  background: var(--body-color);
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 20px;
  font-size: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content ul li:first-child i:hover {
  background: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content:hover ul {
  display: block;
}
.rtl .ab-text3 .elementor-widget .elementor-widget-container .elementor-image-box-wrapper {
  text-align: right;
}
.e-title {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--body-color);
  font-weight: 600;
}
.rtl .ab-toogle .elementor-toggle {
  text-align: right;
}
.ab-toogle .elementor-toggle .elementor-toggle-item {
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title {
  color: #fff;
  background: var(--body-color);
}
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title a:hover,
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title a:focus,
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title a {
  color: #fff;
}
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-content {
  display: block;
  border-bottom: none;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  font-size: 16px;
  color: #000;
  border-bottom: none;
  font-weight: 500;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title a {
  color: #000;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title a:before {
  content: "+";
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: -3px;
  font-size: 20px;
}
.rtl .ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title a:before {
  margin-right: 0;
  margin-left: 15px;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
  color: #fff;
  background: var(--body-color);
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a {
  color: #fff;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a:before {
  content: "-";
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a:focus {
  color: #fff;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a:hover {
  color: #fff;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  color: #909090;
  line-height: 24px;
  font-size: 16px;
  border-bottom: none;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-content b {
  font-weight: 500;
}
.sw-ourteam-slider2 .block-title h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: var(--body-color);
  font-weight: 600;
}
.sw-ourteam-slider2 .resp-slider-container {
  background: #fff;
  text-align: center;
  padding: 85px 10%;
  position: relative;
  padding-bottom: 65px;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.sw-ourteam-slider2 .resp-slider-container .slider {
  position: static;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-img {
  margin-bottom: 40px;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-img img {
  margin: 0 auto;
  border-radius: 50%;
  width: 100px;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-content .item-desc {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 27px;
  color: #555;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-content h3 {
  font-size: 18px;
  color: var(--body-color);
  margin-bottom: 8px;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-content .team-info {
  font-size: 14px;
  color: #999;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #ddd;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots li.slick-active button,
.sw-ourteam-slider2 .resp-slider-container .slick-dots li:hover button {
  background: var(--primary-color);
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots li.slick-active button:before,
.sw-ourteam-slider2 .resp-slider-container .slick-dots li:hover button:before {
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px var(--primary-color) solid;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
}
.sw-ourteam-slider3 .block-title {
  margin-bottom: 73px;
}
.sw-ourteam-slider3 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .item-img {
  width: 87%;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .item-img img {
  margin-bottom: 0;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .social {
  margin: 0;
  float: right;
  text-align: center;
  padding-top: 15px;
  width: 13%;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .social li a {
  font-size: 15px;
  color: var(--primary-color);
  padding: 10px 5px;
  display: block;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .social li a:hover {
  color: var(--body-color);
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-content {
  text-align: center;
  padding: 20px 15px 24px 15px;
  padding-right: 13%;
}
.rtl .sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-content {
  padding-right: 0;
  padding-left: 13%;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-content h3 {
  font-size: 20px;
  color: var(--body-color);
  margin-bottom: 8px;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-content .team-info {
  font-size: 14px;
  color: var(--primary-color);
}
.about-top1 {
  text-align: center;
}
.about-top1 h3 {
  font-size: 60px;
  color: var(--body-color);
  margin-bottom: 30px;
}
.about-top1 p {
  font-size: 24px;
  color: var(--body-color);
  line-height: 39px !important;
}
.about-top {
  text-align: center;
  padding: 74px 0 106px 0;
}
.about-top h3 {
  font-size: 40px;
  color: var(--body-color);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
}
.about-top h4 {
  font-size: 16px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.about-top p {
  font-size: 16px;
  color: #555;
  margin-bottom: 48px;
  line-height: 30px !important;
}
.about-top .penci {
  width: 460px;
  margin: 0 auto;
}
.about-top .penci .image {
  width: 50%;
  float: left;
  border-right: 1px #ddd solid;
}
.rtl .about-top .penci .image {
  float: right;
  border-right: none;
  border-left: 1px var(--sborder-color) solid;
}
.about-top .penci .image img {
  margin: 0 auto;
}
.about-top .penci .info {
  overflow: hidden;
  text-align: left;
  padding-left: 10%;
}
.rtl .about-top .penci .info {
  text-align: right;
  padding-left: 0;
  padding-right: 10%;
}
.about-top .penci .info span {
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 5px;
  display: block;
}
.about-top .penci .info label {
  font-size: 24px;
  color: var(--body-color);
  font-weight: 500;
}
.promotion-ab {
  margin: 0 -15px 42px -15px;
}
.promotion-ab li {
  width: 33.332%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
.rtl .promotion-ab li {
  float: right;
}
.promotion-ab li .icon {
  width: 65px;
  height: 55px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  float: left;
  background: url(../assets/img/default/ab-icon2.png) no-repeat 12px 3px;
}
.rtl .promotion-ab li .icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.promotion-ab li .info {
  overflow: hidden;
}
.promotion-ab li .info h3 {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 600;
  text-transform: capitalize;
}
.promotion-ab li .info p {
  font-size: 14px !important;
  color: #808080;
}
.promotion-ab li:nth-child(2) .icon {
  background-position: -70px 0px;
}
.promotion-ab li:last-child .icon {
  background-position: -152px 0px;
}
.form-new1 .popup-content {
  text-align: center;
}
.form-new1 .popup-content h2 {
  color: var(--body-color);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 14px;
}
.form-new1 .popup-content .description {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
}
.form-new1 .swg-socials {
  text-align: center;
}
.form-new1 .swg-socials ul {
  margin: 10px 0 0 0;
}
.form-new1 .swg-socials ul li a {
  color: #666;
  background: #fff;
  border: 1px #ececec solid;
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  margin: 0 5px;
}
.form-new1 .swg-socials ul li a:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.form-new1 .swg-socials ul li:nth-child(4) a {
  line-height: 27px;
}
.rtl .form-new1 .news-left1 {
  order: 1;
}
.rtl .form-new1 .news-right1 {
  order: 0;
}
.rtl .form-new1 .elementor-form-fields-wrapper {
  width: 100% !important;
}
.rtl .form-new1 .elementor-form-fields-wrapper input {
  border-width: 1px 1px 1px 0 !important;
}
.rtl .form-new1 .dialog-close-button {
  right: auto;
}
.form-new2 {
  color: #fff;
  text-align: center;
}
.form-new2 h3 {
  font-size: 20px;
  font-weight: normal;
}
.form-new2 h2 {
  font-size: 100px;
  font-weight: bold;
}
.form-new2 p {
  font-size: 30px;
}
.news-v2 .dialog-close-button i {
  padding: 5px;
}
.rtl .news-v2 .dialog-close-button {
  right: auto;
}
.form-v2 input.elementor-field {
  text-align: center;
}
.form-v2 .elementor-field-type-email .elementor-message {
  display: none;
}
.form-v2 .elementor-message {
  text-align: center;
}
.form-v2 button.elementor-button {
  margin-bottom: 20px;
  padding: 0 40px;
  height: 48px;
}
.discount {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.about-left h3 {
  font-size: 40px;
  font-weight: 600;
  color: var(--body-color);
  margin-bottom: 16px;
}
.about-left i {
  font-size: 16px;
  color: #999;
  margin-bottom: 17px;
  display: block;
}
.about-left p {
  font-size: 16px;
}
.ab-bar {
  margin-bottom: 26px !important;
}
.ab-bar .elementor-title {
  margin-bottom: 10px;
  display: block;
}
.rtl .ab-bar .elementor-title {
  text-align: right;
}
.ab-bar .elementor-progress-wrapper .elementor-progress-percentage {
  font-size: 16px;
  color: var(--body-color);
  font-weight: 600;
  position: absolute;
  top: -20px;
  right: 0;
  padding: 0;
}
.rtl .ab-bar .elementor-progress-wrapper .elementor-progress-percentage {
  right: auto;
  left: 0;
}
.portfolio-desc h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.portfolio-desc .p-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}
.portfolio-intro {
  position: relative;
  margin-bottom: 30px;
}
.swg-portfolio .portfolio-tab {
  text-align: center;
}
.rtl .swg-portfolio .portfolio-tab {
  text-align: center;
}
.swg-portfolio .portfolio-tab ul {
  margin: 0 0 25px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.swg-portfolio .portfolio-tab ul li {
  float: left;
  border: 1px solid var(--sborder-color);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  color: var(--body-color);
  margin-right: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .swg-portfolio .portfolio-tab ul li {
  float: right;
}
.swg-portfolio .portfolio-tab ul li.selected,
.swg-portfolio .portfolio-tab ul li:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.swg-portfolio .btn-loadmore {
  padding: 0;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.swg-portfolio .btn-loadmore.btn-loading {
  margin-top: 20px;
  background: url(../assets/img/loadingp.gif) no-repeat center center;
  border-color: transparent;
  background-size: 30px 30px;
}
.swg-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  display: none;
}
.swg-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.swg-portfolio .btn-loadmore .des-load {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: normal;
  background: var(--primary-color);
  font-weight: 500;
  color: #fff;
  border-radius: 0px;
}
.swg-portfolio .btn-loadmore .des-load:hover {
  opacity: 0.8;
}
.swg-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.swg-portfolio .btn-loadmore.btn-loaded  .des-load:before {
  content: attr(data-label-loaded);
}
.swg-portfolio .portfolio-container {
  overflow: hidden;
}
.swg-portfolio .portfolio-container ul.portfolio-content {
  width: 100%;
  margin: 0;
}
.swg-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  padding: 0 15px;
  float: left;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner {
  overflow: hidden;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -10%;
  width: 100%;
  text-align: center;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item {
  text-align: center;
  box-shadow: 0 0 1px 1px #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-more {
  right: 50%;
  left: auto;
  transform: translate3d(-100px,0,0);
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-popup {
  transform: translate3d(100px,0,0);
  left: 50%;
  right: auto;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: var(--primary-color);
  box-shadow: 0 0 1px 1px var(--primary-color);
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title {
  display: block;
  margin-bottom: 10px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  transform: translate3d(0,-100px,0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: var(--primary-color);
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item-title {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swg-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:before {
  content: '';
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item {
  width: 33.332%;
  margin: 0;
  padding: 0;
  border: 0;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item img {
  width: 100%;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item.p-double-width {
  width: 40%;
}
.swg-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item :after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.single-portfolio .portfolio-top {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
.single-portfolio .portfolio-top h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.single-portfolio .portfolio-top .portfolio-content .single-thumbnail {
  width: 60%;
  margin-right: 30px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content {
  overflow: hidden;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content h3 {
  font-size: 14px;
  border-bottom: 4px double #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--lighten10);
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description {
  margin-bottom: 25px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item {
  margin-bottom: 10px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item span {
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link {
  color: var(--primary-color);
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link:hover {
  color: var(--black-color);
}
.single-portfolio .related-portfolio {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-top: 2px solid var(--primary-color);
  position: relative;
}
.single-portfolio .related-portfolio:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--sborder-color);
  position: absolute;
  top: 60px;
  left: 0;
  display: inline-block;
}
.single-portfolio .related-portfolio .related-items {
  margin: 0 -10px;
}
.single-portfolio .related-portfolio .related-items .related-item {
  width: 25%;
  padding: 0 10px;
}
.single-portfolio .related-portfolio .related-items .related-item img {
  margin-bottom: 15px;
}
.single-portfolio .related-portfolio .related-items .related-item .thumbnail-portfolio:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.single-portfolio .related-portfolio .related-items .related-item h4 {
  font-size: 14px;
  margin: 0;
}
.single-portfolio .related-portfolio .related-items .related-item h4 a {
  text-transform: capitalize;
  font-weight: bold;
}
.single-portfolio.rtl .portfolio-top .portfolio-content .single-thumbnail {
  margin-left: 30px;
  margin-right: 0;
}
.p-title {
  color: #333;
  font-size: 15px;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'MontserratBold' !important;
}
.masonry .btn-loadmore .des-load {
  margin-top: 30px;
}
.portfolio .cmm-box-right .control-group button {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .p-lg-1 {
    width: 100%;
  }
  .p-lg-2 {
    width: 50%;
  }
  .p-lg-3 {
    width: 33.3333%;
  }
  .p-lg-4 {
    width: 25%;
  }
  .p-lg-5 {
    width: 20%;
  }
  .p-lg-6 {
    width: 16.6666%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-md-1 {
    width: 100%;
  }
  .p-md-2 {
    width: 50%;
  }
  .p-md-3 {
    width: 33.3333%;
  }
  .p-md-4 {
    width: 25%;
  }
  .p-md-5 {
    width: 20%;
  }
  .p-md-6 {
    width: 16.6666%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-sm-1 {
    width: 100%;
  }
  .p-sm-2 {
    width: 50%;
  }
  .p-sm-3 {
    width: 33.3333%;
  }
  .p-sm-4 {
    width: 25%;
  }
  .p-sm-5 {
    width: 20%;
  }
  .p-sm-6 {
    width: 16.6666%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-xs-1 {
    width: 100%;
  }
  .p-xs-2 {
    width: 50%;
  }
  .p-xs-3 {
    width: 33.3333%;
  }
  .p-xs-4 {
    width: 25%;
  }
  .p-xs-5 {
    width: 20%;
  }
  .p-xs-6 {
    width: 16.6666%;
  }
}
@media (max-width: 480px) {
  .grid-item {
    width: 100%;
  }
}
.listing-title h1 {
  font-size: 36px;
  font-weight: 500 !important;
  color: #111;
  margin: 30px 0;
  display: block;
  text-transform: capitalize;
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .listing-title h1 {
  margin-top: 5px;
}
.category-contents .blog-content .post {
  margin-bottom: 60px;
}
.category-contents .blog-content .post.format-audio .entry-thumb {
  width: 100%;
}
.category-contents .blog-content .post.sticky .entry .entry-content,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content {
  background: #f2f2f2;
  padding: 50px 30px;
  border-radius: 20px;
}
.category-contents .blog-content .post.sticky .entry .entry-content .content-top,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content .post.sticky .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .content-top .entry-summary ul li {
  margin-bottom: 10px;
}
.category-contents .blog-content .post.sticky .entry .entry-content .readmore a,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .readmore a {
  background-color: var(--primary-color);
  color: #fff;
}
.category-contents .blog-content .post.tag-image .entry-thumb {
  display: none !important;
}
.category-contents .blog-content .post.tag-gallery .entry-thumb:before {
  display: none;
}
.category-contents .blog-content .post .entry {
  background-color: #fff;
}
.category-contents .blog-content .post .entry .entry-thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.category-contents .blog-content .post .entry .entry-thumb img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}
.category-contents .blog-content .post .entry .entry-thumb:hover img {
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 20px 0 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-summary {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 27px;
  color: #555;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 11px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 500;
  word-break: break-all;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  color: #111;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: var(--primary-color);
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  color: #888;
  font-size: 14px;
  margin-bottom: 20px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a {
  color: #888;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a:hover {
  color: var(--primary-color);
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta > span {
  margin-right: 37px;
  display: inline-block;
  position: relative;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta > span i {
  font-size: 15px;
  color: var(--primary-color);
  margin-right: 5px;
  font-weight: 400;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta > span i {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta > span {
  margin-left: 37px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta > span:nth-child(3):before,
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta > span:last-child:before {
  display: none;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-cate {
  margin: 0;
  display: initial;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-cate .fa {
  margin-right: 4px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-cate .fa {
  margin-left: 4px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-cate a {
  margin-bottom: 5px;
  position: relative;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-cate a:after {
  content: ',';
  margin-right: 5px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-cate span:last-child a:after {
  content: '';
  margin: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-author a {
  color: #111;
  text-transform: none;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-author a:hover {
  color: var(--primary-color);
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-author i {
  float: right;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag {
  color: #888;
  text-transform: capitalize;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.category-contents .blog-content .post .entry .entry-content .readmore >a {
  color: var(--black-color);
  text-transform: uppercase;
  display: inline-block;
}
.category-contents .blog-content .post .entry .entry-content .readmore >a:hover {
  color: var(--primary-color);
}
.category-contents .blog-content.blog-content-grid .post {
  margin-bottom: 30px;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title {
  padding-top: 102px;
  position: relative;
  padding-bottom: 30px;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title:before {
  content: "";
  font-family: FontAwesome;
  width: 45px;
  height: 40px;
  display: block;
  background: url('../assets/img/quote.svg') no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 43px;
  left: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title:after {
  content: "Q1";
  font-size: 60px;
  color: #f5f5f5;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .entry-summary {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .readmore {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content {
  background: var(--black-color) 222;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title {
  padding-top: 102px;
  position: relative;
  padding-bottom: 30px;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title:before {
  content: "";
  font-family: FontAwesome;
  width: 40px;
  height: 30px;
  display: block;
  background: url('../assets/img/link.svg') no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 43px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title:after {
  content: "L1";
  font-size: 60px;
  color: #494949;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title h4 a {
  color: #fff;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title h4 a:hover {
  color: var(--primary-color);
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .entry-summary {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .readmore {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post .video-wrapper {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post .entry {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 10px;
}
.category-contents .blog-content.blog-content-grid .post .entry:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.category-contents .blog-content.blog-content-grid .post .entry:hover .entry-content .readmore >a {
  background-color: var(--primary-color);
  color: #fff;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb {
  position: relative;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb img {
  border-radius: 10px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-date {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60px;
  width: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
}
.rtl .category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-date {
  right: 10px;
  left: auto;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-date .day {
  display: block;
  font-size: 24px;
  color: #111;
  font-weight: 500;
  margin: 0 0 5px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-date .month {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content {
  overflow: hidden;
  padding: 0 20px 20px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .entry-meta .entry-author {
  font-size: 13px;
  color: #888;
  padding: 0;
  background: none;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .entry-meta .entry-author a {
  color: #111;
  text-transform: none;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top {
  padding: 28px 0 0 0;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta {
  margin-bottom: 13px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-title h4 {
  font-size: 18px;
  color: #111;
  line-height: normal;
  font-weight: 500;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .entry-summary {
  font-size: 14px;
  color: #888;
  line-height: 22px;
  font-weight: 400;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .readmore {
  padding: 0;
}
.category-contents .blog-content.blog-content-list .post .size-full {
  margin-bottom: 0;
}
.category-contents .blog-content.blog-content-list .post.format-audio .readmore a {
  margin: 30px 0 0;
}
.category-contents .blog-content.blog-content-list .post .video-wrapper:empty {
  padding-bottom: 0;
  padding-top: 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h1,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h2,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h3,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h4,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h5,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h6 {
  color: var(--body-color);
  font-weight: 600;
  padding-top: 20px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary p {
  margin-bottom: 25px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary video {
  max-width: 100%;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary .wp-block-gallery {
  list-style: none;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li strong,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li strong {
  font-size: 14px !important;
}
.category-contents .blog-content.blog-content-list .post.no-thumb .entry .entry-thumb:before {
  display: none;
}
.category-contents .blog-content.blog-content-list2 .post {
  margin-bottom: 30px;
}
.category-contents .blog-content.blog-content-list2 .post .entry {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 10px;
}
.category-contents .blog-content.blog-content-list2 .post .entry:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.category-contents .blog-content.blog-content-list2 .post .entry:hover .entry-content .readmore >a {
  background-color: var(--primary-color);
  color: #fff;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb {
  max-width: 390px;
  float: left;
  margin-right: 30px;
  position: relative;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb .entry-date {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60px;
  width: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
}
.rtl .category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb .entry-date {
  right: 10px;
  left: auto;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb .entry-date .day {
  display: block;
  font-size: 24px;
  color: #111;
  font-weight: 500;
  margin: 0 0 5px;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb .entry-date .month {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
}
.rtl .category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb a img {
  margin-bottom: 0;
  border-radius: 10px;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content {
  overflow: hidden;
  padding: 0;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .entry-meta .entry-author {
  font-size: 13px;
  color: #888;
  padding: 0;
  background: none;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .entry-meta .entry-author a {
  color: #111;
  text-transform: none;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .content-top {
  padding: 15px 0 0 0;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .content-top .entry-title h4 {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .content-top .entry-title h4 a {
  color: #111;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: var(--primary-color);
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .entry-summary {
  font-size: 14px;
  color: #888;
  line-height: 22px;
  font-weight: 400;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .readmore {
  padding: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary {
  font-size: 15px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h1,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6 {
  color: var(--body-color);
  font-weight: 600;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:before,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: var(--sborder-color);
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary code {
  white-space: normal;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary ol {
  padding-left: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary cite {
  font-style: italic;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead th,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table td,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table th {
  border-bottom: 1px var(--sborder-color) solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table tbody tr:last-child th,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.category-contents .pagination {
  margin-bottom: 40px;
  margin-top: 10px;
  position: relative !important;
  padding-left: 0;
  padding-right: 0;
}
.pagination {
  margin: 0;
  clear: both;
  width: 100%;
  padding: 0 15px;
}
.pagination ul {
  margin: 0;
  list-style: none;
  vertical-align: top;
  background-color: #f8f8f8;
  border: 0;
  text-align: center;
  border-radius: 10px;
  padding: 12px 0;
}
.pagination ul >li {
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
}
.rtl .pagination ul >li {
  margin-right: 0;
  margin-left: 3px;
}
.pagination ul >li .page-numbers {
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 5px;
  border: 1px solid #eee;
  display: block;
  padding: 0;
  background-color: #fff;
  color: #111;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.pagination ul >li .page-numbers.current,
.pagination ul >li .page-numbers:hover {
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  border: 1px solid var(--primary-color);
}
.pagination ul >li .page-numbers.prev,
.pagination ul >li .page-numbers.next {
  font-size: 0;
}
.pagination ul >li .page-numbers.prev:before,
.pagination ul >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 16px;
}
.pagination ul >li .page-numbers.prev:before {
  content: "\f104";
}
.rtl .pagination ul >li .page-numbers.prev:before {
  content: "\f105";
}
.pagination ul >li .page-numbers.next:before {
  content: "\f105";
}
.rtl .pagination ul >li .page-numbers.next:before {
  content: "\f104";
}
.format-audio .entry .wp-entry-thumb iframe {
  vertical-align: top;
  margin: 0;
}
blockquote {
  border-color: var(--primary-color) 2;
  border-width: 0 0 0 2px;
  position: relative;
  padding: 5px 0 5px 15px !important;
}
blockquote:before,
blockquote:after {
  display: none;
}
blockquote p {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  position: relative;
}
blockquote.is-style-large {
  position: relative;
  background-color: #ff9e78;
  border-radius: 20px;
  padding: 60px !important;
  border: 0 !important;
  margin-bottom: 30px !important;
}
blockquote.is-style-large:before {
  content: '';
  display: block;
  width: 128px;
  height: 92px;
  background: url(../assets/img/icon-quote.png) no-repeat center;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
blockquote.is-style-large p {
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  position: relative;
  color: #fff !important;
  font-style: normal !important;
  text-decoration: none !important;
}
blockquote.is-style-large cite {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff !important;
}
blockquote.has-light-gray-color {
  padding-left: 5px !important;
  border: none;
}
blockquote.has-light-gray-color p {
  font-weight: 600;
  color: var(--body-color);
  text-decoration: none;
  font-style: normal;
}
blockquote.has-very-dark-gray-color {
  padding-left: 5px !important;
  border: none;
  text-align: center !important;
}
blockquote.has-very-dark-gray-color p {
  font-weight: 600;
  color: var(--body-color);
  text-decoration: none;
  font-style: normal;
}
.wp-block-pullquote {
  position: relative;
}
.wp-block-pullquote:before {
  display: block;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  height: 4.4rem;
  width: 4.4rem;
  background: #ebebeb;
  border-radius: 50%;
  margin: 0px auto 1.5rem;
}
.wp-block-audio {
  margin-bottom: 25px;
}
.format-gallery .carousel.gallery-slider .carousel-control {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -16px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-shadow: none;
  background-image: none;
}
.format-gallery .carousel.gallery-slider .carousel-control.left {
  left: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #888;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:hover:before {
  color: var(--primary-color);
}
.format-gallery .carousel.gallery-slider .carousel-control.right {
  right: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #888;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:hover:before {
  color: var(--primary-color);
}
.format-gallery .carousel.gallery-slider .carousel-inner .item img {
  margin: 0;
}
.format-gallery .carousel.gallery-slider:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.format-gallery .gallery .thumbnail:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.elementor-posts--skin-custom .elementor-post .elementor-post__thumbnail__link {
  display: block;
  position: relative;
}
.elementor-posts--skin-custom .elementor-post .elementor-post__thumbnail__link .entry-date {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60px;
  width: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
}
.rtl .elementor-posts--skin-custom .elementor-post .elementor-post__thumbnail__link .entry-date {
  right: 10px;
  left: auto;
}
.elementor-posts--skin-custom .elementor-post .elementor-post__thumbnail__link .entry-date .day {
  display: block;
  font-size: 24px;
  color: var(--black-color);
  font-weight: 700;
  margin: 0 0 5px;
}
.elementor-posts--skin-custom .elementor-post .elementor-post__thumbnail__link .entry-date .month {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
}
.elementor-posts--skin-custom .elementor-post .elementor-post__title a:hover {
  color: var(--primary-color) !important;
}
.elementor-posts--skin-custom .elementor-post .elementor-post__meta-data .elementor-post-author {
  color: var(--black-color);
}
.elementor-posts--skin-custom .elementor-post .elementor-post__meta-data .elementor-post-author span {
  color: #888;
}
.elementor-posts--skin-custom .elementor-post .elementor-post__read-more {
  background: #f7f7f7;
  padding: 14px 30px;
  border-radius: 5px;
  color: var(--black-color);
}
.elementor-posts--skin-custom .elementor-post .elementor-post__read-more:hover {
  background: var(--primary-color);
  color: #fff;
}
.elementor-pagination {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.elementor-pagination .page-numbers {
  display: block;
  border: 0;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  color: var(--black-color);
}
.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current {
  background: var(--primary-color);
  color: #fff;
}
.single.main .post .entry-wrap,
.single.main .team .entry-wrap,
.single.main .attachment .entry-wrap {
  background-color: #fff;
  position: relative;
}
.single.main .post .entry-wrap .entry-thumb,
.single.main .team .entry-wrap .entry-thumb,
.single.main .attachment .entry-wrap .entry-thumb {
  position: relative;
  margin-bottom: 25px;
}
.single.main .post .entry-wrap .entry-thumb img,
.single.main .team .entry-wrap .entry-thumb img,
.single.main .attachment .entry-wrap .entry-thumb img {
  width: auto;
  margin: 0px;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: var(--body-color);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}
.single.main .post .entry-wrap strong,
.single.main .team .entry-wrap strong,
.single.main .attachment .entry-wrap strong {
  font-weight: 500;
}
.single.main .post .entry-wrap .entry-content,
.single.main .team .entry-wrap .entry-content,
.single.main .attachment .entry-wrap .entry-content {
  border-bottom: 1px var(--sborder-color) solid;
}
.single.main .post .entry-wrap .entry-content .entry-meta,
.single.main .team .entry-wrap .entry-content .entry-meta,
.single.main .attachment .entry-wrap .entry-content .entry-meta {
  color: #999;
  font-size: 12px;
  margin-bottom: 30px;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  text-transform: uppercase;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date a,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date a,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date a {
  color: var(--body-color);
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date a:hover {
  color: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .entry-meta a,
.single.main .team .entry-wrap .entry-content .entry-meta a,
.single.main .attachment .entry-wrap .entry-content .entry-meta a {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.single.main .post .entry-wrap .entry-content .entry-meta a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta a:hover {
  color: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .entry-meta span,
.single.main .team .entry-wrap .entry-content .entry-meta span,
.single.main .attachment .entry-wrap .entry-content .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta span,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta span,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta span:before,
.single.main .team .entry-wrap .entry-content .entry-meta span:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta span:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #999;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta span:before,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta span:before,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta span:before {
  right: auto;
  left: -11px;
}
.single.main .post .entry-wrap .entry-content .entry-meta span:nth-child(3):before,
.single.main .post .entry-wrap .entry-content .entry-meta span:last-child:before,
.single.main .team .entry-wrap .entry-content .entry-meta span:nth-child(3):before,
.single.main .team .entry-wrap .entry-content .entry-meta span:last-child:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta span:nth-child(3):before,
.single.main .attachment .entry-wrap .entry-content .entry-meta span:last-child:before {
  display: none;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-cate,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-cate,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-cate {
  margin: 0;
  display: initial;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-cate .fa,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-cate .fa,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-cate .fa {
  margin-right: 4px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-cate .fa,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-cate .fa,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-cate .fa {
  margin-left: 4px;
  margin-right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-cate a,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-cate a,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-cate a {
  margin-bottom: 5px;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment {
  margin: 0;
  color: #555;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment {
  margin: 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment:before,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment:before {
  display: none;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 2px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i {
  margin-right: 0;
  margin-left: 2px;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment a,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment a,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment a {
  display: inline-block;
  vertical-align: top;
  color: #555;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment a:hover {
  color: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .entry-author,
.single.main .team .entry-wrap .entry-content .entry-author,
.single.main .attachment .entry-wrap .entry-content .entry-author {
  text-transform: uppercase;
}
.single.main .post .entry-wrap .entry-content .entry-author a,
.single.main .team .entry-wrap .entry-content .entry-author a,
.single.main .attachment .entry-wrap .entry-content .entry-author a {
  color: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .entry-summary,
.single.main .team .entry-wrap .entry-content .entry-summary,
.single.main .attachment .entry-wrap .entry-content .entry-summary {
  line-height: 1.8;
  font-size: 16px;
  padding-bottom: 27px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h6,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h6,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h6 {
  color: #000;
}
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h2 strong,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h3 strong,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h4 strong,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h5 strong,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h6 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h2 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h3 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h4 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h5 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h6 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h2 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h3 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h4 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h5 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h6 strong {
  font-weight: 500;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box1,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box1,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box1 {
  margin-bottom: 10px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box1 img,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box1 img,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box1 img {
  width: 530px;
  float: left;
  margin-right: 30px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-box1 img,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-box1 img,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box1 img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box1 .info,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box1 .info,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box1 .info {
  overflow: hidden;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote {
  font-size: 20px;
  position: relative;
  color: var(--primary-color);
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 30px;
  font-style: italic;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-quote,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-quote,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote {
  padding-left: 0;
  padding-right: 35px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote:before,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote:before,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote:before {
  content: "";
  width: 4px;
  height: 82%;
  top: 10%;
  left: 0;
  background: var(--primary-color);
  position: absolute;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-quote:before,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-quote:before,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote:before {
  left: auto;
  right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box2,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box2,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2 {
  margin: 0 -15px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box2 img,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box2 img,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2 img {
  width: 50%;
  float: left;
  padding: 0 15px;
  clear: none;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-box2 img,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-box2 img,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2 img {
  float: right;
}
.single.main .post .entry-wrap .entry-content .entry-summary ul li span,
.single.main .post .entry-wrap .entry-content .entry-summary ul li em,
.single.main .post .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .post .entry-wrap .entry-content .entry-summary ol li span,
.single.main .post .entry-wrap .entry-content .entry-summary ol li em,
.single.main .post .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ul li span,
.single.main .team .entry-wrap .entry-content .entry-summary ul li em,
.single.main .team .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ol li span,
.single.main .team .entry-wrap .entry-content .entry-summary ol li em,
.single.main .team .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li strong {
  font-size: 14px !important;
}
.single.main .post .entry-wrap .entry-content .entry-summary h2,
.single.main .post .entry-wrap .entry-content .entry-summary h3,
.single.main .post .entry-wrap .entry-content .entry-summary h4,
.single.main .post .entry-wrap .entry-content .entry-summary h5,
.single.main .post .entry-wrap .entry-content .entry-summary h6,
.single.main .team .entry-wrap .entry-content .entry-summary h2,
.single.main .team .entry-wrap .entry-content .entry-summary h3,
.single.main .team .entry-wrap .entry-content .entry-summary h4,
.single.main .team .entry-wrap .entry-content .entry-summary h5,
.single.main .team .entry-wrap .entry-content .entry-summary h6,
.single.main .attachment .entry-wrap .entry-content .entry-summary h2,
.single.main .attachment .entry-wrap .entry-content .entry-summary h3,
.single.main .attachment .entry-wrap .entry-content .entry-summary h4,
.single.main .attachment .entry-wrap .entry-content .entry-summary h5,
.single.main .attachment .entry-wrap .entry-content .entry-summary h6 {
  margin-bottom: 25px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .elementor-text-editor,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor-text-editor,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor-text-editor {
  color: #333;
}
.single.main .post .entry-wrap .entry-content .entry-summary p,
.single.main .team .entry-wrap .entry-content .entry-summary p,
.single.main .attachment .entry-wrap .entry-content .entry-summary p {
  margin-bottom: 25px;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone {
  float: none;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone {
  float: right;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone.image-single {
  margin-left: 30px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links {
  margin-top: 30px;
  overflow: hidden;
  background: #f2f2f2;
  padding: 30px 0;
  border-radius: 4px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title {
  border: none;
  margin: 0 10px;
  width: auto;
  height: auto;
  line-height: 32px;
  border-radius: 0;
  float: left;
  background: none;
  color: #666;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover {
  background: none;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a {
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  float: left;
  background: #fff;
  margin: 0 5px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a:hover {
  color: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span {
  background: #fff;
  color: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: var(--body-color);
}
.single.main .post .entry-wrap .entry-content .single-content-bottom,
.single.main .team .entry-wrap .entry-content .single-content-bottom,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom {
  clear: both;
  padding-bottom: 21px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag {
  padding-top: 10px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  background: #959595;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 2px;
  font-weight: 500;
  margin-right: 3px;
}
.rtl .single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.rtl .single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.rtl .single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a {
  margin-right: 0;
  margin-left: 3px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover {
  background: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .social-share,
.single.main .team .entry-wrap .entry-content .social-share,
.single.main .attachment .entry-wrap .entry-content .social-share {
  line-height: 33px;
  float: right;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share {
  float: left;
}
.single.main .post .entry-wrap .entry-content .social-share .title-share,
.single.main .team .entry-wrap .entry-content .social-share .title-share,
.single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  display: none;
}
.single.main .post .entry-wrap .entry-content .social-share .wrap-content,
.single.main .team .entry-wrap .entry-content .social-share .wrap-content,
.single.main .attachment .entry-wrap .entry-content .social-share .wrap-content {
  float: left;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .team .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share .wrap-content {
  float: right;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social,
.single.main .team .entry-wrap .entry-content .social-share .item-social,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social {
  display: inline-block;
  vertical-align: top;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:nth-child(2) a,
.single.main .team .entry-wrap .entry-content .social-share .item-social:nth-child(2) a,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:nth-child(2) a {
  color: #1da1f2;
  border: 2px #1da1f2 solid;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover,
.single.main .team .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover {
  color: #fff;
  border-color: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:last-child a,
.single.main .team .entry-wrap .entry-content .social-share .item-social:last-child a,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:last-child a {
  color: #e70628;
  border: 2px #e70628 solid;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:last-child a:hover,
.single.main .team .entry-wrap .entry-content .social-share .item-social:last-child a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:last-child a:hover {
  color: #fff;
  border-color: var(--primary-color);
}
.single.main .post .entry-wrap .entry-content .social-share a,
.single.main .team .entry-wrap .entry-content .social-share a,
.single.main .attachment .entry-wrap .entry-content .social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #4267b2;
  border: 2px #4267b2 solid;
  font-size: 18px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.single.main .post .entry-wrap .entry-content .social-share a:hover,
.single.main .team .entry-wrap .entry-content .social-share a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.single.main .post .entry-wrap .entry-content .social-share a i,
.single.main .team .entry-wrap .entry-content .social-share a i,
.single.main .attachment .entry-wrap .entry-content .social-share a i {
  line-height: 38px;
}
.single.main .post #authorDetails,
.single.main .team #authorDetails,
.single.main .attachment #authorDetails {
  margin: 50px 0 20px 0;
}
.single.main .post #authorDetails .authorDetail,
.single.main .team #authorDetails .authorDetail,
.single.main .attachment #authorDetails .authorDetail {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.single.main .post #authorDetails .authorDetail .avatar,
.single.main .team #authorDetails .authorDetail .avatar,
.single.main .attachment #authorDetails .authorDetail .avatar {
  overflow: hidden;
  float: left;
}
.rtl .single.main .post #authorDetails .authorDetail .avatar,
.rtl .single.main .team #authorDetails .authorDetail .avatar,
.rtl .single.main .attachment #authorDetails .authorDetail .avatar {
  float: right;
}
.single.main .post #authorDetails .authorDetail .avatar img,
.single.main .team #authorDetails .authorDetail .avatar img,
.single.main .attachment #authorDetails .authorDetail .avatar img {
  margin: 0;
}
.single.main .post #authorDetails .authorDetail .infomation,
.single.main .team #authorDetails .authorDetail .infomation,
.single.main .attachment #authorDetails .authorDetail .infomation {
  overflow: hidden;
  padding: 10px 20px;
  line-height: 22px;
}
.single.main .post #authorDetails .authorDetail .infomation .name-author,
.single.main .team #authorDetails .authorDetail .infomation .name-author,
.single.main .attachment #authorDetails .authorDetail .infomation .name-author {
  text-transform: uppercase;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 600;
}
.single.main .post #authorDetails .authorDetail .infomation p,
.single.main .team #authorDetails .authorDetail .infomation p,
.single.main .attachment #authorDetails .authorDetail .infomation p {
  line-height: 28px;
  font-size: 16px;
}
.single.main .post #comments .alert,
.single.main .team #comments .alert,
.single.main .attachment #comments .alert {
  background: #dbedf7;
  border: 1px #c0e8f1 solid;
}
.single.main .post #comments .alert .close,
.single.main .team #comments .alert .close,
.single.main .attachment #comments .alert .close {
  margin-top: -2px;
}
.single.main .post #comments .alert p,
.single.main .team #comments .alert p,
.single.main .attachment #comments .alert p {
  color: #3b708f;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary {
  font-size: 14px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h1,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  color: var(--body-color);
  font-weight: 600;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary ol {
  padding-left: 0;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary code {
  white-space: normal;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:before,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:after {
  font-size: 24px;
  color: var(--sborder-color);
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary cite {
  font-style: italic;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead th,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table td,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table th {
  border-bottom: 1px var(--sborder-color) solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child th,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.single.main .tag-pingbacks-2 ol {
  padding-left: 30px;
}
.rtl .single.main .tag-pingbacks-2 ol {
  padding-left: 0;
  padding-right: 30px;
}
.single.main .post-password-required form.post-password-form label input {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .post-password-required form.post-password-form input[type="submit"] {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
.single.main .post-password-required form.post-password-form input[type="submit"]:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-relate {
  padding-bottom: 33px;
  margin-top: 56px;
  border-bottom: 1px var(--sborder-color) solid;
}
.single-post-relate h4 {
  text-transform: capitalize;
  margin-bottom: 26px;
  font-size: 24px;
  color: var(--body-color);
  font-weight: 600;
}
.single-post-relate .row,
.single-post-relate .post-gird {
  margin: 0 -10px;
}
.single-post-relate .post {
  padding: 0 10px;
}
.single-post-relate .post .item-relate-img {
  position: relative;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 13px;
}
.single-post-relate .post .item-relate-img img {
  width: 100%;
}
.single-post-relate .post .item-relate-img:hover img {
  opacity: 0.85;
}
.single-post-relate .post .item-relate-img .cat-name {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 12px;
  line-height: 24px;
  background: var(--body-color);
}
.single-post-relate .post .item-relate-img .cat-name:hover {
  background: var(--primary-color);
}
.rtl .single-post-relate .post .item-relate-img .cat-name {
  left: auto;
  right: 10px;
}
.single-post-relate .post .item-relate-content {
  background-color: #fff;
  padding: 0 0 15px 0;
}
.single-post-relate .post .item-relate-content h4 {
  margin-bottom: 14px;
  text-transform: capitalize;
  overflow: hidden;
}
.single-post-relate .post .item-relate-content h4 a {
  color: var(--body-color);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-relate .post .item-relate-content h4 a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-relate .post .item-relate-content .entry-meta {
  color: #999;
  margin-bottom: 10px;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta {
  padding-left: 0;
  padding-right: 20px;
}
.single-post-relate .post .item-relate-content .entry-meta:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta:before {
  left: auto;
  right: 0;
}
.single-post-relate .post .item-relate-content .entry-meta a {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.single-post-relate .post .item-relate-content .entry-meta a:hover {
  color: var(--primary-color);
}
.single-post-relate .post .item-relate-content .entry-meta span {
  display: inline-block;
  position: relative;
}
.single-post-relate .post-gird {
  margin-bottom: 30px;
}
.single-post-relate .post-gird .elementor-post__card {
  border-radius: 0;
}
.single-post-relate .post-gird .elementor-post__meta-data {
  border: none;
  padding: 0 !important;
}
#comments {
  margin-bottom: 47px;
  overflow: hidden;
}
#comments .title {
  text-transform: capitalize;
  margin-bottom: 36px;
  font-size: 24px;
  color: var(--black-color);
  font-weight: 600;
}
#comments .title small {
  display: inline-block;
  vertical-align: top;
  color: var(--body-color);
  font-weight: bold;
  font-size: 20px;
  margin-top: 3px;
}
#comments .commentlist {
  position: relative;
}
#comments .commentlist:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#comments .commentlist .children {
  margin-left: 90px;
  margin-right: 0;
}
#comments .comment {
  margin-bottom: 23px;
  background-color: #fff;
}
#comments .comment .author {
  margin: 0;
  overflow: hidden;
  margin-right: 15px;
}
.rtl #comments .comment .author {
  margin-right: 0;
  margin-left: 15px;
}
#comments .comment .author img {
  margin: 0;
  border-radius: 50%;
}
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 5px;
  padding-top: 10px;
}
#comments .comment .media-body .media .media-heading .author-name a {
  color: var(--black-color);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 3px;
}
#comments .comment .media-body .media .media-heading .time {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
}
#comments .comment .media-body .media .media-heading .time a {
  color: #b3b3b3;
}
#comments .comment .media-body .media .media-heading .reply {
  line-height: 21px;
}
#comments .comment .media-body .media .media-heading .reply a {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#comments .comment .media-body .media .media-heading .reply a:hover {
  color: var(--primary-color);
}
#comments .comment .media-body .media .media-content h1,
#comments .comment .media-body .media .media-content h2,
#comments .comment .media-body .media .media-content h3,
#comments .comment .media-body .media .media-content h4,
#comments .comment .media-body .media .media-content h5,
#comments .comment .media-body .media .media-content h6 {
  color: var(--body-color);
  font-weight: 600;
}
#comments .comment .media-body .media .media-content h2,
#comments .comment .media-body .media .media-content h3,
#comments .comment .media-body .media .media-content h4,
#comments .comment .media-body .media .media-content h5,
#comments .comment .media-body .media .media-content h6 {
  padding-top: 20px;
}
#comments .comment .media-body .media .media-content blockquote {
  padding: 10px 30px;
}
#comments .comment .media-body .media .media-content blockquote:before,
#comments .comment .media-body .media .media-content blockquote:after {
  font-size: 24px;
  color: var(--sborder-color);
}
#comments .comment .media-body .media .media-content cite {
  font-style: italic;
}
#comments .comment .media-body .media .media-content table thead th,
#comments .comment .media-body .media .media-content table thead td {
  border-bottom-width: 2px;
}
#comments .comment .media-body .media .media-content table td,
#comments .comment .media-body .media .media-content table th {
  border-bottom: 1px var(--sborder-color) solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#comments .comment .media-body .media .media-content table tbody tr:last-child th,
#comments .comment .media-body .media .media-content table tbody tr:last-child td {
  border-bottom: none;
}
#comments .comment .media-body .media .media-content ol {
  padding-left: 0;
}
#comments .comment .media-body .media .media-content ul li,
#comments .comment .media-body .media .media-content ol li {
  line-height: 28px;
}
#comments .alert {
  background: transparent;
  border: 1px var(--sborder-color) solid;
  border-radius: 0;
}
#comments .alert p {
  color: var(--body-color);
}
#comments .pingback {
  border: 1px var(--sborder-color) solid;
  padding: 15px 15px 5px 15px;
}
#comments .pingback .media-heading {
  overflow: hidden;
}
#comments .pingback .media-heading .time {
  display: none;
}
#comments .pingback .media-content {
  padding: 0 30px;
}
#comments .pingback p {
  line-height: 24px;
}
#comments .pingback:nth-child(4) {
  margin-bottom: 40px;
}
#respond {
  margin-bottom: 50px;
  padding: 36px 40px 13px 40px;
  background: #f7f7f7;
}
#respond .title {
  text-transform: capitalize;
  margin-bottom: 17px;
  font-size: 24px;
  color: var(--black-color);
  font-weight: 600;
}
#respond .comment-form p {
  font-size: 12px;
  margin-bottom: 28px;
  color: #333;
}
#respond .comment-form .cmm-box-top {
  margin: 0 -15px 10px;
}
#respond .comment-form .cmm-box-top .control-group {
  width: 33.333%;
  padding: 0 15px;
}
#respond .comment-form .cmm-box-top input {
  width: 100%;
  border: 1px var(--sborder-color) solid;
  height: 40px;
  font-size: 14px;
  text-indent: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form .cmm-box-top input:focus {
  background-color: #fff;
}
#respond .comment-form .cmm-box-top input::-webkit-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-top input::-moz-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-top input:-ms-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .comment-form-cookies-consent input {
  margin: 4px 4px 0 0;
}
.rtl #respond .comment-form .comment-form-cookies-consent input {
  margin: 4px 0 0 4px;
}
#respond .comment-form .comment-form-cookies-consent label {
  font-weight: normal;
}
#respond .comment-form .cmm-box-bottom textarea,
#respond .comment-form .comment-form-comment textarea {
  width: 100%;
  font-size: 14px;
  border: 1px var(--sborder-color) solid;
  padding: 10px 20px;
  min-height: 200px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form .cmm-box-bottom textarea::-webkit-input-placeholder,
#respond .comment-form .comment-form-comment textarea::-webkit-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-bottom textarea::-moz-placeholder,
#respond .comment-form .comment-form-comment textarea::-moz-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-bottom textarea:-ms-input-placeholder,
#respond .comment-form .comment-form-comment textarea:-ms-input-placeholder {
  color: #cccccc;
}
#respond .comment-form #submit {
  margin-top: 10px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  border-radius: 0;
  display: block;
  margin: 12px 0;
  border-color: var(--body-color);
  height: 40px;
  line-height: 38px;
  letter-spacing: 2.3px;
  padding: 0 15px;
  background: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#respond .comment-form #submit:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#respond .comment-form .comment-form-comment label {
  display: none;
}
.sidebar-related-post .sidebar-relate-content {
  padding: 30px 20px 0;
}
.sidebar-related-post .sidebar-relate-content .item {
  margin-bottom: 30px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over {
  position: relative;
  margin-bottom: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../assets/img/icon-plus.png') no-repeat center center;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
}
.rtl .sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  left: auto;
  right: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_day {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_my {
  display: block;
  color: #fff;
  font-size: 14px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-title h4 {
  margin-bottom: 13px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-meta-content {
  color: #999999;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner:hover .img_over:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.page .entry-content .entry-summary .page-links {
  line-height: 30px;
}
.page .entry-content .entry-summary .page-links span,
.page .entry-content .entry-summary .page-links a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  line-height: 28px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background: #f5f5f5;
  margin: 0 0 0 5px;
}
.rtl .page .entry-content .entry-summary .page-links span,
.rtl .page .entry-content .entry-summary .page-links a {
  margin: 0 5px 0 0;
}
.page .entry-content .entry-summary .page-links span:hover,
.page .entry-content .entry-summary .page-links a:hover {
  background: var(--primary-color);
  color: #fff;
}
.page .entry-content .entry-summary .page-links span {
  background: var(--primary-color);
  color: #fff;
}
.page .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: var(--body-color);
}
.wrapper_404 {
  width: 100%;
  height: auto;
  text-align: center;
}
.wrapper_404 .content_404 {
  overflow: hidden;
  width: 100%;
  padding: 110px 0 80px 0;
}
.wrapper_404 .content_404 .erro-image img {
  margin: 0 auto 25px auto;
}
.wrapper_404 .content_404 .block-top {
  margin-bottom: 48px;
}
.wrapper_404 .content_404 .block-top h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--primary-color);
}
.wrapper_404 .content_404 .block-top p {
  font-size: 18px;
  color: var(--black-color);
}
.wrapper_404 .content_404 .block-bottom a {
  font-size: 14px;
  color: #fff;
  background: var(--primary-color);
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper_404 .content_404 .block-bottom a:hover {
  background: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
html {
  overflow-x: hidden;
}
.swg_breadcrumbs .listing-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.swg_breadcrumbs .breadcrumbs .breadcrumb {
  margin: 0;
  padding: 24px 0 30px 0;
  background: #fff;
}
.swg_breadcrumbs .breadcrumbs .breadcrumb > li {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}
.swg_breadcrumbs .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.swg_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.swg_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page:before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.rtl .swg_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page {
  float: left;
}
.rtl .swg_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page:before {
  content: '\f104';
}
.swg_breadcrumbs .breadcrumbs .breadcrumb > li > a {
  color: #000;
}
.swg_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover {
  color: var(--primary-color);
}
.swg_breadcrumbs .breadcrumbs .breadcrumb > li.active {
  color: #777;
}
.swg_breadcrumbs.breadcrumb-layout1 {
  background: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 20px;
}
.swg_breadcrumbs.breadcrumb-layout1 h1 {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 700px;
  text-align: center;
}
.swg_breadcrumbs.breadcrumb-layout1 .breadcrumbs .breadcrumb {
  padding: 0;
  background: none;
  display: flex;
  justify-content: center;
}
.search.search-results .page.type-page .entry-content .entry-meta i {
  margin-right: 5px;
}
.search.search-results .page.type-page .entry-content .bl_read_more a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.search.search-results .page.type-page .entry-content .bl_read_more a:hover {
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.search.search-results .page.type-page .entry-content .bl_read_more a i {
  margin: 0 3px;
}
.rtl .search.search-results .page.type-page .entry-content .bl_read_more a i:before {
  content: "\f177";
}
.search.search-results .products-wrapper #product_listing {
  display: block;
  clear: both;
}
.search.search-results .products-wrapper .woocommerce-ordering {
  margin-right: 0;
  margin-left: 0;
}
.search .blog-content .pagination {
  margin-bottom: 40px;
}
.search.rtl .listing-title h1 small {
  float: right;
}
.search .listing-title h1 {
  margin-bottom: 60px;
  margin-top: 0;
}
.search .listing-title h1 small {
  position: relative;
  color: var(--primary-color);
}
.search .listing-title h1 small:before {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .listing-title h1 small:after {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .products-wrapper {
  padding: 0;
}
.search .pag-search  > .pagination {
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
}
.search .no-result {
  margin-bottom: 40px;
}
.search .no-result p {
  font-size: 14px;
  margin-bottom: 15px;
}
.search .no-result form {
  max-width: 100%;
  min-height: 40px;
  position: relative;
}
.search .no-result form label {
  display: none;
}
.search .no-result form input[type="text"],
.search .no-result form input[type="password"] {
  border-radius: 0;
  padding: 15px 85px 15px 20px;
  width: 100%;
}
.search .no-result form input[type="submit"] {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0;
  color: #fff;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
.search .no-result form input[type="submit"]:hover {
  background: var(--black-color);
  border-color: var(--black-color);
}
.search.rtl .no-result form input[type="text"] {
  padding: 15px 20px 15px 85px;
}
.search.rtl .no-result form input[type="submit"] {
  right: auto;
  left: 0;
}
.content-search >.post,
.content-search .page,
.content-search .testimonial,
.content-search .team,
.content-search .portfolio,
.content-search .product {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0 0 40px 0;
  border-bottom: 1px var(--sborder-color) solid;
}
.content-search >.post .entry-thumb,
.content-search .page .entry-thumb,
.content-search .testimonial .entry-thumb,
.content-search .team .entry-thumb,
.content-search .portfolio .entry-thumb,
.content-search .product .entry-thumb {
  padding-right: 30px;
}
.rtl .content-search >.post .entry-thumb,
.rtl .content-search .page .entry-thumb,
.rtl .content-search .testimonial .entry-thumb,
.rtl .content-search .team .entry-thumb,
.rtl .content-search .portfolio .entry-thumb,
.rtl .content-search .product .entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.content-search >.post .entry-content,
.content-search .page .entry-content,
.content-search .testimonial .entry-content,
.content-search .team .entry-content,
.content-search .portfolio .entry-content,
.content-search .product .entry-content {
  overflow: hidden;
}
.content-search >.post .entry-content .title-blog h3,
.content-search .page .entry-content .title-blog h3,
.content-search .testimonial .entry-content .title-blog h3,
.content-search .team .entry-content .title-blog h3,
.content-search .portfolio .entry-content .title-blog h3,
.content-search .product .entry-content .title-blog h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 26px;
}
.content-search >.post .entry-content .title-blog h3 a,
.content-search .page .entry-content .title-blog h3 a,
.content-search .testimonial .entry-content .title-blog h3 a,
.content-search .team .entry-content .title-blog h3 a,
.content-search .portfolio .entry-content .title-blog h3 a,
.content-search .product .entry-content .title-blog h3 a {
  text-transform: capitalize;
  color: var(--body-color);
  font-weight: bold;
  line-height: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content-search >.post .entry-content .title-blog h3 a:hover,
.content-search .page .entry-content .title-blog h3 a:hover,
.content-search .testimonial .entry-content .title-blog h3 a:hover,
.content-search .team .entry-content .title-blog h3 a:hover,
.content-search .portfolio .entry-content .title-blog h3 a:hover,
.content-search .product .entry-content .title-blog h3 a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content-search >.post .entry-content .entry-meta,
.content-search .page .entry-content .entry-meta,
.content-search .testimonial .entry-content .entry-meta,
.content-search .team .entry-content .entry-meta,
.content-search .portfolio .entry-content .entry-meta,
.content-search .product .entry-content .entry-meta {
  color: #999;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.content-search >.post .entry-content .entry-meta a,
.content-search .page .entry-content .entry-meta a,
.content-search .testimonial .entry-content .entry-meta a,
.content-search .team .entry-content .entry-meta a,
.content-search .portfolio .entry-content .entry-meta a,
.content-search .product .entry-content .entry-meta a {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.content-search >.post .entry-content .entry-meta a:hover,
.content-search .page .entry-content .entry-meta a:hover,
.content-search .testimonial .entry-content .entry-meta a:hover,
.content-search .team .entry-content .entry-meta a:hover,
.content-search .portfolio .entry-content .entry-meta a:hover,
.content-search .product .entry-content .entry-meta a:hover {
  color: var(--primary-color);
}
.content-search >.post .entry-content .entry-meta span,
.content-search .page .entry-content .entry-meta span,
.content-search .testimonial .entry-content .entry-meta span,
.content-search .team .entry-content .entry-meta span,
.content-search .portfolio .entry-content .entry-meta span,
.content-search .product .entry-content .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.content-search >.post .entry-content .entry-meta span:before,
.content-search .page .entry-content .entry-meta span:before,
.content-search .testimonial .entry-content .entry-meta span:before,
.content-search .team .entry-content .entry-meta span:before,
.content-search .portfolio .entry-content .entry-meta span:before,
.content-search .product .entry-content .entry-meta span:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #999;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.rtl .content-search >.post .entry-content .entry-meta span:before,
.rtl .content-search .page .entry-content .entry-meta span:before,
.rtl .content-search .testimonial .entry-content .entry-meta span:before,
.rtl .content-search .team .entry-content .entry-meta span:before,
.rtl .content-search .portfolio .entry-content .entry-meta span:before,
.rtl .content-search .product .entry-content .entry-meta span:before {
  right: auto;
  left: -11px;
}
.rtl .content-search >.post .entry-content .entry-meta span,
.rtl .content-search .page .entry-content .entry-meta span,
.rtl .content-search .testimonial .entry-content .entry-meta span,
.rtl .content-search .team .entry-content .entry-meta span,
.rtl .content-search .portfolio .entry-content .entry-meta span,
.rtl .content-search .product .entry-content .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.content-search >.post .entry-content .entry-meta span:last-child:before,
.content-search .page .entry-content .entry-meta span:last-child:before,
.content-search .testimonial .entry-content .entry-meta span:last-child:before,
.content-search .team .entry-content .entry-meta span:last-child:before,
.content-search .portfolio .entry-content .entry-meta span:last-child:before,
.content-search .product .entry-content .entry-meta span:last-child:before {
  display: none;
}
.content-search >.post .entry-content .entry-author,
.content-search .page .entry-content .entry-author,
.content-search .testimonial .entry-content .entry-author,
.content-search .team .entry-content .entry-author,
.content-search .portfolio .entry-content .entry-author,
.content-search .product .entry-content .entry-author {
  text-transform: uppercase;
}
.content-search >.post .entry-content .entry-author a,
.content-search .page .entry-content .entry-author a,
.content-search .testimonial .entry-content .entry-author a,
.content-search .team .entry-content .entry-author a,
.content-search .portfolio .entry-content .entry-author a,
.content-search .product .entry-content .entry-author a {
  color: var(--primary-color);
}
.content-search >.post .entry-content .entry-meta-tag,
.content-search .page .entry-content .entry-meta-tag,
.content-search .testimonial .entry-content .entry-meta-tag,
.content-search .team .entry-content .entry-meta-tag,
.content-search .portfolio .entry-content .entry-meta-tag,
.content-search .product .entry-content .entry-meta-tag {
  color: #999;
  text-transform: uppercase;
}
.content-search >.post .entry-content .entry-meta-tag .fa,
.content-search .page .entry-content .entry-meta-tag .fa,
.content-search .testimonial .entry-content .entry-meta-tag .fa,
.content-search .team .entry-content .entry-meta-tag .fa,
.content-search .portfolio .entry-content .entry-meta-tag .fa,
.content-search .product .entry-content .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .content-search >.post .entry-content .entry-meta-tag .fa,
.rtl .content-search .page .entry-content .entry-meta-tag .fa,
.rtl .content-search .testimonial .entry-content .entry-meta-tag .fa,
.rtl .content-search .team .entry-content .entry-meta-tag .fa,
.rtl .content-search .portfolio .entry-content .entry-meta-tag .fa,
.rtl .content-search .product .entry-content .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.content-search >.post .entry-content .entry-meta-tag a,
.content-search .page .entry-content .entry-meta-tag a,
.content-search .testimonial .entry-content .entry-meta-tag a,
.content-search .team .entry-content .entry-meta-tag a,
.content-search .portfolio .entry-content .entry-meta-tag a,
.content-search .product .entry-content .entry-meta-tag a {
  color: #999;
}
.content-search >.post .entry-content .entry-meta-tag a:hover,
.content-search .page .entry-content .entry-meta-tag a:hover,
.content-search .testimonial .entry-content .entry-meta-tag a:hover,
.content-search .team .entry-content .entry-meta-tag a:hover,
.content-search .portfolio .entry-content .entry-meta-tag a:hover,
.content-search .product .entry-content .entry-meta-tag a:hover {
  color: var(--primary-color);
}
.content-search >.post .entry-content .entry-description,
.content-search .page .entry-content .entry-description,
.content-search .testimonial .entry-content .entry-description,
.content-search .team .entry-content .entry-description,
.content-search .portfolio .entry-content .entry-description,
.content-search .product .entry-content .entry-description {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 18px;
}
.content-search >.post .entry-content .bl_read_more a,
.content-search .page .entry-content .bl_read_more a,
.content-search .testimonial .entry-content .bl_read_more a,
.content-search .team .entry-content .bl_read_more a,
.content-search .portfolio .entry-content .bl_read_more a,
.content-search .product .entry-content .bl_read_more a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content-search >.post .entry-content .bl_read_more a:hover,
.content-search .page .entry-content .bl_read_more a:hover,
.content-search .testimonial .entry-content .bl_read_more a:hover,
.content-search .team .entry-content .bl_read_more a:hover,
.content-search .portfolio .entry-content .bl_read_more a:hover,
.content-search .product .entry-content .bl_read_more a:hover {
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content-search >.post .entry-content .bl_read_more a i,
.content-search .page .entry-content .bl_read_more a i,
.content-search .testimonial .entry-content .bl_read_more a i,
.content-search .team .entry-content .bl_read_more a i,
.content-search .portfolio .entry-content .bl_read_more a i,
.content-search .product .entry-content .bl_read_more a i {
  margin: 0 3px;
}
.rtl .content-search >.post .entry-content .bl_read_more a i:before,
.rtl .content-search .page .entry-content .bl_read_more a i:before,
.rtl .content-search .testimonial .entry-content .bl_read_more a i:before,
.rtl .content-search .team .entry-content .bl_read_more a i:before,
.rtl .content-search .portfolio .entry-content .bl_read_more a i:before,
.rtl .content-search .product .entry-content .bl_read_more a i:before {
  content: "\f177";
}
.sidebar-row {
  margin: 0;
}
.sidebar-row.sidebar {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 23% calc( 100% - 23% - 30px );
}
.sidebar-row.sidebar:before {
  display: none;
}
.sidebar-row.sidebar.right {
  grid-template-columns: calc( 100% - 23% - 30px ) 23%;
}
.resp-tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
.responsive-post-slider {
  position: relative;
  background: #fff;
}
.responsive-post-slider .box-title h3 {
  font-size: 16px;
  color: var(--body-color);
  font-weight: 700;
  padding: 14px 15px;
  margin-bottom: 0;
  border-bottom: 1px #ededed solid;
  text-transform: uppercase;
}
.responsive-post-slider .resp-slider-container .slider .item {
  padding: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over {
  position: relative;
  margin-bottom: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a img {
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 600;
  line-height: 22px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: var(--body-color);
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: var(--primary-color);
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .description1 {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 22px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-date {
  font-size: 12px;
  color: var(--body-color);
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.woocommerce .star-rating {
  color: #ffb400;
}
.woocommerce .star-rating span::before {
  content: 'sssss';
}
.woocommerce-page .content .site-main >.widget_sp_image {
  margin-bottom: 0;
}
.woocommerce-page.post-type-archive .content .site-main >.widget_sp_image {
  margin-bottom: 30px;
}
.archives .sw-recent-viewed-slider {
  padding-top: 80px;
}
.woocommerce-page .sw-recent-viewed-slider .block-title a {
  display: none;
}
.woocommerce-checkout .shop_table.order_details tr td .wc-item-meta {
  display: none;
}
.woocommerce.rtl .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page.rtl .woocommerce .cart-collaterals .cart_totals {
  text-align: right;
}
.woocommerce.rtl.woocommerce-cart form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation dd.variation-SoldBy,
.woocommerce-page.rtl.woocommerce-cart form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation dd.variation-SoldBy {
  margin-top: 0px;
  margin-right: 3px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  border-top-color: var(--primary-color);
  line-height: 25px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  font-weight: 500;
  padding: 7px 10px;
  background: var(--primary-color);
  color: #fff;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover {
  background: var(--darken20);
  color: #fff;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  top: 1em;
}
.woocommerce.checkout .woocommerce-info:before,
.woocommerce-page.checkout .woocommerce-info:before {
  top: 11px;
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  height: 35px;
  background-color: #eee;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.woocommerce .woocommerce-form-login .form-row button.button,
.woocommerce-page .woocommerce-form-login .form-row button.button {
  height: 35px;
  margin-bottom: 15px;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .woocommerce-form-login__rememberme,
.woocommerce #customer_login form.register .woocommerce-form-login__rememberme,
.woocommerce-page #customer_login form.login .woocommerce-form-login__rememberme,
.woocommerce-page #customer_login form.register .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 10px;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce #customer_login form.login .form-row .input-text#password,
.woocommerce #customer_login form.register .form-row .input-text#password,
.woocommerce-page #customer_login form.login .form-row .input-text#password,
.woocommerce-page #customer_login form.register .form-row .input-text#password {
  width: 100%;
}
.woocommerce #customer_login form.login .form-row .button,
.woocommerce #customer_login form.register .form-row .button,
.woocommerce-page #customer_login form.login .form-row .button,
.woocommerce-page #customer_login form.register .form-row .button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 35px;
  font-weight: normal;
  line-height: 35px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.woocommerce #customer_login form.login .form-row .button:hover,
.woocommerce #customer_login form.register .form-row .button:hover,
.woocommerce-page #customer_login form.login .form-row .button:hover,
.woocommerce-page #customer_login form.register .form-row .button:hover {
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce #customer_login form.register >p label,
.woocommerce-page #customer_login form.register >p label {
  font-weight: normal;
  padding: 0 3px;
}
.woocommerce #customer_login form.register >p label .input-checkbox,
.woocommerce-page #customer_login form.register >p label .input-checkbox {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.woocommerce #customer_login form.register >p.form-row label,
.woocommerce-page #customer_login form.register >p.form-row label {
  padding: 0;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
  max-width: 100%;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row .button,
.woocommerce-page form.lost_reset_password .form-row .button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce form.lost_reset_password .form-row .button:hover,
.woocommerce-page form.lost_reset_password .form-row .button:hover {
  background: var(--black-color);
  color: #fff;
}
.woocommerce .woocommerce form .form-row label,
.woocommerce-page .woocommerce form .form-row label {
  font-weight: normal;
}
.woocommerce .entry-summary form.register input[type="submit"],
.woocommerce-page .entry-summary form.register input[type="submit"] {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.woocommerce .entry-content form.login,
.woocommerce-page .entry-content form.login {
  border: 0;
  padding: 0;
}
.woocommerce .entry-content form.login .form-row-first,
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-first,
.woocommerce-page .entry-content form.login .form-row-last {
  float: left;
  width: 48.5%;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce .entry-content form.login .form-row-first .input-text,
.woocommerce .entry-content form.login .form-row-last .input-text,
.woocommerce-page .entry-content form.login .form-row-first .input-text,
.woocommerce-page .entry-content form.login .form-row-last .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 3%;
}
.woocommerce .entry-content form.login .form-row label.inline,
.woocommerce-page .entry-content form.login .form-row label.inline {
  clear: both;
  display: block;
  line-height: normal;
  vertical-align: top;
}
.woocommerce .entry-content form.login .form-row .button,
.woocommerce-page .entry-content form.login .form-row .button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.woocommerce .entry-content form.login .form-row .button:hover,
.woocommerce-page .entry-content form.login .form-row .button:hover {
  background: var(--black-color);
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: var(--primary-color);
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: var(--darken15);
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
  text-align: center;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row .button,
.woocommerce-page .entry-content .checkout_coupon .form-row .button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
  text-transform: uppercase;
}
.woocommerce .entry-content .checkout_coupon .form-row .button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row .button:hover {
  background: var(--black-color);
  color: #fff;
}
.woocommerce .checkout,
.woocommerce-page .checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-bottom: 40px;
}
.woocommerce .checkout .woocommerce-NoticeGroup,
.woocommerce-page .checkout .woocommerce-NoticeGroup {
  width: 100%;
  grid-column: 1/span 2;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  width: 100%;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  margin-bottom: 15px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields {
  margin-bottom: 30px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox {
  margin-top: 7px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input {
  float: none;
  margin: 4px 4px 0 0px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input {
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0;
}
.woocommerce .checkout .checkout-col-right .checkout-col-right-wrapper,
.woocommerce-page .checkout .checkout-col-right .checkout-col-right-wrapper {
  padding: 30px;
  border: 1px solid #999;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border: 0;
  border-top: 1px solid var(--sborder-color);
  padding: 10px 15px;
  font-weight: normal;
}
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.woocommerce .checkout #order_review table.shop_table thead tr th,
.woocommerce-page .checkout #order_review table.shop_table thead tr th {
  padding: 15px;
  border: 0;
  color: var(--black-color);
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  border-radius: 0;
  background: none;
}
.woocommerce .checkout #payment .terms,
.woocommerce-page .checkout #payment .terms {
  float: none;
}
.woocommerce .checkout #payment .terms .input-checkbox,
.woocommerce-page .checkout #payment .terms .input-checkbox {
  margin-top: 6px;
}
.woocommerce .checkout #payment .wc_payment_methods,
.woocommerce-page .checkout #payment .wc_payment_methods {
  padding: 20px 0;
  border-top: 1px solid #cfc8d8;
}
.woocommerce .checkout #payment .wc_payment_methods .wc_payment_method label,
.woocommerce-page .checkout #payment .wc_payment_methods .wc_payment_method label {
  color: var(--black-color);
}
.woocommerce .checkout #payment .form-row.place-order,
.woocommerce-page .checkout #payment .form-row.place-order {
  padding: 15px 0 0;
  margin-bottom: 0;
}
.woocommerce .checkout #payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-page .checkout #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: 100%;
  border: 0;
  padding: 0 20px;
  background: var(--primary-color);
  color: #fff;
  text-shadow: none;
  border-radius: 20px;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  font-wieght: normal;
}
.woocommerce .checkout #payment #place_order:hover,
.woocommerce-page .checkout #payment #place_order:hover {
  background: var(--darken15);
}
.woocommerce form table.shop_table.shop_table_responsive,
.woocommerce-page form table.shop_table.shop_table_responsive {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  border: 1px solid var(--sborder-color);
  border-collapse: unset;
}
.woocommerce form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail {
  display: table-cell;
}
.woocommerce form table.shop_table.shop_table_responsive thead,
.woocommerce-page form table.shop_table.shop_table_responsive thead {
  display: table-row-group;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr {
  display: table-row;
  background: #f5f5f5;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th {
  border: 0;
  border-bottom: 1px solid var(--sborder-color);
  color: var(--black-color);
  text-transform: uppercase;
  padding: 20px;
  font-size: 16px;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
  border-top: 1px solid var(--sborder-color);
  display: table-cell;
  text-align: left !important;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
  display: none;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation .variation-SoldBy,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation .variation-SoldBy {
  margin-top: 3px;
}
.woocommerce form table.shop_table.shop_table_responsive tr,
.woocommerce-page form table.shop_table.shop_table_responsive tr {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tr td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-remove .remove,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-remove .remove {
  font-size: 20px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail img,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail img {
  width: 70px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-name > a,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-name > a {
  color: var(--black-color);
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-name > a:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-name > a:hover {
  color: var(--primary-color);
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-price,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-subtotal,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-price,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-subtotal {
  font-size: 16px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity {
  border: 1px solid var(--sborder-color);
  overflow: visible;
  display: inline-block;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty {
  height: 30px;
  min-height: initial;
  border: 0;
  float: left;
  text-indent: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number],
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus {
  float: left;
  position: static;
  background: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  height: 30px;
  width: 25px;
  border: 0;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  display: block !important;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover {
  background: var(--primary-color);
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions {
  padding: 25px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
  padding: 0;
  float: left;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text {
  border-radius: 20px;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  width: 160px;
  background: var(--sborder-color);
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
  background: var(--primary-color) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  margin: 0 5px;
  border-color: var(--primary-color);
  vertical-align: top;
  width: auto;
  padding: 0 20px;
  height: 42px;
  border-radius: 20px;
  line-height: 40px;
  text-transform: uppercase;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button:hover {
  background: var(--black-color) !important;
  color: #fff;
  border-color: var(--black-color);
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions > .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > .button {
  float: right;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button {
  background: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover {
  background: var(--black-color);
}
.woocommerce > .cart-collaterals,
.woocommerce-page > .cart-collaterals {
  margin-bottom: 30px;
}
.woocommerce > .cart-collaterals .products-wrapper,
.woocommerce-page > .cart-collaterals .products-wrapper {
  padding: 0;
}
.woocommerce > .cart-collaterals .cart_totals,
.woocommerce-page > .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce > .cart-collaterals .cart_totals h2,
.woocommerce-page > .cart-collaterals .cart_totals h2 {
  padding: 22px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  background: #f5f5f5;
  font-weight: bold;
  color: var(--black-color);
  border: 1px solid var(--sborder-color);
  border-bottom: 0;
}
.woocommerce > .cart-collaterals .cart_totals table,
.woocommerce-page > .cart-collaterals .cart_totals table {
  width: 100%;
  border: 1px solid #eee;
  margin: 0;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce > .cart-collaterals .cart_totals table tr,
.woocommerce-page > .cart-collaterals .cart_totals table tr {
  border: 0;
  color: var(--black-color);
}
.woocommerce > .cart-collaterals .cart_totals table tr th,
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr th,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  padding: 20px;
  border: 0;
}
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td .amount {
  font-size: 18px;
  font-weight: normal;
  color: var(--primary-color);
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total {
  background: #f5f5f5;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  border: 1px solid var(--sborder-color);
  border-radius: 0 0 10px 10px;
  padding: 25px;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: var(--primary-color);
  text-transform: uppercase;
  display: block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  border-radius: 20px;
  margin: 0;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: var(--black-color);
}
.woocommerce > .cart-collaterals .shipping_calculator,
.woocommerce-page > .cart-collaterals .shipping_calculator {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.woocommerce > .cart-collaterals .shipping_calculator h2,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce > .cart-collaterals .shipping_calculator h2 a:after,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 a:after {
  content: "";
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
  padding: 5px 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover {
  background: var(--black-color);
}
.woocommerce #content .woocommerce-message,
.woocommerce #content .woocommerce-error,
.woocommerce #content .woocommerce-info,
.woocommerce #contents .woocommerce-message,
.woocommerce #contents .woocommerce-error,
.woocommerce #contents .woocommerce-info,
.woocommerce-page #content .woocommerce-message,
.woocommerce-page #content .woocommerce-error,
.woocommerce-page #content .woocommerce-info,
.woocommerce-page #contents .woocommerce-message,
.woocommerce-page #contents .woocommerce-error,
.woocommerce-page #contents .woocommerce-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top-color: var(--primary-color);
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content .woocommerce-message .wc-forward,
.woocommerce #content .woocommerce-error .wc-forward,
.woocommerce #content .woocommerce-info .wc-forward,
.woocommerce #contents .woocommerce-message .wc-forward,
.woocommerce #contents .woocommerce-error .wc-forward,
.woocommerce #contents .woocommerce-info .wc-forward,
.woocommerce-page #content .woocommerce-message .wc-forward,
.woocommerce-page #content .woocommerce-error .wc-forward,
.woocommerce-page #content .woocommerce-info .wc-forward,
.woocommerce-page #contents .woocommerce-message .wc-forward,
.woocommerce-page #contents .woocommerce-error .wc-forward,
.woocommerce-page #contents .woocommerce-info .wc-forward {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-weight: normal;
  background: var(--primary-color);
  color: #fff;
}
.woocommerce #content .woocommerce-message .wc-forward:hover,
.woocommerce #content .woocommerce-error .wc-forward:hover,
.woocommerce #content .woocommerce-info .wc-forward:hover,
.woocommerce #contents .woocommerce-message .wc-forward:hover,
.woocommerce #contents .woocommerce-error .wc-forward:hover,
.woocommerce #contents .woocommerce-info .wc-forward:hover,
.woocommerce-page #content .woocommerce-message .wc-forward:hover,
.woocommerce-page #content .woocommerce-error .wc-forward:hover,
.woocommerce-page #content .woocommerce-info .wc-forward:hover,
.woocommerce-page #contents .woocommerce-message .wc-forward:hover,
.woocommerce-page #contents .woocommerce-error .wc-forward:hover,
.woocommerce-page #contents .woocommerce-info .wc-forward:hover {
  opacity: 0.7;
}
.woocommerce #reviews #review_form_wrapper h3,
.woocommerce-page #reviews #review_form_wrapper h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  border-radius: 0;
  padding: 7px 10px;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label {
  display: block;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 15px;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders tr th,
.woocommerce-page table.my_account_orders tr th {
  background: #ccc;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  background: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 0;
}
.woocommerce table.my_account_orders tr td.order-actions .button:hover,
.woocommerce-page table.my_account_orders tr td.order-actions .button:hover {
  background: var(--primary-color);
}
.woocommerce .entry-content .col2-set .address,
.woocommerce-page .entry-content .col2-set .address {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce tbody tr td,
.woocommerce thead tr th,
.woocommerce-page tbody tr td,
.woocommerce-page thead tr th {
  font-size: 14px;
}
.woocommerce article header .entry-title,
.woocommerce-page article header .entry-title {
  font-size: 24px;
  color: var(--primary-color);
}
.woocommerce article .wishlist-title,
.woocommerce-page article .wishlist-title {
  display: none;
}
.woocommerce .return-to-shop .button.wc-backward,
.woocommerce-page .return-to-shop .button.wc-backward {
  background-color: var(--primary-color);
  color: #fff;
  margin-bottom: 30px;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: var(--primary-color);
}
.page.my-account .woocommerce-MyAccount-content fieldset legend {
  padding: 10px 0;
  font-weight: 600;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button {
  padding: 10px 15px;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: transparent;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p {
  padding: 3px 0;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields p {
  padding: 3px 0;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  padding: 10px 15px;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: transparent;
}
.page.my-account .select2-container .select2-selection--single {
  margin-bottom: 0;
}
.woocommerce a.remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woocommerce #respond input#submit,
.woocommerce .button,
.woocommerce a.button {
  background-color: var(--lighten10);
  color: #fff;
  font-weight: 500;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce .button:hover,
.woocommerce a.button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0.25em;
}
.woocommerce div.product p.cart {
  float: left;
}
.woocommerce-account #contents .page .entry-title {
  margin-bottom: 30px;
}
.woocommerce-account .entry-summary > .woocommerce {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-account .entry-summary > .woocommerce .woocommerce-MyAccount-content {
  order: 1;
}
.woocommerce-account h2 {
  font-size: 18px;
}
.woocommerce-account h3 {
  font-size: 16px;
}
.woocommerce-account #contents {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}
.woocommerce-account #contents header {
  display: block;
}
.woocommerce-account #contents header h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-account #contents header h3 {
  font-size: 20px;
}
.woocommerce-account #contents header .edit {
  display: block;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  width: 20%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0;
  border: 1px solid var(--sborder-color);
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--sborder-color);
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li:last-child > a {
  border: 0;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li.is-active >a {
  color: var(--primary-color);
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  width: 80%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders {
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order {
  border-bottom: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order:last-child {
  border: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  text-align: start !important;
  padding: 5px 15px;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status {
  width: 15%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date {
  width: 20%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total {
  width: 40%;
}
.rtl.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  padding-left: 30px;
  padding-right: 0;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input {
  margin: 4px -10px 0 4px;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox {
  float: right;
  margin: 7px 0 0 8px;
}
.rtl.woocommerce-account .woocommerce-account .button,
.rtl.woocommerce-account .woocommerce-info .button {
  float: left;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  text-align: right;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0;
  padding-right: 1.5em;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  margin-left: 0;
  margin-right: -1.5em;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  margin-bottom: 20px;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title h2 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  color: var(--black-color);
  font-weight: 700;
}
.woocommerce-checkout h3#order_review_heading {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 35px;
  background: #eee;
  border: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  padding-left: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-info {
  padding: 10px 45px 12px 45px;
}
.single-product #comments .woocommerce-noreviews {
  padding: 0;
}
.woocommerce-noreviews {
  padding: 0 15px;
}
.fb_iframe_widget iframe {
  max-width: initial;
  z-index: 1;
}
.woocommerce-cart #contents .page h2 {
  border-bottom: 1px solid #eee;
}
.woocommerce-cart #contents .entry-summary > .woocommerce {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.woocommerce-cart #contents .entry-summary > .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce-cart #contents .entry-summary > .woocommerce .woocommerce-cart-form {
  width: 75%;
}
.woocommerce-cart #contents .entry-summary > .woocommerce .cart-collaterals {
  width: calc( 25% - 30px );
}
.woocommerce-cart #contents .entry-summary > .woocommerce .wc-empty-cart-message {
  width: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce > .cart-collaterals .cart_total .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce > form {
    overflow: auto;
    margin-bottom: 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive,
  .woocommerce-page form table.shop_table.shop_table_responsive {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .woocommerce form table.shop_table.shop_table_responsive thead,
  .woocommerce-page form table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    display: block;
    margin-right: 15px;
    min-width: 80px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.actions:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.actions:before {
    display: none;
  }
  .woocommerce-cart form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail {
    background: #fff;
  }
  .woocommerce-cart .woocommerce table.shop_table {
    max-width: inherit;
  }
  .woocommerce .checkout .col2-set .col-1,
  .woocommerce .checkout .col2-set .col-2,
  .woocommerce-page .checkout .col2-set .col-1,
  .woocommerce-page .checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .woocommerce-wishlist.woocommerce form table.shop_table,
  .woocommerce-wishlist.woocommerce-page form table.shop_table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .woocommerce > .cart-collaterals .cart_total .cart_totals table tbody,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding-right: 0;
  }
  .rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding: 0;
  }
}
.woocommerce-page table.cart td.actions .button {
  width: auto;
}
@media (max-width: 640px) {
  .woocommerce .entry-content .checkout_coupon .form-row,
  .woocommerce-page .entry-content .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: left;
  }
  .rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .entry-content-asset > iframe {
    height: 220px;
  }
  .woocommerce > .cart-collaterals .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 134px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order,
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .product-number {
    display: none;
  }
}
@media (max-width: 360px) {
  .woocommerce .woocommerce-checkout #payment ul.payment_methods li img,
  .woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
  }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 25px;
    padding: 0 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions > .button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > .button {
    margin: 0 !important;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 122px;
  }
}
.woocommerce div.product form.cart .group_table td {
  padding: 0;
  height: 70px;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce div.product form.cart .group_table td .quantity {
  width: 100px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  font-size: 0;
  right: auto;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 0 2px #ddd;
  text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '\f047';
  font-family: Fontawesome !important;
  font-size: 18px;
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 40px;
  vertical-align: top;
  height: 100%;
}
label.screen-reader-text {
  display: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}
.woocommerce .sidebar.fixed .widget_product_categories {
  margin-top: 30px;
}
.woocommerce-page .wc-block-cart .wc-block-cart-items thead tr > th {
  font-size: 20px;
  color: var(--black-color);
}
.woocommerce-page .wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name {
  font-size: 16px;
  color: var(--black-color);
}
.woocommerce-page .wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name:hover {
  color: var(--primary-color);
}
.woocommerce-page .wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-metadata {
  font-size: 13px;
  color: var(--body-color);
}
.woocommerce-page .wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  color: var(--black-color);
}
.woocommerce-page .wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: var(--primary-color);
}
.woocommerce-page .wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: var(--secondary-color);
}
.woocommerce-page .wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-sale-badge {
  border-color: transparent;
  background: var(--secondary-color);
  color: #fff;
}
.woocommerce-page .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
  font-size: 20px;
  color: var(--black-color);
}
.woocommerce-page .wc-block-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block {
  color: var(--black-color);
  margin-bottom: 20px;
}
.woocommerce-page .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit .wc-block-cart__submit-container .wc-block-cart__submit-button {
  display: block;
  background: var(--primary-color);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.woocommerce-page .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit .wc-block-cart__submit-container .wc-block-cart__submit-button .wc-block-components-spinner {
  top: 0;
  left: 0;
}
.woocommerce-page .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit .wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
  background: var(--secondary-color);
}
.woocommerce-page .wc-block-checkout .wc-block-checkout__main {
  color: var(--black-color);
}
.woocommerce-page .wc-block-checkout .wc-block-checkout__main .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  background: var(--primary-color);
  color: #fff;
}
.woocommerce-page .wc-block-checkout .wc-block-checkout__main .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  background: var(--secondary-color);
}
.woocommerce-page .wc-block-checkout .wp-block-woocommerce-checkout-totals-block {
  color: var(--black-color);
}
.woocommerce-page .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__content {
  padding-top: 20px;
}
.woocommerce-page .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__content .wc-block-components-product-name {
  font-size: 16px;
}
.woocommerce-page .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__content .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-page .wp-block-woocommerce-empty-cart-block h2 {
  padding-bottom: 20px;
}
.woocommerce-page .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {
  color: var(--primary-color);
  font-weight: bold;
}
.woocommerce-page .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link:hover {
  color: var(--secondary-color);
}
.woocommerce-page .wc-block-components-totals-coupon .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  padding-top: 21px;
}
.woocommerce-page .wc-block-components-totals-coupon .wc-block-components-totals-coupon__form .components-button {
  margin-bottom: 0;
  border-radius: 5px;
}
.woocommerce-page .wc-block-components-totals-coupon .wc-block-components-totals-item__label {
  font-weight: 700;
}
.clearfix {
  overflow: inherit;
}
.wc-vendor-page .vendor-dashboard-wrapper {
  margin-bottom: 60px;
}
.wc-vendor-page .vendor-dashboard-wrapper .wcv-dashboard-navigation ul li {
  margin-right: 15px;
}
.wc-vendor-page .vendor-dashboard-wrapper .wcv-dashboard-navigation ul li a {
  font-size: 16px;
}
.wc-vendor-page .vendor-dashboard-wrapper .btn-inverse.btn-small {
  padding: 8px 15px;
}
.wc-vendor-page.orders .entry-summary {
  margin-bottom: 30px;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p {
  background: #111;
  margin: 0;
  border: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  position: relative;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:hover {
  color: var(--primary-color);
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
  content: '';
  background: #fff;
  display: inline-block;
  top: 18px;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:last-child:after {
  display: none;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper hr {
  border-color: transparent;
}
.wc-vendor-page table {
  border: 1px solid #ddd;
}
.wc-vendor-page table thead>tr>th {
  border-width: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--black-color);
}
.wc-vendor-page table th,
.wc-vendor-page table td {
  padding: 10px;
}
.wc-vendor-page .form-row {
  overflow: hidden;
}
.wc-vendor-page .form-row input[type="checkbox"] {
  float: left;
}
.wc-vendor-page .form-row label {
  overflow: hidden;
  margin-top: 2px;
  padding-left: 5px;
}
.wc-vendor-page .entry-content h2 {
  color: var(--black-color);
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.wc-vendor-page .pv_shop_description {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.wc-vendor-page .pv_shop_description p {
  margin: 0;
  line-height: 20px;
}
.wc-vendor-page.shop_settings .entry-content,
.wc-vendor-page.shop-settings .entry-content {
  margin-bottom: 40px;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container b,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container b,
.wc-vendor-page.shop-settings .entry-content .pv_paypal_container b,
.wc-vendor-page.shop-settings .entry-content .pv_shop_name_container b {
  color: var(--black-color);
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container input,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container input,
.wc-vendor-page.shop-settings .entry-content .pv_paypal_container input,
.wc-vendor-page.shop-settings .entry-content .pv_shop_name_container input {
  margin-top: 10px;
  border-radius: 0;
  padding: 7px 10px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container,
.wc-vendor-page.shop-settings .entry-content #pv_seller_info_container,
.wc-vendor-page.shop-settings .entry-content #pv_shop_description_container {
  margin-bottom: 30px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p,
.wc-vendor-page.shop-settings .entry-content #pv_seller_info_container > p,
.wc-vendor-page.shop-settings .entry-content #pv_shop_description_container > p {
  margin-bottom: 25px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p b,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p b,
.wc-vendor-page.shop-settings .entry-content #pv_seller_info_container > p b,
.wc-vendor-page.shop-settings .entry-content #pv_shop_description_container > p b {
  color: var(--black-color);
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container div.mce-panel,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container div.mce-panel,
.wc-vendor-page.shop-settings .entry-content #pv_seller_info_container div.mce-panel,
.wc-vendor-page.shop-settings .entry-content #pv_shop_description_container div.mce-panel {
  border: 1px solid #eee;
}
.wc-vendor-page.shop-settings .form-row.notes {
  margin-bottom: 0;
}
.wc-vendor-page.shop-settings .form-row.notes label {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.wc-vendor-page.shop-settings .form-row.notes input {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.wc-vendor-page .wc-soldby-start {
  padding: 0;
  margin-bottom: 30px;
  text-align: start;
}
.wc-vendor-page .wc-soldby-start small {
  margin-top: 8px;
  color: #777;
  font-size: 14px;
  display: block;
}
.wc-vendor-page .wc-soldby-start small span {
  font-weight: normal;
}
.wc-vendor-page .wc-soldby-start small a {
  color: var(--primary-color);
}
.wc-vendor-page .wc-soldby-start small a:hover {
  color: var(--black-color);
}
.wc-vendor-page .wc-soldby-start br {
  display: none;
}
.wc-vendor-page .wcv_vendorslist {
  margin: 0 -15px;
  overflow: hidden;
}
.wc-vendor-page .wcv_vendorslist > div {
  padding: 0 15px;
  margin: 0 0 30px !important;
  float: left;
  width: 25%;
}
.wc-vendor-page .wcv_vendorslist > div .pull-left {
  float: none;
}
.wc-vendor-page .wcv_vendorslist > div a.button {
  text-transform: uppercase;
}
.wc-vendor-page.wc-vendor-listing .sidebar {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .swg_breadcrumbs {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .swg_breadcrumbs .container {
  padding: 0;
}
.wc-vendor-page.wc-vendor-listing .swg_breadcrumbs .breadcrumb {
  background: #fff;
  padding: 10px 0 30px 0;
}
.wc-vendor-page .meta-location {
  bottom: 40px;
}
.wc-vendor-page.my-account .form-row label {
  padding-left: 0;
}
.wc-vendor-page.my-account .form-row input[type="checkbox"] {
  margin: 2px 4px 0 0;
}
.wc-vendor-page.my-account .woocommerce-MyAccount-content .form-row input[type="checkbox"] {
  margin-top: 6px;
}
.wc-vendor-page.rtl .vendor-dashboard-wrapper .wcv-dashboard-navigation ul li {
  margin-right: 0;
  margin-left: 15px;
}
.wc-vendor-page.rtl.v
		.form-row input[type="checkbox"] {
  float: right;
  margin: 2px 0 0 4px;
}
@media (max-width: 767px) {
  .wc-vendor-page .wcv_vendorslist > div {
    width: 50%;
  }
  .wc-vendor-page .vendor-dashboard-wrapper {
    overflow-x: auto;
  }
  .wc-vendor-page table {
    width: 700px;
  }
}
@media (max-width: 480px) {
  .wc-vendor-page .wcv_vendorslist > div {
    width: 100%;
  }
  .wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
    display: none;
  }
}
select.dokan-form-control {
  max-width: 200px;
}
table.dokan-table {
  border: 1px solid #ddd;
}
.dokan-dashboard .dokan-dashboard-wrap {
  max-width: 1380px;
  margin: 30px auto;
}
.dokan-theme-xtore #customer_login form.register >p.form-row.user-role {
  padding-left: 22px;
}
.dokan-theme-xtore #customer_login form.register >p.form-row.user-role label {
  margin-top: 0;
}
.dokan-theme-xtore #customer_login form.register >p.form-row.user-role label input {
  margin-top: 7px;
}
.rtl.dokan-theme-xtore #customer_login form.register >p.form-row.user-role {
  padding-right: 22px;
}
.rtl.dokan-theme-xtore #customer_login form.register >p.form-row.user-role label input {
  float: right;
  margin-left: 0;
  margin-right: -20px;
}
.dokan-store .header {
  margin-bottom: 40px;
}
.dokan-store .dokan-store-wrap.layout-left .dokan-store-sidebar {
  margin-right: 2%;
}
.dokan-store #sidebar {
  width: 25%;
  float: left;
  margin-right: 3%;
  margin-bottom: 20px;
}
.rtl .dokan-store #sidebar {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.dokan-store #sidebar > ul {
  background: #fff;
  margin: 0;
  list-style: none;
}
.dokan-store #sidebar > ul > li {
  padding: 0 0 30px;
  border-top: 2px solid var(--primary-color);
}
.dokan-store #sidebar > ul > li .searchform {
  padding: 20px 15px;
}
.dokan-store #sidebar > ul > li .searchform input {
  padding: 7px 10px;
}
.dokan-store #sidebar > ul > li h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.dokan-store #sidebar > ul > li ul {
  list-style: none;
  margin: 0;
}
.dokan-store #sidebar > ul > li ul > li {
  padding: 7px 15px;
}
.dokan-store .dokan-store-sidebar .widget {
  margin-bottom: 30px;
}
.dokan-store .dokan-store-sidebar h3.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  color: var(--black-color);
}
.dokan-store .products-loop > li {
  margin-bottom: 30px;
}
.dokan-store .dokan-widget-area .widget {
  list-style: none;
  background: #fff;
  border-radius: 3px;
  border-top: 2px solid var(--primary-color);
}
.dokan-store .dokan-widget-area .widget .widget-title,
.dokan-store .dokan-widget-area .widget .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}
.dokan-store .dokan-widget-area .widget > div,
.dokan-store .dokan-widget-area .widget form,
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget {
  padding: 0 10px 15px;
}
.dokan-store .dokan-widget-area .widget #cat-drop-stack ul {
  list-style: none;
}
.dokan-store .dokan-widget-area .widget #cat-drop-stack ul > li > a {
  display: block;
  padding: 10px 0;
}
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget > li {
  margin: 0 0 15px;
  padding: 0;
}
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget > li ins {
  text-decoration: none;
  color: var(--primary-color);
}
.widget.dokan-store-widget ul {
  list-style: none;
}
.widget.dokan-store-widget ul >li >a {
  display: block;
  padding: 10px 0;
}
.dokan-pagination-container .dokan-pagination li {
  display: inline-block;
  margin-bottom: 5px;
}
.dokan-pagination-container .dokan-pagination li > a {
  display: block;
  padding: 7px 10px;
}
.dokan-pagination-container .dokan-pagination li.active > a,
.dokan-pagination-container .dokan-pagination li:hover > a {
  background: var(--primary-color);
  color: #fff;
}
#delivery-time-calendar table {
  margin: 0;
}
#delivery-time-calendar .fc-scrollgrid thead > tr > td,
#delivery-time-calendar tr.fc-scrollgrid-section > td {
  padding: 0;
}
#delivery-time-calendar .fc-scrollgrid thead > tr > td table td.fc-daygrid-day,
#delivery-time-calendar tr.fc-scrollgrid-section > td table td.fc-daygrid-day {
  padding: 10px 15px;
}
.rtl .dokan-store-info {
  margin-right: 15px;
  margin-left: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  float: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  margin-top: 2px;
}
.rtl .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  float: right;
  margin-left: 0;
  margin-right: -25px;
}
.rtl .dokan-single-store .dokan-store-tabs ul li {
  border-left: 1px solid #EDEDED;
  border-right: none;
}
#dokan-content {
  margin-bottom: 30px;
}
.dokan-single-store ul {
  list-style: none;
}
.dokan-single-store .item-description {
  display: none;
}
.modal-dialog,
.add_note .modal-dialog {
  position: static;
}
#add-shipping-tracking-form select {
  margin-bottom: 10px;
}
@media (min-width: 1900px) {
  .dokan-store.wide-1400 .content-area {
    max-width: 1430px;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .dokan-store .content-area {
    max-width: 1380px;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .rtl .dokan-store-wrap.layout-left .dokan-store-sidebar {
    margin-right: 0;
    margin-left: 4%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .dokan-store .content-area {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .dokan-store .content-area {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .dokan-store .content-area {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .dokan-store .content-area .dokan-store-sidebar {
    width: 100%;
    float: none;
    order: 2;
    margin: 0 !important;
  }
  .dokan-store .content-area .dokan-single-store {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
header.woocommerce-products-header {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.products-wrapper .column-class {
  margin: 0 0 40px;
}
.products-wrapper .mvx-main-section .products-loop.grid:before {
  display: none;
}
.products-wrapper .mvx-main-section .item .item-wrap .item-detail {
  background: #fff;
}
.products-wrapper .mvx-main-section .mvx-tab-header {
  padding: 0;
  margin-bottom: 15px;
}
.products-wrapper .mvx-main-section .woocommerce-ordering select {
  background: none;
}
.mvx_bannersec_start .mvx-banner-wrap >img {
  width: 100%;
}
.mvx_bannersec_start .mvx-banner-area p.mvx-address i,
.mvx_bannersec_start.mvx-theme01 p.mvx-address i,
.mvx_bannersec_start.mvx-theme03 p.mvx-address i {
  font-size: 14px;
  padding: 4px;
}
.mvx_bannersec_start .mvx_social_profile a i.mvx-font {
  font-size: 20px;
}
.mvx_bannersec_start.mvx-theme01 .mvx-banner-below {
  padding-bottom: 20px;
}
.mvx_bannersec_start.mvx-theme01 .mvx-address {
  margin-bottom: 7px;
}
.mvx_bannersec_start.mvx-theme02 .mvx_vendor_rating,
.mvx_bannersec_start.mvx-theme02 .mvx-address {
  margin-bottom: 10px;
}
.sw-custom-variation input[type="radio"] {
  display: none;
}
.sw-custom-variation .sw-radio-variation {
  position: relative;
  display: block;
}
.sw-custom-variation .sw-radio-variation span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: unset;
  min-width: 36px;
  text-align: center;
  min-height: 36px;
  cursor: pointer;
  margin: 0;
  position: relative;
  border: 1px solid #eee;
  border-radius: 5px;
}
.sw-custom-variation .sw-radio-variation span.variation-color,
.sw-custom-variation .sw-radio-variation span.variation-image {
  text-indent: -9999px;
  border: 0;
}
.sw-custom-variation .sw-radio-variation span.variation-image {
  background-size: 100% 100%;
}
.sw-custom-variation .sw-radio-variation span:after {
  display: none !important;
}
.sw-custom-variation .sw-radio-variation.selected span,
.sw-custom-variation .sw-radio-variation:hover span {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.sw-custom-variation .sw-radio-variation.selected.sw-radio-variation-color span,
.sw-custom-variation .sw-radio-variation:hover.sw-radio-variation-color span {
  min-width: 30px;
  min-height: 30px;
  margin: 3px;
}
.sw-custom-variation .sw-radio-variation.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-custom-variation .sw-radio-variation.disabled span:before {
  display: none;
}
.sw-custom-variation .sw-radio-variation .variation-tooltip {
  position: absolute;
  bottom: 110%;
  z-index: 9999;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation:hover .variation-tooltip {
  display: block;
}
.sw-custom-variation .sw-radio-variation.sw-radio-variation-color {
  border-radius: 50%;
}
.sw-custom-variation .sw-radio-variation.sw-radio-variation-color span {
  border-radius: 50%;
}
.sw-custom-variation .sw-radio-variation.sw-radio-variation-color.disabled {
  opacity: 1;
}
.sw-custom-variation .sw-radio-variation.sw-radio-variation-color.disabled span {
  opacity: 0.3;
}
.sw-custom-variation .sw-radio-variation.sw-radio-variation-color.disabled:before {
  content: 'x';
  display: block;
  text-indent: 0;
  color: red;
  font-size: 16px;
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc( 50% - 16px );
  left: 0;
  width: 100%;
  text-align: center;
}
.item-content .sw-variation-wrapper {
  margin: 15px 0;
}
.item-content .sw-custom-variation {
  margin: 0;
  width: 100%;
}
.item-content .sw-custom-variation .sw-radio-variation {
  margin-bottom: 0;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: initial;
  min-height: initial;
  width: 18px;
  height: 18px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color:after {
  display: none;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-image {
  min-width: 40px;
  min-height: 40px;
}
.item-content .sw-custom-variation:last-child {
  margin-bottom: 0;
}
.woocommerce-variation.single_variation > p {
  color: #e20000;
}
.woocommerce .products-wrapper {
  margin-bottom: 40px;
}
.woocommerce .products-nav {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  margin-bottom: 30px;
  grid-column-gap: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.woocommerce .products-nav .catalog-ordering {
  margin-left: auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  justify-content: flex-start;
  width: 100%;
}
.woocommerce .products-nav .catalog-ordering .product-sortby {
  margin-left: auto;
}
.woocommerce .products-nav .catalog-ordering select {
  border-color: #ddd;
  padding: 10px 15px;
  border-radius: 5px;
}
.woocommerce .products-nav .catalog-ordering > div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.woocommerce .products-nav .catalog-ordering > div form {
  margin: 0;
}
.woocommerce .products-nav .view-mode-wrap {
  padding: 7px 10px;
}
.woocommerce .products-nav .view-mode-wrap .view-mode {
  display: grid;
  grid-template-columns: repeat(4,45px);
  grid-column-gap: 5px;
}
.woocommerce .products-nav .view-mode-wrap .view-mode > a {
  display: block;
  padding: 10px;
  opacity: 0.2;
  font-size: 28px;
}
.woocommerce .products-nav .view-mode-wrap .view-mode > a.active {
  opacity: 1;
}
.woocommerce .products-nav .view-mode-wrap .view-mode > a.active svg {
  fill: var(--primary-color);
}
.woocommerce .products-nav .view-mode-wrap .view-mode > a svg {
  display: block;
  width: 1em;
  height: 1em;
  position: relative;
}
.woocommerce .products-nav .woocommerce-ordering {
  margin: 0;
  margin-left: auto;
  border-left: 1px solid #eee;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.woocommerce .products-nav .woocommerce-ordering .orderby {
  border: 0;
  background: none;
  padding: 15px 0;
}
.woocommerce ul.products,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 40px;
}
.woocommerce ul.products.columns-2,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.woocommerce ul.products.columns-3,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3,1fr);
}
.woocommerce ul.products.columns-4,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4,1fr);
}
.woocommerce ul.products.columns-5,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products.columns-5 {
  grid-template-columns: repeat(5,1fr);
}
.woocommerce ul.products.columns-6,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products.columns-6 {
  grid-template-columns: repeat(6,1fr);
}
.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products:before,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0;
}
.woocommerce ul.products li.product .item-wrap,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product .item-wrap {
  overflow: hidden;
}
.woocommerce ul.products li.product a img,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  color: var(--black-color);
  padding: 0;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product .price ins,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product .price del {
  font-weight: normal;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product .star-rating {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce ul.products li.product .item-description,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product .item-description {
  display: none;
}
.woocommerce ul.products li.product .item-img > a,
.woocommerce .elementor-widget-wc-archive-products .woocommerce ul.products li.product .item-img > a {
  position: static !important;
}
.woocommerce .pagination-ajax {
  text-align: center;
  margin-top: 30px;
}
.woocommerce .pagination-ajax .button-ajax {
  display: inline-block;
  border: 1px var(--sborder-color) solid;
  text-align: center;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin: 20px auto 60px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.woocommerce .pagination-ajax .button-ajax:hover {
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.woocommerce .pagination-ajax .button-ajax:before {
  content: attr(data-title);
}
.woocommerce .pagination-ajax .button-ajax.loading {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 1px solid var(--primary-color);
}
.woocommerce .pagination-ajax .button-ajax.loading:before {
  content: "";
  background: none;
}
.woocommerce .pagination-ajax .button-ajax.loaded:before {
  content: attr(data-loaded);
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul > li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul > li span,
.woocommerce nav.woocommerce-pagination ul > li a {
  display: block;
  border: 0;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  background: none;
  color: var(--black-color);
}
.woocommerce nav.woocommerce-pagination ul > li span.next,
.woocommerce nav.woocommerce-pagination ul > li span.prev,
.woocommerce nav.woocommerce-pagination ul > li a.next,
.woocommerce nav.woocommerce-pagination ul > li a.prev {
  line-height: 44px;
}
.woocommerce nav.woocommerce-pagination ul > li:hover a {
  background: var(--primary-color);
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul > li span.current {
  background: var(--primary-color);
  color: #fff;
}
.woocommerce .elementor-wc-products ul.products.list,
.woocommerce ul.products.list {
  grid-template-columns: 1fr;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-content,
.woocommerce ul.products.list .product .item-wrap .item-content {
  padding: 10px 0;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-img,
.woocommerce ul.products.list .product .item-wrap .item-img {
  width: 24%;
  float: left;
  margin-right: 20px;
  border: 0;
  margin-bottom: 0;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-content,
.woocommerce ul.products.list .product .item-wrap .item-content {
  text-align: start;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .woocommerce-loop-product__title,
.woocommerce ul.products.list .product .item-wrap .woocommerce-loop-product__title {
  margin-bottom: 15px;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .star-rating,
.woocommerce ul.products.list .product .item-wrap .star-rating {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-description,
.woocommerce ul.products.list .product .item-wrap .item-description {
  display: block;
  margin-bottom: 20px;
  color: #888;
  overflow: hidden;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .price,
.woocommerce ul.products.list .product .item-wrap .price {
  margin-bottom: 30px;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-bottom,
.woocommerce ul.products.list .product .item-wrap .item-bottom {
  position: static;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: flex;
  column-gap: 5px;
  justify-content: unset;
  align-items: center;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-bottom a.button,
.woocommerce ul.products.list .product .item-wrap .item-bottom a.button {
  background-color: var(--primary-color);
  width: auto;
  font-size: 13px;
  color: #fff;
  background-image: none;
  border-radius: 30px;
  height: auto;
  padding: 12px 20px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-bottom a.button:before,
.woocommerce ul.products.list .product .item-wrap .item-bottom a.button:before {
  content: '';
  display: inline-block;
  position: static;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 1000 1000'%3E%3Cpath d='M810.667 213.333h-597.333l64-85.333h469.333zM929.877 230.059l-127.744-170.325c-8.363-11.136-21.077-17.024-34.133-17.067h-512c-13.909 0-26.283 6.656-34.133 17.067l-127.744 170.325c-1.835 2.389-3.456 4.992-4.736 7.765-2.773 5.845-4.096 12.075-4.053 18.176v597.333c0 35.328 14.379 67.413 37.504 90.496s55.168 37.504 90.496 37.504h597.333c35.328 0 67.413-14.379 90.496-37.504s37.504-55.168 37.504-90.496v-597.333c0-9.344-3.029-18.005-8.064-24.96-0.171-0.213-0.299-0.427-0.469-0.64zM170.667 298.667h682.667v554.667c0 11.776-4.736 22.4-12.501 30.165s-18.389 12.501-30.165 12.501h-597.333c-11.776 0-22.4-4.736-30.165-12.501s-12.501-18.389-12.501-30.165zM640 426.667c0 35.371-14.293 67.285-37.504 90.496s-55.125 37.504-90.496 37.504-67.285-14.293-90.496-37.504-37.504-55.125-37.504-90.496c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667c0 58.88 23.936 112.299 62.464 150.869s91.989 62.464 150.869 62.464 112.299-23.936 150.869-62.464 62.464-91.989 62.464-150.869c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667z' fill='%23fff'/%3E%3C/svg%3E");
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-bottom a.button:hover,
.woocommerce ul.products.list .product .item-wrap .item-bottom a.button:hover {
  background: var(--black-color);
}
.woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-bottom a.button.added:after,
.woocommerce ul.products.list .product .item-wrap .item-bottom a.button.added:after {
  width: 20px;
  height: 20px;
  position: static;
}
.woocommerce > ul.product-categories,
.woocommerce > form.elementor-search-form {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0;
}
.woocommerce.widget_price_filter form {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 0;
}
.woocommerce.widget_price_filter .price_slider_wrapper {
  padding: 15px 0;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 3px;
  background: #eee;
  border-radius: 30px;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider {
  margin-bottom: 25px;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  height: 3px;
  background: var(--black-color);
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background: #fff;
  width: 13px;
  height: 13px;
  border: 2px solid var(--secondary-color);
  top: -5px;
}
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: grid;
  align-items: center;
  grid-template-columns: 70px 70px 1fr;
  grid-column-gap: 20px;
}
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background: var(--black-color);
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: normal;
}
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  background: var(--primary-color);
}
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount input {
  display: block !important;
  margin: 0;
  border-color: #ddd;
  border-radius: 5px;
}
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  display: none !important;
}
.woocommerce > h5 {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--black-color);
  margin-bottom: 15px;
}
.woocommerce .widget_layered_nav ul {
  padding: 10px 0;
  border-radius: 20px;
  border: 1px solid #eee;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.woocommerce .widget_layered_nav ul > li {
  padding: 0 20px;
}
.woocommerce .widget_layered_nav ul > li:last-child {
  border: 0;
}
.woocommerce .widget_layered_nav ul > li a {
  display: block;
  padding: 7px 20px;
}
.woocommerce .widget_layered_nav ul > li span.count {
  display: none;
}
.woocommerce .widget_layered_nav ul > li.chosen a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_size {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  padding: 15px;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_size > li {
  padding: 0;
  border-radius: 5px;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_size > li > a {
  position: relative;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  background: var(--primary-color);
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen > a,
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_size > li:hover > a {
  color: #fff;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 7px 0;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li a .style-color {
  display: block;
  border: 1px solid transparent;
  border-radius: 50%;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 2px;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  background: #fff;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen a,
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li:hover a {
  color: #6d62ff;
}
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen a .style-color,
.woocommerce .widget_layered_nav ul.woocommerce-widget-layered-nav-list-pa_color > li:hover a .style-color {
  border-color: var(--secondary-color);
}
.product-items-layout1 ul.products li.product .item-img a.button,
.product-items-layout1 .woocommerce ul.products li.product .item-img a.button {
  display: block;
  position: absolute !important;
}
.product-items-layout1 .woocommerce .elementor-wc-products ul.products.list .product .item-wrap .item-bottom,
.product-items-layout1 .woocommerce ul.products.list .product .item-wrap .item-bottom {
  position: absolute;
  display: grid;
}
.product-items-layout1 ul.products li.product .item-content a.button {
  display: none;
}
.product-categories-listing {
  list-style: none;
  display: grid;
  margin: 0 0 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.product-categories-listing.col-cat-2 {
  grid-template-columns: repeat(2,1fr);
}
.product-categories-listing.col-cat-3 {
  grid-template-columns: repeat(3,1fr);
}
.product-categories-listing.col-cat-4 {
  grid-template-columns: repeat(4,1fr);
}
.product-categories-listing.col-cat-5 {
  grid-template-columns: repeat(5,1fr);
}
.product-categories-listing.col-cat-6 {
  grid-template-columns: repeat(6,1fr);
}
.product-categories-listing > li.product-category a img {
  margin-bottom: 10px;
}
.product-categories-listing > li.product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.product-categories-listing > li.product-category h2.woocommerce-loop-category__title mark {
  background: none;
  color: #666;
}
.product-categories-listing > li.product-category:hover h2.woocommerce-loop-category__title {
  color: #6d62ff;
}
.product-categories-listing > li.product-category:hover h2.woocommerce-loop-category__title mark {
  color: #6d62ff;
}
.woocommerce-notices-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.woocommerce-notices-wrapper:empty {
  margin: 0;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.single-product .onsale,
.single-product.woocommerce .elementor-element.elementor-widget-woocommerce-product-images span.onsale {
  top: 15px;
  right: 15px;
  left: auto;
}
.single-product .product-images .product-images-container .slick-slider .slick-track {
  padding: 0;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images {
  margin-bottom: 0;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive .featured-video-button:hover {
  color: #fff;
  background: var(--primary-color);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-prev,
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-next {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list {
  margin: 0 -5px;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  border: 1px solid #ddd;
  margin: 0 5px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper {
  border-color: var(--primary-color);
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product.slick-current .thumbnail-wrapper {
  border-color: var(--primary-color);
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  position: absolute;
  font-size: 0;
  padding: 0;
  z-index: 3;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid var(--sborder-color);
  background-color: #fff;
  color: var(--sborder-color);
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  font-family: Fontawesome;
  font-size: 14px;
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: -14px;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before {
  content: "\f0d9";
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: -14px;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.single-product .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  content: "\f0da";
}
.single-product .product-images .product-images-container.thumbnail-left,
.single-product .product-images .product-images-container.thumbnail-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.single-product .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.single-product .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  width: 15%;
  min-width: 100px;
}
.single-product .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .item-thumbnail-product,
.single-product .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .item-thumbnail-product {
  padding: 4px 0;
}
.single-product .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,
.single-product .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.single-product .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,
.single-product .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: -7px;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.single-product .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.single-product .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: auto;
  bottom: -7px;
}
.single-product .product-images .product-images-container.thumbnail-left .product-responsive,
.single-product .product-images .product-images-container.thumbnail-right .product-responsive {
  width: 80%;
}
.single-product .product-images .product-images-container.thumbnail-left .product-responsive {
  order: 1;
  margin: 0 0 0 15px;
}
.rtl .single-product .product-images .product-images-container.thumbnail-left .product-responsive {
  margin: 0 15px 0 0;
}
.single-product .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.rtl .single-product .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 0 0 15px;
}
.single-product .product-images .product-images-container.thumbnail-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-product .product-images .product-images-container.thumbnail-top .product-responsive {
  order: 1;
  width: 100%;
  margin-bottom: 0;
}
.single-product .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.single-product .cart .button.button-buynow,
.single-product .elementor-element .elementor-widget-container .cart .button.button-buynow {
  background: #fff;
  color: var(--black-color);
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
  height: 46px;
  line-height: 44px;
  margin: 0 10px;
  border-radius: 30px;
  border: 1px solid var(--primary-color);
}
.single-product .cart .button.button-buynow:hover,
.single-product .elementor-element .elementor-widget-container .cart .button.button-buynow:hover {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}
.single-product .cart .button.button-buynow.disabled,
.single-product .elementor-element .elementor-widget-container .cart .button.button-buynow.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.single-product .cart .quantity {
  position: relative;
  border: 0;
  border: 1px solid #eee;
  width: 108px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  min-height: 44px;
}
.single-product .cart .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
  background-color: #fff;
}
.single-product .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.single-product .cart .quantity input::-webkit-outer-spin-button,
.single-product .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .cart .quantity .minus,
.single-product .cart .quantity .plus {
  font-size: 0;
  color: #898989;
  height: inherit !important;
  padding: 0 12px;
}
.single-product .cart .quantity .minus:hover,
.single-product .cart .quantity .plus:hover {
  opacity: 0.5;
}
.single-product .cart .quantity .minus {
  background: url(../assets/img/icon-minus.png) no-repeat center center #f4f4f4;
}
.single-product .cart .quantity .plus {
  background: url(../assets/img/icon-plus.png) no-repeat center center #f4f4f4;
}
.single-product .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.single-product .cart .quantity input.qty {
  padding: 11px 10px 11px 10px;
  font-size: 16px;
  color: var(--black-color);
  font-weight: 600;
}
.single-product .cart .single-buynow.sticky-detail-buton .item-bottom {
  margin: 0 !important;
}
.single-product .cart .single-buynow .item-bottom {
  clear: both;
  margin: 0 0 0 118px;
  padding: 10px 0;
  display: flex;
  grid-column-gap: 20px;
  align-items: center;
}
.single-product .cart .single-buynow .item-bottom:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button >a {
  font-size: 13px;
}
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button >a span {
  display: inline;
  padding: 0 10px;
  color: #888;
}
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button >a:hover span {
  color: var(--primary-color);
}
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button >a i {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: normal;
}
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button >a:hover i {
  color: var(--black-color);
  background: none;
  border: none;
}
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
  font-size: 100%;
}
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button > a > span,
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button > a > span {
  color: var(--primary-color);
}
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button > a > i,
.single-product .cart .single-buynow .item-bottom .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button > a > i {
  background: none;
  box-shadow: none;
  color: var(--primary-color);
}
.single-product .cart .single-buynow .item-bottom a.compare {
  width: auto;
  height: auto;
  border: 0;
  font-size: 13px;
  background: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #888;
  border-radius: 0;
}
.single-product .cart .single-buynow .item-bottom a.compare:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  line-height: 42px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkE3QkZDMTg5MDIzMTFFRTkzNjdBMEYwQkMxRkZGODgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkE3QkZDMTk5MDIzMTFFRTkzNjdBMEYwQkMxRkZGODgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTdCRkMxNjkwMjMxMUVFOTM2N0EwRjBCQzFGRkY4OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQTdCRkMxNzkwMjMxMUVFOTM2N0EwRjBCQzFGRkY4OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjBHNQgAAAEiSURBVHjahFOBbcMwDGvygV9wTvBOWE/YC+sJ2QnNCesJ6wn1CfUJyQs5IaMCqnAEeTNAGEhIiZSSbtu2k3eGYQi4PokFmOZ5zh63s0Uq8QgEFghE9or1tRgQ4QxcKb5AMOB+A25AAh7gCd4PTijWzkUEEN+ciJG8j8rZpYsxBnbXAtK9nP44pumkThIjiMUVuDP7YsQ66ESecKbDYJlzNMV0FgcxI6/7TBjnwSh7d1NMz0Fcubr3FUEePPHyWzYD4hn3mU6+xKhYl6GC88QtPBn0+orTiPKaizcPdaWDlZVl2rTFMjsmJ5Jwlp67/5E1c3WlilL4TUQTKckHx1mO6sR2t91Kw+XO+2/FU7Vit4n7AzaKBU/c/IsbxbIn1vMrwACMWNCsbqaMNAAAAABJRU5ErkJggg==);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-product .cart .single-buynow .item-bottom a.compare:hover {
  background: none;
  color: var(--primary-color);
}
.single-product .addcart-wrapper.single-buynow {
  width: 100%;
}
.woocommerce .product_detail >.vendor {
  clear: both;
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  width: 64px !important;
  height: 30px !important;
  border-radius: 0;
  padding: 0;
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span:before {
  width: 0;
  height: 0;
  border: 0;
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected,
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover {
  background-color: transparent;
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span,
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span:before,
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span:before {
  opacity: 1;
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span {
  font-size: 14px;
  color: #999;
  border-radius: 0;
  font-weight: 400;
  border: 1px solid #ddd;
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color {
  background-color: transparent !important;
  height: auto;
  width: auto;
  border-radius: 0;
  text-indent: 0;
  font-weight: 400;
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span:after {
  border: 0;
  border-radius: 0;
}
.woocommerce .product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span:before {
  content: '';
  width: 0;
  height: 0;
  bottom: 0px;
  right: -1px;
  top: auto;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid #ff3c20;
  opacity: 0;
}
.woocommerce .product_detail .categories-name a {
  font-size: 20px;
  color: #999;
}
.woocommerce .product_detail .categories-name a:hover {
  color: var(--primary-color);
}
.woocommerce .product_detail .content_product_detail {
  position: relative;
}
.woocommerce .product_detail .content_product_detail .product_title {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 8px;
  text-transform: capitalize;
  line-height: 30px;
}
.woocommerce .product_detail .content_product_detail ul {
  margin: 0;
}
.woocommerce .product_detail .content_product_detail .wc-soldby-start {
  display: none;
}
.woocommerce .product_detail .content_product_detail .star-rating {
  color: #F19428;
}
.woocommerce .product_detail .content_product_detail .social-share {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -2px;
  max-width: 40px;
  z-index: 9;
}
.rtl .woocommerce .product_detail .content_product_detail .social-share {
  left: 0px;
  right: auto;
}
.woocommerce .product_detail .content_product_detail .social-share.open .item-social {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.woocommerce .product_detail .content_product_detail .social-share.open .title-share:after {
  width: 11px;
  background-size: cover;
  background: url('../assets/img/close.svg') no-repeat center center;
}
.woocommerce .product_detail .content_product_detail .social-share.open .title-share:hover:after {
  background-size: cover;
  background: url('../assets/img/close-hover.svg') no-repeat center center;
}
.product-type-variable .woocommerce .product_detail .content_product_detail .social-share {
  margin-bottom: 20px;
}
.woocommerce .product_detail .content_product_detail .social-share .title-share {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.woocommerce .product_detail .content_product_detail .social-share .title-share:hover {
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product_detail .content_product_detail .social-share .title-share:hover:after {
  background-size: cover;
  background: url('../assets/img/export-hover.svg') no-repeat center center;
}
.woocommerce .product_detail .content_product_detail .social-share .title-share:after {
  content: '';
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 14px;
  height: 14px;
  vertical-align: top;
  height: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-size: cover;
  background: url('../assets/img/export.svg') no-repeat center center;
  border-radius: 0;
}
.woocommerce .product_detail .content_product_detail .social-share .wrap-content {
  position: absolute;
  bottom: 45px;
}
.woocommerce .product_detail .content_product_detail .social-share .item-social {
  float: left;
  opacity: 0;
  height: 0;
  visibility: hidden;
  max-width: 40px;
}
.rtl .woocommerce .product_detail .content_product_detail .social-share .item-social {
  float: right;
}
.woocommerce .product_detail .content_product_detail .social-share .item-social a {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--body-color);
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.woocommerce .product_detail .content_product_detail .social-share .item-social a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.woocommerce .product_detail .content_product_detail .social-share .item-social a i {
  line-height: 40px;
}
.woocommerce .product_detail .content_product_detail .sku_wrapper {
  margin-bottom: 19px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  color: var(--body-color);
  text-transform: uppercase;
  position: relative;
}
.woocommerce .product_detail .content_product_detail .sku_wrapper .sku {
  color: #777;
  padding: 0 0 0 5px;
}
.rtl .woocommerce .product_detail .content_product_detail .sku_wrapper .sku {
  padding: 0 5px 0 0;
}
.woocommerce .product_detail .content_product_detail .reviews-content {
  margin-bottom: 14px;
}
.woocommerce .product_detail .content_product_detail .reviews-content .star {
  margin-top: 4px;
}
.woocommerce .product_detail .content_product_detail .reviews-content .review-number {
  font-size: 12px;
  color: #777;
  margin: 0 15px;
}
.woocommerce .product_detail .content_product_detail .reviews-content .woocommerce-review-link,
.woocommerce .product_detail .content_product_detail .reviews-content .woocommerce-write-review {
  display: inline-block;
  font-size: 12px;
  color: var(--body-color);
  text-decoration: underline;
}
.woocommerce .product_detail .content_product_detail .reviews-content .woocommerce-review-link:hover,
.woocommerce .product_detail .content_product_detail .reviews-content .woocommerce-write-review:hover {
  color: var(--primary-color);
}
.woocommerce .product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.woocommerce .product_detail .content_product_detail .single-price {
  clear: both;
  background: #fafafa;
  padding: 10px 15px;
  margin-bottom: 23px;
}
.woocommerce .product_detail .content_product_detail .our-price {
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 12px;
  color: #6d6e71;
  display: block;
  margin: 0 0 3px;
}
.woocommerce .product_detail .content_product_detail .price {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.woocommerce .product_detail .content_product_detail .price del {
  line-height: 30px;
  opacity: 1;
  font-size: 20px;
  color: var(--body-color);
  vertical-align: middle;
}
.woocommerce .product_detail .content_product_detail .price del .amount {
  font-size: 16px;
  color: var(--body-color);
}
.woocommerce .product_detail .content_product_detail .item-brand {
  float: left;
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 30px 15px 0;
  position: relative;
}
.rtl .woocommerce .product_detail .content_product_detail .item-brand {
  float: right;
  margin: 0 0 20px 30px;
}
.woocommerce .product_detail .content_product_detail .item-brand > span {
  color: var(--body-color);
  text-transform: capitalize;
}
.woocommerce .product_detail .content_product_detail .item-brand > a {
  display: block;
  padding: 0 5px;
  color: #2482d9;
  text-transform: capitalize;
}
.woocommerce .product_detail .content_product_detail .item-brand > a:hover {
  color: var(--primary-color);
}
.woocommerce .product_detail .content_product_detail .item-brand > a img {
  max-width: 80px;
}
.woocommerce .product_detail .content_product_detail .item-meta {
  margin-bottom: 20px;
  margin-top: 30px;
}
.woocommerce .product_detail .content_product_detail .item-meta .posted_in,
.woocommerce .product_detail .content_product_detail .item-meta .tagged_as {
  font-size: 14px;
  color: #777;
  display: block;
  margin: 0 0 10px;
}
.woocommerce .product_detail .content_product_detail .item-meta .posted_in a,
.woocommerce .product_detail .content_product_detail .item-meta .tagged_as a {
  color: var(--body-color);
}
.woocommerce .product_detail .content_product_detail .item-meta .posted_in a:hover,
.woocommerce .product_detail .content_product_detail .item-meta .tagged_as a:hover {
  color: var(--primary-color);
}
.woocommerce .product_detail .content_product_detail .product-countdown {
  padding: 0 0 30px 0;
}
.woocommerce .product_detail .content_product_detail .product-countdown .countdown-row .countdown-section {
  border: 1px #eee solid;
  border-radius: 4px;
}
.woocommerce .product_detail .content_product_detail .product-countdown .countdown-row .countdown-section:before {
  display: none;
}
.woocommerce .product_detail .content_product_detail .product-countdown .countdown-row .countdown-section .countdown-amount {
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 0;
}
.woocommerce .product_detail .content_product_detail .product-countdown .countdown-row .countdown-section .countdown-period {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.woocommerce .product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 0px 15px;
  background: #fafafa;
  margin: 30px 0 15px 0;
  height: 44px;
  line-height: 44px;
  display: none;
}
.woocommerce .product_detail .content_product_detail .product-info .shipping-text {
  position: relative;
  font-size: 14px;
  color: #777;
  display: inline-block;
  vertical-align: top;
}
.woocommerce .product_detail .content_product_detail .product-info span {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  color: #6ca40c;
  font-weight: 600;
}
.woocommerce .product_detail .content_product_detail .product-info span i {
  margin-right: 5px;
  font-size: 15px;
}
.rtl .woocommerce .product_detail .content_product_detail .product-info span i {
  margin-left: 5px;
  margin-right: 0;
}
.woocommerce .product_detail .content_product_detail .description,
.woocommerce .product_detail .content_product_detail .woocommerce-product-details__short-description {
  line-height: 24px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #555;
  clear: both;
}
.woocommerce .product_detail .content_product_detail .description ul,
.woocommerce .product_detail .content_product_detail .woocommerce-product-details__short-description ul {
  margin: 0;
}
.woocommerce .product_detail .content_product_detail .cart {
  margin-bottom: 16px !important;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form {
  margin-bottom: 40px;
  width: 100%;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form .label {
  display: table-cell;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form .addcart-wrapper {
  margin-top: 0px;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form .addcart-wrapper .qty {
  display: none;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form .group_table {
  border: 0;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr {
  border-color: #ddd;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity > .qty {
  display: none;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity .quantity {
  padding-top: 0;
  height: 38px;
  border: 1px solid #ededed;
  border-radius: 18px;
  margin: 5px 0 15px 0 !important;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity .quantity input {
  height: 36px !important;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__label label a {
  font-size: 14px;
  color: var(--body-color);
  font-weight: 400;
  text-transform: capitalize;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--primary-color);
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price .stock {
  display: none;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price span.amount {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 700;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
  display: block;
  margin: 5px 0;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price ins span.amount {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 700;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price del {
  display: block;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price del span.amount {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price .stock {
  clear: both;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity {
  margin-top: 0;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity .minus {
  bottom: 0;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity:before {
  display: none;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form tbody tr td.label {
  white-space: normal;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form .price {
  font-size: 20px;
  color: #cccccc;
  font-weight: 700;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form .price span >.amount,
.woocommerce .product_detail .content_product_detail .cart.grouped_form .price del {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
}
.woocommerce .product_detail .content_product_detail .cart.grouped_form .price ins {
  font-size: 24px;
  color: var(--primary-color);
  text-decoration: none;
  opacity: 1;
  margin: 0 10px;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations td.label label {
  color: #888;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations th {
  line-height: 3em;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  padding: 3px;
  border: 0;
  width: auto !important;
  height: auto !important;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-left: -3px;
}
.rtl .woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-right: -3px;
  margin-left: 0;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span,
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected .variation-image,
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover .variation-image {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -o-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -ms-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span:before {
  top: -1px;
  right: 15px;
  height: 32px;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span.variation-color:before {
  top: 0px;
  right: 7px;
  height: 13px;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation > span {
  border: 1px solid #ededed;
  min-width: 34px;
  min-height: 34px;
  line-height: 32px;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation > span:after {
  border: 0;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image {
  min-width: 60px;
  min-height: 60px;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #ededed;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image:before,
.woocommerce .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image:after {
  opacity: 0 !important;
}
.woocommerce .product_detail .content_product_detail .cart.variations_form .single_variation_wrap .disabled:before {
  background: none;
}
.woocommerce .product_detail .content_product_detail .cart .clear {
  display: none;
}
.woocommerce .product_detail .content_product_detail .item-bottom .clear {
  clear: none;
}
.woocommerce .product_detail .content_product_detail .add_to_cart_button,
.woocommerce .product_detail .content_product_detail .product_type_external,
.woocommerce .product_detail .content_product_detail .product_type_grouped,
.woocommerce .product_detail .content_product_detail .single_add_to_cart_button,
.woocommerce .product_detail .content_product_detail .wc-variation-is-unavailable {
  height: 46px;
  line-height: 44px;
  text-transform: capitalize;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-size: 16px;
  padding: 0 30px 0 30px;
  margin: 0 5px;
  border: 1px var(--primary-color) solid;
  font-weight: 400;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product_detail .content_product_detail .add_to_cart_button:hover,
.woocommerce .product_detail .content_product_detail .product_type_external:hover,
.woocommerce .product_detail .content_product_detail .product_type_grouped:hover,
.woocommerce .product_detail .content_product_detail .single_add_to_cart_button:hover,
.woocommerce .product_detail .content_product_detail .wc-variation-is-unavailable:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product_detail .content_product_detail .add_to_cart_button:hover:before,
.woocommerce .product_detail .content_product_detail .product_type_external:hover:before,
.woocommerce .product_detail .content_product_detail .product_type_grouped:hover:before,
.woocommerce .product_detail .content_product_detail .single_add_to_cart_button:hover:before,
.woocommerce .product_detail .content_product_detail .wc-variation-is-unavailable:hover:before {
  background: url(../assets/img/add-to-cart-hover.svg) no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product_detail .content_product_detail .add_to_cart_button.disabled,
.woocommerce .product_detail .content_product_detail .product_type_external.disabled,
.woocommerce .product_detail .content_product_detail .product_type_grouped.disabled,
.woocommerce .product_detail .content_product_detail .single_add_to_cart_button.disabled,
.woocommerce .product_detail .content_product_detail .wc-variation-is-unavailable.disabled {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .product_detail .content_vendor_info {
  clear: both;
  padding: 22px;
  border-top: 1px var(--sborder-color) solid;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top {
  overflow: hidden;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top {
  width: 30%;
  float: left;
  border-right: 1px var(--sborder-color) solid;
  margin-right: 50px;
}
.rtl .woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top {
  float: right;
  border-right: none;
  border-left: 1px var(--sborder-color) solid;
  margin-right: 0;
  margin-left: 50px;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-image {
  width: 80px;
  float: left;
  border-radius: 50%;
  border: 1px var(--sborder-color) solid;
  margin-right: 20px;
}
.rtl .woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-image a img {
  margin-bottom: 0;
  border-radius: 50%;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name {
  margin-bottom: 10px;
  padding-top: 10px;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name a {
  font-size: 16px;
  color: var(--black-color);
  text-transform: capitalize;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name a:hover {
  color: var(--primary-color);
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-store a {
  color: var(--primary-color);
  display: inline-block;
  vertical-align: top;
  background: var(--primary-color);
  text-transform: capitalize;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px var(--primary-color) solid;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-store a:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/icon-store.svg') no-repeat center center;
  margin-top: 7px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-store a:hover {
  color: #fff;
  background: var(--primary-color);
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-store a:hover:before {
  background: url('../assets/img/icon-store2.svg') no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .joined {
  margin-bottom: 10px;
  padding-top: 15px;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .joined,
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .product {
  color: #555;
  overflow: hidden;
}
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .joined span,
.woocommerce .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .product span {
  color: #999;
}
.sop-img {
  margin: 0 -15px;
}
.sop-img img {
  margin-bottom: 15px;
}
.single-product.woocommerce .woocommerce-tabs .wc-tabs {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.single-product.woocommerce .woocommerce-tabs .wc-tabs li {
  border: 0;
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  background: none;
}
.single-product.woocommerce .woocommerce-tabs .wc-tabs li a {
  border: 0;
  padding: 0 20px;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  color: #888;
  font-weight: 700;
  border-radius: 0;
  margin: 0;
  position: relative;
}
.single-product.woocommerce .woocommerce-tabs .wc-tabs li a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background: var(--primary-color);
  transition: all 0.2 ease-out;
  height: 3px;
}
.single-product.woocommerce .woocommerce-tabs .wc-tabs li.active a,
.single-product.woocommerce .woocommerce-tabs .wc-tabs li:hover a {
  background: transparent;
  color: var(--black-color);
}
.single-product.woocommerce .woocommerce-tabs .wc-tabs li.active a:after,
.single-product.woocommerce .woocommerce-tabs .wc-tabs li:hover a:after {
  width: 100%;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 30px 0 30px 0;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 18px;
  color: var(--body-color);
  text-transform: uppercase;
  margin-bottom: 30px;
  display: none;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 span {
  color: var(--primary-color);
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel#tab-description {
  line-height: 22px;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel#tab-description ul >li {
  padding: 5px 0;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel#tab-description table tr td,
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel#tab-description table tr th {
  padding: 10px;
  color: var(--black-color);
  font-weight: normal;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel#tab-description table tr:nth-child(2n) {
  background: #f4f4f4;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments {
  margin: 0;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .woocommerce-noreviews {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .commentlist {
  padding: 0;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .commentlist li {
  border: 1px var(--sborder-color) solid !important;
  padding: 25px 20px 15px 25px !important;
  margin-bottom: 30px !important;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .commentlist li img.avatar {
  width: 54px !important;
  border-radius: 50%;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .commentlist li .comment_container {
  position: relative;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .comment-text {
  border: none !important;
  padding-top: 0 !important;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .comment-text p.meta {
  margin-bottom: 5px !important;
  font-size: 14px !important;
  color: var(--body-color) !important;
  text-transform: capitalize;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .comment-text p.meta .woocommerce-review__published-date,
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .comment-text p.meta .woocommerce-review__dash {
  font-size: 12px;
  color: #999;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #comments .comment-text .description p {
  font-size: 14px;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .comment-form p {
  margin-bottom: 10px !important;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .comment-form p.comment-form-comment {
  margin-bottom: 20px !important;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #reply-title {
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #review_form label {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #review_form label .required {
  color: red;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p .alignnone {
  float: right;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p .alignnone.image-content {
  margin-left: 30px;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #reviews {
  color: #333;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #reviews .form-submit .submit {
  padding: 0 30px !important;
  font-size: 14px !important;
  background-color: var(--body-color) !important;
  border-radius: 5px !important;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel #reviews .form-submit .submit:hover {
  background-color: var(--primary-color) !important;
}
.single-product.woocommerce div.product.elementor .woocommerce-tabs .panel {
  padding: 30px 0;
}
.woocommerce #review_form label,
.woocommerce #commentform label {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr:first-child td.label {
  padding-top: 0;
}
.variations tr td.label {
  display: block;
  line-height: 30px;
  text-align: left;
  padding: .5em 1em .3em;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: var(--body-color);
  font-weight: normal !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}
.variations tr td.value {
  padding: 0;
  display: block;
}
.variations tr td.value select {
  width: 200px !important;
  width: 100%;
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid var(--sborder-color);
  margin: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #525252;
  font-size: 12px;
}
.variations tr td.value select option {
  text-transform: uppercase;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 0 0 10px 0;
  font-size: 11px !important;
  text-align: center;
  color: var(--primary-color);
  display: block !important;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .variations tr .reset_variations {
  text-align: right;
  margin-right: 10px;
  margin-left: 0;
}
.variations tr .reset_variations:before {
  font-family: FontAwesome;
  content: '\f00d';
  margin-right: 8px;
}
.single_variation {
  margin-bottom: 15px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: left;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: block;
  vertical-align: top;
  margin: 0 0 10px;
  border: none;
  background-color: transparent;
  text-align: center;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0;
  border: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-right: 0;
  padding-left: 20px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100px;
  height: 2px;
  background-color: var(--primary-color);
  left: 50%;
  margin-left: -50px;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  right: 50%;
  left: auto;
  margin-right: -50px;
  margin-left: 0;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child > a:before {
  height: 0;
  width: 0;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover {
  border: 0;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a {
  margin: 0;
  border: 0;
  display: inline-block;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 30px;
  color: var(--body-color);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: var(--sborder-color);
  position: absolute;
  top: 16px;
  right: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  left: 0;
  right: auto;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider {
  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -o-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  transform: translate(0,80px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active .responsive-slider {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.sw_related_upsell_widget .sw-woo-container-slider {
  margin-bottom: 60px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider {
  border: 0;
  margin: 0 -15px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item {
  padding: 0 15px;
  margin: 10px 0;
}
.related-products {
  overflow: hidden;
}
.related-products .box-slider-title h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--body-color);
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
.related-products .box-slider-title h2:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100px;
  height: 2px;
  background-color: var(--primary-color);
  left: 50%;
  margin-left: -50px;
}
.rtl .related-products .box-slider-title h2:after {
  right: 50%;
  left: auto;
  margin-right: -50px;
  margin-left: 0;
}
.related-products .resp-slider-container {
  position: relative;
}
.related-products .resp-slider-container .item {
  border-right: 1px var(--sborder-color) solid;
}
.related-products .resp-slider-container .item:last-child {
  border-right: none;
}
.related-products .resp-slider-container .item .item-wrap .item-detail .item-content {
  min-height: 131px;
}
.related-products .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.related-products .slick-dots {
  text-align: center;
  margin: 0;
}
.related-products .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.related-products .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #999;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.related-products .slick-dots li.slick-active button,
.related-products .slick-dots li:hover button {
  width: 25px;
  height: 6px;
  background: var(--body-color);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.related-products.style-moblie {
  margin-bottom: 50px;
  padding-top: 30px;
}
.related-products.style-moblie .block-title h3 {
  text-transform: uppercase;
  color: var(--body-color);
  font-size: 20px;
  font-weight: 700;
}
.related-products.style-moblie .resp-slider-container .item {
  border: none;
}
.rtl .related-products.style-moblie .resp-slider-container .item {
  border: none;
}
.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pswp__zoom-wrap .popup-video {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.item-video > a {
  display: block;
}
.item-video > a:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 6;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  font-size: 0;
  left: auto;
  right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  z-index: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  background-color: var(--primary-color);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M2 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H3.707l2.647 2.646a.5.5 0 0 1-.708.708L3 3.707V5.5a.5.5 0 0 1-1 0zM13.5 2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V3.707l-2.646 2.647a.5.5 0 0 1-.708-.708L12.293 3H10.5a.5.5 0 0 1 0-1zm0 12a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0v1.793l-2.646-2.647a.5.5 0 1 0-.708.708L12.293 13H10.5a.5.5 0 0 0 0 1zm-11 0a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 1 0v1.793l2.646-2.647a.5.5 0 0 1 .708.707L3.707 13H5.5a.5.5 0 0 1 0 1z'/%3E%3C/svg%3E");
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: '';
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '';
  display: inline-block;
  position: static;
  background: none;
  vertical-align: top;
  height: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M2 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H3.707l2.647 2.646a.5.5 0 0 1-.708.708L3 3.707V5.5a.5.5 0 0 1-1 0zM13.5 2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V3.707l-2.646 2.647a.5.5 0 0 1-.708-.708L12.293 3H10.5a.5.5 0 0 1 0-1zm0 12a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0v1.793l-2.646-2.647a.5.5 0 1 0-.708.708L12.293 13H10.5a.5.5 0 0 0 0 1zm-11 0a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 1 0v1.793l2.646-2.647a.5.5 0 0 1 .708.707L3.707 13H5.5a.5.5 0 0 1 0 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
}
.single-product-style1.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style1.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: -5px -5px 30px -5px;
  overflow: hidden;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall {
  width: 50%;
  float: left;
  padding: 5px;
  position: relative;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 56px;
  height: 56px;
  line-height: 52px;
  background: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.6);
  margin-top: -28px;
  margin-left: -28px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:before {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 20px;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:hover {
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a {
  display: block;
  border: 1px var(--sborder-color) solid;
  position: relative;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:before {
  content: "\f00e";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ccc;
  color: #fff;
  font-family: fontawesome;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover:before {
  background: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-style1 .woocommerce-product-gallery__image {
  opacity: 1 !important;
}
.single-product-style1 .single-product >.tabs {
  padding-top: 30px;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 0;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px 0;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li > a {
  border-radius: 20px;
  border: 1px solid #ddd;
  background: none;
  margin: 0 5px;
  color: #999;
  background: #fff;
  height: auto;
  line-height: normal;
  padding: 7px 20px;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li.active > a,
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li:hover > a {
  background: #eee;
  border-color: #333;
  color: #333;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: -5px -5px 60px -5px;
  overflow: hidden;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall {
  width: 25%;
  float: left;
  padding: 5px;
  position: relative;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  border: 2px #ccc solid;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 56px;
  height: 56px;
  line-height: 52px;
  background: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.6);
  margin-top: -28px;
  margin-left: -28px;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:before {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 20px;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:hover {
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a {
  display: block;
  border: 1px var(--sborder-color) solid;
  position: relative;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:before {
  content: "\f00e";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ccc;
  color: #fff;
  font-family: fontawesome;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover:before {
  background: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-style2.woocommerce div.product p.price ins,
.single-product-style2.woocommerce div.product span.price ins {
  float: none;
}
.single-product-style2.woocommerce div.product .wc-soldby-start {
  text-align: center;
}
.single-product-style2.woocommerce div.product .product-countdown .countdown-row,
.single-product-style2.woocommerce div.product .item-brand {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.single-product-style2.woocommerce div.product form.cart .button,
.single-product-style2.woocommerce div.product form.cart div.quantity,
.single-product-style2.woocommerce div.product form.cart .item-bottom {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.single-product-style2.woocommerce div.product form.cart .addcart-wrapper >.qty {
  display: none;
}
.single-product-style2.woocommerce div.product .item-bottom .yith-wcwl-add-to-wishlist,
.single-product-style2.woocommerce div.product .item-bottom .compare {
  margin-top: 12px;
}
.single-product-style2 .content_product_detail {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
.single-product-style2 .single-product {
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs {
  border: 0;
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel {
  box-shadow: none;
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel +.panel {
  margin-top: 1px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a {
  font-weight: normal;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 16px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #e1e1e1;
  top: 7px;
  bottom: 7px;
  padding: 0 30px;
  background: url(../assets/img/icon-accordion.png) no-repeat center -34px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed {
  color: #111;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after {
  background-position: center -4px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body {
  padding: 15px 0;
  line-height: 22px;
  overflow-x: hidden;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body > h2,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments > h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body .row {
  margin: 0;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs {
  border: none;
  text-align: center;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li a {
  color: #999;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  border-color: var(--body-color);
  color: var(--body-color);
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  border: none;
  text-align: center;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li a {
  color: #999;
  font-size: 24px;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li a:after {
  display: none;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a,
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover a {
  color: var(--body-color);
}
.single-product-style3 .sw-recent-viewed-slider .block-title h3 {
  float: none;
  text-align: center;
}
.rtl.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #e1e1e1;
}
.single-product.product-thumbnail-right .slider_img_productd .span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off {
  left: 10px;
  right: auto;
}
.single-product.product-thumbnail-right .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .sale-off {
  left: 127px;
}
.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  left: auto;
  right: 10px;
}
.rtl.single-product.product-thumbnail-left .slider_img_productd .sale-off {
  right: 127px;
  left: auto;
}
.rtl.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  right: auto;
  left: 10px;
}
.swpb-bundled-products-container {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.swpb-bundled-products-container h4 {
  font-size: 16px;
  color: var(--body-color);
  font-weight: 500;
  margin: 0 0 30px;
}
.swpb-bundled-products-container .swpb-bundled-product {
  margin-bottom: 10px;
  float: left;
  padding-right: 40px;
  position: relative;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}
.swpb-bundled-products-container .swpb-bundled-product:before {
  content: '+';
  font-size: 24px;
  color: #7f7f7f;
  position: absolute;
  right: 20px;
  top: 18px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product:before {
  right: auto;
  left: 18px;
}
.swpb-bundled-products-container .swpb-bundled-product:last-child:before {
  content: '';
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 8px;
  width: 65px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 0;
  margin-left: 8px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info {
  overflow: hidden;
  display: none;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category {
  display: none;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category a {
  font-size: 13px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 {
  margin-bottom: 3px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--body-color);
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a:hover {
  color: var(--primary-color);
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category {
  margin: 0 0 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price {
  color: var(--primary-color);
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 18px !important;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price ins {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .swpb-bundled-product-stock {
  font-size: 12px;
  text-transform: capitalize;
  color: #6ca40c;
  font-weight: 600;
}
.products-wrapper .top-fill {
  margin-bottom: 30px;
}
.products-wrapper .top-fill .button-filter {
  width: 10%;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 10px;
}
.rtl .products-wrapper .top-fill .button-filter {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
.products-wrapper .top-fill .button-filter span {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  height: 41px;
  line-height: 41px;
  padding: 0 15px;
  font-weight: 500;
  color: var(--body-color);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  border: 1px var(--sborder-color) solid;
  letter-spacing: 2px;
}
.products-wrapper .top-fill .button-filter span i {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  font-size: 14px;
}
.rtl .products-wrapper .top-fill .button-filter span i {
  margin: -5px 0 0 5px;
}
.products-wrapper .top-fill .button-filter span:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products-wrapper .top-fill .products-nav {
  width: 90%;
  float: left;
  margin-bottom: 0;
}
.rtl .products-wrapper .top-fill .products-nav {
  float: right;
}
.products-wrapper .top-fill.closex {
  margin-bottom: 10px;
}
.products-wrapper .top-fill.closex .button-filter span i {
  font-size: 14px;
}
.products-wrapper .top-fill.closex .button-filter span i:before {
  content: "\f00d";
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar {
  width: 5px;
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.4);
}
.sw-quickview-bottom {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sw-quickview-bottom.show {
  visibility: visible;
  opacity: 1;
}
.sw-quickview-bottom.show .quickview-content .quickview-close {
  visibility: visible;
}
.sw-quickview-bottom.loading {
  height: 100%;
}
.sw-quickview-bottom.loading:before {
  background-color: transparent;
  background-image: url(../assets/img/loading2.gif);
  background-size: 32px 32px;
}
.sw-quickview-bottom.loading .quickview-content .quickview-inner {
  padding: 0;
}
.sw-quickview-bottom.loading .quickview-content .quickview-close {
  visibility: hidden;
}
.sw-quickview-bottom .quickview-content {
  background: #fff;
  width: 600px;
  float: right;
  margin-top: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.rtl .sw-quickview-bottom .quickview-content {
  right: auto;
  left: 0;
}
.logged-in .sw-quickview-bottom .quickview-content {
  margin-top: 32px !important;
}
.product-video .sw-quickview-bottom .quickview-content {
  width: 1000px;
  margin: 200px auto !important;
  position: relative;
  float: none;
}
.sw-quickview-bottom .quickview-content .quickview-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  left: -28px;
  top: 0;
}
.rtl .sw-quickview-bottom .quickview-content .quickview-close {
  left: auto;
  right: -28px;
}
.sw-quickview-bottom .quickview-content .quickview-inner {
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100% !important;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  border: none;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity {
  margin-right: 10px;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-minus,
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-plus {
  font-size: 0;
  color: #898989;
  height: inherit !important;
  padding: 0 12px;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-minus:hover,
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-plus:hover {
  opacity: 0.5;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-minus {
  background: url(../assets/img/icon-minus.png) no-repeat center center #f4f4f4;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-plus {
  background: url(../assets/img/icon-plus.png) no-repeat center center #f4f4f4;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail button.button {
  margin: 0 10px;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .button.button-buynow {
  margin: 0;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .item-bottom {
  margin: 0;
  padding: 10px 0;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.quickview-container.woocommerce .slider_img_productd span.onsale {
  display: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail {
  padding-bottom: 15px;
}
.quickview-container.woocommerce .product_detail .content_product_detail .social-share,
.quickview-container.woocommerce .product_detail .content_product_detail .cart .addcart-wrapper >.qty {
  display: none;
}
@media (max-width: 1199px) {
  .product-video .sw-quickview-bottom .quickview-content {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .product-video .sw-quickview-bottom .quickview-content {
    width: auto;
  }
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form h2 {
  margin: 0 !important;
  padding: 0 !important;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form .show-title-form {
  padding: 0 10px;
  background: none;
  color: var(--primary-color);
  font-size: 0;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form .show-title-form i {
  font-size: 14px;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form {
  width: 100%;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form input {
  width: 80%;
  float: left;
  padding: 7px 10px;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons {
  overflow: hidden;
  padding: 5px 10px;
}
.yith-wcwl-form .cart.wishlist_table {
  border-collapse: collapse;
  clear: both;
}
.yith-wcwl-form .cart.wishlist_table th {
  color: var(--black-color);
}
.yith-wcwl-form .cart.wishlist_table td.product-price {
  font-size: 18px;
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart {
  vertical-align: middle;
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart a.add_to_cart_button {
  background: var(--primary-color);
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  display: block !important;
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart a.add_to_cart_button:loading {
  height: auto;
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart a.add_to_cart_button:hover {
  background: var(--black-color);
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-name > a {
  font-size: 18px;
  color: var(--black-color);
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-name > a:hover {
  color: var(--primary-color);
}
.yith-wcwl-form .yith_wcwl_wishlist_footer {
  margin-bottom: 40px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share {
  display: flex;
  align-items: center;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title {
  margin: 0;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button {
  display: inline-block;
  padding: 0 3px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button > a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button > a:hover {
  border-color: var(--primary-color);
}
.gallery {
  padding: 0;
  margin: 0;
  display: grid;
  list-style: none;
  grid-column-gap: 20px;
  justify-content: center;
}
.gallery.gallery-columns-2 {
  grid-template-columns: 1fr 1fr;
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3,calc( 100% / 3 - 20px ));
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4,calc( 100% / 4 - 20px ));
}
.gallery.gallery-columns-5 {
  grid-template-columns: repeat(5,calc( 100% / 5 - 20px ));
}
.gallery.gallery-columns-6 {
  grid-template-columns: repeat(6,calc( 100% / 6 - 20px ));
}
.gallery.gallery-columns-7 {
  grid-template-columns: repeat(7,calc( 100% / 7 - 20px ));
}
.gallery.gallery-columns-8 {
  grid-template-columns: repeat(8,calc( 100% / 8 - 20px ));
}
.gallery.gallery-columns-9 {
  grid-template-columns: repeat(9,calc( 100% / 9 - 20px ));
}
.gallery.gallery-columns-10 {
  grid-template-columns: repeat(10,calc( 100% / 10 - 20px ));
}
.gallery li {
  text-align: center;
}
.gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  border: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
}
.gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
.wp-block-button__link {
  border-radius: 0;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  text-decoration: underline;
}
.entry-summary table {
  margin-bottom: 30px;
}
.entry-summary table th,
.entry-summary table td {
  border: 1px solid var(--sborder-color);
  padding: 10px;
}
.entry-summary table th > a,
.entry-summary table td > a {
  color: var(--primary-color);
}
.entry-summary dl dd {
  margin-bottom: 20px;
}
.entry-summary form input[type="text"],
.entry-summary form input[type="password"],
.entry-summary form input[type="date"] {
  border-radius: 0;
  padding: 5px 10px;
}
.entry-summary form input[type="submit"],
.entry-summary form button[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid var(--black-color);
  border-radius: 0;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
}
.entry-summary form input[type="submit"]:hover,
.entry-summary form button[type="submit"]:hover {
  background: #000;
}
.entry-summary .page-links {
  clear: both;
}
.home .box-subscribe {
  margin-top: -75px;
}
.footer-subscribe.elementor-widget-form .elementor-field-group .elementor-field,
.footer-subscribe.elementor-widget-form .elementor-field-group .elementor-button {
  margin: 0;
}
.box-footer-contact .elementor-element .elementor-image-box-wrapper .elementor-image-box-img img {
  padding-right: 20px;
}
.box-footer-contact .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  background: #f7f7f7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-footer-contact .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: 0;
  fill: var(--black-color);
}
.box-footer-contact .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon:hover {
  background: var(--primary-color);
}
.box-footer-contact .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon:hover svg {
  fill: #fff;
}
.box-footer-contact.box-footer-contact-2 .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  background: #fff;
}
.box-footer-contact.box-footer-contact-2 .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon:hover {
  background: var(--primary-color);
}
.footer-copyright p {
  margin: 0;
}
.footer-copyright a {
  color: var(--black-color);
}
#swg-totop {
  box-shadow: 0 0 1px 1px var(--sborder-color);
  bottom: 80px;
  right: 27px;
  background: #fff;
  text-align: center;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  z-index: 9;
  color: var(--body-color);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#swg-totop:before {
  content: '\f197';
  font-family: fontawesome;
  font-size: 14px;
}
#swg-totop:hover {
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl #swg-totop {
  right: auto;
  left: 15px;
}
.footer-mobile-menu .vertical-hover.swg-menu .swg-menu-vertical {
  top: auto;
  bottom: 40px;
  max-height: 60vh;
  overflow: auto;
}
.footer-mobile .elementor-element:hover .elementor-icon-box-icon svg,
.footer-mobile .elementor-element:hover .swg-menu-toggle svg,
.footer-mobile .elementor-element:hover .elementor-menu-cart__toggle .elementor-button svg {
  fill: var(--primary-color);
}
.footer-mobile .elementor-element:hover .elementor-heading-title,
.footer-mobile .elementor-element:hover .elementor-icon-box-title > a {
  color: var(--primary-color) !important;
}
.mobile-layout div[data-elementor-type="footer"] {
  padding: 50px;
}
