*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: #666;
  font-size: 14px;
  line-height: normal;
  font-family: "Helvetica", Sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body a {
  color: #000;
  -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(--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;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #ddd;
  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 {
  display: block;
  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 {
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .body-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .container #contents {
  padding: 0;
  overflow: hidden;
}
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;
}
.fa:before {
  font-family: FontAwesome;
}
.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;
}
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;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.entry-content-asset > iframe {
  height: 500px;
  width: 100%;
}
.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;
}
select.orderby {
  font-family: 'Rajdhani', sans-serif !important;
}
select.orderby option {
  font-size: 14px;
}
@font-face {
  font-family: 'UVNBachDang';
  src: url('../fonts/unicode_publish_UVNBachDang_R.eot');
  src: url('../fonts/unicode_publish_UVNBachDang_R.eot') format('embedded-opentype'), url('../fonts/unicode_publish_UVNBachDang_R.woff2') format('woff2'), url('../fonts/unicode_publish_UVNBachDang_R.woff') format('woff'), url('../fonts/unicode_publish_UVNBachDang_R.ttf') format('truetype'), url('../fonts/unicode_publish_UVNBachDang_R.svg#unicode_publish_UVNBachDang_R') format('svg');
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?xqfy3i');
  src: url('../fonts/icomoon.eot?xqfy3i#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?xqfy3i') format('truetype'), url('../fonts/icomoon.woff?xqfy3i') format('woff'), url('../fonts/icomoon.svg?xqfy3i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.custom-font-logo h2 {
  font-family: 'ethnocentricrg' !important;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-align-justify:before {
  content: "\e91c";
}
.icon-align-left:before {
  content: "\e91d";
}
.icon-align-right:before {
  content: "\e91e";
}
.icon-arrow-left:before {
  content: "\e918";
}
.icon-arrow-left-circle:before {
  content: "\e91f";
}
.icon-arrow-right:before {
  content: "\e919";
}
.icon-arrow-right-circle:before {
  content: "\e920";
}
.icon-calendar:before {
  content: "\e938";
}
.icon-check:before {
  content: "\e921";
}
.icon-check-circle:before {
  content: "\e91b";
}
.icon-check-square:before {
  content: "\e923";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-clock:before {
  content: "\e904";
}
.icon-eye:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-folder:before {
  content: "\e939";
}
.icon-gift:before {
  content: "\e93a";
}
.icon-grid:before {
  content: "\e940";
}
.icon-headphones:before {
  content: "\e924";
}
.icon-heart:before {
  content: "\e907";
}
.icon-help-circle:before {
  content: "\e925";
}
.icon-home:before {
  content: "\e926";
}
.icon-info:before {
  content: "\e927";
}
.icon-instagram:before {
  content: "\e91a";
}
.icon-key:before {
  content: "\e93c";
}
.icon-layers:before {
  content: "\e900";
}
.icon-life-buoy:before {
  content: "\e93b";
}
.icon-link:before {
  content: "\e922";
}
.icon-link-2:before {
  content: "\e928";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-list:before {
  content: "\e93d";
}
.icon-lock:before {
  content: "\e93e";
}
.icon-log-in:before {
  content: "\e929";
}
.icon-log-out:before {
  content: "\e92a";
}
.icon-mail:before {
  content: "\e909";
}
.icon-map-pin:before {
  content: "\e90a";
}
.icon-menu:before {
  content: "\e903";
}
.icon-message-circle:before {
  content: "\e92b";
}
.icon-message-square:before {
  content: "\e92c";
}
.icon-minus:before {
  content: "\e92d";
}
.icon-minus-circle:before {
  content: "\e92e";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-phone-call:before {
  content: "\e90c";
}
.icon-play:before {
  content: "\e92f";
}
.icon-play-circle:before {
  content: "\e930";
}
.icon-plus:before {
  content: "\e931";
}
.icon-plus-circle:before {
  content: "\e932";
}
.icon-refresh-ccw:before {
  content: "\e90d";
}
.icon-refresh-cw:before {
  content: "\e90e";
}
.icon-repeat:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.icon-send:before {
  content: "\e911";
}
.icon-settings:before {
  content: "\e933";
}
.icon-shopping-bag:before {
  content: "\e912";
}
.icon-shopping-cart:before {
  content: "\e913";
}
.icon-star:before {
  content: "\e934";
}
.icon-trash:before {
  content: "\e935";
}
.icon-trash-2:before {
  content: "\e914";
}
.icon-truck:before {
  content: "\e936";
}
.icon-twitter:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}
.icon-x:before {
  content: "\e937";
}
.icon-x-circle:before {
  content: "\e93f";
}
.icon-youtube:before {
  content: "\e917";
}
.title-sytle1 .block-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.button-style1 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-style1 .res-button.slick-next {
  right: -35px;
}
.rtl .button-style1 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.button-style1 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.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;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .button-style1 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-style1 .res-button.slick-prev {
  left: -35px;
}
.rtl .button-style1 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.button-style1 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.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;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .button-style1 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-style1 .res-button:hover {
  background: var(--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;
}
.button-style1 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.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;
}
.button-style2 .swe-slider .swe-slider-btn {
  top: -20px;
  height: 34px !important;
  opacity: 1 !important;
}
.button-style2 .swe-slider .swe-slider-btn.next-item {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-width: 2px 2px 2px 1px !important;
}
.button-style2 .swe-slider .swe-slider-btn.prev-item {
  left: auto !important;
  right: 44px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-width: 2px 1px 2px 2px !important;
}
.button-style3 .swe-slider .swe-slider-btn {
  top: -20px;
  height: 39px !important;
  width: 29px !important;
  opacity: 1 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 4px !important;
}
.button-style3 .swe-slider .swe-slider-btn:hover {
  border-color: var(--color) !important;
}
.button-style3 .swe-slider .swe-slider-btn.next-item {
  left: auto !important;
  right: 0 !important;
}
.rtl .button-style3 .swe-slider .swe-slider-btn.next-item {
  left: 36px !important;
  right: auto !important;
}
.button-style3 .swe-slider .swe-slider-btn.prev-item {
  left: auto !important;
  right: 36px !important;
}
.rtl .button-style3 .swe-slider .swe-slider-btn.prev-item {
  left: 0 !important;
  right: auto !important;
}
.button-style4 .swe-slider .swe-slider-btn {
  top: -26px;
  height: 29px !important;
  width: 22px !important;
  opacity: 1 !important;
  border: 1px solid #fe904d !important;
  border-radius: 2px !important;
  background-color: transparent !important;
}
.button-style4 .swe-slider .swe-slider-btn:hover {
  border-color: #fff !important;
}
.button-style4 .swe-slider .swe-slider-btn.next-item {
  left: auto !important;
  right: 20px !important;
}
.rtl .button-style4 .swe-slider .swe-slider-btn.next-item {
  left: 47px !important;
  right: auto !important;
}
.button-style4 .swe-slider .swe-slider-btn.prev-item {
  left: auto !important;
  right: 47px !important;
}
.rtl .button-style4 .swe-slider .swe-slider-btn.prev-item {
  left: 20px !important;
  right: auto !important;
}
.sw-label {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}
.rtl .sw-label {
  right: 20px;
  left: auto;
}
.sale-off,
.sw-outstock,
.sw-outstock {
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(90deg,#DF4979 37.36%,#E36B31 71.43%);
  color: #fff;
  text-align: center;
  display: block;
  vertical-align: top;
  text-transform: uppercase;
  margin-bottom: 3px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 3px;
}
.sw-outstock,
.sw-outstock {
  background: #ffcc00;
}
.sw-outstock:after,
.sw-outstock:after {
  border-left: 10px solid #ffcc00;
}
.rtl .sw-outstock:after,
.rtl .sw-outstock:after {
  border-right: 10px solid #ffcc00;
}
.sw-newlabel {
  font-size: 14px;
  font-weight: 400;
  background: #00ce4e;
  color: #fff;
  text-align: center;
  display: block;
  vertical-align: top;
  text-transform: uppercase;
  margin-bottom: 3px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 3px;
}
.rtl .sw-newlabel {
  left: auto;
  right: 0;
}
.yith-wcwl-share {
  text-align: center;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: left;
}
.rtl .yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: right;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 18px;
  color: #111;
  font-weight: 500;
}
.item-price > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.item-price ins {
  font-size: 18px;
  color: var(--color);
  font-weight: 500;
  text-decoration: none;
}
.item-price del {
  font-size: 16px;
  color: #aaa;
  font-weight: 400;
  margin: 0 10px;
}
.woocommerce span.onsale,
.onsale {
  font-size: 14px;
  font-weight: 400;
  background: var(--color);
  color: #fff;
  text-align: center;
  display: block;
  vertical-align: top;
  text-transform: uppercase;
  margin-bottom: 3px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px 0 16px;
  position: static;
  border-radius: 0;
  width: auto;
  min-width: inherit;
  min-height: inherit;
}
.woocommerce span.onsale:after,
.onsale:after {
  width: 0px;
  height: 0px;
  border-bottom: 22px solid transparent;
  border-top: 0 solid transparent;
  border-left: 10px solid var(--color);
  content: "";
  position: absolute;
  right: -10px;
}
.rtl .woocommerce span.onsale:after,
.rtl .onsale:after {
  right: auto;
  left: -10px;
  border-right: 10px solid var(--color);
  border-left: 0px;
}
.border-tp {
  border-top: 1px solid #ddd;
  margin-top: 95px;
  overflow: visible !important;
}
.border-tp .order-title {
  margin-top: -20px;
}
.order-desc {
  font-family: 'Niconne';
  font-size: 26px;
  color: rgba(1,1,1,0.4);
}
.mc4wp-form.mc4wp-form-success .mc4wp-alert.mc4wp-success {
  color: green;
  margin: 15px 0;
}
.goxtore-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.goxtore-socials ul > li {
  display: inline-block;
}
.goxtore-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
}
.goxtore-socials ul > li > a:hover {
  color: #faa600;
}
.topsearch-entry:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9;
  -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;
}
.topsearch-entry .button-search-pro.loading:before {
  background-image: url(../assets/img/loadingp.gif);
  background-color: #2d2d2d;
  background-size: 20px 20px;
}
.topsearch-entry .input-group-btn {
  position: static;
}
.topsearch-entry .input-group {
  display: block;
}
.topsearch-entry .search-append {
  position: absolute;
  top: 105%;
  right: 0;
  left: 0;
  padding: 0;
  min-width: 300px;
  text-align: left;
  border: none;
}
.rtl .topsearch-entry .search-append {
  text-align: right;
}
.rtl .topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 0;
  margin-left: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestions {
  box-shadow: 0 0 0 1px #ccc;
  background: #fff;
  border-radius: 3px;
}
.topsearch-entry .search-append .autocomplete-suggestion {
  clear: both;
  padding: 0 10px;
  margin-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:first-child {
  padding-top: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:last-child {
  padding-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion.no-result {
  padding: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestion > a {
  padding: 0 10px;
  display: block;
  overflow: hidden;
}
.topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 10px;
  border: 1px solid #ccc;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span strong {
  color: var(--color);
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > div,
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > p {
  display: inline-block;
  vertical-align: top;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku {
  margin-right: 20px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku > span {
  font-weight: bold;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price {
  color: var(--color);
  font-weight: bold;
  font-size: 14px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price span.price-label {
  color: #666;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price ins {
  text-decoration: none;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price del {
  color: #999;
  margin: 0 10px;
  font-weight: 400;
}
#yith-woocompare table.dataTable.compare-list tbody tr {
  text-align: left;
}
#yith-woocompare table.dataTable.compare-list tbody tr.title td {
  font-size: 18px;
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
}
#yith-woocompare table.dataTable.compare-list tbody tr.price td span.amount {
  font-size: 20px;
  color: var(--color);
  font-weight: 500;
}
#yith-woocompare table.dataTable.compare-list tbody tr.stock td span:before {
  display: none !important;
}
.home .goxtore_breadcrumbs,
.home-style1 .goxtore_breadcrumbs,
.home-style2 .goxtore_breadcrumbs,
.home-style3 .goxtore_breadcrumbs,
.home-style4 .goxtore_breadcrumbs,
.home-style5 .goxtore_breadcrumbs,
.home-style6 .goxtore_breadcrumbs,
.home-style7 .goxtore_breadcrumbs,
.home-style8 .goxtore_breadcrumbs,
.home-style9 .goxtore_breadcrumbs,
.home-style10 .goxtore_breadcrumbs {
  display: none;
}
.home.admin-bar .header-menubar .content-menubar,
.home-style1.admin-bar .header-menubar .content-menubar,
.home-style2.admin-bar .header-menubar .content-menubar,
.home-style3.admin-bar .header-menubar .content-menubar,
.home-style4.admin-bar .header-menubar .content-menubar,
.home-style5.admin-bar .header-menubar .content-menubar,
.home-style6.admin-bar .header-menubar .content-menubar,
.home-style7.admin-bar .header-menubar .content-menubar,
.home-style8.admin-bar .header-menubar .content-menubar,
.home-style9.admin-bar .header-menubar .content-menubar,
.home-style10.admin-bar .header-menubar .content-menubar {
  top: 32px;
}
#widget_indexdm,
#indexdm_img,
#cpanel-form a.cpanel-control {
  display: none !important;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 30px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login form.login,
.block-popup-login form.register {
  border: 0px;
  padding: 0px;
  margin: 0;
  text-align: left;
  border-radius: 5px;
}
.rtl .block-popup-login form.login,
.rtl .block-popup-login form.register {
  text-align: right;
}
.block-popup-login form.login.loading,
.block-popup-login form.register.loading {
  height: auto;
}
.block-popup-login form.login.loading:before,
.block-popup-login form.register.loading:before {
  opacity: 0.7;
}
.block-popup-login .tt_popup_login {
  height: 42px;
  background: linear-gradient(90deg,#DF4979 44%,#E36B31 50%);
  margin: 0 -30px;
  padding: 0 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-popup-login .tt_popup_login strong {
  line-height: 42px;
  display: inline-block;
  padding-left: 55px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  background-image: url(../assets/img/bg_general.png);
  background-repeat: no-repeat;
  background-position: -20px -700px;
  position: relative;
  padding-right: 10px;
  background-color: transparent;
}
.rtl .block-popup-login .tt_popup_login strong {
  background-position: right -20px top -700px;
  padding-left: 10px;
  padding-right: 55px;
}
.block-popup-login .block-content {
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: normal;
  overflow: hidden;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  border-left: 1px solid #d0d0d0;
  border-right: 0;
  padding-left: 30px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login {
  position: relative;
  float: left;
  margin-top: 10px;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  background: linear-gradient(90deg,#DF4979 44%,#E36B31 50%);
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 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 .block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  padding: 0 48px 0px 25px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login:hover {
  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;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  color: #fff;
  font-size: 18px;
  content: '\e93e';
  font-family: icomoon !important;
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 5;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  right: 20px;
  left: auto;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
  color: #242424;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-right: 30px;
  padding-left: 0;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.block-popup-login .block-content .list-log {
  list-style: none;
  margin: 0;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
  border-left: none;
  line-height: 22px;
}
.rtl .block-popup-login .block-content .list-log li {
  padding: 2px 14px 2px 0;
}
.rtl .block-popup-login .block-content .list-log li:before {
  right: 0;
  left: auto;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 35px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg,#DF4979 44%,#E36B31 50%);
  border-radius: 5px;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  opacity: 0.85;
}
.block-popup-login .email-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background-color: #ababab;
  content: "\e916";
  font-family: 'icomoon' !important;
  display: inline-block;
  width: 43px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #eee;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rtl .block-popup-login .email-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .pass-input:before {
  background-color: #ababab;
  content: "\e93c";
  font-family: 'icomoon' !important;
  display: inline-block;
  width: 43px;
  height: 40px;
  font-size: 20px;
  color: #eee;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rtl .block-popup-login .pass-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px !important;
  font-size: 108.33%;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.block-popup-login .ft-link-p a {
  color: #242424;
  padding: 0;
  border: 0;
}
.block-popup-login .ft-link-p a:hover {
  color: #feda9c;
}
.block-popup-login #login_message {
  clear: both;
  color: #049e06;
}
.block-popup-login #login_message >a {
  font-weight: bold;
}
.block-popup-login #login_message.error {
  color: #ec0122;
}
.block-popup-login .login-line {
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
.block-popup-login .login-line:before {
  content: '';
  position: absolute;
  top: 10px;
  height: 1px;
  left: 0;
  width: 100%;
  background: #ccc;
}
.block-popup-login .login-line > span {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
}
.block-popup-login .social-networks {
  text-align: center;
}
.header-bottom1 {
  border: 0;
}
.home .header-bottom1 {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-bottom1.sticky-header .nav-pills >li > a {
  color: #fff;
}
.header-bottom1 .main-menu {
  float: none;
}
.header-bottom1 .nav-pills >li > a {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-family: "Helvetica", sans-serif !important;
  padding: 15px 13px;
}
.header-bottom1 .nav-pills >li > a .have-title {
  position: relative;
}
.header-bottom1 .nav-pills >li > a .have-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -36px;
  height: 1px;
  width: 0;
  display: inline-block;
  z-index: 3;
  background-color: #fff;
}
.header-bottom1 .nav-pills >li:hover a,
.header-bottom1 .nav-pills >li.active a {
  color: #FEDA9C;
}
.header-bottom1 .nav-pills >li:hover a .have-title:before,
.header-bottom1 .nav-pills >li.active a .have-title:before {
  width: 0;
}
.home .header-bottom1 .nav-pills >li:hover a .have-title:before,
.home .header-bottom1 .nav-pills >li.active a .have-title:before {
  width: 100%;
}
.close-login {
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  font-size: 0;
  right: 7px;
  left: auto;
  top: 7px;
  position: absolute;
  opacity: 1;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
}
.close-login:hover {
  opacity: 0.7;
}
.rtl .close-login {
  left: 7px;
  right: auto;
}
.close-login:before {
  content: "\e93f";
  font-family: 'icomoon' !important;
  font-size: 20px;
  color: #fff;
}
.sw_top .top-form.top-search {
  display: inline-block;
  position: relative;
  border: 2px var(--color) solid;
  z-index: 7;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  min-width: 630px;
}
.sw_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.sw_top .top-form.top-search .content-search input {
  padding-left: 190px;
  padding-right: 65px;
}
.rtl .sw_top .top-form.top-search .content-search input {
  padding-left: 65px;
  padding-right: 190px;
}
.sw_top .top-form.top-search .cat-wrapper {
  position: absolute;
  height: 42px;
  top: 0;
  left: 0px;
  right: auto;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  color: #000;
}
.sw_top .top-form.top-search .cat-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
  pointer-events: none;
}
.sw_top .top-form.top-search .cat-wrapper:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0px;
  height: 26px;
  width: 1px;
  background-color: #e5e5e5;
  pointer-events: none;
}
.rtl .sw_top .top-form.top-search .cat-wrapper {
  left: auto;
  right: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.rtl .sw_top .top-form.top-search .cat-wrapper:before {
  right: auto;
  left: 20px;
}
.sw_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  color: #000;
}
.sw_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 22px !important;
  padding: 0px 20px 0;
  height: 42px;
  width: 165px;
  color: #000;
  background-color: #fff;
}
.sw_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.sw_top .top-form.top-search input {
  width: 100%;
  font-size: 13px;
  height: 42px;
  border: none;
  line-height: 42px;
  margin-bottom: 0;
  padding: 0 60px 0 15px;
  background-color: transparent;
}
.rtl .sw_top .top-form.top-search input {
  padding: 0 15px 0 60px;
}
.sw_top .top-form.top-search button.form-button {
  height: 42px;
  line-height: 42px;
  width: 70px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: -2px;
  top: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 0 22px 22px 0;
  background-color: var(--color);
  background-size: 18px;
  -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-size: 0;
}
.sw_top .top-form.top-search button.form-button:before {
  font-size: 30px;
}
.rtl .sw_top .top-form.top-search button.form-button {
  border-radius: 22px 0 0 22px;
  right: auto;
  left: 0;
}
.sw_top .top-form.top-search button.form-button:hover {
  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;
}
.sw_top .top-form.top-search button.form-button.loading:before {
  font-size: 0;
}
.sw_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .sw_top .top-form.top-search.non-category input {
  padding-right: 0;
}
body.on-search {
  position: relative;
}
body.on-search:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9;
  height: 100%;
  width: 100%;
  -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;
}
body.on-search .search-cate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 170px;
  margin: 0;
  z-index: 999;
}
body.on-search .search-cate .icon-search.on {
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 999;
}
body.on-search .search-cate .swsearch-wrapper .top-form.top-search {
  top: 50px;
  width: 100%;
  position: relative;
  width: 870px;
  margin: 0 auto;
  float: none;
}
body.on-search .search-cate .swsearch-wrapper .top-form.top-search .topsearch-entry {
  position: relative;
}
body.on-search .search-cate .swsearch-wrapper .top-form.top-search .topsearch-entry input {
  height: 65px;
  line-height: 65px;
  width: 100%;
  padding: 0 30px;
  font-size: 30px;
  font-weight: 500;
  background: #f5f5f5;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  -o-border-radius: 65px;
  -ms-border-radius: 65px;
  border-radius: 65px;
  border: 2px solid #f5f5f5;
}
body.on-search .search-cate .swsearch-wrapper .top-form.top-search .topsearch-entry input:focus {
  border-color: #111;
}
body.on-search .search-cate .swsearch-wrapper .top-form.top-search .topsearch-entry input::-webkit-input-placeholder {
  color: #000;
}
body.on-search .search-cate .swsearch-wrapper .top-form.top-search .topsearch-entry input::-moz-placeholder {
  color: #000;
}
body.on-search .search-cate .swsearch-wrapper .top-form.top-search .topsearch-entry button.form-button {
  font-size: 30px;
  color: #000;
  height: 65px;
  background: transparent;
  line-height: 65px;
  width: 65px;
}
body.on-search .search-cate .swsearch-wrapper .top-form.top-search .topsearch-entry button.form-button:before {
  font-size: 30px;
}
body.on-search.rtl .search-cate .icon-search.on {
  right: auto;
  left: 52px;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin: 0;
}
.elementor-6061 .elementor-element.elementor-element-4090605 .elementor-heading-title a {
  color: #222;
}
.elementor-6061 .elementor-element.elementor-element-4090605 .elementor-heading-title a:hover {
  color: var(--color);
}
.header-style1 .header-mid {
  padding: 30px 0 0;
}
.header-style1 .header-mid .sw_top .top-form.top-search button.form-button:before {
  font-size: 18px;
}
.header-style1 .header-mid .logo-header .goxtore-logo {
  padding-top: 7px;
}
.header-style1 .nav-pills >li > a .have-icon .fas {
  margin-right: 5px;
}
.header-style1 .nav-pills >li:first-child > a {
  padding-left: 0;
}
.header-style1 .nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu {
  top: 75px;
}
.header-style1 .nav-pills >li.dropdown .dropdown-menu {
  padding-bottom: 30px;
}
.header-style1 .nav-pills >li.dropdown .dropdown-menu li {
  padding: 0;
}
.header-style1 .nav-pills >li.dropdown .dropdown-menu li >.container {
  padding: 0;
}
.header-style1 .nav-pills >li.dropdown .dropdown-menu li .elementor-icon-list-items > li >a {
  padding: 0;
}
.header-style1 .nav-pills >li.dropdown .dropdown-menu li .elementor-icon-list-items > li >a:hover .elementor-icon-list-text {
  color: var(--color) !important;
}
.header-style1 .sw-goxtore-cart {
  padding-top: 18px;
}
.home .header-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent !important;
  z-index: 999;
}
.header-mobile #main-menu .primary-menu .resmenu-container .navbar-toggle {
  background: url(../assets/img/icon-menu.png) no-repeat center transparent;
}
.header-mobile #main-menu .primary-menu .resmenu-container .navbar-toggle:before {
  color: transparent;
}
body.resmenu-open:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
}
.elementor-sticky--active {
  z-index: 90 !important;
}
.header-bottom2 .nav-pills >li.dropdown > .dropdown-menu.visible {
  top: 40px;
}
.nav-pills {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.nav-pills.nav-css >li {
  float: none;
  display: inline-block;
}
.nav-pills.nav-css >li > a {
  padding: 15px 17px;
}
.nav-pills.nav-css >li.dropdown > a span.menu-img {
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-pills.nav-css >li.dropdown > .dropdown-menu > li.dropdown-submenu >a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 13px;
  right: 0;
}
.rtl .nav-pills.nav-css >li.dropdown > .dropdown-menu > li.dropdown-submenu >a:before {
  content: "\f104";
  right: auto;
  left: 0;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu {
  box-shadow: none;
  border: 1px solid #eaeaea;
  padding: 0;
  min-width: 200px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li {
  width: 100%;
  padding: 0 20px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a {
  padding: 13px 0;
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: var(--color);
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a {
  color: var(--color);
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li:last-child > a {
  border: 0;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
}
.rtl .nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu > a {
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu:hover > a,
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu:focus > a {
  color: var(--color);
}
.nav-pills.nav-css >li:hover .dropdown-menu {
  top: 100%;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li {
  float: none;
  display: inline-block;
}
.nav-pills >li > a {
  text-transform: capitalize;
  background-color: transparent;
  position: relative;
  padding: 35px 30px;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
}
.nav-pills >li > a:hover,
.nav-pills >li > a:focus {
  background-color: transparent;
  color: var(--color);
}
.nav-pills >li.active > a {
  color: var(--color);
}
.nav-pills >li.dropdown > a {
  position: relative;
}
.nav-pills >li.dropdown > a:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 14px;
  top: 32px;
  opacity: 1 !important;
}
.rtl .nav-pills >li.dropdown > a:after {
  left: 8px;
  right: auto;
}
.nav-pills >li.dropdown .dropdown-menu {
  text-align: left;
  visibility: hidden;
  padding: 15px 0;
  border: none;
  min-width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu {
  text-align: right;
}
.nav-pills >li.dropdown .dropdown-menu li {
  width: 100%;
}
.nav-pills >li.dropdown .dropdown-menu li >a {
  position: relative;
  text-transform: capitalize;
  display: block;
  padding: 12px 25px;
  color: #7d7d7d;
}
.nav-pills >li.dropdown .dropdown-menu li >a:hover {
  color: var(--color);
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: -16px;
  left: 110%;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 110%;
}
.nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills >li.dropdown:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.dropdown > .dropdown-menu.visible {
  visibility: visible;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.active {
  position: relative;
}
.nav-pills >li.active >a,
.nav-pills >li.active >a:hover,
.nav-pills >li.active >a:focus {
  background-color: transparent;
  color: var(--color);
}
.nav-pills >li:hover .dropdown-menu {
  top: 100%;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li:hover .dropdown-menu .dropdown-submenu:hover >a {
  color: var(--color);
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: var(--color);
  background-color: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu.goxtore-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -7px;
}
.nav-pills.nav-mega .goxtore-mega-menu.menu-home ul.dropdown-menu.column-6 {
  min-width: 1920px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu {
  padding: 25px 15px 10px;
  width: 100%;
  box-shadow: 0 0px 10px 0px rgba(0,0,0,0.15);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  top: 50px;
  display: none;
  border-radius: 5px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .swe-wrap-post-list .swe-wrap-item .swe-wrap-image a {
  border-radius: 5px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .swe-wrap-post-list .swe-wrap-item .swe-wrap-image a img {
  border-radius: 5px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a {
  background-color: transparent;
  color: var(--color);
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu >li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: capitalize;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .dropdown-submenu >.have-title .menu-title {
  display: block;
  margin-bottom: 8px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 8px 0;
  text-transform: capitalize;
  font-size: 14px;
  color: #727272;
  font-weight: 400;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: var(--color);
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
  padding: 30px 0 15px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-2 {
  min-width: 380px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
  margin-bottom: 18px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-4 {
  min-width: 900px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
  padding-bottom: 20px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-6 {
  min-width: 1200px;
  padding-bottom: 20px;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu.column-6 >li {
  width: 16.6667%;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .goxtore-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .goxtore-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .goxtore-menu-img >a:hover {
  color: var(--color);
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .goxtore-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .goxtore-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .goxtore-mega-menu.style-mega .dropdown-menu.column-1 {
  min-width: 800px;
  padding: 30px 10px;
}
.nav-pills.nav-mega .goxtore-mega-menu.style-mega .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .goxtore-mega-menu.style-mega .dropdown-menu.column-1 >li h3 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.nav-pills.nav-mega .goxtore-mega-menu.style-mega .dropdown-menu.column-1 >li ul li a {
  padding: 9px 0;
  font-size: 14px;
}
.nav-pills.nav-mega .goxtore-mega-menu.style-mega .dropdown-menu.column-1 >li .wpb_single_image {
  margin-bottom: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.goxtore-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .goxtore-mega-menu.mega-shop .dropdown-menu.column-4 >li {
  width: 25%;
  margin-bottom: 18px;
}
.nav-pills.nav-mega .goxtore-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image {
  width: 66%;
  padding-top: 5px;
}
.nav-pills.nav-mega .goxtore-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image >a {
  padding-top: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image .menu-img {
  position: relative;
}
.nav-pills.nav-mega .goxtore-menu-custom > .dropdown-menu > li.active > a {
  color: var(--color);
}
.nav-pills.nav-mega .goxtore-menu-custom ul {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.nav-pills.nav-mega .goxtore-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .goxtore-menu-custom ul > li > a {
  font-size: 13px;
}
.nav-pills.nav-mega .goxtore-menu-custom ul li >.have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .goxtore-menu-custom ul li >.have-title:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.rtl .nav-pills.nav-mega .goxtore-menu-custom ul li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul {
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  min-width: 180px;
}
.rtl .nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul >li ul {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .goxtore-menu-custom ul .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.goxtore-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 {
  width: 31%;
  margin-left: 1.3%;
  border-left: 1px #e6e6e6 solid;
}
.rtl .nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 {
  border-right: 1px #e6e6e6 solid;
  border-left: 0;
  margin-right: 1.3%;
  margin-left: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap .item-detail .item-content {
  padding: 20px 15px;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap:hover .item-detail {
  border: 1px transparent solid;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-next {
  right: 0;
}
.nav-pills.nav-mega .goxtore-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-prev {
  left: 0;
}
.mega-left-title {
  height: 56px;
  line-height: 56px;
  background-color: rgba(255,255,255,0.1);
}
.mega-left-title span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 55px;
  background: url(../assets/img/icon-verticle.png) left 20px center no-repeat;
  text-transform: uppercase;
}
.rtl .mega-left-title span {
  padding-left: 0;
  padding-right: 55px;
}
.vertical_megamenu-header .wpb_content_element {
  margin: 0;
}
.vertical_megamenu-header:hover .mega-left-title {
  background-color: var(--color);
}
.vertical_megamenu-header:hover .mega-left-title span {
  background: url(../assets/img/icon-close.png) left 20px center no-repeat;
}
.vertical_megamenu-header:hover .wrapper_vertical_menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.header-elementor1 .vertical_megamenu-header:hover .wrapper_vertical_menu {
  z-index: 991;
}
ul.dropdown-menu.visible > li:hover ul.dropdown-menu {
  display: block !important;
}
.wrapper_vertical_menu {
  position: absolute;
  min-width: 300px;
  opacity: 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;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  z-index: 9;
  visibility: hidden;
}
.wrapper_vertical_menu .dropdown-sub {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu {
  position: relative;
  margin: 0;
  box-shadow: 0px 0 20px rgba(0,0,0,0.05);
  background-color: #fff;
  border-top: 0;
  z-index: 9;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li {
  padding: 0 20px;
  background: none;
  border: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -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;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore:before {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a {
  padding-left: 25px;
  border-bottom: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a {
  padding-left: 0;
  padding-right: 25px;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat:before {
  content: "\f196";
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 14px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat:before {
  left: auto;
  right: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat:before {
  content: "\f147";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat:before {
  left: auto;
  right: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 14px;
  padding: 8px 0px;
  line-height: 30px;
  color: #555;
  border-bottom: 1px solid #eee;
}
.wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  display: inline-block;
  vertical-align: middle;
  min-width: 24px;
  margin-right: 15px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  margin-right: 0;
  margin-left: 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: var(--color);
  background-color: transparent;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  display: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0,60px);
  -moz-transform: translate(0,60px);
  -o-transform: translate(0,60px);
  -ms-transform: translate(0,60px);
  transform: translate(0,60px);
  left: 100%;
  top: 0;
  border-radius: 0;
  min-width: 230px;
  padding: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li > a {
  position: relative;
  padding: 7.5px 20px;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  position: absolute;
  left: 100%;
  margin: 0;
  top: 0;
  background: #fff;
  display: none;
  min-width: 230px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a {
  background-color: #f7f7f7;
  color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a {
  color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:hover:after {
  color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  right: 0px;
  top: 8px;
  opacity: 1 !important;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  left: 0px;
  right: auto;
  content: '\f104';
}
.wrapper_vertical_menu .vertical-megamenu > li:hover .dropdown-menu {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate(0px,0px);
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a {
  color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu.visible {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate(0px,0px);
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul {
  min-width: 220px;
  padding: 10px 0;
  border: 0;
  box-shadow: 0px 0 20px rgba(0,0,0,0.05);
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul {
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li {
  line-height: 32px;
  padding: 0 20px;
  float: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li:last-child a {
  border-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
  padding: 8px 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li .dropdown-sub {
  min-width: 180px;
  padding: 20px 0;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: none;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li .dropdown-sub > li a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background-color: #fff;
  padding-left: 15px;
  text-transform: capitalize;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li .dropdown-sub > li:hover >  a {
  background: #fff;
  color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li .dropdown-sub > li:hover >  a:before {
  background-color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li:hover > a {
  color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-custom ul > li:hover > a:before {
  background-color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > li {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-1.dropdown-menu .goxtore-menu-img {
  clear: none;
  position: absolute;
  max-width: 260px !important;
  width: 260px !important;
  top: 0;
  right: 0;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-1.dropdown-menu .goxtore-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-1.dropdown-menu .goxtore-menu-img > a:before {
  width: 0;
  margin: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-1.dropdown-menu .goxtore-menu-img {
  right: auto;
  left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 {
  min-width: 600px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 .column-2 {
  clear: both;
  width: 100%;
  background-color: #ddd;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 .column-2 {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 .column-2 .tag-menu ul {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 .column-2 .tag-menu ul > li {
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 .column-2 .tag-menu ul > li span {
  font-size: 13px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span {
  font-weight: bold;
  color: #000;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu.menu-smartphone > .column-3 .goxtore-menu-img {
  width: 100%;
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-3 {
  min-width: 650px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-3 .goxtore-menu-img {
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-3 .goxtore-menu-img > a {
  padding: 0;
  border: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-3 .goxtore-menu-img > a .have-title .menu-title {
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-3 .goxtore-menu-img > a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-3 .goxtore-menu-img > a img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-3 > li:nth-child(3n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-4 {
  min-width: 885px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-4 > li img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-4 > li img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-4 > li > .dropdown-menu {
  padding: 5px 15px 18px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-4 > li.goxtore-menu-img > a  .menu-title {
  margin-top: 24px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-4 > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  margin: 0;
  padding: 0 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li {
  width: 205px;
  padding: 25px 15px 10px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  margin-bottom: 5px;
  padding: 0 0 10px;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li .dropdown-sub > li > a {
  padding: 0;
  line-height: 38px;
  display: block;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li .dropdown-sub > li.goxtore-menu-img > a {
  padding-left: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li .dropdown-sub > li.goxtore-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li .dropdown-sub > li.goxtore-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li .dropdown-sub > li.goxtore-menu-img > a .menu-title {
  padding: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: var(--color);
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-icon > a span.fa {
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-img > a span.menu-img {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  margin-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-img > a span.menu-img img {
  margin: 0 auto;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.goxtore-menu-img > a span.menu-img {
  margin-right: 0;
  margin-left: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.goxtore-mega-menu.shiclo  > .dropdown-menu > li {
  width: 285px !important;
}
.mega-menu .wrap-content {
  overflow: hidden;
}
.mega-menu .wrap-content .item {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.mega-menu .wrap-content .item .item-image img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .wrap-content .item .item-image:hover img {
  opacity: 0.9;
}
.mega-menu .wrap-content .item .item-content h3 {
  font-size: 14px;
  color: #000;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu .wrap-content .item .item-content ul > li > a {
  padding: 9px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.mega-menu .wrap-content .item .item-content ul > li > a:hover {
  color: var(--color);
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background: #000;
  border-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.resmenu-container .navbar-toggle span {
  display: none !important;
}
.resmenu-container .navbar-toggle:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  font-size: 24px;
  color: #fff;
}
.rtl .resmenu-container .navbar-toggle {
  float: right;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 1px;
  display: block;
}
.resmenu-container .navbar-toggle:hover,
.resmenu-container .navbar-toggle:focus {
  background-color: var(--color);
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: #242424;
  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: right;
  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(--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(--color);
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: var(--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: #000;
  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;
  font-weight: 500;
}
.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: right;
  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(--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(--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(--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;
  display: flex;
}
.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;
  -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: '\e903';
  font-family: icomoon;
  margin-right: 10px;
  font-size: 14px;
}
.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: '\e940';
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.active > a {
  color: #000;
  background: none;
  font-weight: 500;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li .dropdown {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu >a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu >a >span {
  font-size: 14px;
  background: #999;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu >a:before {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu >ul {
  position: absolute;
  top: 100%;
  background: #fafafa;
  right: 0;
  min-width: 200px;
  z-index: 99;
  -webkit-box-shadow: 0 0 0 1px #ddd;
  -moz-box-shadow: 0 0 0 1px #ddd;
  -o-box-shadow: 0 0 0 1px #ddd;
  -ms-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
  text-transform: capitalize;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu:hover>a>span {
  background: var(--color);
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li:last-child>a {
  border-right: 0;
}
.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: #fff;
  font-size: 16px;
  cursor: pointer;
  background-color: var(--color);
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 999;
  line-height: 25px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:after {
  font-size: 18px;
  content: '\e937';
  font-family: icomoon !important;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:hover {
  background: var(--color);
}
@media (max-width: 1024px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    margin: 0 !important;
    padding: 7px 0;
    border: 0;
    background: #FEDA9C;
    border-radius: 5px;
    text-align: center;
  }
  #main-menu .primary-menu .resmenu-container .navbar-toggle:before {
    color: #000;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
  .resmenu-container-sidebar .sw_top {
    padding: 0;
  }
  .resmenu-container-sidebar .sw_top .top-form.top-search {
    min-width: auto;
    border-radius: 0;
    margin: 0;
    width: 100%;
    border-radius: 5px;
  }
  .resmenu-container-sidebar .sw_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .resmenu-container-sidebar .sw_top .top-form.top-search input {
    padding: 0 60px 0 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  .rtl .resmenu-container-sidebar .sw_top .top-form.top-search input {
    border-radius: 4px;
    padding: 0 10px 0 60px;
  }
  .resmenu-container-sidebar .sw_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 .sw_top .top-form.top-search button.form-button:before {
    color: #111;
  }
  .rtl .resmenu-container-sidebar .sw_top .top-form.top-search button.form-button {
    border-radius: 4px 0 0 4px;
  }
  .resmenu-container-sidebar .sw_top .top-form.top-search button.form-button:hover:before {
    color: var(--color);
  }
  .rtl .resmenu-container-sidebar .sw_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
  .resmenu-container-sidebar .topsearch-entry .search-append {
    left: 0;
  }
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40%;
  width: 300px;
  float: right;
  z-index: 10;
  text-align: left;
  direction: ltr;
  display: none;
}
#cpanel-form .cpanel-inner {
  background: none repeat scroll 0 0 #e5e5e5;
  border-color: #f3f3f3;
  color: #555;
  font-size: 11px;
  padding: 8px;
  position: relative;
  z-index: 999;
}
#cpanel-form .cpanel-title {
  background: #666;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 0;
  width: 282px;
}
#cpanel-form .cpanel-title h4 {
  float: left;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
#cpanel-form .cpanel-title h4 i {
  color: #dfdfdf;
}
#cpanel-form .cpannel-button .btn {
  background: #a1a1a1;
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));
  background-image: -webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);
  background-image: -moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);
  background-image: linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a1a1', endColorstr='#ff969696', GradientType=0);
  border-color: #969696 #969696 #707070;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .cpannel-button .btn:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));
  background-image: -webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);
  background-image: -moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);
  background-image: linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ffa1a1a1', GradientType=0);
  border-color: #a1a1a1 #a1a1a1 #7b7b7b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form img {
  display: inline-block;
}
#cpanel-form .panel,
#cpanel-form .panel-default {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#cpanel-form .panel .panel-heading,
#cpanel-form .panel-default .panel-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  clear: both;
  padding: 0 !important;
  text-shadow: none;
}
#cpanel-form .panel .panel-heading .accordion-toggle,
#cpanel-form .panel-default .panel-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 15px;
}
#cpanel-form .panel .panel-heading .accordion-toggle img,
#cpanel-form .panel-default .panel-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
  display: inline-block;
}
#cpanel-form .panel .panel-heading .accordion-toggle:after,
#cpanel-form .panel-default .panel-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .panel .panel-heading i,
#cpanel-form .panel-default .panel-heading i {
  color: #909090;
}
#cpanel-form .panel .panel-collapse,
#cpanel-form .panel-default .panel-collapse {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .panel .panel-collapse .accordion-inner,
#cpanel-form .panel-default .panel-collapse .accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#cpanel-form .panel .control-group,
#cpanel-form .panel-default .control-group {
  margin-bottom: 10px;
}
#cpanel-form a.cpanel-control {
  background-color: #707070;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 40px;
  left: -40px;
  line-height: 36px;
  padding: 0 0 5px 10px;
  position: absolute;
  width: 40px;
  z-index: 10;
  top: 20%;
}
#cpanel-form a.cpanel-control:before {
  content: "\f0a5";
  color: #fff;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form a.cpanel-control.active:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form label {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#cpanel-form label.goxtore-radio-img-selected {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .goxtore-radio-img input[type="radio"],
#cpanel-form .goxtore-radio-img span {
  display: none;
}
#cpanel-form .goxtore-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .goxtore-radio-img img {
  width: auto;
}
#cpanel-form input,
#cpanel-form textarea,
#cpanel-form .uneditable-input {
  width: 206px;
  border: 1px solid #ddd;
  background: #fff;
}
#cpanel-form select {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.sidebar {
  margin-bottom: 30px;
}
.sidebar.sticky-sidebar {
  position: sticky;
  top: 30px;
}
.sidebar.sticky-sidebar .widget {
  display: none;
}
.sidebar.sticky-sidebar .widget:first-child,
.sidebar.sticky-sidebar .widget:nth-child(2),
.sidebar.sticky-sidebar .widget:nth-child(3) {
  display: block;
}
.sidebar.sticky-sidebar .widget:nth-child(3) {
  border-bottom: none;
}
.sidebar .widget {
  margin-bottom: 30px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.sidebar .widget:last-child {
  border-bottom: none;
}
.sidebar .widget .dropdown-menu >li >a {
  white-space: normal;
}
.sidebar .widget .widget-inner .block-title-widget h2,
.sidebar .widget .widget-inner .wp-block-group__inner-container h2 {
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.sidebar .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
  border-color: #ddd;
}
.sidebar .widget .widget-inner ul {
  list-style: none;
  margin: 0;
  border: 0;
  border-radius: 20px;
  padding: 0;
}
.sidebar .widget .widget-inner ul > li {
  padding: 7px 0;
}
.sidebar .widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333333;
  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;
  font-weight: 500;
}
.sidebar .widget .widget-inner ul > li > a:hover {
  color: var(--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;
}
.sidebar .widget .widget-inner ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
  border: 0;
}
.sidebar .widget.widget_categories .widget-inner ul > li > a,
.sidebar .widget.widget_product_categories .widget-inner ul > li > a {
  position: relative;
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.sidebar .widget.widget_categories .widget-inner ul > li:hover a,
.sidebar .widget.widget_product_categories .widget-inner ul > li:hover a {
  background: transparent;
  color: var(--color);
}
.sidebar .widget.widget_categories .widget-inner ul > li:hover a:before,
.sidebar .widget.widget_product_categories .widget-inner ul > li:hover a:before {
  -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-size: 14px;
  border: 1px var(--color) solid;
  color: #fff;
  background-color: var(--color);
}
.sidebar .widget.widget_search {
  padding: 0;
  background-color: transparent;
  border-bottom: 0;
}
.sidebar .widget.widget_search .wp-block-search__label {
  display: none;
}
.sidebar .widget.widget_search .widget-inner .block-title-widget h2 {
  margin-bottom: 10px;
}
.sidebar .widget.widget_search .wp-block-search {
  margin-bottom: 0;
}
.sidebar .widget.widget_search .wp-block-search input {
  margin-bottom: 0;
}
.sidebar .widget.widget_search .wp-block-search .wp-block-search__input {
  border: 0;
  border-radius: 10px;
  width: 80%;
  height: 48px;
  line-height: 48px;
  float: left;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  margin-bottom: 0;
  font-size: 14px;
  text-indent: 10px;
}
.rtl .sidebar .widget.widget_search .wp-block-search .wp-block-search__input {
  float: right;
}
.sidebar .widget.widget_search .wp-block-search button {
  width: 20%;
  height: 48px;
  line-height: 48px;
  float: left;
  border: none;
  margin-bottom: 0;
  font-size: 0;
  background: url(../assets/img/ion_search.svg) 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;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .sidebar .widget.widget_search .wp-block-search button {
  float: right;
}
.sidebar .widget.widget_search .wp-block-search button:hover {
  background: url(../assets/img/icon-searh-m1.png) no-repeat center center #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget_search .searchform .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_search .searchform > div {
  position: relative;
  border: 1px #ededed solid;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar .widget.widget_search .searchform > div input[type="text"] {
  width: 80%;
  height: 48px;
  line-height: 48px;
  float: left;
  border-radius: 5px;
  border: none;
  margin-bottom: 0;
  font-size: 14px;
  text-indent: 10px;
}
.rtl .sidebar .widget.widget_search .searchform > div input[type="text"] {
  float: right;
}
.sidebar .widget.widget_search .searchform > div input::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}
.sidebar .widget.widget_search .searchform > div input::-moz-placeholder {
  color: #666;
}
.sidebar .widget.widget_search .searchform > div input:-ms-input-placeholder {
  color: #666;
}
.sidebar .widget.widget_search .searchform > div input[type="submit"] {
  width: 20%;
  height: 48px;
  line-height: 48px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 0;
  background: url(../assets/img/ion_search.svg) no-repeat center center #fff;
}
.rtl .sidebar .widget.widget_search .searchform > div input[type="submit"] {
  float: right;
}
.sidebar .widget.widget_search .searchform > div input[type="submit"]:hover {
  background: url(../assets/img/ion_search_hover.svg) no-repeat center center #fff;
}
.sidebar .widget.widget_calendar {
  margin-bottom: 35px;
}
.sidebar .widget.widget_calendar .calendar_wrap {
  width: 100%;
  margin-top: 10px;
}
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar {
  width: 100%;
  margin: 0 auto 15px;
  max-width: 100%;
}
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar caption {
  font-weight: 500;
}
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td,
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar tr th {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td > a,
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar tr th > a {
  font-weight: bold;
}
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar #today {
  font-weight: bold;
  color: var(--color);
}
.sidebar .widget.widget_archive .screen-reader-text,
.sidebar .widget.widget_categories .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_archive select,
.sidebar .widget.widget_categories select {
  margin: 20px 0 9px 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
}
.sidebar .widget.widget_archive ul li {
  position: relative;
}
.sidebar .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 .sidebar .widget.widget_archive ul li:before {
  margin-right: 0;
  margin-left: 5px;
}
.sidebar .widget.widget_text .textwidget {
  padding: 0;
}
.sidebar .widget.widget_text .textwidget p {
  line-height: 24px;
}
.sidebar .widget.widget_rss .block-title-widget h2 {
  overflow: hidden;
}
.sidebar .widget.widget_rss .block-title-widget h2 a {
  color: #000;
}
.sidebar .widget.widget_rss .block-title-widget h2 span {
  float: left;
}
.sidebar .widget.widget_rss .block-title-widget h2:before {
  content: '';
}
.sidebar .widget.widget_rss .block-title-widget h2 img {
  display: inline-block;
  margin-right: 10px;
}
.sidebar .widget.widget_rss .widget-inner > ul li {
  line-height: 24px;
}
.sidebar .widget.widget_rss .widget-inner > ul li a {
  padding: 0;
}
.sidebar .widget.widget_rss .widget-inner > ul li a.rsswidget {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar .widget.widget_rss .widget-inner > ul li .rss-date {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li {
  line-height: 22px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li a {
  display: initial;
  vertical-align: inherit;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link {
  font-weight: bold;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 10px 0 0 0;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #222;
  font-size: 14px !important;
  text-transform: capitalize;
  border: 0;
  border-radius: 5px;
  padding: 6px 9px;
  margin: 5px 2px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--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;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu {
  border: 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li {
  padding: 0;
  position: relative;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > a {
  color: #000;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > ul.dropdown-menu {
  display: block;
}
.sidebar .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;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li {
  padding: 0;
  position: relative;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a {
  background-color: transparent;
  color: #000;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:hover,
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:focus {
  background: none;
  color: #000;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.menu- {
  display: none;
}
.sidebar .widget.widget_media_image {
  border: none;
  padding: 0;
}
.sidebar .widget.widget_rating_filter ul li a {
  font-size: 0;
  color: #FF8900;
}
.sidebar .widget.widget_rating_filter ul li a span {
  font-size: 16px;
}
.sidebar .widget.widget_rating_filter ul li a span.star-rating:before {
  font-size: 0;
}
.sidebar .widget.widget_rating_filter ul li a span.star-rating span:before {
  left: 1px;
}
.sidebar .widget.widget_rating_filter ul li.chosen a {
  color: var(--color);
}
.sidebar .widget.sw_brand_filter ul li a {
  position: relative;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 23px;
}
.sidebar .widget.sw_brand_filter ul li a:before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px #ebebeb solid;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #555;
  background: #fff;
  font-size: 0;
  margin-right: 10px;
  -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: 5px;
}
.rtl .sidebar .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.sidebar .widget.sw_brand_filter ul li.active a,
.sidebar .widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: var(--color);
}
.sidebar .widget.sw_brand_filter ul li.active a:before,
.sidebar .widget.sw_brand_filter ul li:hover a:before {
  font-size: 14px;
  border: 1px var(--color) solid;
  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;
  background-color: var(--color);
}
.single-product .sidebar.sticky-sidebar .widget {
  display: none;
}
.single-product .sidebar.sticky-sidebar .widget:nth-child(2) {
  display: block;
  border-bottom: none;
}
.above-product-widget {
  border: 1px #ededed 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: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.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: #000;
  -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(--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: 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(--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(--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 #ededed 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(--color);
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px #ededed 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(--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: #000;
  background: #fff;
  border: 1px #ededed 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: #000;
}
.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 #000 solid;
  color: #000;
  -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 #ddd;
  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(--color);
  background-color: var(--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 #ededed 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: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.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: #000;
  -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(--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(--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(--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 #ededed 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(--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 #ededed 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(--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: #000;
  background: #fff;
  border: 1px #ededed 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: #000;
}
.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 #000 solid;
  color: #000;
  -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 #ddd;
  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(--color);
  background-color: var(--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;
}
.listing-title h1 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 600 !important;
  line-height: 32px;
  color: #000;
  text-transform: capitalize;
}
.archive.category {
  background-image: url('../assets/img/bg-home-6.png');
}
.archive.category.grid-layout-blog {
  background-image: none !important;
  background-color: #f1f9f9;
}
.archive.category.grid-layout-blog .goxtore_breadcrumbs .breadcrumbs-inner {
  border: 0;
  background-color: #fff;
}
.archive.category.grid-layout-blog .listing-title h1 {
  margin: 50px 0;
  display: none;
}
.archive.category.grid-layout-blog .sidebar-row {
  padding: 50px 0 0;
}
.archive.category.grid2-layout-blog {
  background-image: none !important;
  background-color: #faf7f1;
}
.archive.category.grid2-layout-blog .goxtore_breadcrumbs .breadcrumbs-inner {
  border: 0;
  background-color: #faf7f1;
  margin-bottom: 20px;
}
.archive.category.grid2-layout-blog .goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li.active {
  color: #666;
}
.archive.category.grid2-layout-blog .listing-title h1 {
  margin-bottom: 30px;
  position: relative;
  font-size: 32px;
  color: #192c4d;
}
.archive.category.grid2-layout-blog .listing-title h1:before {
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 2.5px;
  background-color: #192c4d;
  width: 50px;
  height: 5px;
  content: "";
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .listing-title h1 {
  margin-top: 5px;
}
.category-contents .blog-content .post {
  margin-bottom: 40px;
}
.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(--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%;
  border-radius: 10px;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-hover {
  display: block;
  overflow: hidden;
  max-width: 100%;
  border-radius: 10px;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-hover 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: 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.category-contents .blog-content .post .entry .entry-thumb .entry-hover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-summary {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 27px;
  color: #8D979E;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  word-break: break-all;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  color: #000;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: var(--color);
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a {
  color: #666;
  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(--color);
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta > span {
  display: inline-block;
  position: relative;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta > span i {
  font-size: 15px;
  color: #666;
  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-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-tag {
  color: #666;
  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 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all .3s ease-in-out;
  border-radius: 20px;
  background-color: #faf7f1;
  padding-right: 23px;
  padding-left: 32px;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  overflow: hidden;
  color: #00344c;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.category-contents .blog-content .post .entry .entry-content .readmore >a:before {
  content: '\e919';
  font-family: icomoon;
  font-size: 18px;
  position: absolute;
  left: 0;
}
.category-contents .blog-content .post .entry .entry-content .readmore >a:hover {
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.category-contents .blog-content.blog-content-grid .post {
  margin-bottom: 30px;
  width: 33.33%;
}
.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: #222222;
}
.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(--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;
}
.category-contents .blog-content.blog-content-grid .post .entry:hover .entry-content:before {
  width: 100%;
}
.category-contents .blog-content.blog-content-grid .post .entry:hover .entry-thumb a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-meta {
  display: flex;
  margin: 0 0 20px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-meta .entry-cat {
  margin-right: 30px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-meta .entry-cat ul {
  list-style: none;
  margin: 0;
  position: relative;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-meta .entry-cat ul:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #9a9ea2;
  position: absolute;
  top: 7px;
  right: -18px;
  border-radius: 50%;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-meta .entry-cat ul li a {
  font-size: 14px;
  color: #395846;
  font-weight: 700;
  text-transform: uppercase;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-meta .entry-date {
  font-weight: 400;
  font-size: 14px;
  color: #9a9ea2;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb {
  position: relative;
  border-radius: 0;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-hover {
  border-radius: 0;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb img {
  border-radius: 0;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-date {
  background-color: #83afc2;
  position: absolute;
  right: 30px;
  bottom: -30px;
  color: #fff;
  padding: 6px 0;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-date span {
  display: block;
  font-weight: 400;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-date span.day {
  font-size: 20px;
  margin-bottom: 3px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-date span.month {
  font-size: 14px;
  text-transform: uppercase;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content {
  overflow: hidden;
  padding: 45px 25px 35px;
  transition: all .4s ease;
  position: relative;
  min-height: 258px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .entry-meta {
  font-size: 12px;
  color: #00344c;
  padding: 0;
  background: none;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .entry-meta a {
  color: #00344c;
  text-transform: none;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top {
  padding: 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 {
  line-height: 26.6px;
  font-size: 20px;
  font-weight: 500;
  word-break: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-title h4 a {
  color: #555;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .entry-summary {
  font-size: 16px;
  line-height: 1.8;
}
.category-contents .blog-content.blog-content-grid2 .post {
  margin-bottom: 30px;
  width: 33.33%;
}
.category-contents .blog-content.blog-content-grid2 .post:nth-child(3n+1) {
  clear: both;
}
.category-contents .blog-content.blog-content-grid2 .post .video-wrapper {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid2 .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;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-thumb {
  position: relative;
  border-radius: 0;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-thumb .entry-hover {
  border-radius: 0;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-thumb img {
  border-radius: 0;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content {
  overflow: hidden;
  padding: 15px 15px 5px;
  height: 86px;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content .content-top {
  padding: 0;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content .content-top .entry-meta {
  margin-bottom: 13px;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content .content-top .entry-title h4 {
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  word-break: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content .content-top .entry-title h4 a {
  color: #00344c;
}
.category-contents .blog-content.blog-content-list .post:nth-child(2n-1) .entry .entry-thumb {
  border-radius: 20px 0 0 20px;
}
.category-contents .blog-content.blog-content-list .post:nth-child(2n-1) .entry .entry-thumb a,
.category-contents .blog-content.blog-content-list .post:nth-child(2n-1) .entry .entry-thumb img {
  border-radius: 20px 0 0 20px;
}
.category-contents .blog-content.blog-content-list .post:nth-child(2n-1) .entry .entry-content {
  border-radius: 0 20px 20px 0;
}
.category-contents .blog-content.blog-content-list .post:nth-child(2n) .entry {
  flex-direction: row-reverse;
}
.category-contents .blog-content.blog-content-list .post:nth-child(2n) .entry .entry-thumb {
  border-radius: 0 20px 20px 0px;
}
.category-contents .blog-content.blog-content-list .post:nth-child(2n) .entry .entry-thumb a,
.category-contents .blog-content.blog-content-list .post:nth-child(2n) .entry .entry-thumb img {
  border-radius: 0 20px 20px 0px;
}
.category-contents .blog-content.blog-content-list .post:nth-child(2n) .entry .entry-content {
  border-radius: 20px 0px 0px 20px;
}
.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 {
  display: flex;
  border-radius: 20px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-thumb {
  flex: 0 0 59.75%;
  max-width: 59.75%;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content {
  flex: 0 0 40.25%;
  max-width: 40.25%;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.05);
  background-color: #fff;
  padding-top: 50px;
  padding-right: 75px;
  padding-left: 75px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .entry-title h4 {
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 22px;
  font-weight: 600;
  word-break: break-all;
  color: #192c4d;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .entry-title h4 a {
  color: #192c4d;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .entry-summary {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 32px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #111;
  font-weight: 400;
  font-size: 16px;
  text-overflow: ellipsis;
}
.category-contents .blog-content.blog-content-list .post .entry .wp-entry-thumb {
  flex: 0 0 60%;
  max-width: 60%;
  border-radius: 10px;
}
.rtl .category-contents .blog-content.blog-content-list .post .entry .wp-entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.category-contents .blog-content.blog-content-list .post .entry .wp-entry-thumb img {
  border-radius: 10px;
}
.category-contents .blog-content.blog-content-list .post .entry .wp-entry-thumb:empty {
  display: none;
}
.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: #000;
  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: 40px;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb a img {
  margin-bottom: 0;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content {
  padding: 20px 0 0;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .content-top .entry-title h4 {
  font-size: 24px;
}
.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: #000;
  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: #ddd;
}
.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 #ddd 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: 0;
  padding-top: 0;
  position: relative !important;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
}
.pagination {
  margin: 0;
  clear: both;
  width: 100%;
  padding: 0 15px;
}
.pagination ul {
  margin: 0;
  list-style: none;
  vertical-align: top;
  background-color: transparent;
  border: 0;
  text-align: center;
  border-radius: 10px;
  padding: 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: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 0;
  border: 1px solid #00344c;
  display: block;
  padding: 0;
  background: transparent;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  -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: #00344c;
  color: #fff;
}
.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: 18px;
}
.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: #fe2424;
  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: #000;
  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: #000;
  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: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:hover:before {
  color: var(--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: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:hover:before {
  color: var(--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(--color);
  border-color: var(--color);
}
.wp-block-image {
  margin-bottom: 40px !important;
}
.wp-block-image.style-image-single {
  margin-bottom: 0 !important;
}
.wp-block-image.style-image-single img {
  border-radius: 10px;
}
.wp-block-columns.column-bakan-blog-detail {
  margin-bottom: 0;
}
.column-goxtore-blog-detail {
  margin: 34px 0 9px;
}
.column-goxtore-blog-detail .wp-block-image {
  margin-bottom: 0 !important;
}
.wp-block-button {
  margin-bottom: 25px;
}
.wp-block-cover {
  margin-bottom: 25px;
}
.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
  max-width: 100%;
}
.wp-block-gallery.is-cropped.alignfull {
  margin-bottom: 30px;
}
.wp-block-gallery.is-cropped.alignfull .blocks-gallery-caption {
  margin: 0 auto;
}
.wp-block-archives,
.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-calendar table caption {
  background: #dcd7ca;
  color: #000;
  font-weight: 500;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 10px;
}
.wp-block-search {
  margin-bottom: 20px;
}
.wp-block-search input {
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .wp-block-cover.has-background-dim.aligncenter,
  .wp-block-cover.has-background-dim-60.has-background-dim {
    width: 70%;
    margin-left: 0;
  }
  .wp-block-cover.has-background-dim.aligncenter {
    margin: 0 auto 20px;
  }
}
@media (min-width: 1200px) {
  .single.main.col-lg-12 .post .entry-wrap .entry-thumb img,
  .single.main.col-lg-12 .wp-block-image img {
    width: 100%;
  }
}
.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;
  border-radius: 10px;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 32px;
  text-align: center;
}
.single.main .post .entry-wrap strong,
.single.main .team .entry-wrap strong,
.single.main .attachment .entry-wrap strong {
  font-weight: 500;
  color: #111;
}
.single.main .post .entry-wrap .entry-content,
.single.main .team .entry-wrap .entry-content,
.single.main .attachment .entry-wrap .entry-content {
  display: flex;
}
.single.main .post .entry-wrap .entry-content .entry-thumb,
.single.main .team .entry-wrap .entry-content .entry-thumb,
.single.main .attachment .entry-wrap .entry-content .entry-thumb {
  flex: 0 0 57.31%;
  max-width: 57.31%;
  height: auto;
}
.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 {
  flex: 0 0 42.69%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 58px;
  max-width: 42.69%;
  height: auto;
}
.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;
  color: #000;
}
.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;
  color: #111;
}
.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(--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(--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: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  float: left;
  background: #fff;
  margin: 0 5px 0 0;
}
.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(--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(--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: #000;
}
.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;
  margin-bottom: 6px;
}
.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(--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(--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(--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(--color);
  color: #fff;
  border-color: var(--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: #000;
  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: #000;
  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: #ddd;
}
.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 #ddd 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(--color);
  border-color: var(--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 #ededed solid;
}
.single-post-relate h4 {
  text-transform: capitalize;
  margin-bottom: 26px;
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
.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;
  border-radius: 10px;
}
.single-post-relate .post .item-relate-img img {
  width: 100%;
  border-radius: 10px;
}
.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: #000;
}
.single-post-relate .post .item-relate-img .cat-name:hover {
  background: var(--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 20px 0;
}
.single-post-relate .post .item-relate-content h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  overflow: hidden;
}
.single-post-relate .post .item-relate-content h4 a {
  color: #000;
  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(--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;
}
.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 i {
  margin-right: 10px;
}
.single-post-relate .post .item-relate-content .entry-meta a {
  color: #999;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.single-post-relate .post .item-relate-content .entry-meta a:hover {
  color: var(--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-top: 57px;
  margin-bottom: 47px;
  overflow: hidden;
}
#comments .title {
  text-transform: capitalize;
  margin-bottom: 36px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
#comments .title small {
  display: inline-block;
  vertical-align: top;
  color: #000;
  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;
}
.rtl #comments .commentlist .children {
  margin-right: 90px;
  margin-left: 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 {
  color: #000;
  font-size: 16px;
  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(--color);
}
#comments .comment .media-body .media .media-content {
  font-size: 16px;
}
#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: #000;
  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: #ddd;
}
#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 #ddd 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 p {
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
#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 #ddd solid;
  border-radius: 0;
}
#comments .alert p {
  color: #000;
}
#comments .pingback {
  border: 1px #ddd 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: 80px;
  margin-top: 60px;
  padding: 36px 0px 13px 0px;
  background: transparent;
  border-radius: 20px;
}
#respond .title {
  text-transform: capitalize;
  margin-bottom: 17px;
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
#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 #ededed solid;
  height: 40px;
  font-size: 14px;
  text-indent: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#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 #ededed solid;
  padding: 10px 20px;
  min-height: 200px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#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 {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: linear-gradient(90deg,#DF4979 37.36%,#E36B31 71.43%);
  display: inline-block;
  font-weight: 400;
  border: 0;
}
#respond .comment-form #submit:hover {
  background: var(--color);
}
#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;
  background-color: rgba(254,217,154,0.8);
}
.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(--color);
  color: #fff;
}
.page .entry-content .entry-summary .page-links span {
  background: var(--color);
  color: #fff;
}
.page .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: #000;
}
.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(--color);
}
.wrapper_404 .content_404 .block-top p {
  font-size: 18px;
  color: #222;
}
.wrapper_404 .content_404 .block-bottom a {
  font-size: 14px;
  color: #fff;
  background: var(--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: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.quote-border {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
iframe {
  border: none;
  margin-bottom: 10px;
  max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 10px 0;
}
#wp-calendar tr th {
  text-align: center;
}
#wp-calendar tr td {
  padding: 10px 0;
}
.swe-woo-tab-slider.style-1 .swe-wrap-head {
  flex-direction: column !important;
}
.swe-woo-tab-slider.style-1 .item {
  margin: 0 0 30px;
}
.sw-brand-container-slider {
  position: relative;
}
.sw-brand-container-slider:hover .res-button {
  opacity: 1;
}
.sw-brand-container-slider .res-button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #111 !important;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: 32px;
  opacity: 0;
}
.sw-brand-container-slider .res-button:hover {
  background-color: var(--color);
}
.sw-brand-container-slider .res-button:hover:before {
  color: #fff !important;
}
.sw-brand-container-slider .res-button:before {
  font-size: 24px;
  font-family: 'icomoon' !important;
}
.sw-brand-container-slider .res-button.slick-prev {
  left: -70px;
  right: auto;
}
.sw-brand-container-slider .res-button.slick-prev:before {
  content: "\e901";
}
.sw-brand-container-slider .res-button.slick-next {
  right: -70px;
  left: auto;
}
.sw-brand-container-slider .res-button.slick-next:before {
  content: "\e902";
}
.sw-brand-container-slider .block-title h3 {
  font-size: 30px;
  font-weight: 500;
  color: #111;
  margin: 0 0 35px;
  text-transform: capitalize;
  text-align: center;
}
.sw-brand-container-slider .resp-slider-container .slider {
  position: relative;
  margin: 0 -15px;
}
.sw-brand-container-slider .resp-slider-container .slider .slick-slide {
  padding: 0 15px;
}
.sw-brand-container-slider .resp-slider-container .slider .slick-slide .item .item-image {
  border: 2px solid transparent;
  border-radius: 20px;
}
.sw-brand-container-slider .resp-slider-container .slider .slick-slide .item .item-image img {
  margin: 0;
  border-radius: 20px;
}
.sw-brand-container-slider .resp-slider-container .slider .slick-slide .item .item-image:hover {
  border: 2px solid var(--color);
}
.sw-brand-container-slider .resp-slider-container .slider .slick-slide .item .item-image:hover img {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
#sw-add-to-cart-message .layout-default .thumbnail,
#sw-add-to-cart-message .layout-5 .thumbnail {
  border-radius: 10px;
  border: 1px solid #eee;
}
#sw-add-to-cart-message .layout-default .content {
  padding-right: 10px;
}
#sw-add-to-cart-message .product-title {
  line-height: 24px;
}
#sw-add-to-cart-message .content .price {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--color);
}
#sw-add-to-cart-message .content .price ins {
  text-decoration: none;
  margin-right: 10px;
}
.rtl #sw-add-to-cart-message .content .price ins {
  margin-right: 0;
  margin-left: 10px;
}
#sw-add-to-cart-message .button {
  border-radius: 5px;
  text-shadow: none;
  font-weight: 400 !important;
}
#sw-add-to-cart-message .wrap {
  font-family: "Bai Jamjuree", sans-serif;
}
.swe-wrap-testimonial.style-1 .swe-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.swe-wrap-testimonial.style-1 .swe-slider:before {
  content: '';
  height: 100%;
  width: 60px;
  background-color: #2f2f3b;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 3;
}
.swe-wrap-testimonial.style-1 .swe-slider .slick-dots {
  position: absolute;
  flex-direction: column;
  right: 20px;
  width: 15px;
  height: 100%;
  top: 0;
  z-index: 4;
}
.swe-wrap-testimonial.style-1 .swe-slider .slick-dots li {
  margin: 6px 0;
}
.swe-wrap-testimonial.style-1 .swe-slider .swe-testimonial-item {
  flex-direction: row-reverse;
}
.swe-wrap-testimonial.style-1 .swe-slider .swe-testimonial-item .swe-content {
  box-shadow: none;
  text-align: left;
  margin: 0;
}
.swe-wrap-testimonial.style-1 .swe-slider .swe-testimonial-item .swe-author {
  justify-content: start;
  align-items: start;
}
.swe-wrap-testimonial.style-1 .swe-slider .swe-testimonial-item .swe-author .swe-avatar {
  border-radius: 10px;
  margin: 0;
}
.swe-woo-countdown-slider.style-1 {
  padding: 60px 160px;
  background-color: #fff;
}
.swe-woo-countdown-slider.style-1 .swe-slider-btn {
  border: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
  border-radius: 0;
}
.swe-woo-countdown-slider.style-1 .swe-slider-btn:hover {
  background-color: var(--color) !important;
  box-shadow: none;
}
.swe-woo-countdown-slider.style-1 .swe-slider-btn.prev-item i:before {
  content: '\e918';
}
.swe-woo-countdown-slider.style-1 .swe-slider-btn.next-item i:before {
  content: '\e919';
}
.swe-woo-countdown-slider.style-1:hover .swe-slider-btn {
  border: 0;
}
.swe-woo-countdown-slider.style-1 .slick-list .slick-track {
  margin-left: -2px !important;
}
.swe-woo-tab-slider.style-1 {
  position: relative;
}
.swe-woo-tab-slider.style-1 .swe-slider-btn {
  border: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
  border-radius: 0;
  opacity: 0;
  top: 50%;
  margin-top: -2px;
}
.swe-woo-tab-slider.style-1 .swe-slider-btn:hover {
  background-color: var(--color) !important;
  color: #fff !important;
  box-shadow: none;
}
.swe-woo-tab-slider.style-1 .swe-slider-btn.prev-item i:before {
  content: '\e918';
}
.swe-woo-tab-slider.style-1 .swe-slider-btn.next-item i:before {
  content: '\e919';
}
.swe-woo-tab-slider.style-1:hover .swe-slider-btn {
  opacity: 1;
}
.swe-wrap-post-layout1 .swe-slider .slick-list {
  padding: 0 !important;
}
.swe-wrap-post-layout1 .post-info {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: start;
}
.swe-wrap-post-layout1 .post-info li {
  margin: 0;
}
.swe-wrap-post-layout1 .post-info li:first-child {
  margin-left: 0;
}
.swe-wrap-slide-image-mobile:hover .slick-arrow {
  opacity: 1;
}
.swe-wrap-slide-image-mobile .slick-arrow {
  display: inline-block;
  width: 22px;
  height: 40px;
  font-size: 0;
  opacity: 0;
}
.swe-wrap-slide-image-mobile .slick-arrow:before {
  content: '' !important;
}
.swe-wrap-slide-image-mobile .slick-arrow.slick-prev {
  left: 10px;
  background: url("../assets/img/icon-prev-1.png") no-repeat center transparent;
}
.swe-wrap-slide-image-mobile .slick-arrow.slick-next {
  right: 10px;
  background: url("../assets/img/icon-next1.png") no-repeat center transparent;
}
.swe-wrap-slide-image-mobile .slick-slide .item-image {
  border-radius: 10px;
}
.swe-wrap-slide-image-mobile .slick-slide .item-image img {
  border-radius: 10px;
}
.swe-post-tab-slider-mobile .swe-wrap-tab-head .swe-button {
  display: none !important;
}
.swe-post-tab-slider-mobile .swe-wrap-tab-head .swe-tab-head {
  position: relative !important;
  width: 100% !important;
  display: grid !important;
  flex-direction: row !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  right: auto !important;
  top: auto !important;
  box-shadow: none !important;
  background-color: transparent !important;
  margin-bottom: 13px;
}
.swe-post-tab-slider-mobile .swe-wrap-tab-head .swe-tab-head .swe-tab-title {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  min-height: 85px;
}
.swe-post-tab-slider-mobile .swe-wrap-tab-head .swe-tab-head .swe-tab-title img {
  border-radius: 10px;
}
.swe-post-tab-slider-mobile .swe-wrap-tab-head .swe-tab-head .swe-tab-title.active {
  background-color: #144F6F;
}
.swe-post-tab-slider-mobile .swe-wrap-tab-head .swe-tab-head .swe-tab-title.active img {
  filter: brightness(0) invert(1);
}
.swe-post-tab-slider-mobile .slick-list .slick-slide .swe-wrap-item .swe-wrap-image {
  border-radius: 10px;
}
.swe-post-tab-slider-mobile .slick-list .slick-slide .swe-wrap-item .swe-wrap-image img {
  border-radius: 10px;
}
.swe-woo-products-slider-layout1.style-1 ul.products .item.product-type-variable .item-wrap .item-detail .item-content .item-price > span {
  font-size: 14px;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-slide > div:last-child > li {
  margin: 0;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item {
  margin-bottom: 20px;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail {
  display: flex;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail:hover 	.products-thumb a {
  border-color: var(--color);
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail .products-thumb {
  margin-right: 15px;
  max-width: 100px;
  padding: 0;
  display: inline-block;
  border: 0;
  border-radius: 0;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail .products-thumb > a {
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail .products-thumb img {
  margin: 0;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail .products-thumb .button-group {
  display: none;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail .item-content {
  width: auto;
  padding: 0;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: row-reverse;
  justify-content: start;
  min-height: auto;
}
.swe-woo-products-slider-layout1.style-1 ul.products .slick-list li.item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 10px;
}
html {
  overflow-x: hidden;
}
.wide-1400 .container {
  max-width: 1430px;
  padding: 0 15px;
}
.wp-comingsoon {
  background: url("../assets/img/bg-comingsoon.jpg") no-repeat center center;
  text-align: center;
}
.wp-comingsoon .title-comingsoon {
  margin-bottom: 40px;
  margin-top: 330px;
}
.wp-comingsoon .title-comingsoon h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.wp-comingsoon .title-comingsoon .des-comingsoon {
  font-size: 13px;
  color: #e0e0e0;
  width: 60%;
  line-height: 24px;
  margin: 25px auto 0;
  text-align: center;
}
.wp-comingsoon .countdown-shortcode {
  margin-bottom: 280px;
}
.wp-comingsoon .social-comingsoon .menu-social {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
.wp-comingsoon .social-comingsoon .menu-social li {
  float: left;
  margin: 0 5px;
}
.wp-comingsoon .social-comingsoon .menu-social li a {
  display: inline-block;
  vertical-align: top;
  color: #818180;
  font-size: 14px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-comingsoon .social-comingsoon .menu-social li a:hover {
  background-color: var(--color);
  color: #fff;
}
.wp-comingsoon .footer-comingsoon {
  padding: 17px 0;
  line-height: 20px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.wp-comingsoon .footer-comingsoon a {
  color: var(--color);
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #fdc76a;
}
.comming-soon {
  text-align: center;
}
.comming-soon .ClassyCountdown-wrapper {
  display: inline-block;
  overflow: hidden;
}
.comming-soon .ClassyCountdown-wrapper > div {
  display: inline-block;
  position: relative;
  width: 120px;
  margin: 10px 15px;
  float: left;
}
.rtl .comming-soon .ClassyCountdown-wrapper > div {
  float: right;
}
.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > div {
  position: absolute;
  font-size: 34px !important;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100px;
}
.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > span {
  font-size: 14px !important;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  top: -45px;
  position: relative;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > span {
    margin-top: -50px;
    top: auto;
  }
}
.goxtore_breadcrumbs .breadcrumbs-inner {
  background: transparent;
  text-align: left;
  margin-bottom: 0px;
  border-top: 1px solid #b6bac0;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb {
  margin: 0;
  padding: 16px 0;
  background: transparent;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li > .go-page {
  margin: 0 15px;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li > .go-page:before {
  content: "";
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 5px #666;
  height: 0;
  width: 0;
  padding: 0;
  display: inline-block;
}
.rtl .goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li > .go-page:before {
  border-right: solid 6px #000;
  border-left: 0;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li > a {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li > a:hover {
  color: #192c4d;
}
.goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs .breadcrumb > li.active {
  color: #192c4d;
}
.goxtore_breadcrumbs .breadcrumbs-inner.style1 .breadcrumbs .breadcrumb {
  padding: 16px 0;
}
.home.blog .header-style1 {
  margin-bottom: 40px;
}
.home.blog .body-wrapper-inner > .container,
.page .body-wrapper-inner > .container,
.search .body-wrapper-inner > .container {
  min-height: 70vh;
}
.archive.category .listing-title h1 {
  margin: 0 0 50px 0;
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home-style1 >.container {
  max-width: 100%;
}
.home-style1 .header-bottom1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent !important;
  z-index: 99;
}
.home-style1 .header-bottom1.sticky-header {
  background-color: rgba(20,79,111,0.5) !important;
  border: 0 !important;
}
.home-style1 .elementor-field-textual.elementor-size-md,
.home-style1 .elementor-form .elementor-button.elementor-size-md {
  min-height: 50px;
}
.header-bottom1 {
  background-color: rgba(20,79,111,0.5) !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.elementor-editor-active .header-bottom1 {
  position: relative !important;
  top: auto;
  left: auto;
}
.header-bottom1.sticky-header {
  position: fixed !important;
}
.elementor-9393 .elementor-element.elementor-element-b994ce0 .elementor-button[type="submit"] {
  margin-bottom: 0;
}
.elementor-widget-form .elementor-field-group input[type="text"] {
  margin: 0;
}
.gallery-video-home .elementor-widget-gallery .e-gallery-grid {
  --aspect-ratio: 63% !important;
}
.elementor-9393 .elementor-element.elementor-element-12b2697 .elementor-wrapper {
  --video-aspect-ratio: 1.5 !important;
}
.elementor-element.elementor-element-b4d9f07 {
  margin-top: -60px;
  margin-left: -60px;
}
.swe-woo-products-grid .product-wrapper {
  display: flex;
  margin: 0 -10px;
}
.swe-woo-products-grid .product-wrapper .item {
  padding: 0 10px;
}
.swe-woo-products-grid .product-wrapper .item.item-center .item-wrap .item-detail .products-thumb a {
  width: 100%;
}
.swe-woo-products-grid .product-wrapper .item.item-center .item-wrap .item-detail .products-thumb a img {
  width: 100%;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap {
  margin: 0 0 18px;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail {
  position: relative;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .products-thumb a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  vertical-align: top;
  position: relative;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .products-thumb a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  z-index: 1;
  background: -webkit-linear-gradient(left top,#000,transparent);
  background: -o-linear-gradient(bottom right,#000,transparent);
  background: -moz-linear-gradient(bottom right,#000,transparent);
  background: linear-gradient(to top,#000,transparent);
  opacity: 0.4;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .products-thumb a img {
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .products-thumb a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  background-color: transparent;
  text-align: left;
  z-index: 2;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content h4 a {
  font-size: 30px;
  color: #fff;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content h4 a:hover {
  color: var(--color);
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content .item-info-room {
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  padding: 15px 12px;
  border-radius: 5px;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content .item-info-room > div {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 0;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content .item-info-room > div i {
  margin-right: 7px;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content .item-info-room > div.item1 {
  background: url(../assets/img/icon-1.png) no-repeat left center;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content .item-info-room > div.item2 {
  background: url(../assets/img/icon-2.png) no-repeat left center;
}
.swe-woo-products-grid .product-wrapper .item .item-wrap .item-detail .item-content .item-info-room > div.item3 {
  background: url(../assets/img/icon-3.png) no-repeat left center;
  padding-left: 23px;
}
.swe-woo-products-slider:hover .slick-arrow {
  opacity: 1;
}
.swe-woo-products-slider .slick-arrow {
  display: inline-block;
  width: 22px;
  height: 40px;
  font-size: 0;
  opacity: 0;
}
.swe-woo-products-slider .slick-arrow:before {
  content: '' !important;
}
.swe-woo-products-slider .slick-arrow.prev-item {
  background: url("../assets/img/icon-prev-1.png") no-repeat center transparent !important;
  font-size: 0 !important;
}
.swe-woo-products-slider .slick-arrow.next-item {
  background: url("../assets/img/icon-next1.png") no-repeat center transparent !important;
  font-size: 0 !important;
}
.swe-woo-products-slider .products .slick-dots li {
  width: 12px !important;
  height: 12px;
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 0 5px;
}
.swe-woo-products-slider .products .slick-dots li.slick-active {
  background-color: #feda9c !important;
  border-color: #feda9c !important;
}
.swe-woo-products-slider .products .slick-slide .item-wrap {
  margin: 0 0 18px;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail {
  position: relative;
  border: 5px solid #fff;
  border-radius: 10px;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .products-thumb a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  vertical-align: top;
  position: relative;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .products-thumb a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  z-index: 1;
  background: -webkit-linear-gradient(left top,#000,transparent);
  background: -o-linear-gradient(bottom right,#000,transparent);
  background: -moz-linear-gradient(bottom right,#000,transparent);
  background: linear-gradient(to top,#000,transparent);
  opacity: 0.4;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .products-thumb a img {
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .products-thumb a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  background-color: transparent;
  text-align: left;
  z-index: 2;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content h4 a {
  font-size: 30px;
  color: #fff;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content h4 a:hover {
  color: var(--color);
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content .item-info-room {
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  padding: 15px 12px;
  border-radius: 5px;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content .item-info-room > div {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 0;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content .item-info-room > div i {
  margin-right: 7px;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content .item-info-room > div.item1 {
  background: url(../assets/img/icon-1.png) no-repeat left center;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content .item-info-room > div.item2 {
  background: url(../assets/img/icon-2.png) no-repeat left center;
}
.swe-woo-products-slider .products .slick-slide .item-wrap .item-detail .item-content .item-info-room > div.item3 {
  background: url(../assets/img/icon-3.png) no-repeat left center;
  padding-left: 23px;
}
.swe-wrap-post-slider .slick-dots {
  position: absolute;
  bottom: -32px;
}
.swe-wrap-post-slider .slick-dots li {
  width: 12px !important;
  height: 12px !important;
  background-color: transparent !important;
  border: 1px solid #144f6f !important;
  border-radius: 6px !important;
  margin: 0 5px !important;
}
.swe-wrap-post-slider .slick-dots li.slick-active {
  background-color: #144f6f !important;
  border-color: #144f6f !important;
}
.swe-wrap-post-grid .posts {
  display: flex;
  flex-wrap: wrap;
  padding: 7.5px;
}
.swe-wrap-post-grid .posts .post {
  width: 50%;
  padding: 7.5px;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item {
  position: relative;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item:hover .swe-wrap-image a:after {
  outline: 1px solid white !important;
  outline-offset: -15px;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item:hover .swe-wrap-content .swe-description {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.swe-wrap-post-grid .posts .post .swe-wrap-item:hover .swe-wrap-content .swe-button {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-image a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-image a img {
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content {
  position: absolute;
  z-index: 7;
  width: 100%;
  text-align: center;
  top: 140px;
  left: 0;
  padding: 0 40px;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content > h4 {
  font-size: 24px;
  color: #feda9c;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content .swe-title a {
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content .swe-title a:hover {
  color: var(--color);
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content .swe-title a:before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content .swe-description {
  padding: 0 190px;
  transition: all 0.5s;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content .swe-button {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item {
  position: relative;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-image a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-image a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  outline: 1px solid white !important;
  outline-offset: -10px;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-content {
  position: absolute;
  z-index: 7;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-content > h4 {
  font-size: 18px;
  color: #feda9c;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-content .swe-title a {
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-content .swe-title a:before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-content .swe-description {
  padding: 0;
  transition: all 0.5s;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-content .swe-button {
  max-width: 170px;
}
.swe-wrap-post-slider .swe-slider .post .swe-wrap-item .swe-wrap-content .swe-description {
  color: rgba(255,255,255,0.9);
}
.swe-wrap-testimonial .item .swe-testimonial-item .swe-content {
  min-height: 447px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swe-wrap-testimonial .item .swe-testimonial-item .swe-author .swe-author-info {
  text-align: center;
}
.swe-wrap-testimonial .item .swe-testimonial-item .swe-author .swe-name .read-more {
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
}
.swe-wrap-testimonial .item .swe-testimonial-item .swe-author .swe-name .read-more:before {
  content: '';
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 13px;
  background-color: #000;
}
.swe-wrap-tabs.style-1 .swe-tab-head {
  flex-wrap: nowrap !important;
}
.swe-wrap-tabs.style-1 .swe-tab-head .swe-tab-title {
  width: 25%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row-reverse;
  text-align: left;
}
.swe-wrap-tabs.style-1 .swe-tab-head .swe-tab-title > span {
  width: calc(100% - 64px);
  padding-left: 20px;
}
.swe-wrap-tabs.style-1 .swe-tab-head .swe-tab-title img {
  float: left;
  min-width: 64px;
}
.swe-wrap-tabs.style-1 .swe-post-grid {
  overflow: hidden;
  margin: 0 -15px;
}
.swe-wrap-tabs.style-1 .swe-post-grid .post {
  float: right;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.swe-wrap-tabs.style-1 .swe-post-grid .post:first-child {
  float: left;
}
.swe-wrap-tabs.style-1 .swe-post-grid .post .swe-wrap-image a {
  border-radius: 10px;
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.swe-wrap-tabs.style-1 .swe-post-grid .post .swe-wrap-image a:hover:before {
  width: 100%;
}
.swe-wrap-tabs.style-1 .swe-post-grid .post .swe-wrap-image a:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  transition: all 0.5s;
  border-radius: 10px;
}
.swe-wrap-tabs.style-1 .swe-post-grid .post .swe-wrap-image a img {
  border-radius: 10px;
}
.swe-wrap-post-list .posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.swe-wrap-post-list .posts .post .swe-wrap-item {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  height: auto;
  border-radius: 10px;
}
.swe-wrap-post-list .posts .post .swe-wrap-item:hover .swe-wrap-image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.swe-wrap-post-list .posts .post .swe-wrap-item .swe-wrap-image {
  min-width: 180px;
  width: 180px;
  height: 120px;
  margin-right: 20px;
  border-radius: 10px;
}
.swe-wrap-post-list .posts .post .swe-wrap-item .swe-wrap-image a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 10px;
}
.swe-wrap-post-list .posts .post .swe-wrap-item .swe-wrap-image a img {
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swe-wrap-post-list .posts .post .swe-wrap-item .swe-wrap-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swe-wrap-post-list .posts .post .swe-wrap-item .swe-wrap-content .post-info {
  margin-bottom: 5px;
}
.swe-wrap-post-list .posts .post .swe-wrap-item .swe-wrap-content .post-info .post-author {
  padding-right: 70px;
  position: relative;
}
.swe-wrap-post-list .posts .post .swe-wrap-item .swe-wrap-content .post-info .post-author:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #144f6f;
  position: absolute;
  right: 20px;
  top: 8px;
}
.swe-wrap-post-list .posts .post .swe-wrap-item .swe-wrap-content .swe-title {
  margin: 0 !important;
}
.swe-wrap-post-list .posts .post.item-large {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 5;
}
.swe-wrap-post-list .posts .post.item-large .swe-wrap-item {
  display: block;
}
.swe-wrap-post-list .posts .post.item-large .swe-wrap-item .swe-wrap-image {
  margin: 0;
  min-width: 100%;
  width: auto;
  height: auto;
}
.swe-wrap-post-list .posts .post.item-large .swe-wrap-item .swe-wrap-content {
  display: block;
  padding: 25px 30px 25px 30px;
}
.swe-wrap-post-list .posts .post.item-large .swe-wrap-item .swe-wrap-content .swe-title a {
  font-size: 24px !important;
  line-height: 40px !important;
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  height: auto;
  border-radius: 10px;
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item:hover .swe-wrap-image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item .swe-wrap-image {
  min-width: 100%;
  border-radius: 10px;
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item .swe-wrap-image a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 10px;
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item .swe-wrap-image a img {
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item .swe-wrap-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item .swe-wrap-content .post-info {
  margin-bottom: 15px;
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item .swe-wrap-content .post-info .post-author {
  padding-right: 70px;
  position: relative;
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item .swe-wrap-content .post-info .post-author:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #144f6f;
  position: absolute;
  right: 20px;
  top: 8px;
}
.swe-wrap-post-slider1 .slick-list .slick-slide .swe-wrap-item .swe-wrap-content .swe-title {
  margin: 0 !important;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid {
  grid-template-rows: 200px 200px;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item {
  position: relative;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(1) {
  position: relative;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(1):before {
  width: 32px;
  height: 32px;
  background: url("../assets/img/icon-22.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(2):before {
  width: 30px;
  height: 32px;
  background: url("../assets/img/icon-11.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(6):before {
  width: 36px;
  height: 26px;
  background: url("../assets/img/icon-33.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(7):before {
  width: 32px;
  height: 32px;
  background: url("../assets/img/icon-44.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(5):before {
  width: 31px;
  height: 31px;
  background: url("../assets/img/icon-55.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(3):before {
  width: 30px;
  height: 32px;
  background: url("../assets/img/icon-22.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(4):before {
  width: 32px;
  height: 32px;
  background: url("../assets/img/icon-11.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(8):before {
  width: 36px;
  height: 26px;
  background: url("../assets/img/icon-33.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(9):before {
  width: 32px;
  height: 32px;
  background: url("../assets/img/icon-44.png") no-repeat center;
}
.gallery-home.elementor-widget-gallery .e-gallery-grid .e-gallery-item.elementor-gallery-item:nth-child(5) {
  grid-area: 1 / 3 / 3 / 5;
}
.elementor-lightbox .elementor-video-container {
  top: 48% !important;
}
.elementor-9393 .elementor-element.elementor-element-b994ce0 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  margin: 0;
}
.elementor-9393 .elementor-element.elementor-element-91329ad .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  margin: 0;
}
.elementor-9393 .elementor-element.elementor-element-91329ad .elementor-button[type="submit"] {
  margin-bottom: 0;
  margin-top: 20px;
}
.elementor-9393 .elementor-element.elementor-element-91329ad .elementor-form-fields-wrapper {
  justify-content: center;
}
.elementor-5645 .elementor-element.elementor-element-e506f61 .elementor-repeater-item-fa0a9bb {
  background: linear-gradient(70deg,#f68124 0%,#a82a84 75%) !important;
}
.elementor-9393 .elementor-element.elementor-element-91329ad .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  padding: 4px 20px;
}
.elementor-9393 .elementor-element.elementor-element-91329ad .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper):focus {
  border-color: #144F6F;
  background-color: #fff;
  box-shadow: none;
}
.elementor-9393 .elementor-element.elementor-element-91329ad .elementor-field-group:not(.elementor-field-type-upload) textarea {
  padding: 20px !important;
  max-height: 105px;
}
.elementor-9393 .elementor-element.elementor-element-ee8b0d2 .swe-slider .swe-slider-btn.prev-item,
.elementor-15200 .elementor-element.elementor-element-36f9196 .swe-slider .swe-slider-btn.prev-item,
.elementor-15374 .elementor-element.elementor-element-42be2ace .swe-slider .swe-slider-btn.prev-item {
  background: url("../assets/img/icon-prev.png") no-repeat center;
  font-size: 0;
}
.elementor-9393 .elementor-element.elementor-element-ee8b0d2 .swe-slider .swe-slider-btn.next-item,
.elementor-15200 .elementor-element.elementor-element-36f9196 .swe-slider .swe-slider-btn.next-item,
.elementor-15374 .elementor-element.elementor-element-42be2ace .swe-slider .swe-slider-btn.next-item {
  background: url("../assets/img/icon-next.png") no-repeat center;
  font-size: 0;
}
.button-style1 .elementor-button {
  position: relative;
}
.button-style1 .elementor-button:after {
  content: '';
  background: url("../assets/img/icon-seemore1.png") no-repeat center;
  width: 38px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}
.button-style2 .elementor-button {
  position: relative;
}
.button-style2 .elementor-button:after {
  content: '';
  background: url("../assets/img/icon-seemore2.png") no-repeat center;
  width: 38px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}
.elementor-9393 .elementor-element.elementor-element-7e07ad4 .elementor-heading-title {
  position: relative;
}
.elementor-9393 .elementor-element.elementor-element-7e07ad4 .elementor-heading-title:before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #144f6f;
  position: absolute;
  left: 0;
  bottom: -23px;
}
.elementor-9393 .elementor-element.elementor-element-b994ce0 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  padding: 0 20px;
}
.elementor-9393 .elementor-element.elementor-element-b994ce0 .elementor-field-group:first-child input,
.form-check-date .elementor-field-group:first-child input {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}
.elementor-9393 .elementor-element.elementor-element-b994ce0 .elementor-field-group.elementor-field-type-date,
.form-check-date .elementor-field-group.elementor-field-type-date {
  position: relative;
}
.elementor-9393 .elementor-element.elementor-element-b994ce0 .elementor-field-group.elementor-field-type-date:before,
.form-check-date .elementor-field-group.elementor-field-type-date:before {
  content: '';
  background: url("../assets/img/icon-date.png") no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 17px;
  pointer-events: none;
}
.elementor-9393 .elementor-element.elementor-element-b994ce0 .elementor-button[type="submit"]:hover {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1;
}
#rev_slider_1_1_wrapper .custom.tparrows.tp-leftarrow {
  width: 32px !important;
  height: 60px !important;
  background: url("../assets/img/icon-prev1.png") no-repeat center transparent !important;
  opacity: 0.3 !important;
}
#rev_slider_1_1_wrapper .custom.tparrows.tp-leftarrow:before {
  content: '' !important;
}
#rev_slider_1_1_wrapper .custom.tparrows.tp-leftarrow:hover {
  opacity: 0.7 !important;
}
#rev_slider_1_1_wrapper .custom.tparrows.tp-rightarrow {
  width: 32px !important;
  height: 60px !important;
  background: url("../assets/img/icon-next-1.png") no-repeat center transparent !important;
  opacity: 0.3 !important;
}
#rev_slider_1_1_wrapper .custom.tparrows.tp-rightarrow:before {
  content: '' !important;
}
#rev_slider_1_1_wrapper .custom.tparrows.tp-rightarrow:hover {
  opacity: 0.7 !important;
}
#rev_slider_1_1_wrapper .text-slide2 {
  text-shadow: 2px 3px 0 rgba(20,79,111,0.4) !important;
  font-family: "Helvetica", sans-serif !important;
}
#rev_slider_1_1_wrapper .text-slide2:before {
  content: '';
  background: url("../assets/img/bg-text.png") no-repeat center;
  width: 1230px;
  height: 66px;
  position: absolute;
  left: -220px;
  top: -10px;
  z-index: -1;
}
#rev_slider_3_1_wrapper .text-slide2,
#rev_slider_2_1_wrapper .text-slide2 {
  text-shadow: 2px 3px 0 rgba(20,79,111,0.4) !important;
  font-family: "Helvetica", sans-serif !important;
  text-align: center !important;
}
#rev_slider_3_1_wrapper .text-slide2:before,
#rev_slider_2_1_wrapper .text-slide2:before {
  content: '';
  background: url("../assets/img/bg-text-mobile.png") no-repeat center;
  width: 390px;
  height: 84px;
  position: absolute;
  left: -36px;
  top: -2px;
  z-index: -1;
}
#rev_slider_3_1_wrapper .custom .tp-bullet,
#rev_slider_2_1_wrapper .custom .tp-bullet {
  background-color: transparent !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
}
#rev_slider_3_1_wrapper .custom .tp-bullet:hover,
#rev_slider_3_1_wrapper .custom .tp-bullet.selected,
#rev_slider_2_1_wrapper .custom .tp-bullet:hover,
#rev_slider_2_1_wrapper .custom .tp-bullet.selected {
  background-color: #feda9c !important;
  border-color: #feda9c !important;
}
.elementor-15374 .elementor-element.elementor-element-1a88397e .elementor-button[type="submit"] {
  margin: 10px 0 0;
}
.elementor-9393 .elementor-element.elementor-element-12b2697 > .elementor-widget-container:hover .elementor-custom-embed-play i {
  color: #F7A82F !important;
}
.elementor-custom-embed-play i {
  opacity: 1 !important;
  font-size: 65px !important;
}
.elementor-9393 .elementor-element.elementor-element-c2c0730 > .elementor-element-populated .swe-slider .swe-slider-btn {
  opacity: 0;
}
.elementor-9393 .elementor-element.elementor-element-c2c0730 > .elementor-element-populated:hover .swe-slider .swe-slider-btn {
  opacity: 1;
}
.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%;
}
.product_detail .slider_img_productd .product-images-container .product-responsive-thumbnail {
  display: none;
}
.product_detail {
  display: flex;
  padding-bottom: 50px;
}
.product_detail .product-gallery {
  flex: 0 0 57.31%;
  max-width: 57.31%;
  height: 493px;
}
.product_detail .product-gallery .slick-arrow {
  background-color: transparent;
}
.product_detail .product-gallery .slick-arrow:hover:before {
  color: var(--color);
}
.product_detail .product-gallery .slick-arrow:before {
  font-size: 36px;
  font-family: icomoon;
  color: #fff;
}
.product_detail .product-gallery .slick-arrow:hover {
  opacity: 0.85;
}
.product_detail .product-gallery .slick-arrow.slick-next {
  right: 20px;
}
.product_detail .product-gallery .slick-arrow.slick-next:before {
  content: '\e902';
}
.product_detail .product-gallery .slick-arrow.slick-prev {
  left: 20px;
}
.product_detail .product-gallery .slick-arrow.slick-prev:before {
  content: '\e901';
}
.product_detail .product-gallery .slick-dots {
  display: none !important;
  bottom: 30px;
  position: absolute;
}
.product_detail .product-gallery .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 0 5px;
}
.product_detail .product-gallery .slick-dots li.slick-active {
  background-color: var(--color);
  border-color: var(--color);
}
.product_detail .product-info {
  flex: 0 0 42.69%;
  padding-top: 35px;
  padding-left: 58px;
  padding-right: 60px;
  max-width: 42.69%;
  height: 493px;
  box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
  background-color: #fff;
}
.product_detail .content_product_detail .product_title {
  font-size: 24px;
  color: #192c4d;
  font-weight: 600;
  padding-bottom: 25px !important;
  position: relative;
}
.product_detail .content_product_detail .product_title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00344c;
  width: 50px;
  height: 3px;
  content: "";
}
.product_detail .content_product_detail .room-detail {
  padding: 10px 0;
}
.product_detail .content_product_detail .room-detail h4 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.product_detail .content_product_detail .room-detail .room-wrap-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.product_detail .content_product_detail .room-detail .room-wrap-detail >div.room-title {
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #0a0a0a;
  white-space: nowrap;
  font-weight: 600;
  line-height: 32px;
}
.product_detail .content_product_detail .room-detail .room-wrap-detail >div.room-value {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .7px;
  line-height: 32px;
}
.product_detail .content_product_detail .room-date-detail {
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
}
.product_detail .content_product_detail .room-date-detail .room-date-wrap-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.product_detail .content_product_detail .room-date-detail .room-date-wrap-detail > span {
  line-height: 40px;
  color: #000;
}
.product_detail .content_product_detail .room-date-detail .room-date-wrap-detail .input-date {
  border: 0;
  min-width: 235px;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
  height: 40px;
  font-size: 16px;
  background-color: #fff;
  letter-spacing: 1px;
  padding: 0 20px;
  margin: 0;
  border-radius: 0;
}
.product_detail .content_product_detail .room-date-detail .room-date-wrap-detail button {
  border: 0;
  border-radius: 0;
  height: 40px;
  background-color: #00344c;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.product_detail .content_product_detail .social-share {
  display: flex;
}
.product_detail .content_product_detail .social-share .title-share {
  font-size: 16px;
  font-weight: 600;
  margin-right: 25px;
  color: #000;
}
.product_detail .content_product_detail .social-share .wrap-content {
  display: flex;
}
.product_detail .content_product_detail .social-share .wrap-content .item-social a {
  font-size: 0;
  margin-right: 20px;
}
.product_detail .content_product_detail .social-share .wrap-content .item-social a i {
  font-size: 18px;
}
.single-product .short-desciption {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
  text-align: left;
  color: #333;
  font-family: Montserrat;
}
.single-product .short-desciption iframe {
  height: 550px;
  margin: 40px 0;
}
.single-product .short-desciption ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}
.single-product .short-desciption ul li {
  line-height: 34px;
}
.services {
  background-color: #e1e0c4;
  padding-top: 55px;
  padding-bottom: 60px;
}
.services h3 {
  position: relative;
  padding-bottom: 16px;
  color: #192c4d;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
.services .wrap-service {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 70px;
}
.services .wrap-service .item-service {
  display: flex;
  align-items: center;
  transition: all .3s ease-in-out;
  margin-bottom: 30px;
  background-color: #00344c;
  height: 80px;
  width: 100%;
  padding: 0 30px;
  justify-content: start;
}
.services .wrap-service .item-service img {
  margin-right: 20px;
}
.services .wrap-service .item-service span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.services .wrap-service .item-service:hover {
  transform: translateY(-3px);
  box-shadow: 3px 4px 8px #00000033;
}
.top-archive-categories .container {
  text-align: center;
}
.top-archive-categories .container .widget_nav_menu {
  display: inline-block;
}
.top-archive-categories .container .widget_nav_menu ul.menu li {
  display: inline-block;
  vertical-align: top;
}
.top-archive-categories .container .widget_nav_menu ul.menu li a {
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
  border: 3px solid transparent;
  padding: 15px 20px;
  width: 100%;
  color: #192c4d;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.top-archive-categories .container .widget_nav_menu ul.menu li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 1 !important;
  background-color: rgba(25,44,77,0.3);
  width: 1px;
  height: 18px;
  content: "";
}
.top-archive-categories .container .widget_nav_menu ul.menu li:last-child a:after {
  width: 0;
  height: 0;
}
.top-archive-categories .container .widget_nav_menu ul.menu li.active a {
  font-weight: 600;
  border-bottom: 3px solid #00344c;
}
.single-post .single.main .entry-wrap {
  background-color: #fff;
  padding-bottom: 50px;
}
.single-post .single.main .entry-wrap .entry-thumb {
  border-radius: 0;
  margin: 0;
}
.single-post .single.main .entry-wrap .entry-thumb img {
  border-radius: 0;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider {
  margin-bottom: 0;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-slide .item img {
  display: inline-block;
  vertical-align: top;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  opacity: 1;
  z-index: 2;
  transition: all .3s ease-in-out;
  border: 1px solid #192c4d;
  background-color: rgba(255,255,255,0.8);
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 0;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-arrow:before {
  color: #192c4d;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-arrow:hover {
  background-color: #00344c;
  color: #fff;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-arrow:hover:before {
  color: #fff !important;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-arrow.slick-prev {
  left: 50px;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-arrow.slick-prev:before {
  content: '\e918';
  font-family: icomoon;
  opacity: 1 !important;
  font-weight: 400 !important;
  transform: rotate(-45deg);
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-arrow.slick-next {
  right: 10px;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-arrow.slick-next:before {
  content: '\e919';
  font-family: icomoon;
  opacity: 1 !important;
  font-weight: 400 !important;
  transform: rotate(-45deg);
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 3;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  position: relative;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-dots li.slick-active:before,
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-dots li:hover:before {
  opacity: 1;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-dots li.slick-active button,
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-dots li:hover button {
  background-color: #fff;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-dots li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-56%,-56%);
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  width: 15px;
  height: 15px;
  content: "";
  opacity: 0;
}
.single-post .single.main .entry-wrap .entry-thumb .room-images-container .slider .slick-dots li button {
  position: relative;
  opacity: 1;
  z-index: 2;
  outline: none;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
}
.single-post .single.main .entry-wrap .entry-summary {
  background-color: #fff;
  box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
  padding-right: 60px;
}
.single-post .single.main .entry-wrap .entry-summary p {
  font-size: 14px;
}
.single-post .single.main .entry-wrap .entry-summary .average-rating {
  display: none;
}
.single-post .single.main .entry-wrap .entry-summary h1 {
  text-align: left !important;
  padding-bottom: 30px;
  position: relative;
}
.single-post .single.main .entry-wrap .entry-summary h1:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  background-color: #00344c;
  width: 50px;
  height: 3px;
  content: "";
}
.single-post .single.main .entry-wrap .entry-summary .social-share {
  display: flex;
  float: left;
}
.single-post .single.main .entry-wrap .entry-summary .social-share .title-share {
  display: block;
  margin-right: 10px;
  font-weight: 600;
  color: #0a0a0a;
}
.single-post .single.main .entry-wrap .entry-summary .social-share .wrap-content .item-social a {
  border: 0;
  border-radius: 0;
  font-size: 0;
  color: #192c4d;
  width: 30px;
}
.single-post .single.main .entry-wrap .entry-summary .social-share .wrap-content .item-social a i {
  font-size: 20px;
}
.single-post .single.main .entry-wrap .entry-summary .social-share .wrap-content .item-social a:hover {
  background-color: transparent;
}
.single-post .single.main .single-content-bottom {
  background-color: #fff;
  padding: 0;
  margin: 0 0 60px;
}
.single-post .single.main .single-content-bottom .wrap {
  background-color: #fff;
  padding: 0;
  min-height: 250px;
}
.single-post .single.main .single-content-bottom .wrap h1 {
  display: inline-block;
  background-color: #f8f8f8;
  color: #222;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #ccc;
  padding: 0 35px;
  font-size: 14px;
  margin-bottom: 40px;
}
.single-post .single.main .single-content-bottom .wrap .entry-summary {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
.single-post .single.main .featured-image-2 {
  background-color: #eee7da;
  padding: 60px 0;
}
.single-post .single.main .featured-image-2 .img_over {
  box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
}
.single-post .single.main .featured-image-2 .img_over img {
  width: 100%;
}
.single.single-post .header-bottom1 {
  background-color: rgba(20,79,111,0.6) !important;
  position: relative !important;
  top: auto;
  left: auto;
}
.single.single-post .header-bottom1.sticky-header {
  position: fixed !important;
}
.single.single-post .header-bottom1.sticky-header .nav-pills >li > a .have-title:before {
  width: 0;
  height: 0;
}
.single.single-post .header-bottom1 .nav-pills >li > a .have-title:before {
  bottom: -36px;
}
.single.single-product .header-bottom1 {
  background-color: rgba(20,79,111,0.6) !important;
  position: absolute !important;
  top: auto;
  left: auto;
}
.single.single-product .header-bottom1.sticky-header {
  position: fixed !important;
}
.single.single-product .header-bottom1.sticky-header .nav-pills >li > a .have-title:before {
  width: 0;
  height: 0;
}
.single.single-promotion .post .entry-wrap .entry-content .entry-thumb {
  flex: 0 0 59.7%;
  max-width: 59.7%;
}
.single.single-promotion .post .entry-wrap .entry-content .entry-summary {
  flex: 0 0 40.3%;
  max-width: 40.3%;
  max-height: 430px;
  overflow-y: scroll;
}
.single.single-promotion .post .tab-single {
  background-color: #fff;
  padding: 0;
  min-height: 520px;
}
.single.single-promotion .post .tab-single .entry-content-tab {
  background-color: #fff;
  padding: 0;
  min-height: 450px;
}
.single.single-promotion .post .tab-single .entry-content-tab .nav-tabs {
  margin: 0 0 50px;
  border: 0;
}
.single.single-promotion .post .tab-single .entry-content-tab .nav-tabs >li {
  list-style: none;
  border: 0;
  width: 200px;
  margin-right: 20px;
}
.single.single-promotion .post .tab-single .entry-content-tab .nav-tabs >li > a {
  border: 0;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #666;
  padding: 0;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.single.single-promotion .post .tab-single .entry-content-tab .nav-tabs >li:hover >a,
.single.single-promotion .post .tab-single .entry-content-tab .nav-tabs >li.active > a {
  background-color: #00344c;
  color: #fff;
  border-color: #00344c;
}
.single.single-promotion .post .tab-single .entry-content-tab .tab-content {
  color: #0a0a0a;
  font-size: 15px;
  font-family: Tahoma !important;
}
.single.single-promotion .post .tab-single .entry-content-tab .tab-content p.text-icon {
  display: flex;
}
.single.single-promotion .post .tab-single .entry-content-tab .tab-content p.text-icon img {
  margin-right: 5px;
}
.single.single-promotion .post .tab-single .entry-content-tab .tab-content ul {
  margin: 0 15px;
}
.single.single-promotion .post .tab-single .entry-content-tab .tab-content ul li {
  padding-left: 16px;
  position: relative;
  list-style: none;
  line-height: 34px;
}
.single.single-promotion .post .tab-single .entry-content-tab .tab-content ul li:before {
  content: '';
  height: 7px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 14px;
  background: url("../assets/img/icon-list.png") no-repeat center;
}
.header-bottom1 {
  background-color: #00344c;
}
.home .header-bottom1 {
  background-color: transparent;
}
.gallery-style .elementor-gallery__container {
  --aspect-ratio: 135.777778% !important;
}
.gallery-style .elementor-gallery__container .e-gallery-item {
  display: none !important;
}
.gallery-style .elementor-gallery__container .e-gallery-item:first-child {
  display: block !important;
}
.products-loop {
  list-style: none;
}
.products-loop .item {
  margin: 0 0 190px;
  width: 100%;
}
.products-loop .item:nth-child(2n+2) .item-wrap .item-detail {
  flex-direction: row-reverse;
}
.products-loop .item:nth-child(2n+2) .item-wrap .item-detail .products-thumb {
  padding-right: 100px;
  padding-left: 0;
}
.products-loop .item:nth-child(2n+2) .item-wrap .item-detail .products-thumb:before {
  right: 0;
  left: auto;
}
.products-loop .item:nth-child(2n+2) .item-wrap .item-detail .products-thumb a.view-detail {
  right: 100px;
  left: auto;
}
.products-loop .item:nth-child(2n+2) .item-wrap .item-detail .item-content {
  text-align: right;
  padding-right: 80px;
  padding-left: 0;
}
.products-loop .item:nth-child(2n+2) .item-wrap .item-detail .item-content .item-price {
  justify-content: end;
}
.products-loop .item:nth-child(2n+2) .item-wrap .item-detail .item-content .item-info-room .item {
  padding-right: 35px;
  padding-left: 0 !important;
  background-position: right center !important;
}
.products-loop .item:nth-child(2n+2) .item-wrap .item-detail .item-content .item-description {
  text-align: right;
}
.products-loop .item .item-wrap .item-detail {
  display: flex;
  align-items: center;
}
.products-loop .item .item-wrap .item-detail .products-thumb {
  width: 50%;
  position: relative;
  padding-left: 100px;
}
.products-loop .item .item-wrap .item-detail .products-thumb:before {
  content: '';
  height: 520px;
  width: 545px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  top: 100px;
}
.products-loop .item .item-wrap .item-detail .products-thumb a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
.products-loop .item .item-wrap .item-detail .products-thumb a img {
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.products-loop .item .item-wrap .item-detail .products-thumb a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.products-loop .item .item-wrap .item-detail .products-thumb a .hover-image {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all 0.4s linear 0s;
  z-index: 1;
  padding: 10px;
}
.products-loop .item .item-wrap .item-detail .products-thumb a.view-detail {
  position: absolute;
  z-index: 2;
  bottom: -37px;
  left: 100px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.products-loop .item .item-wrap .item-detail .products-thumb a.view-detail:before {
  background: url(../assets/img/arrow-right-black.svg) no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  transition: .15s ease-in-out;
  vertical-align: middle;
  width: 0px;
}
.products-loop .item .item-wrap .item-detail .products-thumb a.view-detail:after {
  background: url(../assets/img/arrow-right-black.svg) no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  transition: .15s ease-in-out;
  vertical-align: middle;
  margin-left: 12px;
  width: 65px;
}
.products-loop .item .item-wrap .item-detail .products-thumb a.view-detail:hover:before {
  width: 65px;
  margin-right: 10px;
}
.products-loop .item .item-wrap .item-detail .products-thumb a.view-detail:hover:after {
  width: 0;
}
.products-loop .item .item-wrap .item-detail .item-content {
  text-align: left;
  width: 50%;
  padding-left: 80px;
}
.products-loop .item .item-wrap .item-detail .item-content h4 {
  margin: 0 0 10px;
}
.products-loop .item .item-wrap .item-detail .item-content h4 a {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 36px;
  color: #DAA261;
  font-weight: 500;
  font-family: Montserrat;
}
.products-loop .item .item-wrap .item-detail .item-content .reviews-content {
  display: none;
}
.products-loop .item .item-wrap .item-detail .item-content .item-price {
  display: flex;
  justify-content: start;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  margin-bottom: 35px;
  font-family: Montserrat;
}
.products-loop .item .item-wrap .item-detail .item-content .item-price .text {
  margin-right: 10px;
}
.products-loop .item .item-wrap .item-detail .item-content .item-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #4a4a4a;
  font-family: Montserrat;
  margin: 0 0 40px;
}
.products-loop .item .item-wrap .item-detail .item-content .item-info-room .wrap-item {
  display: flex;
  margin: 0 0 30px;
}
.products-loop .item .item-wrap .item-detail .item-content .item-info-room .wrap-item .item {
  padding-left: 35px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
  color: #4a4a4a;
  position: relative;
  width: 33.33%;
}
.products-loop .item .item-wrap .item-detail .item-content .item-info-room .wrap-item .item.item-room-bed {
  padding: 0;
  width: 50%;
}
.products-loop .item .item-wrap .item-detail .item-content .item-info-room .wrap-item .item.item-room-bed i {
  color: #767676;
  font-size: 18px;
  margin-right: 10px;
}
.products-loop .item .item-wrap .item-detail .item-content .item-info-room .wrap-item .item.item-room-size {
  background: url("../assets/img/Size.svg") no-repeat left center;
  background-size: 25px 20px;
}
.products-loop .item .item-wrap .item-detail .item-content .item-info-room .wrap-item .item.item-view {
  background: url("../assets/img/View.svg") no-repeat left center;
  background-size: 25px 20px;
}
.products-loop .item .item-wrap .item-detail .item-content .group-button-booking {
  display: inline-block;
}
.products-loop .item .item-wrap .item-detail .item-content .group-button-booking .wrap-button {
  display: flex;
  flex-direction: column;
}
.products-loop .item .item-wrap .item-detail .item-content .group-button-booking .wrap-button button {
  display: inline-block;
  font-size: 13px;
  color: #DAA261;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 48px;
  background-color: #fff;
  padding: 0;
  margin: 0 0 20px;
  padding: 0 20px;
  border: 1px solid #DAA261;
  border-radius: 0;
  font-family: Montserrat !important;
}
.products-loop .item .item-wrap .item-detail .item-content .group-button-booking .wrap-button button:hover {
  background-color: #DAA261;
  color: #fff;
}
.pagination-ajax {
  display: none !important;
}
.swe-woo-related-slider {
  margin-bottom: 60px;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content {
  text-align: center;
  padding: 20px 0 0;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content h4 a {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content h4 a:hover {
  color: var(--color);
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-description {
  font-size: 15px;
  color: #222;
  line-height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: center;
  font-family: Montserrat;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0;
  grid-column-gap: 120px;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room .item-left,
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room .item-right {
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room .item-left i,
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room .item-right i {
  margin-right: 10px;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room .item-left .item,
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room .item-right .item {
  line-height: 32px;
  color: #222;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .view-more {
  display: inline-block;
  height: 40px;
  background-color: #bf882e;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .view-more:hover {
  background-color: #000;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .view-more i {
  margin-left: 10px;
}
.grid-layout-blog .goxtore_breadcrumbs .breadcrumbs {
  margin-top: 40px;
}
.elementor-15093 .elementor-element.elementor-element-43a07c7 .elementor-button[type="submit"],
.elementor-14121 .elementor-element.elementor-element-3fcdadb .elementor-button[type="submit"],
.elementor-9984 .elementor-element.elementor-element-45988c0 .elementor-button[type="submit"],
.elementor-13893 .elementor-element.elementor-element-6dea409 .elementor-button[type="submit"],
.elementor-14234 .elementor-element.elementor-element-fa3fdb7 .elementor-button[type="submit"],
.elementor-14399 .elementor-element.elementor-element-66608c9 .elementor-button[type="submit"],
.elementor-14878 .elementor-element.elementor-element-4f075f8 .elementor-button[type="submit"] {
  margin: 0;
}
.elementor-15093 .elementor-element.elementor-element-43a07c7 .elementor-field-group:first-child input,
.elementor-14121 .elementor-element.elementor-element-3fcdadb .elementor-field-group:first-child input,
.elementor-9984 .elementor-element.elementor-element-45988c0  .elementor-field-group:first-child input,
.elementor-13893 .elementor-element.elementor-element-6dea409 .elementor-field-group:first-child input,
.elementor-14234 .elementor-element.elementor-element-fa3fdb7 .elementor-field-group:first-child input,
.elementor-14399 .elementor-element.elementor-element-66608c9 .elementor-field-group:first-child input,
.elementor-14878 .elementor-element.elementor-element-4f075f8 .elementor-field-group:first-child input {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}
.list-layout-blog .top-archive-categories >.container {
  padding-top: 35px;
}
.list-layout-blog .goxtore_breadcrumbs .elementor-15093 .elementor-element.elementor-element-43a07c7 {
  top: -140px;
}
.list-layout-blog .breadcrumb {
  display: none;
}
.list-layout-blog .listing-title h1 {
  margin-top: 40px !important;
}
.list3-layout-blog {
  background-image: none !important;
}
.list3-layout-blog .goxtore_breadcrumbs .breadcrumbs {
  display: none !important;
}
.list3-layout-blog .goxtore_breadcrumbs .breadcrumbs-inner {
  border-top: 0 !important;
}
.list3-layout-blog .top-archive-categories .widget_nav_menu {
  display: none;
}
.list3-layout-blog.category-promotion .category-contents .blog-content-list3 .post .entry,
.list3-layout-blog.category-uu-dai-doc-quyen .category-contents .blog-content-list3 .post .entry {
  max-width: 100%;
}
.list3-layout-blog.category-promotion .category-contents .blog-content-list3 .post .entry .entry-thumb,
.list3-layout-blog.category-uu-dai-doc-quyen .category-contents .blog-content-list3 .post .entry .entry-thumb {
  width: 60%;
}
.list3-layout-blog.category-promotion .category-contents .blog-content-list3 .post .entry .entry-content,
.list3-layout-blog.category-uu-dai-doc-quyen .category-contents .blog-content-list3 .post .entry .entry-content {
  width: 40%;
}
.list3-layout-blog.category-products-services .top-archive-categories .widget_nav_menu,
.list3-layout-blog.category-swimming-pool-gym .top-archive-categories .widget_nav_menu {
  display: block;
  padding-top: 60px;
}
.list3-layout-blog.category-products-services .elementor-15093 .elementor-element.elementor-element-43a07c7,
.list3-layout-blog.category-swimming-pool-gym .elementor-15093 .elementor-element.elementor-element-43a07c7 {
  top: -165px;
}
.list3-layout-blog.category-products-services .blog-content-list3,
.list3-layout-blog.category-swimming-pool-gym .blog-content-list3 {
  margin-top: 60px;
}
.list3-layout-blog .category-contents {
  width: 100%;
}
.list3-layout-blog.category-wellness-center .read-more {
  display: none;
}
.list3-layout-blog .listing-title h1 {
  margin: 70px 0 50px !important;
  display: none;
}
.list3-layout-blog .category-contents .blog-content-list3 {
  margin-top: 80px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post {
  margin: 0 0 120px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb {
  width: 50%;
  padding: 0 0 0 70px;
  position: relative;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb:before {
  content: '';
  width: 440px;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: -70px;
  display: block;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb a {
  border-radius: 0;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb a img {
  border-radius: 0;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb a.read-more {
  position: absolute;
  z-index: 2;
  bottom: -37px;
  left: 70px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb a.read-more:after {
  background: url("../assets/img/arrow-right-black.svg") no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  transition: .15s ease-in-out;
  vertical-align: middle;
  margin-left: 12px;
  width: 65px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb a.read-more:before {
  background: url("../assets/img/arrow-right-black.svg") no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  transition: .15s ease-in-out;
  vertical-align: middle;
  width: 0px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb a.read-more:hover {
  color: #4a4a4a;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb a.read-more:hover:before {
  width: 65px;
  margin-right: 12px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-thumb a.read-more:hover:after {
  width: 0;
  border: 0;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-content {
  width: 50%;
  padding: 60px 0 0 135px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-content .content-top  .entry-title h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-content .content-top  .entry-title h4 a {
  color: #907d8f;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-content .entry-summary {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 27px;
}
.list3-layout-blog .category-contents .blog-content-list3 .post .entry .entry-content .average-rating {
  display: none;
}
.list3-layout-blog .category-contents .blog-content-list3 .post:nth-child(2n+2) .entry {
  flex-direction: row-reverse;
}
.list3-layout-blog .category-contents .blog-content-list3 .post:nth-child(2n+2) .entry .entry-thumb {
  padding: 0 70px 0 0;
}
.list3-layout-blog .category-contents .blog-content-list3 .post:nth-child(2n+2) .entry .entry-thumb:before {
  right: 0;
  left: auto;
}
.list3-layout-blog .category-contents .blog-content-list3 .post:nth-child(2n+2) .entry .entry-thumb a.read-more {
  right: 70px;
  left: auto;
}
.list3-layout-blog .category-contents .blog-content-list3 .post:nth-child(2n+2) .entry .entry-thumb a.read-more:hover:after {
  margin: 0;
}
.list3-layout-blog .category-contents .blog-content-list3 .post:nth-child(2n+2) .entry .entry-content {
  padding: 60px 135px 0 0;
  text-align: right;
}
.list3-layout-blog .category-contents .blog-content-list3 .post:nth-child(2n+2) .entry .entry-content ul {
  direction: rtl;
}
.category-contents .blog-content-list3 .post {
  margin: 0 0 120px;
}
.category-contents .blog-content-list3 .post .entry {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
}
.category-contents .blog-content-list3 .post .entry .entry-thumb {
  width: 50%;
  padding: 0 0 0 70px;
  position: relative;
}
.category-contents .blog-content-list3 .post .entry .entry-thumb:before {
  content: '';
  width: 440px;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: -70px;
  display: block;
}
.category-contents .blog-content-list3 .post .entry .entry-thumb a {
  border-radius: 0 !important;
}
.category-contents .blog-content-list3 .post .entry .entry-thumb a img {
  border-radius: 0 !important;
}
.category-contents .blog-content-list3 .post .entry .entry-content {
  width: 50%;
  padding: 60px 0 0 135px;
}
.category-contents .blog-content-list3 .post .entry .entry-content h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.category-contents .blog-content-list3 .post .entry .entry-content .button-link {
  height: 40px;
  padding: 0 40px;
  line-height: 38px;
  background-color: #fff;
  font-size: 15px;
  color: #000;
  border: 1px solid #144F6F;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.category-contents .blog-content-list3 .post .entry .entry-content .button-link:hover {
  background-color: #144F6F;
  color: #fff;
}
.category-contents .blog-content-list3 .post:nth-child(2n+2) .entry {
  flex-direction: row-reverse;
}
.list4-layout-blog {
  background-image: none !important;
}
.list4-layout-blog .goxtore_breadcrumbs .breadcrumbs-inner .breadcrumbs {
  display: none !important;
}
.list4-layout-blog .category-contents {
  width: 100%;
}
.list4-layout-blog .top-archive-categories .widget_nav_menu {
  display: none !important;
}
.list4-layout-blog .listing-title h1 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 60px 0 40px !important;
  display: none;
}
.list4-layout-blog .category-contents .blog-content-list4 {
  margin: 60px 0 0;
}
.list4-layout-blog .category-contents .blog-content-list4 .post {
  margin-bottom: 90px;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb {
  padding-left: 150px;
  border-radius: 0 !important;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb a {
  border-radius: 0 !important;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb a img {
  border-radius: 0 !important;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .entry-title h4 {
  margin-bottom: 15px;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .entry-title h4 a {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  color: #9A6A3D;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant {
  position: absolute;
  left: 0;
  top: 160px;
  width: 300px;
  min-height: 430px;
  background-color: #FFFDFD;
  border: 3px solid #DAA261;
  padding: 20px 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content > h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #DAA261;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #4C4C4C;
  font-family: 'Jacques Francois';
  line-height: 22px;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content .phone-email {
  margin: 15px 15px 20px;
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content .phone-email .item {
  padding-top: 30px;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content .phone-email .item.phone-number {
  background: url("../assets/img/icon-phone1.png") no-repeat top center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content .phone-email .item.email {
  background: url("../assets/img/icon-email-1.png") no-repeat top center;
  color: #000;
  font-size: 15px;
  font-family: 'Inter';
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content .group-button .button-res {
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  font-family: 'Jacques Francois' !important;
  text-indent: -18px;
  margin: 0 0 10px;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content .group-button .button-res:hover {
  background-color: #FFFAFA;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content .group-button .button-res:after {
  content: '';
  background: url("../assets/img/icon-mt.png") no-repeat center;
  width: 18px;
  height: 30px;
  margin-left: 5px;
  position: absolute;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-content {
  padding: 50px 0 0;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-content .entry-summary {
  font-family: Jacques Francois;
  font-size: 18px;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 30px;
  margin-bottom: 0;
}
.foogallery .fg-image-overlay {
  background-color: rgba(0,0,0,0) !important;
}
.fg-carousel-inner {
  padding: 0 !important;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-prev {
  display: block !important;
  background-color: transparent;
  font-size: 32px;
  width: 30px;
  height: 100%;
  color: #fff !important;
  margin-left: 20px;
  opacity: 1;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-next {
  display: block !important;
  background-color: transparent;
  font-size: 32px;
  width: 30px;
  height: 100%;
  color: #fff !important;
  margin-right: 20px;
  opacity: 1;
  right: 55px;
}
.gallery-our-activities .e-gallery-container .elementor-gallery-item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery-our-activities .e-gallery-container .elementor-gallery-item:first-child .elementor-gallery-item__image {
  min-height: 430px;
}
.swe-wrap-post-list2 .posts .post .swe-wrap-item {
  display: flex;
}
.swe-wrap-post-list2 .posts .post .swe-wrap-item .swe-wrap-image {
  margin-right: 20px;
}
.swe-wrap-post-list2 .posts .post .swe-wrap-item .swe-wrap-content {
  padding-top: 0;
}
.elementor-14552 .elementor-element.elementor-element-a3ab52b .swe-title {
  word-break: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.elementor-14552 .elementor-element.elementor-element-ac00d05 .swe-title {
  word-break: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.elementor-14552 .elementor-element.elementor-element-ac00d05 .swe-wrap-item .swe-wrap-image {
  height: auto !important;
}
.elementor-14552 .elementor-element.elementor-element-c8d02c8 .elementor-field-group.elementor-field-group-email,
.elementor-14552 .elementor-element.elementor-element-c8d02c8 .elementor-field-group.elementor-field-type-tel {
  margin: 0;
}
.elementor-14552 .elementor-element.elementor-element-a3ab52b .swe-wrap-item .swe-wrap-image {
  height: auto !important;
}
.elementor-widget-wrap>.elementor-element img.size-full {
  margin: 0;
}
.form-contact .elementor-field-group {
  position: relative;
  margin-bottom: 30px;
}
.form-contact .elementor-field-group input,
.form-contact .elementor-field-group input[type="text"],
.form-contact .elementor-field-group textarea {
  padding-left: 36px;
}
.form-contact .elementor-field-group input:focus,
.form-contact .elementor-field-group input[type="text"]:focus,
.form-contact .elementor-field-group textarea:focus {
  box-shadow: none;
  border-color: #395846 !important;
}
.form-contact .elementor-field-group input[type="text"] {
  background: url("../assets/img/icon-user-1.jpg") no-repeat left center;
}
.form-contact .elementor-field-group input[type="tel"] {
  background: url("../assets/img/icon-tel.jpg") no-repeat left center;
}
.form-contact .elementor-field-group input[type="email"] {
  background: url("../assets/img/icon-email.jpg") no-repeat left center;
}
.form-contact .elementor-field-group.elementor-field-group-field_fb73692 input[type="text"] {
  background: url("../assets/img/icon-info.jpg") no-repeat left center;
}
.form-contact .elementor-field-group textarea {
  background: url("../assets/img/icon-pen.jpg") no-repeat left top 10px;
  max-height: 90px;
}
.elementor-9984 .elementor-element.elementor-element-fe362c0 .elementor-button[type="submit"] {
  margin: 30px 0 40px;
}
.gallery-style-page .e-gallery-container {
  --aspect-ratio: 54.666667% !important;
}
.gallery-ratio .e-gallery-container {
  --aspect-ratio: 140.666667% !important;
}
.gallery-ratio-3 .e-gallery-container {
  --aspect-ratio: 70.666667% !important;
}
.gallery-style1 .elementor-gallery-item {
  display: none !important;
}
.gallery-style1 .elementor-gallery-item:first-child {
  display: block !important;
}
.elementor-13893 .elementor-element.elementor-element-0d6d5ee .elementor-wrapper {
  --video-aspect-ratio: 1.699 !important;
}
.archive.category.category-sightseeing-tours {
  background-image: none;
}
.swe-wrap-post-list3 .posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.swe-wrap-post-list3 .posts .post:first-child {
  grid-column-start: 1;
  grid-column-end: 4;
}
.swe-wrap-post-list3 .posts .post:first-child .swe-wrap-item .swe-wrap-content {
  padding: 55px;
  min-height: auto;
}
.swe-wrap-post-list3 .posts .post:first-child .swe-wrap-item .swe-wrap-content .swe-title a {
  font-size: 32px !important;
  line-height: 36px !important;
}
.swe-wrap-post-list3 .posts .post .swe-wrap-item:hover .swe-wrap-image a:before {
  width: 100%;
}
.swe-wrap-post-list3 .posts .post .swe-wrap-item .swe-wrap-image a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.swe-wrap-post-list3 .posts .post .swe-wrap-item .swe-wrap-image a:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 0;
  transition: all 0.3s;
  background-color: rgba(0,0,0,0.4);
}
.swe-wrap-post-list3 .posts .post .swe-wrap-item .swe-wrap-content {
  padding: 35px;
  text-align: left;
  background-color: #3E3A3A;
  min-height: 275px;
}
.swe-wrap-post-list3 .posts .post .swe-wrap-item .swe-wrap-content .swe-description a {
  display: none;
}
.title-style2 .elementor-heading-title {
  position: relative;
}
.title-style2 .elementor-heading-title:before {
  content: '';
  width: 217px;
  height: 3px;
  background-color: #9A6A3D;
  position: absolute;
  left: 50%;
  margin-left: -108px;
  bottom: -16px;
}
.title-style2.style1 .elementor-heading-title:before {
  background-color: #bfc6cc;
}
.title-style3 .elementor-heading-title {
  position: relative;
}
.title-style3 .elementor-heading-title:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: 0;
}
.title-style4 .elementor-heading-title {
  position: relative;
}
.title-style4 .elementor-heading-title:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #bfc6cc;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.title-style4.style1 .elementor-heading-title:before {
  right: 0;
  left: auto;
}
.swe-wrap-slide-image .swe-wrap-image .slick-arrow {
  background-color: transparent;
}
.swe-wrap-slide-image .swe-wrap-image .slick-arrow:before {
  font-size: 50px;
  font-family: icomoon;
}
.swe-wrap-slide-image .swe-wrap-image .slick-arrow:hover {
  opacity: 0.85;
}
.swe-wrap-slide-image .swe-wrap-image .slick-arrow.slick-next {
  right: 515px;
}
.swe-wrap-slide-image .swe-wrap-image .slick-arrow.slick-next:before {
  content: '\e902';
}
.swe-wrap-slide-image .swe-wrap-image .slick-arrow.slick-prev {
  left: 495px;
}
.swe-wrap-slide-image .swe-wrap-image .slick-arrow.slick-prev:before {
  content: '\e901';
}
.swe-wrap-slide-image .swe-wrap-image .slick-list .slick-slide {
  padding: 0 35px;
}
.elementor-9984 .elementor-element.elementor-element-fe362c0 .elementor-button[type="submit"] {
  position: relative;
}
.elementor-9984 .elementor-element.elementor-element-fe362c0 .elementor-button[type="submit"]:before {
  content: '';
  background: url("../assets/img/icon-fly-16.png") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 23px;
}
.elementor-14234 .elementor-element.elementor-element-63ca878 .elementor-button,
.elementor-14234 .elementor-element.elementor-element-6a16151 .elementor-button,
.elementor-14234 .elementor-element.elementor-element-ca792c3 .elementor-button,
.elementor-14234 .elementor-element.elementor-element-a8126ee .elementor-button {
  text-decoration: underline;
}
.single-post .elementor-14552 .elementor-element.elementor-element-94cdfaa > .elementor-widget-container {
  margin: 0;
}
.single-post .elementor-14552 .elementor-element.elementor-element-c238394 {
  padding: 0;
}
.single-news .entry-content .entry-title {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.single-news .entry-content .entry-meta {
  margin: 0 0 20px;
  color: #767676;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  position: relative;
}
.single-news .entry-content .entry-meta a {
  color: #767676;
}
.single-news .entry-content .entry-meta .entry-author {
  margin-right: 20px;
  position: relative;
}
.single-news .entry-content .entry-meta .entry-author a {
  color: #000;
  text-transform: capitalize;
}
.single-news .entry-content .entry-meta .entry-author:before {
  content: '';
  position: absolute;
  right: -12px;
  top: 9px;
  width: 6px;
  height: 2px;
  display: inline-block;
  background: #000;
}
.single-news .entry-content .entry-meta .entry-date i {
  margin-right: 5px;
}
.single-news .entry-content .entry-meta .entry-view {
  position: absolute;
  right: 0;
}
.single-news .entry-content .entry-meta .entry-view i {
  margin-right: 5px;
}
.single-news .entry-content .social-share {
  margin: 30px 0;
}
.single-news .entry-content .social-share .title-share {
  display: none;
}
.single-news .entry-content .social-share .wrap-content {
  display: flex;
}
.single-news .entry-content .social-share .wrap-content .item-social {
  margin-right: 10px;
  border-radius: 3px;
}
.single-news .entry-content .social-share .wrap-content .item-social a {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 3px !important;
}
.single-news .entry-content .social-share .wrap-content .item-social a i {
  font-size: 18px;
  line-height: 40px;
}
.single-news .entry-content .social-share .wrap-content .item-social.facebook {
  background: #516eab;
}
.single-news .entry-content .social-share .wrap-content .item-social.twitter {
  background: #29c5f6;
}
.single-news .entry-content .social-share .wrap-content .item-social.pinterest {
  background: #ca212a;
}
.single-news .entry-summary {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin: 30px 0 0;
}
.elementor-5645 .elementor-element.elementor-element-e67985b > .elementor-widget-container {
  border-radius: 10px;
}
body:not(.rtl) .elementor-5645 .elementor-element.elementor-element-e67985b {
  margin-left: -320px;
}
.elementor-5645 .elementor-element.elementor-element-e67985b .elementor-nav-menu--main .elementor-item:hover .menu-title {
  text-decoration: underline;
}
.menu-footer ul.elementor-nav-menu li a {
  background-color: #fff;
}
.menu-footer ul.elementor-nav-menu li:first-child a {
  clip-path: polygon(18% 0,102% 0%,100% 101%,0% 100%);
  padding-left: 40px;
}
.menu-footer ul.elementor-nav-menu li:last-child a {
  clip-path: polygon(0 0%,100% 0%,90% 100%,0% 100%);
  margin-left: -1px;
  padding-right: 40px;
}
.menu-footer ul.elementor-nav-menu li + li {
  position: relative;
}
.menu-footer ul.elementor-nav-menu li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "/";
  color: #192c4d;
  font-weight: 500;
  font-size: 13px;
  z-index: 3;
}
#button-contact-vr {
  right: 0;
}
.elementor-widget-image-carousel .swiper-pagination {
  bottom: 15px !important;
}
.elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #fff;
  opacity: 1;
  border-radius: 6px;
}
.elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #feda9c !important;
}
.category-contents .pagination {
  margin-bottom: 60px;
}
.elementor-5645 .elementor-element.elementor-element-dc530d2 .elementor-nav-menu--main .elementor-item:hover {
  text-decoration: underline;
}
.popup-home-template .mc4wp-form {
  width: 330px;
  margin: 0 auto;
}
.popup-home-template .mc4wp-form input {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  display: block;
  width: 100%;
  min-width: 100%;
}
.popup-home-template .mc4wp-form input:focus {
  border-color: #000;
}
.popup-home-template .mc4wp-form button {
  height: 50px;
  border: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
}
.popup-home-template .mc4wp-form button:hover {
  background: var(--color);
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content .swe-description a {
  display: none;
}
.style-breadcrum a {
  position: relative;
}
.style-breadcrum a:before {
  content: '/';
  position: absolute;
  right: -17px;
  top: 0;
}
.product_detail .content_product_detail .room-detail .room-wrap-detail >div.room-info span {
  margin-right: 10px;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown {
  width: auto;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown > ul > li a {
  padding: 0;
  border: 0;
  padding-right: 20px;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown > ul > li a .wpml-ls-flag {
  width: 20px !important;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown > ul > li a.wpml-ls-item-toggle:after {
  right: -3px;
  content: '\e902';
  font-family: icomoon;
  font-size: 18px;
  transform: rotate(90deg);
  border: 0;
  top: 0;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown > ul > li:hover .wpml-ls-sub-menu {
  opacity: 1;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown > ul > li .wpml-ls-sub-menu {
  border: 0 !important;
  top: 24px;
  transition: all 0.3s;
  opacity: 0;
  min-width: 118px;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown > ul > li .wpml-ls-sub-menu > li a {
  color: #222 !important;
  padding: 10px;
  background-color: #fff !important;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown > ul > li .wpml-ls-sub-menu > li a .wpml-ls-flag {
  width: 20px !important;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown > ul > li .wpml-ls-sub-menu > li a .wpml-ls-display {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post:nth-child(3n+1) {
  clear: both;
}
.category-wine-dine .elementor-15499 .elementor-element.elementor-element-4f9237d {
  display: none;
}
.archive.category-be-boi-gym .sidebar {
  display: none;
}
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room .item-left span,
.swe-woo-related-slider .swe-slider .slick-list .item .item-detail .item-content .item-info-room .item-right span {
  margin-left: 5px;
}
.list3-layout-blog.category-dich-vu-hoat-dong .top-archive-categories .widget_nav_menu,
.list3-layout-blog.category-be-boi-gym .top-archive-categories .widget_nav_menu {
  display: block;
  padding-top: 60px;
}
.list3-layout-blog.category-dich-vu-hoat-dong  .elementor-15093 .elementor-element.elementor-element-43a07c7,
.list3-layout-blog.category-be-boi-gym  .elementor-15093 .elementor-element.elementor-element-43a07c7 {
  top: -165px;
}
.elementor-15093 .elementor-element.elementor-element-43a07c7 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  margin: 0;
}
#goxtore-totop {
  bottom: 105px !important;
  right: 30px;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content .swe-title a {
  display: none;
}
.swe-wrap-post-grid .posts .post .swe-wrap-item .swe-wrap-content {
  top: 50%;
  margin-top: -30px;
}
.list4-layout-blog .category-contents .blog-content-list4 .post .entry .entry-thumb .info-restaurant .wrap-content .group-button .button-res {
  margin-bottom: 10px;
}
.list3-layout-blog.category-promotion .category-contents .blog-content-list3 .post .entry {
  width: 100% !important;
}
.list3-layout-blog.category-promotion .category-contents .blog-content-list3 .post .entry .entry-thumb {
  width: 60%;
}
.list3-layout-blog.category-promotion .category-contents .blog-content-list3 .post .entry .entry-content {
  width: 40%;
}
.elementor-9393 .elementor-element.elementor-element-7e07ad4 .elementor-heading-title:before {
  content: '';
  width: 0;
  height: 0;
}
.elementor-9393 .elementor-element.elementor-element-83149e1 .elementor-heading-title:before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #144f6f;
  position: absolute;
  left: 0;
  bottom: 35px;
}
@media (max-width: 480px) {
  .list3-layout-blog.category-promotion .category-contents .blog-content-list3 .post .entry .entry-thumb {
    width: 100%;
  }
  .list3-layout-blog.category-promotion .category-contents .blog-content-list3 .post .entry .entry-content {
    width: 100%;
  }
}
.form-check-date .elementor-field-group.elementor-field-type-date:before {
  content: '';
  background: url("../assets/img/icon-date.png") no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 17px;
  pointer-events: none;
}
.single.single-product .dialog-lightbox-widget {
  background-color: transparent !important;
}
.single.single-product .dialog-lightbox-widget .dialog-lightbox-close-button i {
  display: none !important;
}
.single.single-product .dialog-lightbox-widget .dialog-widget-content .dialog-lightbox-message {
  display: none !important;
}
.elementor-9393 .elementor-element.elementor-element-0bb4134 .post:nth-child(2n) .swe-wrap-image {
  text-align: left;
}
.elementor-9393 .elementor-element.elementor-element-0bb4134 .post:nth-child(2n +1 ) .swe-wrap-image {
  text-align: right;
}
.resp-tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
#elementor-popup-modal-10657 .dialog-close-button {
  text-align: center;
  border-radius: 50%;
  background-color: var(--color) !important;
}
#elementor-popup-modal-10657 .dialog-close-button i {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
#elementor-popup-modal-10657 .dialog-close-button:hover {
  background-color: #111;
}
.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;
}
.single-product {
  background-color: #fff;
}
.single-product #contents-detail {
  font-family: Niramit !important;
}
.single-product .goxtore_breadcrumbs .breadcrumbs-inner {
  margin-bottom: 0;
  padding-top: 40px;
}
.single-product .elementor-15093 .elementor-element.elementor-element-43a07c7 {
  top: -85px;
}
.single-product .tabs {
  display: none;
}
.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);
}
.product-video .sw-quickview-bottom.quickview-video .quickview-content {
  width: 600px !important;
  float: right !important;
  position: absolute !important;
  margin: auto !important;
}
.logged-in.product-video .sw-quickview-bottom.quickview-video .quickview-content {
  margin-top: 32px !important;
}
.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(--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 .content_product_detail .cart .quantity .qv-minus {
  background: url(../assets/img/icon-minus.png) no-repeat top 16px center;
  font-size: 0;
}
.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 top 16px center;
  font-size: 0;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.quickview-container.woocommerce .slider_img_productd span.onsale {
  display: none;
}
.quickview-container.woocommerce .slider_img_productd .sale-off {
  top: 15px;
  left: 15px;
}
.quickview-container.woocommerce .slider_img_productd .product-responsive {
  border: 1px solid #eee;
  border-radius: 10px;
}
.quickview-container.woocommerce .product_detail .content_product_detail .add_to_cart_button,
.quickview-container.woocommerce .product_detail .content_product_detail .product_type_external,
.quickview-container.woocommerce .product_detail .content_product_detail .product_type_grouped,
.quickview-container.woocommerce .product_detail .content_product_detail .single_add_to_cart_button,
.quickview-container.woocommerce .product_detail .content_product_detail .wc-variation-is-unavailable {
  padding: 0 40px;
}
.quickview-container.woocommerce .product_detail .content_product_detail .cart .quantity {
  margin-right: 20px !important;
}
.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;
}
.quickview-container.woocommerce .product_detail .content_product_detail .reviews-content .woocommerce-write-review {
  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;
  }
}
.theme-goxtore .gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .theme-goxtore .gallery {
  margin-right: 0 !important;
}
.theme-goxtore .gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .theme-goxtore .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.theme-goxtore .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;
  padding: 5px;
  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;
}
.theme-goxtore .gallery .thumbnail:after {
  position: absolute;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  border-style: solid;
  border-width: 45px;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  right: -45px;
  bottom: 0;
  transition: all 0.3s ease 0.2s;
  z-index: 4;
}
.theme-goxtore .gallery .thumbnail:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0.3s;
  transform: rotate(0deg);
  z-index: 5;
}
.theme-goxtore .gallery .thumbnail:hover {
  background: var(--color);
  border-color: #ddd;
}
.theme-goxtore .gallery .thumbnail:hover:after {
  bottom: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.theme-goxtore .gallery .thumbnail:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(360deg);
}
.theme-goxtore .gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-goxtore .gallery .caption h4 {
  font-size: 14px;
}
.wp-block-button__link {
  border-radius: 20px;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  text-decoration: underline;
}
.is-style-outline .wp-block-button__link,
.is-style-squared .wp-block-button__link,
.alignleft .wp-block-button__link,
.aligncenter .wp-block-button__link,
.alignright .wp-block-button__link {
  border-radius: 0;
}
.single.main .wp-block-group.has-background {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.entry-summary table {
  margin-bottom: 30px;
}
.entry-summary table th,
.entry-summary table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.entry-summary table th > a,
.entry-summary table td > a {
  color: var(--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: 4px 10px;
  border-radius: 5px;
}
.entry-summary form input[type="submit"],
.entry-summary form button[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
  border-radius: 5px;
  background-color: var(--color);
}
.entry-summary form input[type="submit"]:hover,
.entry-summary form button[type="submit"]:hover {
  opacity: 0.85;
}
.entry-summary .page-links {
  clear: both;
}
.page .main-page {
  padding: 0;
}
.page .main-page .page >.entry-content .entry-summary p {
  line-height: 1.8;
}
.home.page .main-page .page >.entry-content .entry-summary p {
  line-height: 1.8;
}
.wp-block-cover-text a {
  text-decoration: underline;
}
.page-markup-and-formatting .entry-content .entry-summary,
.parent-pageid-1725 .entry-content .entry-summary {
  font-size: 14px;
}
.page-markup-and-formatting .entry-content .entry-summary h1,
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6,
.parent-pageid-1725 .entry-content .entry-summary h1,
.parent-pageid-1725 .entry-content .entry-summary h2,
.parent-pageid-1725 .entry-content .entry-summary h3,
.parent-pageid-1725 .entry-content .entry-summary h4,
.parent-pageid-1725 .entry-content .entry-summary h5,
.parent-pageid-1725 .entry-content .entry-summary h6 {
  color: #000;
  font-weight: 600;
}
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6,
.parent-pageid-1725 .entry-content .entry-summary h2,
.parent-pageid-1725 .entry-content .entry-summary h3,
.parent-pageid-1725 .entry-content .entry-summary h4,
.parent-pageid-1725 .entry-content .entry-summary h5,
.parent-pageid-1725 .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote,
.parent-pageid-1725 .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote:before,
.page-markup-and-formatting .entry-content .entry-summary blockquote:after,
.parent-pageid-1725 .entry-content .entry-summary blockquote:before,
.parent-pageid-1725 .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #ddd;
}
.page-markup-and-formatting .entry-content .entry-summary code,
.parent-pageid-1725 .entry-content .entry-summary code {
  white-space: normal;
}
.page-markup-and-formatting .entry-content .entry-summary ol,
.parent-pageid-1725 .entry-content .entry-summary ol {
  padding-left: 0;
}
.page-markup-and-formatting .entry-content .entry-summary cite,
.parent-pageid-1725 .entry-content .entry-summary cite {
  font-style: italic;
}
.page-markup-and-formatting .entry-content .entry-summary ul li,
.page-markup-and-formatting .entry-content .entry-summary ol li,
.parent-pageid-1725 .entry-content .entry-summary ul li,
.parent-pageid-1725 .entry-content .entry-summary ol li {
  line-height: 28px;
}
.page-markup-and-formatting .entry-content .entry-summary table thead th,
.page-markup-and-formatting .entry-content .entry-summary table thead td,
.parent-pageid-1725 .entry-content .entry-summary table thead th,
.parent-pageid-1725 .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.page-markup-and-formatting .entry-content .entry-summary table td,
.page-markup-and-formatting .entry-content .entry-summary table th,
.parent-pageid-1725 .entry-content .entry-summary table td,
.parent-pageid-1725 .entry-content .entry-summary table th {
  border-bottom: 1px #ddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child th,
.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child td,
.parent-pageid-1725 .entry-content .entry-summary table tbody tr:last-child th,
.parent-pageid-1725 .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.wp-block-gallery.alignleft .blocks-gallery-grid:not(.has-nested-images) {
  margin-right: 15px;
}
.footer .footer-copyright  p {
  margin: 0px 0 20px;
  font-size: 16px;
  color: #999999;
  text-transform: capitalize;
  text-align: center;
}
.form-message {
  position: relative;
}
.form-message:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  border-right: solid 0px transparent;
  border-left: solid 30px transparent;
  border-top: solid 30px #032639;
  height: 0;
  width: 0;
}
.form-message:after {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  background-color: #fff;
}
.otgs-development-site-front-end {
  display: none;
}
.footer-copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-top1 .elementor-nav-menu--dropdown .elementor-nav-menu li a {
  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;
}
.footer-top1 .elementor-nav-menu--dropdown .elementor-nav-menu li:hover a {
  margin-left: 15px !important;
}
.footer-top1 .e-gallery-grid .elementor-gallery-item {
  overflow: hidden;
}
.footer-top1 .e-gallery-grid .elementor-gallery-item .e-gallery-image {
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.footer-top1 .e-gallery-grid .elementor-gallery-item:hover .elementor-gallery-item__overlay {
  display: none;
}
.footer-top1 .e-gallery-grid .elementor-gallery-item:hover .e-gallery-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.logo-footer {
  display: inline-block !important;
  width: auto !important;
}
.contact-footer ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  border-right: 1px solid #ededed;
  padding-right: 36px;
}
.contact-footer ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item:last-child {
  border: 0 !important;
  padding-right: 0 !important;
}
.newsletter-des span {
  color: var(--color);
}
.footer-copyright {
  text-align: center;
}
#goxtore-totop {
  box-shadow: none;
  bottom: 260px;
  right: 25px;
  background: var(--color);
  text-align: center;
  position: fixed;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 9;
  color: #000;
  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);
}
#goxtore-totop:before {
  content: '\e901';
  font-family: icomoon;
  font-size: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#goxtore-totop:hover {
  background: var(--color);
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl #goxtore-totop {
  right: auto;
  left: 15px;
}
