/* Title */
#sp-top-bar {
    background-color: #1d1c2c!important;
    color: #ffffff!important;
}
body.itemid-437 #sp-main-body {
  padding: 0;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #333;
}
.et-title h2 {
  font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.et-title h6 {
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.et-title p {
  margin: 0;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 500;
}
.et-button {
   text-transform: uppercase;
   padding: 10px 30px;
   color: #fff;
}
.et-button:hover {
   color: #fff;
   background: #222!important;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
#sp-header .logo,
#sp-header,
#offcanvas-toggler,
.sp-megamenu-parent >li >a 
#sp-header .logo,
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a,
#offcanvas-toggler >i {
    -webkit-transition: 0.7s ease-in-out!important;
    -moz-transition: 0.7s ease-in-out!important;
    -ms-transition: 0.7s ease-in-out!important;
    -o-transition: 0.7s ease-in-out!important;
    transition: 0.7s ease-in-out!important;
}
.sticky-wrapper.is-sticky #sp-header .logo,
.sticky-wrapper.is-sticky #sp-header {
    height: 70px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    line-height: 70px;
} 
.sticky-wrapper.is-sticky  #offcanvas-toggler >i {
    margin-top: -5px;
}
/* General */
.et-title-general .qx-image {
  margin: auto;
}
.et-title-general h3 {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0;
}
.et-title-general h4 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.et-title {
  overflow: hidden;
}
.et-title h3 {
  position: relative;
  padding-bottom: 20px;
  font-weight: bold;
  margin: auto;
  line-height: 15px;
}
.et-title h3::before {
  border-bottom: 2px solid #171717;
  bottom: 45px;
  content: "";
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0px;
  width: 30%;
  }
.et-title h3::after {
    border-bottom: 2px solid #171717;
    bottom: 9px;
    padding-top: 5px;
    content: "";
    right: 0px;
    left: 0px;
    margin: auto;
    position: absolute;
    width: 30%;
}

/* Slider */
.et-slider {
  position: relative;
}
.et-slider .tp-caption a {
  padding: 12px 40px;
  border: 2px solid #333;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
.et-slider .tp-caption a:hover {
  color:#fff;
}
.et-slider .button:hover {
  background: #222;
}
.et-slider .button-right {
    background-color: #333!important;
}
/* Intro */
#et-intro .qx-column {
  width:32%;
}
#et-intro .et-intro-item  {
 opacity: 0.7;
}
#et-intro .et-intro-item:hover  {
 opacity: 0.3;
}

.et-intro-item {
  cursor: pointer;
}
.et-intro-item-1 {
  border: 6px solid #016579;
}
.et-intro-item-1 h3 {
  color:#016579;
}
.et-intro-item-2 {
  border: 6px solid #f8a201;
}
.et-intro-item-2 h3 {
  color:#f8a201;
}
.et-intro-item-3 {
  border: 6px solid #acd380;
} 
.et-intro-item-3 h3 {
  color:#acd380;
}
.et-intro-item-4 {
  border: 6px solid #fb758d;  
}
.et-intro-item-4 h3 {
  color:#fb758d;
}
.et-intro-item-1 i {
  background-color: #016579;
}
.et-intro-item-2 i {
  background-color: #f8a201;
}
.et-intro-item-3 i {
  background-color:#acd380;
}
.et-intro-item-4 i {
  background-color:#fb758d;
}
.et-intro-item-1,
.et-intro-item-2,
.et-intro-item-3,
.et-intro-item-4 {
  cursor: pointer;
  border-radius: 6px;
  padding: 20px 13px;
  transition: border-color 1s ease;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
}
.et-intro-item-1 h3,
.et-intro-item-2 h3,
.et-intro-item-3 h3,
.et-intro-item-4 h3 {
  font-size: 20px;
  font-weight: bold;
}
.et-intro-item-1 i,
.et-intro-item-2 i,
.et-intro-item-3 i,
.et-intro-item-4 i {
  border-radius: 100%;
  color: #fff;
  height: 35px;
  margin: 0 auto;
  line-height: 35px;
  width: 35px;
}
.et-intro-item-1:hover i,
.et-intro-item-2:hover i,
.et-intro-item-3:hover i,
.et-intro-item-4:hover i {
  color: #ffffff;
  background-color: #333
}
.et-intro-item-1:hover,
.et-intro-item-2:hover,
.et-intro-item-3:hover,
.et-intro-item-4:hover {
   border: 6px solid #333; 
}
.et-intro-item-1:hover h3,
.et-intro-item-2:hover h3,
.et-intro-item-3:hover h3,
.et-intro-item-4:hover h3 {
  color: #333;
}
/* Product */

/*** Banner ***/
.et-banner-shop-left h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.et-banner-shop-left b {
  font-weight: 700;
}
.et-banner-shop-left h2 {
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.et-banner-shop-right h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.et-banner-shop-right h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.et-banner-item-1 h1 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.et-banner-item-1 h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.et-banner-item-1 h3,
.et-banner-item-2 h3 {
  font-size: 16px;
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.et-banner-item-2 h1,
.et-banner-item-2 h2 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 45px;
  font-weight: 700;
}
.et-banner-item-3 h1,
.et-banner-item-3 h3 {
  font-size: 45px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.et-banner-item-3 h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 40px;
  text-transform: uppercase;
  }
.et-banner-item-3 h4 {
  font-family: 25px;
  color: #ffffff;
  bottom: 5px;
  font-weight: bold;
  color: #fff;
  left: 30px;
  position: absolute;
  text-transform: uppercase;
}
/* Portfolio */
.owl-carousel {
    display: block!important;
}
.et-portfolio-button:hover {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-filter {
    text-align: center;
    display: inline-block;
}
.projects-filter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-filter ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-filter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.portfolio-list {
  padding-bottom:50px;
}
.projects-filter {
  padding-top:50px;
}
/* Blog */
body.com-k2 #sp-main-body {
    padding-top: 50px!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
     opacity: 0.7;
    float: left;
    width:100%;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img:hover {
   opacity: 0.5;
  
} 
.et-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
.et-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 2%;
    width: 32%;
}
.et-blog div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0!important;
}
.et-blog a.moduleItemImage img {
    width: 100%!important;
    margin-top: 10px;
    margin-bottom: 0;
    float: left!important;
    margin: 5px 20px 4px 4px!important;
}
.et-blog .media-body {
    padding-top: 10px;
}
.et-blog div.k2ItemsBlock ul li:nth-child(4),
.et-blog .lastItem {
    position: relative;
}
.et-blog .moduleItemReadMore {
    padding: 12px 30px;
    text-transform: uppercase;
    border: 1px solid #adadad;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.et-blog .moduleItemReadMore:hover {
    color: #fff;
}
.et-blog .moduleItemDateCreated {
    margin-bottom: 30px;
}
/** Feature **/
.et-feature-1,
.et-feature-2,
.et-feature-3,
.et-feature-4,
.et-feature-5,
.et-feature-6  {
	cursor: pointer;
}
.et-feature-1 img,
.et-feature-2 img,
.et-feature-3 img,
.et-feature-4 img,
.et-feature-5 img,
.et-feature-6 img {
	opacity: 0.7;
}
.et-feature-1 img:hover,
.et-feature-2 img:hover,
.et-feature-3 img:hover,
.et-feature-4 img:hover,
.et-feature-5 img:hover,
.et-feature-6 img:hover {
	opacity: 0.5;
}
/*** Client ***/
#et-client {
	cursor: pointer;
}
#et-client img {
	opacity: 0.7;
}
#et-client img:hover {
	opacity: 0.5;
}
/*** support ***/
#et-newsletter {
  border-right: 3px solid #ffffff;
}
.et-newsletter-content table input {
    padding: 20px 40px!important;
    border-radius: 0px!important;
}
.et-newsletter-content table .button {
    padding: 10px 20px!important;
    border-color: #fff;
}
.et-newsletter-content table tr {
    display: inline;
}
#et-hotline {
  border-right: 3px solid #ffffff;
}
.et-hotline-item h3 {
  font-size: 25px;
  font-weight: 500;
}
#et-payment h3 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 20px;
}
#et-payment img.qx-img  {
  margin: auto;
}
/* Contact */
#et-contact .qx-icon {
    padding: 20px;
}
.et-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
}
.et-contact-item:hover .qx-icon:before {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #fff!important;
}
.et-contact-item:hover .qx-icon {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.et-contact-item {
    cursor: pointer;
}
.et-contact-form label {
    color: #fff;
}
.et-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.et-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.et-contact-form button {
    background: none;
    width: 150px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}
.et-contact-form button:hover {
    color: #fff!important;
}
.itemid-549 .et-contact-form label {
    color: #333;
}
/*** Bottom ***/
#sp-bottom {
  background-color: #1d1c2c!important;
}
#sp-bottom .sp-module .sp-module-title {
  color: #ffffff;
}
#sp-bottom1 .sp-module-content .custom p {
  color: #ffffff;
}
#sp-bottom2 .sp-module-content .custom p {
  color: #ffffff;
}
#sp-bottom3 .sp-module-content ul li a {
  color: #ffffff;
}
#sp-bottom4 .sp-module-content .acymailing_module_form {
  color: #ffffff;
}
/** RESPONSIVE **/
#sp-header,
body.com-quix #sp-main-body > .container {
    width: 100%!important;
}
div.qx-section {
    margin-left: 0!important;
    max-width: 100%!important;
}
div.qx-container {
    max-width: 100%!important;
}
/*Footer*/
#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
  float:left;
}
#sp-component {
    padding: 0;
}
/* Screen min 1199px */
@media (min-width: 1200px) {
  .et-services-right,
  .et-about .et-title {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hikashop_product_listing_image {
    max-width:98%;
  }
}
/* Screen min 1199px */
@media (max-width: 1199px) {
  .et-services-right,
  .et-about .et-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hikashop_product_listing_image {
    max-width:97%;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
  .et-services-right, .et-about .et-title {
      padding: 30px;
  }
  .et-services-content h2 {
      margin-bottom: 10px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .et-about .et-title {
    padding-top: 40px;
    padding-bottom: 0!important;
  }
  .et-services > div {
    width: 100%!important;
  }
  .hikashop_product_listing_image {
    max-width:80%;
  }
  
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  .hikashop_product_listing_image {
    max-width:80%;
  }
  
}
/* Screen max 767px */
@media (max-width: 767px) {
  .et-subscribe > div:first-child {
    padding-bottom: 0!important;
  }
  .et-action-title,
  .et-subscribe > div > div {
    text-align: left;
  }
  .et-blog div.k2ItemsBlock ul li {
    width: 100%;
    margin-right: 0;
  } 
  .hikashop_product_right_part {
    float: left!important;
  }
	
  .et-blog div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
  }
  .hikashop_product_quantity_main .hikabtn {
      margin-left:30px;
  }
  .table>tbody>tr>td {
    padding:186px;
  }
  .hikashop_checkout_cart table td.hikashop_cart_product_quantity_value:before {
    padding-top:217px;
  }
  .hikashop_cart_subtotal_value:before {
    padding-top:217px;
  }
  #sbox-window {
    height:auto!important;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
  .et-event-item h5 {
    font-size: 11px;
  }
  .et-slider {
    top:0;
  }
  .et-event-item ul.event-time li {
    font-size: 10px;
  }
  .hikashop_product_main_image {
    width:50%!important;
    float:left;
  }
  .hikashop_product_quantity_main table {
    width:20%!important;
    padding-bottom:20px;
  }
  .hikashop_product_quantity_main .hikabtn {
    margin-top:-80px!important;
    margin-left:13px;
  }
  .table>tbody>tr>td {
    padding:100px;
  }
  .hikashop_checkout_cart table td.hikashop_cart_product_quantity_value:before {
    padding-top:129px;
  }
  .hikashop_cart_subtotal_value:before {
    padding-top:120px;
  }
  .hikashop_wizardbar ul li {
    padding: 0 0px 0 6px;
    margin: 0;
    font-size: 10px;
}
 .hkbadge {
    min-width: 6px;
    padding: 3px 7px;
    font-size: 9px;
}
  .hikashop_product_listing_image {
    max-width:87%;
  }
  #et-intro .qx-column {
    width:100%!important;
  }
}
/* Screen max 300px */
@media (min-width: 300px)and (max-width: 480px) {
  .hikashop_product_main_image_subdiv {
    max-width:300px!important;
    display: block!important;
  }
  img.hikashop_child_image {
    margin: -14px;
    height: 30px;
    margin-bottom: 30px;
}
  #sbox-window {
    height:auto!important;
  }
}
body.com-users #sp-component {
    padding: 70px;
}
/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}