/*
Theme Name: 3ttech
Description: Themes Flasome
Author: Nguyên Khôi
Template: flatsome
Version: 3.0
*/
/***************  Config Default  ***************/
:root {
  --blue: #1d7fff;
  --blue-opacity: #6eadff63;
  --white: white;
  --nav: #222;
  --boder: #dfe5e8;
  --session: #f4fbff;
  --black: black;
  --view: #006fff82;
  --hover: #eaf8ff;
  --red: red;
  --tags: #a557ebff;
  --top-tags: #e9e0ff;

}
#header {
  z-index: 30;
}
.pd-0,.pm-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.bd-10 img {
  border-radius: 10px;
}
.br-10 {
  border-radius: 10px 0 0 10px;
}
.mt-10 {
  margin-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.bl-0 {
  border-left: none !important;
}
.mt-20 {
  margin-top: 20px !important;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

#wide-nav {
  background-color: var(--blue);
}
.header-nav .menu-item a {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
}
.header-nav > .menu-item.active > a,
.header-nav > .menu-item:hover > a {
  color: var(--white);
}
.flex-w100 {
  width: 100%;
}
 .stuck .header-main {
  height: 90px !important;
}
.nav-around {
  justify-content: space-around;
}
.nav-around i.icon-angle-down {
  display: none;
}
.menu-item .sub-menu {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.18);
  border-color: #d6d6d6;
}
.menu-item .sub-menu li a {
  color: var(--nav);
  font-weight: 300;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  content: none;
}
.nav-dropdown {
  padding: 0;
}
.sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 15px 30px 15px 27px !important;
  line-height: 20px;
}
.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  border: none;
}
.sub-menu li {
  border-top: 0.8px solid var(--boder);
}
.sub-menu li:hover a {
  background-color: var(--blue);
  color: var(--white);
}
.slider-custom img {
  border-radius: 10px;
}
.ss__session {
  background-color: var(--session);
}
.section-title,
.section-title span {
  font-weight: 500;
  letter-spacing: 0px;
  border: none;
  text-transform: capitalize;
  font-size: 24px;
  color: var(--black);
}
.box-category .box-image {
  border-radius: 10px;
}
.box-category .box-text .header-title {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.box-text-products {
  border-radius: 0 0 12px 12px;
  padding: 26px 20px 36px 23px;
  text-align: center;
  background-color: var(--white);
  border-style: none;
}
.grid-tools a {
  background-color: var(--view);
}
.box-product__bestseller .product-small:hover .box-text-products {
  background-color: var(--hover);
}
.badge-inner.secondary.on-sale:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  border-right-width: 6px;
  border-right-style: solid;
  border-bottom: 6px solid transparent;
  filter: brightness(80%);
  border-left-color: var(--blue);
  border-right-color: var(--blue);
}
.row-collapse .badge-circle {
  margin-left: -0.5px;
}
.badge-inner.secondary.on-sale {
  border-radius: 11px 20px 20px 0;
  margin: 0;
  background-color: var(--blue);
  height: 30px !important;
  display: block;
  line-height: 25px;
}
.badge-container.absolute.left.top.z-1 {
  position: absolute;
  left: -5px;
}
span.onsale {
  font-size: 12px;
}
.box-product__new .product-small > div.col-inner {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px;
  border: 1px solid var(--hover);
}
.box-product__new .product-small:hover > div.col-inner {
  border-color: var(--blue);
}
p.name.product-title.woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.1px;
  word-spacing: 0em;
  color: var(--nav);
}
.price-wrapper {
  margin-top: 20px;
}
.price span.amount {
  color: var(--red);
}
.text-blue {
  color: var(--blue);
}
.section-title b {
  display: none;
}
.section-title.section-title-center {
  justify-content: center;
}
label {
  font-size: 15px;
  font-weight: 200;
  color: var(--white);
}
.form-group input:not(.btn-submit),
.form-group textarea {
  border: 1px solid var(--session);
  padding: 12px;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 8px;
  background-color: #ffffffc2;
  font-weight: 300;
  height: 40px;
}
.btn-submit {
  width: 125px;
  border-radius: 50px !important;
  color: var(--blue) !important;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--white) !important;
  box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.19);
  margin: 13px;
}
.text-center {
  text-align: center;
}
span.wpcf7-spinner {
  display: block;
}
.content-info__brand .header-title {
  color: var(--black);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.content-info__brand address {
  color: var(--black);
}
.ux-menu-title {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 15px !important;
  text-transform: capitalize;
  font-weight: 500;
}
.ux-menu-link__link {
  font-size: 15px;
  color: var(--black);
}
.row-video {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) inset;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 23px;
  border-radius: 20px;
}
.row-video .video {
  border-radius: 15px;
}
.title-tab .section-title {
  border-bottom: 1px solid var(--blue);
}
.title-tab .section-title span {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: var(--blue);
}
.row-position > .col-inner {
  position: relative;
}
.tab-custom .nav {
  position: absolute;
  top: -10px;
  left: 13%;
}
.tab-edit__fix .nav {
    top: -110px;
    left: 30%;
}
.tab-custom .nav li {
  margin-right: 35px;
}
.tab-custom .nav li a span {
  font-size: 17px;
  padding-bottom: 5px;
  letter-spacing: 0.1px;
}
.tab-custom .nav li.active a span {
  border-bottom: 2px solid currentColor;
}
.btn-link_view {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
}
.btn-link_view span {
  color: var(--blue);
}
.post-home__custom .box-image img {
  border-radius: 15px 0 0 15px;
}
.post-home__custom .box-text {
  border-radius: 0 15px 15px 0;

  padding: 20px 25px !important;
  border-style: solid;
  border-width: 0 4px 0 0;
  background-color: var(--white);
  border-color: var(--view);
}
.post-home__custom .box-text .post-title a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0px;
}
.post-home__custom .box-text .is-divider {
  display: none;
}
.box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 10px 10px 0;
  padding: 20px !important;
  background-color: #f3fbff;
  height: 100%;
}
.post-date {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 75%;
}
.portfolio-item .caption .title span {
  display: block;
  margin: 0;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.read-more-button {
  margin-top: 20px;
}
.gem-button-position-inline {
  vertical-align: top;
}
.gem-button-container .gem-button {
  border: 1px solid rgb(0, 111, 255);
  border-radius: 5px;
  padding: 6px 12px;
}
.gem-button-container .gem-button span.gem-text-button {
  border-radius: 5px;
  border-width: 1px;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  font-style: italic;
}
.product-title {
  position: relative;
  display: inline-flex;
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  color: var(--black);
}
#sync1 .item {
  max-width: 500px;
  max-height: 500px;
  overflow: hidden;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
}
#sync1 .item img {
  width: 100%;
  height: 100%;
}
#sync2 .item {
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  display: none;
}
#sync2 .owl-item.active.current .item {
  border: 0.5px solid #f5f2f2;
}
.box-sku {
  color: var(--blue);
  font-size: 15px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--blue-opacity);
}

.box-short__des {
  font-weight: 400px;
  margin-bottom: 10px;
  color: var(--black);
  font-size: 16px;
  line-height: 25px;
}
.box-short__des ul {
  margin-top: 10px;
  margin-left: 40px;
}
.gem-button {
  background-color: var(--blue);
  color: var(--white);
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.gem-button:hover {
  color: var(--white);
}
.box-categories,
.box-tags {
  font-size: 15px;
  margin-top: 20px;
}
.box-categories .product-cats__title {
  margin-right: 5px;
  color: var(--black);
}
.box-categories .product-cats__list a {
  color: var(--blue);
}
.box-tags .product-tags__title {
  color: var(--tags);
  margin-right: 5px;
}
.box-tags .product-tags__list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 5px 10px;
  padding: 0 15px;
  border-radius: 3px;
  transition: all 0.2s;
  z-index: 2;
  font-size: 13px;
  line-height: 22px;
  color: var(--tags, #99a9b5);
  background-color: var(--top-tags, #dfe5e8);
}
.box-tags .product-tags__list a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  left: -5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: -1;
  transform: skew(-45deg, 45deg);
  background-color: inherit;
}
.box-tags .product-tags__list a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  left: -5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--top-tags, #fff);
}
ul.tabs.wc-tabs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  list-style: none;
}
ul.tabs.wc-tabs li {
  color: var(--black);
  font-size: 20px;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  transition: color 0.3s linear;
  text-transform: uppercase;
}
ul.tabs.wc-tabs li:not(:first-child) {
  margin-left: 40px;
}
ul.tabs.wc-tabs li.active {
  border-bottom: 2px solid var(--black);
}
.woocommerce-Tabs-panel {
  padding-top: 0 !important;
}
.woocommerce-Tabs-panel * {
  color: var(--black);
}
.woocommerce-Tabs-panel img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  display: block;

}
video {
  width: 100%;
}
.widget.widget_media_image img {
  border-radius: 15px;
}
.title-sidebar {
  line-height: 27px;
  color: var(--black);
  font-size: 25px;
}
.list_post {
  margin-top: 20px;
}
.post_item {
  display: flex;
  list-style: none;
 
}
.post_item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.left-image {
  max-width: 40%;
  width: 100px;
  height: 100px;
  padding: 5px;
}
.left-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.right-box_text {
  max-width: 60%;
  padding-left: 10px;

}
.right-box_text .title {

  font-size: 15px;
  font-weight: 100;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;

  color: var(--black);
}
span.date {
  font-size: 12px;
  color: var(--blue);
}
.custom__product-layout .product-small>.col-inner {
  border: 1px solid var(--boder);
  border-radius: 15px;
}

#pagination {
  margin: 0;
  padding: 0;
  text-align: center
}
#pagination li {
  display: inline;
  margin: 0 5px;
}
#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  color: #000
}
#pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}
#pagination li a.active {
  background-color: var(--blue);
  color: #fff
}
#pagination li a:hover:not(.active) {
  background-color: #ddd;
} 
.menu-sidebar > li {
  list-style: none;
  background: var(--blue-opacity);
  margin-bottom: 0;
  cursor: pointer;
}
.menu-sidebar > li.active {
  background: var(--white);
}

.menu-sidebar > li:first-child,.menu-sidebar > li.active:first-child > a,.menu-sidebar > li:first-child:hover > a{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.menu-sidebar > li:last-child , .menu-sidebar > li.active:last-child > a,.menu-sidebar > li:last-child:hover > a{
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.menu-sidebar > li:hover > a,.menu-sidebar > li.active > a {
  background: var(--blue);

}
.menu-sidebar > li:hover>a,.menu-sidebar > li.active>a{
  color: var(--white);
}
.menu-sidebar > li > a {
  display: block;
  padding: 20px;
  font-size: 16px;
}
.menu-sidebar .sub-menu__nav > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.menu-sidebar .sub-menu__nav {
  display: none;
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3)!important;
  margin-left: 15px!important;
}
.menu-sidebar .sub-menu__nav > li {
  margin-bottom: 0;
  list-style: none;
}

.menu-sidebar > li.active .sub-menu__nav {
  display: block;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase,.current {
  font-size: 14px;
  font-weight: 100;
  text-transform: capitalize;
  color: var(--blue);
}
.post .article-inner {
  border: 1px solid var(--blue-opacity);
  border-radius: 15px;
  background: var(--session);
  padding: 20px;
  color: var(--black);
}
.post .article-inner .entry-title {
  font-weight: 100;
  color: var(--black);
}
.woocommerce-product-search{
  position: relative;
} 
.woocommerce-product-search >.search-field__shop {
  border-radius: 6px;
    color: #7d7d7d;
    background-color: var(--blue-opacity);
    z-index: 1;
    font-size: 13px;
}
.woocommerce-product-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  font-size: 15px;
  height: 30px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  cursor: pointer;
  border: 0 none;
  background: 0 0;
  margin: 0;
  z-index: 9;
  padding: 0;
  min-height: unset;
}
.woocommerce-product-search button i {
  color: var(--blue);
}
.box-hidden__search {
  max-width: 50%;
  z-index: 999;
  position: fixed;
  top: 0%;
  left: -300px;
  width: 300px;
  height: 100%;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  transition: 0.5s;
  overflow-x: scroll;

}
.box-hidden__search.active {
  left: 0;
}
.box-filter {
  display: none;
}
.btn {
  display: inline-block;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-transform: capitalize;
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn_remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.product-small .box-image {
	background:white;
    height: 250px;
}
@media screen and (max-width: 991px) {
  .pd-0 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .left-image {
    width: 70px ;
    height: 70px ;
  }
  .right-box_text .title {
    -webkit-line-clamp: 2 !important;
  }
	
}
@media (max-width: 769px) {
	.product-small .box-image {

    height: 150px;
}
	.nav-icon.has-icon {
  position: absolute;
  left: -10px;
}
  .box-filter {
    display: block;
  }
  form.woocommerce-ordering,.category-filtering {
    display: none;
  }
  nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    text-align: left !important;
  }
  .tab-custom .nav {
    position: absolute;
    top: -10px;
    left: 20%;
  }
	  .tab-edit__fix .nav {
    left: 38%;
    top: -108px;
  }
	.tab-edit__fix .nav li {
		margin-right: 15px
	}
  .post-home__custom .box-text h5 a {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3 !important;
  }
  #crumbs a {
    font-size: 15px;
  }
  .product-title,.section-title, .section-title span {
    font-size: 20px;
  }
  .box-content {
    padding: 10px !important;
  }
	.icon-menu::before{color:white}
	.tab-edit__fix .nav {
    left: 43%;
    top: -105px;
  }
}
@media (max-width: 577px) {
	div#masthead {background-size: contain !important;}
  .title-tab .section-title span,.tab-custom .nav li a span {
    font-size: 15px;
  }
  .product-title, .section-title, .section-title span {
    font-size: 18px;
  }
  .title-h6 {
    font-size: 12px;
  }
  .read-more-button {
    display: none;
  }
} 
@media (max-width: 481px) {
	.pd-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .post-date {
    margin-bottom: 0;
    font-size: 50%;
  }
	 .title-tab .section-title span,.tab-custom .nav li a span {
    font-size: 13px;
  }
	.pb-0 {
		padding-bottom:20px !important;
	}
	 .tab-edit__fix .nav {
    left: 50%;
    top: -100px;
  }
	.tab-custom .nav li {
		margin-right: 15px;
	}
}
@media (max-width: 440px) {
    .tab-custom:not(.tab-edit__fix) .nav {
    	left: 30%;
  }
	.title-tab .section-title span{
		font-size: 70% !important;
	}
  /* CSS */
  
}