::selection {
  color: #fff;
  background: #1a1a1a;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #1a1a1a;
}

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
  #sp-header .container {
    width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1550px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1850px;
  }
}

.h3, h3 {
  font-size: 1.2rem;
}

legend {
  font-size: 1.2rem;
}

dl, ol, ul {
  padding-left: 15px;
}

/* small style */
.small, small {
  font-size: .6em;
  display: block;
}

/* Button */
.btn {
  border-radius: 0;
}

.button {
  background: #e75406;
  color: #fff;
  padding: 8px 80px;
}
.button:hover {
  background: #ca4a07;
}

/* Hikashop Payment Button */
.hikashop_checkout_page button {
  border: 0;
  border-radius: 50px;
  background: #242424;
  color: #fff;
  padding: 5px 20px;
  margin-top: 5px;
}
.hikashop_checkout_page button:hover {
  background: #333;
  border-radius: 50px;
  padding: 5px 20px;
  border: 0;
}

/*====== Header Menu Style ======*/
.sp-megamenu-parent > li > a {
  color: #ffffff;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  font-size: 16px;
  padding: 0 12px;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  font-weight: normal;
  font-size: 16px;
}
.sp-megamenu-parent > li:hover > a {
  color: #ed7902;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  display: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 16px;
  padding: 10px 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 90%;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-radius: 8px;
}

.sp-megamenu-parent .sp-mega-group > li > a {
  text-transform: none;
  margin-bottom: 25px;
}

#menu-right .sp-module:first-child {
  border-right: 0;
  padding-right: 0px;
}

#mini-cart {
  background: #ea5d18;
  position: relative;
  padding: 22px 0;
  margin: 0 auto;
  text-align: center;
}
#mini-cart .sp-module {
  margin:0 10px;
}

/* Header Sticky */
#sp-header.header-sticky {
  background: rgba(57, 58, 58, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/*.orderInquiry {
  background: #d3500a;
}*/

li.orderInquiry a:hover,
li.orderInquiry a:active,
li.orderInquiry a:focus {
  color: #fff;
} 

@media (max-width: 575px) {
  #sp-header {
    height: 60px;
  }
  .burger-icon {
    display: none;
  }
}

/*====== Home Page ======*/
.fas.fa-check-circle {
  color: #7bbd27;
}
.sectionTitle {
  width: 150px;
  position: relative;
  margin: 0 auto;
}

/* Header Banner */
.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
  border-radius: 0;
}

/* Tech Introduction */
.techBlcok {
  padding: 0 4%;
}

/* Vidoe */
#sppb-addon-1617788499931 h2.sppb-addon-title,
#sppb-addon-1619602580266 h2.sppb-addon-title,
#sppb-addon-1619622843946 h2.sppb-addon-title {
  position: relative;
  width: 120px;
  color: #000;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  border-width: 2px;
  line-height: 1.5em;
}
.videoGrid-text {
  padding: 0 30px;
  letter-spacing: 1.5px;
}

/* Best Products */
.bestProducts h2.sppb-addon-title {
  position: relative;
  width: 120px;
  color: #000;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  border-width: 2px;
  line-height: 1.5em;
}

/* Testimonial */
.sppb-avatar-circle {
  border: 3px solid #f09700;
}
.sppb-testimonial-message {
  letter-spacing: 1.5px;
  font-style: italic;
}

/* Social Media */
.socialMedia h3.sppb-addon-title {
  display: none;
}

@media (max-width: 420px) {
  .championText {
    position: relative;
    left: 95px;
  }
  .championText h2 {
    font-size: 21px;
    color: #fff;
  }
  p.sppb-addon-title {
    margin-bottom: 10px;
  }
}

/*======== Blog Style =======*/
.article-info > span {
  font-size: 0.85rem;
}

.blog h2 {
  font-size: 1.8rem;
  color: #0C0C0C;
  padding-bottom: 1rem;
}

.article-list .article {
  min-height: 750px;
  background: #f2f2f2;
  border: 1px solid #d0cfcf;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  
  transition: all 1.1s;
  -moz-transition: all 1.1s; /* Firefox 4 */
  -webkit-transition: all 1.1s; /* Safari and Chrome */
  -o-transition: all 1.1s; /* Opera */
}
.article-list .article:hover {
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
  
  transition: all 1.1s;
  -moz-transition: all 1.1s; /* Firefox 4 */
  -webkit-transition: all 1.1s; /* Safari and Chrome */
  -o-transition: all 1.1s; /* Opera */
}

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
  font-size: 1.25rem;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #0C0C0C;
}
.article-introtext p {
  letter-spacing: 1px;
}


/*====== Article Style ======*/
hr {
  border-top: 1px solid #8a8a8a;
}

.article-details .article-header h1, 
.article-details .article-header h2 {
  font-size: 1.9rem;
  letter-spacing: 2px;
  color: #0C0C0C;
}
.article-details .article-ratings-social-share {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}
.article-details {
  padding: 0 9%;
}
.youtubeChannel .article-details {
    padding: 0;
}

@media (max-width: 768px) {
  .article-details {
     padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  #sp-component {
    
  }
}

/* Custom Fields */
.article-list .field-entry.daily_gallery {
  display: none;
}

/* Tags */
.tags {
    margin: 0 0 0.5rem 0;
}
.tags > li a {
  background: #ef5032;
  color: #fff;
  font-size: 0.8rem;
  padding: 3px 10px;
  border-radius: 3px;
}

/*====== Table Style ======*/
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    display: block;
    width: 100%;
    padding: 0.5rem 0rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*===== Breadcrumbs =====*/
#sp-breadcrumbs {
  background: #393a3a;
}
.breadcrumb {
  background: #393a3a;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  padding: 15px 0;
  margin: 0;
}
.float-start {
  padding-right: 5px;
}
#sp-breadcrumbs a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fafafa;
  font-weight: 600;
}

/*====== Footer ======*/
#sp-footer {
  /*background: url(../images/inx-footer-bg-2.png) #393a3a no-repeat left top;*/
  background-color: #393a3a;
  background-size: contain;
  font-size: 16px;
}

#sp-footer .container-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#sp-footer ul {
  padding-left: 0;
}
#sp-footer ul li {
  list-style: none;
}
#sp-footer ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.2px;
}
#sp-footer ul li a:hover {
  text-decoration: underline;
}
#sp-footer h3 {
  font-size: 18px;
  letter-spacing: 1.5px;
  padding-bottom: 8px;
}
#sp-copyright {
  background: #393a3a;
  font-size: 14px;
  text-align: right;
  color: #fff;
  letter-spacing: 1.5px;
  padding: 5px 0;
}

@media (max-width: 420px) {
  #sp-copyright {
    padding: 10px;
  }
}

/*====== Back To Top Button ======*/
.sp-scroll-up {
  background: #000;
  width: 40px;
  height: 40px;
  font-size: 18px;
  bottom: 6%;
  right: 33px;
}

/*====== Offcanvas Menu ======*/
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  display: none !important;
} /* hide helix core menu */

#off-menu_122 ul li {
  list-style: none;
  padding: 10px 0;
  
}
#off-menu_122 ul li a {
  color: #333;
}
ul.menu {
  padding-left: 20px;
}
#offcanvas-toggler > .fa {
  color: #fff;
}
.close-offcanvas {
  font-size: 25px;
  background: #fff;
  color: #000;
}

.offcanvas-btn {
  display: inline-block;
  padding: 0 2px;
}
.offcanvas-btn button {
    border: 0;
    box-shadow: none;
    background: transparent;
}

/* Main Menu */
.offcanvas-menu {
    color: #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    color: #333;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  padding: 8px 0;
}

/* Member Menu
.moduletable-memberMenu {
  border-bottom: 1px dashed #666;
}
.moduletable-memberMenu ul.menu {
  padding-left: 0;
}
.moduletable-memberMenu ul li {
  list-style: none;
  padding: 10px 0;
} */


/* verticalMenu Member */
.sm-mod.sm-bottom {
  padding: 0 10px;
}
.custom-offcanvasMember {
  padding: 15px 0;
}
.off-links {
  padding: 10px 0 !important;
}
.off-links a {
  font-size: 17px !important;
  font-weight: normal !important;
  letter-spacing: 2.5px !important;
}
.off-login, .off-join, .off-orders {
  margin-top: 10px !important;
  text-align: center;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
}

@media (max-width:991px) {
  .mb-hidden {
    display: none;
  }
}

/* ===================== 
  Offcanvas Style 2023
======================== */

/* small icon */
.mb-login {
  font-size: 18px;
  position: relative;
  right: 70px;
  top: 0px;
}
.mb-cart {
  font-size: 18px;
  position: relative;
  right: 45px;
  top: 0px;
}
.mb-search {
  font-size: 18px;
  position: relative;
  right: 20px;
  top: 0px;
}

.mb-login a,
.mb-cart a,
.mb-search a {
  color: #fff;
}


@media (min-width:1200px) {
  .mb-login, .mb-cart, .mb-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  .minicart {
    display: none;
  }
}

/* ===============
  Offcanvas Menu
================== */
.burger-icon {
  display: none;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li {
  border-bottom: 0;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #252525;
  opacity: 1;
  font-weight: 300;
  padding: 15px 0;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 16px;
  padding: 15px 0px;
  line-height: 24px;
  font-weight: 400;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info, .offcanvas-menu .offcanvas-inner .social-icons {
  font-size: 18px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {
  font-size: 24px;
}

/* Menu */
@media (max-width: 991px) {
  #sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
    display: none !important;
  }
  .logo-image-phone {
    height: 45px;
  }
  .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler {
    color: rgba(28, 28, 28, 0.8);
  }
  .home-icon {
    display: none !important;
  }
  
  /* Member */
  .custom-offcanvasMember {
    padding: 15px 0;
  }
  .off-links {
    padding: 10px 0 !important;
  }
  .off-links a {
    font-size: 17px !important;
    font-weight: normal !important;
    letter-spacing: 2.5px !important;
  }
  .off-login, .off-join, .off-orders {
    margin-top: 10px !important;
    text-align: center;
    border: 1px solid #333 !important;
    border-radius: 5px !important;
  }
  
  /* other settings */
  .mb-hidden {
    display: none;
  }
}

/*====== Hikashop Module ======*/
.hikashop_cart {
    font-size: 14px;
}

div.hikashop_cart_dropdown_content {
  top:30px;
}

/* Cart Module*/
#sp-cart {
  padding:20px 0 0 10px;
}
@media (max-width: 420px) {
  #sp-cart {
    display: none;
  }
}

/* Social Share */
#ampz_inline_bottom {
  width: 940px;
  margin: 40px auto 0;
}

/* ====== Login ====== */
.login .col-md-4 {
  background: #eee;
  padding: 15px;
  border-radius: 15px;
}
.login h1 {
  font-size: 22px;
}

/* checkout registration */
.hikashop_checkout_login {
    border-top: 2px solid #1a1a1a;
    margin-top: 50px;
}
.oneall-login {
  font-size: 18px;
  font-weight: 600;
}
#member_login {
    background: #ccc;
    padding: 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
}

@media (min-width: 1200px) {
  #hikashop_checkout_registration {
    background: #ccc;
    border-radius: 10px;
    width: 59%;
    margin: 30px auto 0;
    padding: 20px;
  } 
  .hikashop_checkout_buttons {
    margin: 5px auto;
    width: 60%;
  }
  .sp-module.social-login {
    width: 60%;
  }
  .oneall-login,
  #oa_social_login_container_custom {
    width: 60%;
    margin: 15px auto;
  }
  #member_login {
    width: 60%;
    margin: 15px auto;
  }
}
@media (max-width: 1199px) {
  #hikashop_checkout_registration {
    background: #ccc;
    border-radius: 10px;
    width: 100%;
    margin: 30px auto 0;
    padding: 20px;
  } 
  .hikashop_checkout_buttons {
    margin: 5px auto;
    width: 100%;
  }
  .sp-module.social-login {
    width: 100%;
  }
  .oneall-login,
  #oa_social_login_container_custom {
    width: 100%;
    margin: 15px auto;
  }
  #member_login {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hikashop_checkout_login {
    border-top: 2px solid #1a1a1a;
    margin-top: 50px;
  }
  #hikashop_checkout_registration {
    width: 100%;
    background: #ccc;
    border-radius: 10px;
    margin: 15px auto 0;
    padding: 15px;
 }
  .sp-module.social-login {
    width: 100%;
  }
  .oneall-login,
  #oa_social_login_container_custom {
    width: 100%;
    margin: 15px auto;
  }
  #member_login {
    width: 100%;
  }
}

/* ==================== 
  oneAll Social Login 
======================= */
.email-login {
  font-size:19px;
  font-weight: 500;
  margin-bottom: 15px;
} /* joomla login page */

.sp-module.oneAll .sp-module-content {
  width: 57%;
  position: relative;
  margin: 50px auto 0;
} /* only for oneall module*/

/* ===============
 oneall custom 
================== */
h1.login-title {
  width: 60%;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin: 0 auto 20px;
}
.oneall-login,
#oa_social_login_container_custom {
  width: 60%;
}
.oneall-login {
  position: relative;
  margin: 0 auto 10px;
  font-size: 19px;
  font-weight: 500;
}
#oa_social_login_container_custom {
  position: relative;
  margin: 0 auto 30px;
  border-bottom: 1px dashed #919191;
}

#hikashop_checkout_registration {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .login {
    width: 60%;
    background: #eee;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .hikashop_checkout_buttons {
    width: 60%;
    margin: 30px auto 0;
  }
  .hikashop_user_registration_page {
    width: 60%;
  }
}

@media (max-width:1199px) {
  h1.login-title,
  .oneall-login,
  #oa_social_login_container_custom {
    width: 100%;
  }
}

/* ================
 Switch Language
================== */
.customlang,
.custommb-lang {
  color: #fff;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-flex;
}

.customlang::before {
  font-family: fontawesome;
  content: "\f0ac";
  display: inline-block;
}

.customlang a,
.custommb-lang a {
  color: #fff;
}

.customlang a:hover,
.custommb-lang a:hover {
  color: #f58619;
}

@media (max-width:576px) {
  .customlang {
    display: none;
  }
  .custommb-lang {
    display:block;
    text-align: center;
  }
  .custommb-lang a {
    font-size:18px;
  }
}

/*================
 Affiliate System
==================*/


.coming-soon-content {
  color: #fff;
  font-size: 20px;
}