/*
Template Name: Omeoo Digital Network
Author: https://www.omeoo.com 

Colors:
  Body    : #333
  Headers   : #2B2D42
  Primary   : #D10024
  Dark    : #15161D ##1E1F29
  Grey    : #E4E7ED #FBFBFC #8D99AE #B9BABC

Fonts: Montserrat

Table OF Contents
------------------------------------
1 > GENERAL
------ Typography
------ Buttons
------ Inputs
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search
------ Cart
3 > NAVIGATION
------ Main nav
------ Responsive Nav
4 > CATEGORY SHOP
5 > HOT DEAL
6 > PRODUCT
------ Product
------ Widget product
------ Product slick
7 > STORE PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > NEWSLETTER
11 > FOOTER
11 > SLICK STYLE
12 > RESPONSIVE
13 > OTHERS
------ Popup Dashboard

------------------------------------*/

/*=========================================================
  01 -> GENERAL
===========================================================*/

/*----------------------------*\
  Typography
\*----------------------------*/

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  /*color: #2B2D42;*/
  font-weight: 700;
  margin: 0 0 10px;
}

a {
  color: #000000;
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus{
  color: #D10024;
  text-decoration: none;
  outline: none;
}

a.active {
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 3px solid #E92127;
  text-decoration: none;
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

a.link{
  color: #E92127;
  font-size: 14px;
  font-weight: 400;
}

/*----------------------------*\
  Buttons
\*----------------------------*/

.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #D10024;
  border: none;
  border-radius: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-btn:hover, .primary-btn:focus {
  opacity: 0.9;
  color: #FFF;
}

.btn-form{
  width: 384.6px;
  height: 48px;
  left: 692px;
  top: 492px;
  background: #E92127;
  border-radius: 10px;
}

/*----------------------------*\
  Inputs
\*----------------------------*/

/*-- Text input --*/

.input {
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  width: 100%;
}

textarea.input {
  padding: 15px;
  min-height: 90px;
}

/*-- Number input --*/

.input-number {
  position: relative;
}

.input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number input[type="number"] {
  /*-moz-appearance: textfield;*/
  height: 40px;
  width: -webkit-fill-available;
  border: unset;
  border-bottom: 1px solid #cecece;
  background-color: #FFF;
  margin: 0px 35px;
  padding: 0px 6px;
  text-align: center;
}

.input-number .qty-up, .input-number .qty-down {
  position: absolute;
  display: block;
  width: 33px;
  height: 33px;
  border: 1px solid #E4E7ED;
  background-color: #FFC8C9;
  text-align: center;
  font-weight: 700;
  color: #E82429;
  cursor: pointer;
  padding: 7px 0px;
  border-radius: 50px;
  -webkit-user-select: none;
}

.input-number .qty-up {
  right: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  left: 0;
  top: 0;
}

.input-number .qty-up:hover, .input-number .qty-down:hover {
  /*background-color: #E4E7ED;*/
  /*color: #D10024;*/
}

/*-- Select input --*/

.input-select {
  padding: 0px 15px;
  background: #FFF;
  border: 1px solid #E4E7ED;
  height: 40px;
}

/*-- checkbox & radio input --*/

.input-radio, .input-checkbox {
  position: relative;
  display: block;
}
.input-radiosfilter, .input-checkboxsfilter {
  background: rgba(233, 33, 39, 0.15);
  border-radius: 10px;
  height: 35px;
}

.input-radiosfilter label, .input-checkboxsfilter label {
  cursor: pointer;
  color: #DE0007;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.input-radio input[type="radio"]:not(:checked), .input-radio input[type="radio"]:checked, .input-checkbox input[type="checkbox"]:not(:checked), .input-checkbox input[type="checkbox"]:checked {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.input-radio label, .input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-radio input[type="radio"]+label span, .input-checkbox input[type="checkbox"]+label span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #E4E7ED;
  background: #FFF;
}

.input-radio input[type="radio"]+label span.product-tab, .input-checkbox input[type="checkbox"]+label span.product-tab {
  position: absolute;
  left: 0px;
  top: 4px;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 2px solid #E4E7ED;
  background: #FFF;
}

.input-radio input[type="radio"]:checked+label span.product-tab, .input-checkbox input[type="checkbox"]:checked+label span.product-tab {
    background: #FFC700;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border-color: #FFC700
}

.input-radio input[type="radio"]+label span {
  border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #FFF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 10px;
  color: #FFF;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span, .input-checkbox input[type="checkbox"]:checked+label span {
  background-color: #D10024;
  border-color: #D10024;
}

.input-radio input[type="radio"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption, .input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption, .input-checkbox input[type="checkbox"]:checked~.caption {
  max-height: 800px;
}

.input-text{
  width: 384.6px;
  height: 42px;
  left: 692px;
  top: 373px;
  background: #FFFFFF;
  border-radius: 10px;
}

.input-email{
  width: 384.6px;
  height: 42px;
  left: 692px;
  top: 426px;
  background: #FFFFFF;
  border-radius: 10px;
}

/*----------------------------*\
  Section
\*----------------------------*/

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

.section-title .title {
  display: inline-block;
    /* text-transform: uppercase; */
  margin: 0px;
  font-size: 20px; /*update*/
  margin-bottom: 10px;
}

.section-title .title2 {
  display: inline-block;
    /* text-transform: uppercase; */
  margin: 0px;
  font-size: 14px; /*update*/
  margin-bottom: 10px;
}

.section-title .section-nav {
  float: right;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.section-tab-nav li a {
  font-weight: 700;
  color: #8D99AE;
}

.section-tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #D10024;
}

.section-tab-nav li a:hover:after, .section-tab-nav li a:focus:after, .section-tab-nav li.active a:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}

#promo_price{
  color:#039F00;
  font-size: 14px;
  font-weight: 400;
}

#total_price{
  font-weight: bold;
  font-size: 20px;
}
/*----------------------------*\
  Breadcrumb
\*----------------------------*/

#breadcrumb {
  padding: 30px 0px;
  background: #FBFBFC;
  border-bottom: 1px solid #E4E7ED;
  margin-bottom: 30px;
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #8D99AE;
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8D99AE;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #D10024;
}

/*=========================================================
  02 -> HEADER
===========================================================*/

/*----------------------------*\
  Top header
\*----------------------------*/

#top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #E92127;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}

.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #FFF;
}

.header-links li a:hover {
  color: #D10024;
}

.header-links li i {
  color: #D10024;
  margin-right: 5px;
}

/*----------------------------*\
  Logo
\*----------------------------*/

#header {
  /*background-color: #15161D;*/
  position: relative;
  z-index: 2;
}

.header-logo {
  float: left;
}

.header-logo .logo img {
  display: block;
  height: 54px;
}

/*----------------------------*\
  Search
\*----------------------------*/

.header-search {
  /*padding: 15px 0px;*/
}

.header-search form {
  position: relative;
}

.header-search form .input-select {
  margin-right: -4px;
  border-radius: 10px 0px 0px 10px;
}

.header-search form .input {
  /*width: calc(100% - 100px);*/
  margin-right: -4px;
  border-radius: 10px;
  padding-right: 60px;
  background-color: transparent;
  /*color: white;*/
}

.header-search form .search-btn {
  height: 40px;
  width: 60px;
  background: transparent;
  color: #D10024;
  font-weight: 700;
  border: none;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  right: 0;
}

/*----------------------------*\
  Cart
\*----------------------------*/

.header-ctn {
  float: right;
  padding: 0px 0px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.header-ctn div {
  /*display: inline-block;*/
}

.header-ctn div+div {
  /*margin-left: 15px;*/
}

.header-ctn div.dropdown > a {
  display: block;
  position: relative;
  width: 90px;
  text-align: center;
  color: #000000;
}

.header-ctn div>a>i {
  display: block;
  font-size: 18px;
}

.header-ctn div>a>span {
  font-size: 12px;
}

.header-ctn div>a>.qty {
  position: absolute;
  right: 15px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #FFF;
  background-color: #D10024;
}

.header-ctn div .right-side{
  margin-left: unset;
}
.header-ctn div.right-side>a{
  width: 40px;
}

.header-ctn .menu-toggle {
  display: none;
}

.header-ctn .menu-toggle a{
  text-align: left;
  color: #DE0007 !important;
}

.cart-dropdown {
  position: fixed;
  width: 0px;
  background: #FFF;
  /*padding: 15px;*/
  -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
  box-shadow: 0px 0px 0px 2px #E4E7ED;
  z-index: 999;
  right: 2px;
  visibility: hidden;
  height: 100%;
  top: 0;
  transition: width 1s;
}

.profile-dropdown{
  position: absolute;
  width: 150px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
  box-shadow: 0px 0px 0px 2px #E4E7ED;
  z-index: 999;
  right: 2px;
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
  text-align: left;
}

.profile-dropdown a{
  color: black !important;
  padding: 10px 15px;
  margin-bottom: 5px;
  display: block;
}
.profile-dropdown a:last-child{
  margin-bottom: 0px;
}

.profile-dropdown a:after {
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #D10024;
    content: "";
    display: block;
    height: 3px;
    width: 0;
}
.profile-dropdown a:hover:after {
    width: 100%;
}

.dropdown.open>.cart-dropdown {
  width: 370px;
  visibility: visible;
}


.dropdown.open>.profile-dropdown {
  max-height: 200px;
  visibility: visible;
}

.cart-dropdown .cart-list {
  height: calc(100% - 121px);
  overflow-y: auto;
  margin-bottom: 15px;
}

.cart-dropdown .cart-list .product-widget {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-dropdown .cart-list .product-widget:last-child {
  margin-bottom: 0px;
}

.cart-dropdown .cart-list .product-widget .product-img {
  left: 0px;
  top: 0px;
}

.cart-dropdown .cart-list .product-widget .product-body .product-price {
  color: #2B2D42;
}

.cart-dropdown .cart-btns {
  margin: 0px -17px -17px;
}

.cart-dropdown .cart-btns>a {
  display: inline-block;
  width: calc(50% - 0px);
  padding: 12px;
  background-color: #D10024;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.cart-dropdown .cart-btns>a:first-child {
  margin-right: -4px;
  background-color: #1e1f29;
}

.cart-dropdown .cart-btns>a:hover {
  opacity: 0.9;
}

.cart-dropdown .cart-summary {
  border-top: 1px solid #E4E7ED;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*=========================================================
  03 -> Navigation
===========================================================*/

#navigation {
  background: #FFF;
  /*border-bottom: 2px solid #E4E7ED;*/
  /*border-top: 3px solid #D10024;*/
}

/*----------------------------*\
  Main nav
\*----------------------------*/

.main-nav>li+li {
  margin-left: 30px
}

.main-nav>li>a {
  padding: 20px 0px;
}

.main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
  color: #D10024;
  background-color: transparent;
}

.main-nav>li>a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-nav>li>a:hover:after, .main-nav>li>a:focus:after, .main-nav>li.active>a:after {
  width: 100%;
}

.header-ctn li.nav-toggle {
  display: none;
}

/*----------------------------*\
  responsive nav
\*----------------------------*/

@media only screen and (max-width: 991px) {
  .header-ctn .menu-toggle {
    display: inline-block;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    height: 100vh;
    /*max-width: 250px;*/
    width: 0%;
    overflow: hidden;
    z-index: 22;
    padding-top: 10px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  #responsive-nav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
  }
  .main-nav {
    margin: 0px;
    float: none;
  }
  .main-nav>li {
    display: block;
    float: none;
  }
  .main-nav>li+li {
    margin-left: 0px;
  }
  .main-nav>li>a {
    padding: 15px 0px;
    color: #000000;
    border-bottom: 1px solid #E5E5E5;
  }
}

/*=========================================================
  04 -> CATEGORY SHOP
===========================================================*/

.shop {
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
}

.shop:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 60%;
  background: #D10024;
  opacity: 0.9;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.shop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 100%;
  background: #D10024;
  opacity: 0.9;
  -webkit-transform: skewX(-45deg) translateX(-100%);
  -ms-transform: skewX(-45deg) translateX(-100%);
  transform: skewX(-45deg) translateX(-100%);
}

.shop .shop-img {
  position: relative;
  background-color: #E4E7ED;
  z-index: -1;
}

.shop .shop-img>img {
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.shop:hover .shop-img>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shop .shop-body {
  position: absolute;
  top: 0;
  width: 75%;
  padding: 30px;
  z-index: 10;
}

.shop .shop-body h3 {
  color: #FFF;
}

.shop .shop-body .cta-btn {
  color: #FFF;
  text-transform: uppercase;
}

/*=========================================================
  05 -> HOT DEAL
===========================================================*/

#hot-deal.section {
  padding: 60px 0px;
  margin: 30px 0px;
  background-color: #E4E7ED;
  background-image: url('../img/hotdeal.png');
  background-position: center;
  background-repeat: no-repeat;
}

.hot-deal {
  text-align: center;
}

.hot-deal .hot-deal-countdown {
  margin-bottom: 30px;
}

.hot-deal .hot-deal-countdown>li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #D10024e6;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}

.hot-deal .hot-deal-countdown>li>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hot-deal .hot-deal-countdown>li>div h3 {
  color: #FFF;
  margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown>li>div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
}

.hot-deal p {
  text-transform: uppercase;
  font-size: 24px;
}

.hot-deal .cta-btn {
  margin-top: 15px;
}

/*=========================================================
  06 -> PRODUCT
===========================================================*/

/*----------------------------*\
  product
\*----------------------------*/

.product {
  position: relative;
  margin-bottom: 14px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 20px;
  overflow: hidden;
}

.product:hover {
  /*-webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;*/
  /*box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;*/
}

.product-aside-head{
  width: 62px;
  height: 26px;
  left: 144px;
  top: 250px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  color: #000000;
}

.product-aside-title{
  padding-left: 25px;
  height: 18px;
  left: 200px;
  top: 283px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  color: rgba(0, 0, 0, 0.75);
  mix-blend-mode: normal;
}

.product .product-img {
  position: relative;
}

.product .product-img>img {
  width: 100%;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product .product-img .product-label>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
  background-color: #FFF;
  border-color: #D10024;
  color: #D10024;
}

.product .product-img .product-label>span.new {
  background-color: #D10024;
  border-color: #D10024;
  color: #FFF;
}

.product .product-body {
  position: relative;
  padding: 11px 20px 17px 20px;
  background-color: #F9F6F6;
  text-align: left;
  z-index: 10;
}

.product .product-body .product-category {
  /*text-transform: uppercase;*/
  font-size: 12px;
  color: #8D99AE;
  margin-bottom: 8px;
}

.product .product-body .product-name {
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
}

.product .product-body .product-name>a {
  font-weight: 700;
}

.product .product-body .product-name>a:hover, .product .product-body .product-name>a:focus {
  color: #8D99AE;
}

.product .product-body .product-price {
  color: #000000;
  font-size: 16px;
  margin-bottom: unset;
  min-height: 32px;
  font-weight: 400;
  margin-bottom: 3px;
}

.product .product-body .product-price .product-old-price {
  font-size: 12px;
  font-weight: 400;
  color: #E92127;
  min-height: 12px;
  width: 100%;
  display: block;
  margin-bottom: 3px;
}

.product .product-body .product-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}

.product .product-body .product-rating>i {
  position: relative;
  width: 14px;
  margin-right: -4px;
  background: #FFF;
  color: #E4E7ED;
  z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
  color: #ef233c;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #E4E7ED;
}

.product .product-body .product-btns>button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover {
  background-color: #E4E7ED;
  color: #D10024;
  border-radius: 50%;
}

.product .product-body .product-btns>button .tooltipp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 150px;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
  background: #1e1f29;
  color: #FFF;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}
.product-details .product-btns li a{
  text-transform: capitalize;
  font-size: 14px;
}
.product-details .product-btns li i{
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 50px;
  color: #FFC700;
  padding: 10px 8px 6px 8px;
}

.product-details .product-btns li i.active{
  color: white;
  background-color: #FFC700;
}

.product .add-to-cart {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: #1e1f29;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;
}

.product:hover .add-to-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #D10024;
  opacity: 0;
  visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #D10024;
  border-color: #D10024;
  padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
  Widget product
\*----------------------------*/

.product-widget {
  position: relative;
}

.product-widget+.product-widget {
  margin: 30px 0px;
}

.product-widget .product-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
}

.product-widget .product-img>img {
  width: 100%;
}

.product-widget .product-body {
  padding-left: 75px;
  min-height: 60px;
}

.product-widget .product-body .product-category {
  text-transform: uppercase;
  font-size: 10px;
  color: #8D99AE;
}

.product-widget .product-body .product-name {
  text-transform: uppercase;
  font-size: 12px;
}

.product-widget .product-body .product-name>a {
  font-weight: 700;
}

.product-widget .product-body .product-name>a:hover, .product-widget .product-body .product-name>a:focus {
  color: #D10024;
}

.product-widget .product-body .product-price {
  font-size: 14px;
  color: #D10024;
  margin-bottom: unset;
}

.product-widget .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-widget .product-body .product-price .qty {
  font-weight: 400;
  margin-right: 10px;
}

.product-widget .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 10px;
  padding: 0;
  background: #1e1f29;
  border: none;
  color: #FFF;
}

/*----------------------------*\
  Products slick
\*----------------------------*/

.products-slick .slick-list {
  padding-bottom: 60px;
  margin-bottom: -60px;
  z-index: 2;
}

.products-slick .product.slick-slide {
  margin: 15px;
}

.products-tabs>.tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

#store .products-tabs>.tab-pane.active {
  flex: none;
  width: 100%;
}

.products-tabs .col-xs-6{
    padding-right: 7px;
    padding-left: 7px;
}

.products-tabs .tab-side{

}

.products-tabs .tab-side ul{
  position: relative;
  transform: rotate(  90deg  );
  display: flex;
}

.products-tabs .tab-side li{
  margin-right: 15px;
  transform: scale(-1);
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.35)
}


.products-tabs .tab-side li.active{
  font-weight: bold;
  color: #E92127;
}

.products-slick-nav {
  position: absolute;
  right: 15px;
  z-index: 10;
}

.products-slick-nav .slick-prev, .products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 20px;
  height: 20px;
  display: inline-block !important;
  margin: 0px 2px;
}

.products-slick-nav .slick-prev:before, .products-slick-nav .slick-next:before {
  font-size: 14px;
}

.banners-slick-nav{
  width: calc(100% - 30px);
  position: absolute;
  right: unset;
  z-index: 10;
  top: 50%;
}

.banners-slick img{
  width: 100%;
}

/*=========================================================
  07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
  Aside
\*----------------------------*/

.aside+.aside {
  margin-top: 30px;
}

.aside>.aside-title {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0px 0px 10px;
}
.aside>.aside-breadcrumb {
  font-size: 14px;
  margin: 0px 0px 15px;
  color: #d7d7d7;
  font-weight: 100;
}
/*-- checkbox Filter --*/

.checkbox-filter>div+div {
  margin-top: 10px;
}

.checkbox-filter .input-radio label, .checkbox-filter .input-checkbox label {
  font-size: 14px;
  font-weight: 400;
}

.checkbox-filter .input-radio label small, .checkbox-filter .input-checkbox label small {
  color: #8D99AE;
}

/*-- Price Filter --*/

#price-slider {
  margin-bottom: 15px;
}

.noUi-target {
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #D10024;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #D10024;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.price-filter .input-number {
  display: inline-block;
  width: calc(50% - 7px);
}

/*----------------------------*\
  Store
\*----------------------------*/

.store-filter {
  margin-bottom: 15px;
  margin-top: 15px;
}

/*-- Store Sort --*/

.store-sort {
  display: inline-block;
}

.store-sort label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}

/*-- Store Grid --*/

.store-grid {
  float: right;
}

.store-grid li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-grid li+li {
  margin-left: 5px;
}

.store-grid li:hover {
  background-color: #E4E7ED;
  color: #D10024;
}

.store-grid li.active {
  background-color: #D10024;
  border-color: #D10024;
  color: #FFF;
  cursor: default;
}

.store-grid li a {
  display: block;
}

/*-- Store Pagination --*/

.store-pagination {
  float: right;
}

.store-pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FFF;
  /*border: 1px solid #E4E7ED;*/
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-pagination li+li {
  margin-left: 5px;
}

.store-pagination li:hover {
  /*background-color: #E4E7ED;*/
  color: #E82429;
}

.store-pagination li.active {
  /*background-color: #D10024;*/
  /*border-color: #D10024;*/
  color: #E82429;
  font-weight: 500;
  cursor: default;
}

.store-pagination li a {
  display: block;
}

.store-qty {
  margin-right: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: rgb(0 0 0 / 0%);
    top: 0.5ex;
    left: 3px;
    border: 3px solid white;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox input[type="checkbox"] {
    line-height: 2.1ex;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.checkbox input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.checkbox input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 2px solid #E4E7ED;
  border-radius: 4px;
  margin-right: 8px;
}
.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #FFC700;
    border:unset;
}
.checkbox a{
  color: #DE0007;
}
.colorTags.extra_pedas [class^="omicon-"]{
  color: #E92127;
}
.colorTags.pedas [class^="omicon-"]{
  color: #FF9900;
}
.colorTags.normal [class^="omicon-"]{
  color: #039F00;
}
.colorTags [class^="omicon-"]{
  color: rgba(0, 0, 0, 0.25);
}
/*=========================================================
  08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
  Product view
\*----------------------------*/

#product-main-img .slick-prev {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  left: 15px;
}

#product-main-img .slick-next {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  right: 15px;
}

#product-main-img .slick-prev, #product-main-img .slick-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-main-img:hover .slick-prev, #product-main-img:hover .slick-next {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

#product-main-img .zoomImg {
  background-color: #FFF;
}

#product-main-img .product-preview{
  border-radius: 20px;
  overflow: hidden;
}
#product-main-img .slick-track{
  border-radius: 20px;
  overflow: hidden;
}
#product-main-img{
  /*box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);*/
  border-radius: 20px;
  margin-left: -20px;
}

#product-imgs .product-preview {
  margin-top: 22px!important;
  width: 72px!important;
  margin: 0px 5px;
  border: 1px solid #fff;
}

#product-imgs .product-preview.slick-current {
  /*border-color: #D10024;*/
  margin-top: 22px;
  border: 3px solid #E92127;
  box-sizing: border-box;
  border-radius: 10px;
  width: 72px!important;
}

#product-imgs .slick-prev {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-next {
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
  content: "\f106";
}

#product-imgs .slick-next:before {
  content: "\f107";
}

.product-preview img {
  width: 100%;
}

/*----------------------------*\
  Product details
\*----------------------------*/

.product-details .product-name {
  /*text-transform: uppercase;*/
  font-size: 18px;
  margin-bottom: unset;
}

.product-details .product-rating {
  display: inline-block;
  margin-right: 15px;
}

.product-details .product-rating>i {
  color: #E4E7ED;
}

.product-details .product-rating>i.fa-star {
  color: #D10024;
}

.product-details .review-link {
  font-size: 12px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #000;
}

.product-details .product-price a{
  font-size: 15px;
}

.product-details .product-price .product-label{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #E82429;
    background: rgba(233, 33, 39, 0.15);
    border-radius: 5px;
    display: inline-block;
    padding: 1px 2px;
}

.product-details .product-price .product-old-price {
  /*font-size: 70%;*/
  font-size: 12px;
  font-weight: 400;
  color: #8D99AE;
}

.product-details .product-available {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 30px;
  color: #D10024;
}

.product-details .product-options {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-details .product-options label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .product-options .input-select {
  width: 90px;
}

.product-details .add-to-cart {
  margin-bottom: 12px;
}

.product-details .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-details .add-to-cart .add-to-cart-btn>i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: white;
}

/*.product-details .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #D10024;
  border-color: #D10024;
  padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}*/

.product-details .add-to-cart .qty-label {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.product-details .add-to-cart .qty-label .input-number {
  width: 100px;
  display: inline-block;
}

.product-details .product-btns li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-btns li+li {
  margin-left: 15px;
}

.product-details .product-links {
  margin-top: 15px;
}

.product-details .product-links li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-links li+li {
  margin-left: 10px;
}

/*----------------------------*\
   Product tab
\*----------------------------*/

#product-tab {
  margin-top: 8px;
}

#product-tab .tab-nav {
  position: relative;
  text-align: left;
  padding: 15px 0px;
  margin-bottom: 5px;
}

#product-tab .tab-nav:after {
  /*content: "";*/
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #E4E7ED;
  z-index: -1;
}

#product-tab .tab-nav li {
  display: inline-block;
  background: #FFF;
  padding: 0px 15px;
  padding-left: unset;
}

#product-tab .tab-nav li+li {
  /*margin-left: 15px;*/
}

#product-tab .tab-nav li a {
  display: block;
  font-weight: 700;
  color: #8D99AE;
}

#product-tab .tab-nav li.active a {
  color: black;
}

#product-tab .tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-tab .tab-nav li a:hover:after, #product-tab .tab-nav li a:focus:after, #product-tab .tab-nav li.active a:after {
  width: 100%;
}

/*-- Rating --*/

.rating-avg {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rating-avg .rating-stars {
  margin-left: 10px;
}

.rating-avg .rating-stars, .rating .rating-stars {
  display: inline-block;
}

.rating-avg .rating-stars>i, .rating .rating-stars>i {
  color: #E4E7ED;
}

.rating-avg .rating-stars>i.fa-star, .rating .rating-stars>i.fa-star {
  color: #D10024;
}

.rating li {
  margin: 5px 0px;
}

.rating .rating-progress {
  position: relative;
  display: inline-block;
  height: 9px;
  background-color: #E4E7ED;
  width: 120px;
  margin: 0px 10px;
  border-radius: 5px;
}

.rating .rating-progress>div {
  background-color: #D10024;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.rating .sum {
  display: inline-block;
  font-size: 12px;
  color: #8D99AE;
}

/*-- Reviews --*/

.reviews li {
  position: relative;
  padding-left: 145px;
  margin-bottom: 30px;
}

.reviews .review-heading {
  position: absolute;
  width: 130px;
  left: 0;
  top: 0;
  height: 70px;
}

.reviews .review-body {
  min-height: 70px;
}

.reviews .review-heading .name {
  margin-bottom: 5px;
  margin-top: 0px;
}

.reviews .review-heading .date {
  color: #8D99AE;
  font-size: 10px;
  margin: 0;
}

.reviews .review-heading .review-rating {
  margin-top: 5px;
}

.reviews .review-heading .review-rating>i {
  color: #E4E7ED;
}

.reviews .review-heading .review-rating>i.fa-star {
  color: #D10024;
}

.reviews-pagination {
  text-align: center;
}

.reviews-pagination li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.reviews-pagination li:hover {
  background-color: #E4E7ED;
  color: #D10024;
}

.reviews-pagination li.active {
  background-color: #D10024;
  border-color: #D10024;
  color: #FFF;
  cursor: default;
}

.reviews-pagination li a {
  display: block;
}

/*-- Review Form --*/

.review-form .input {
  margin-bottom: 15px;
}

.review-form .input-rating {
  margin-bottom: 15px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  color: #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  color: #D10024;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #D10024;
}

/*=========================================================
  09 -> CHECKOUT PAGE
===========================================================*/

.billing-details {
  margin-bottom: 30px;
}

.shiping-details {
  margin-bottom: 30px;
}

.order-details {
  /*position: relative;
  padding: 0px 30px 30px;
  border-right: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;*/
      color: rgba(0, 0, 0, 0.75);
  position: relative;
  margin: 15px;
  border: 1px solid #E4E7ED;
  border-radius: 20px;
  padding: 18px 24px 0px 24px;
}
.order-details hr{
  margin: 0px 2px;
}
.order-details .section-title{
  margin-top: unset;
}

.order-details:before {
  /*content: "";*/
  position: absolute;
  left: -1px;
  right: -1px;
  top: 10px;
  height: 6px;
  border-top: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  border-right: 1px solid #E4E7ED;
}

.order-summary {
  margin: 15px 0px;
}

.order-summary .order-col {
  display: table;
  width: 100%;
}

.order-summary .order-col:after {
  content: "";
  display: block;
  clear: both;
}

.order-summary .order-col>div {
  display: table-cell;
  padding: 10px 0px;
}

.order-summary .order-col>div:first-child {
  width: calc(100% - 150px);
}

.order-summary .order-col>div:last-child {
  width: 150px;
  text-align: right;
}

.order-summary .order-col .order-total {
  font-size: 24px;
  color: #D10024;
}

.order-details .payment-method {
  margin: 30px 0px;
}

.order-details .order-submit {
  display: block;
  margin-top: 30px;
}

/*=========================================================
  10 -> NEWSLETTER
===========================================================*/

#newsletter.section {
  border-top: 2px solid #E4E7ED;
  border-bottom: 3px solid #D10024;
  margin-top: 30px;
}

.newsletter {
  text-align: center;
}

.newsletter p {
  font-size: 24px;
}

.newsletter form {
  position: relative;
  max-width: 520px;
  margin: 30px auto;
}

.newsletter form:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  font-size: 160px;
  color: #E4E7ED;
  top: 15px;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
  z-index: -1;
  left: -90px;
}

.newsletter form .input {
  width: calc(100% - 160px);
  margin-right: -4px;
  border-radius: 40px 0px 0px 40px;
}

.newsletter form .newsletter-btn {
  width: 160px;
  height: 40px;
  font-weight: 700;
  background: #D10024;
  color: #FFF;
  border: none;
  border-radius: 0px 40px 40px 0px;
}

.newsletter .newsletter-follow {
  text-align: center;
}

.newsletter .newsletter-follow li {
  display: inline-block;
  margin-right: 5px;
}

.newsletter .newsletter-follow li:last-child {
  margin-right: 0px;
}

.newsletter .newsletter-follow li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.newsletter .newsletter-follow li a:hover, .newsletter .newsletter-follow li a:focus {
  background-color: #E4E7ED;
  color: #D10024;
}

/*=========================================================
  11 -> FOOTER
===========================================================*/

#footer {
  background: rgba(229, 229, 229, 0.3);
  color: black;
  border-bottom: 8px solid #E92127;
}

#bottom-footer {
  background: #1E1F29;
}

.footer {
  margin: 15px 0px;
}

.footer .footer-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
}

.footer-links li+li {
  margin-top: 7px;
}

.footer-links li a {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  display: flex;
}

.footer-links li i {
  margin-right: 15px;
  color: #D10024;
  width: 14px;
  text-align: center;
}

.footer-links li a:hover {
  color: #D10024;
}

.copyright {
  margin-top: 30px;
  display: block;
  font-size: 12px;
}

.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

.footer-payments li a {
  color: #15161D;
  font-size: 36px;
  display: block;
}

/*=========================================================
  12 -> SLICK STYLE
===========================================================*/

/*----------------------------*\
  Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 22;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #D10024;
  border-color: #D10024;
}

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  color: #2B2D42;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #FFF;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

/*----------------------------*\
  Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 7px;
  height: 7px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #E4E7ED;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #D10024;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
  13 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 1201px) {}

@media only screen and (max-width: 991px) {
  #top-header .header-links.pull-left {
    float: none !important;
  }
  #top-header .header-links.pull-right {
    float: none !important;
    margin-top: 5px;
    text-align: right;
  }
  .header-logo {
    float: none;
    text-align: center;
  }
  .header-logo .logo {
    display: inline-block;
  }
  #product-imgs {
    margin-bottom: 45px;
    /*margin-top: 15px;*/
  }
  #rating {
    text-align: center;
  }
  #reviews {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  /*[class*='col-xs'] {
    width: 100%;
  }*/
  .store-grid {
    float: none;
    margin-top: 10px;
  }
  .store-pagination {
    float: none;
    margin-top: 10px;
  }
}

.justify-center{
  display: flex; 
  justify-content: center; 
  text-align: center;
}

.btn-full{
  width: 100%;
  border-radius: unset;
}

.mt-5{
  margin-top: 5px;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.mb-5{
  margin-bottom: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}

.pt-5{
  padding-top: 5px;
}
.pt-10{
  padding-top: 10px;
}
.pt-20{
  padding-top: 20px;
}
.pt-30{
  padding-top: 30px;
}
.pt-40{
  padding-top: 40px;
}
.pb-5{
  padding-bottom: 5px;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-40{
  padding-bottom: 40px;
}

.bg-img{
  background-color: white;
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-thumbnail{
  position: absolute;
  height: 60px;
  width: 70px;
  right: 10px;
  bottom: 5px;
  background-size: cover;
}
.product-thumbnail{
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #117d3f;
  color: white;
  height: 29px;
  font-size: 10px;
  border-top-right-radius: 23px;
  padding: 5px 5px;
  display: flex;
  align-items: center;
}
.product-preview .bg-thumbnail{
  height: 115px;
  width: 130px;
  right: 15px;
  bottom: 10px;
}
.product-preview .product-thumbnail{
  font-size: 20px;
  height: 40px;
}
.cart-preview{
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.cart-preview .bg-thumbnail{
  height: 42px;
  width: 50px;
  right: 4px;
  bottom: 4px;
}
.cart-preview .product-thumbnail{
  height: 29px;
  font-size: 7px;
}
.lds-dual-all {
  display: inline-block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  padding-top: 50vh;
  background: #00000029;
}
.lds-dual-all:after {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #D10024 transparent #D10024 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-product {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}
.lds-dual-product:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #D10024 transparent #D10024 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-address {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.lds-dual-address:after {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.loading-product{
  text-align: center;
  padding: 20px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dashboard-category{
  /*display: flex;*/
  width: 100%;
  overflow: auto;
}
.store-category{
  justify-content: flex-start;
}
.dashboard-category li{
  display: block;
  flex: none;
  text-align: center;
}
.store-category li{
  margin-right: 24px;
}
.dashboard-category li div{
  box-sizing: border-box;
  padding-top: 10px;
  border-radius: 50px;
  text-align: center;
  color: #E92127;
  font-size: 18px;
  margin: 0px 11px;
  margin-bottom: 7px;
}
.dashboard-category li a{
  font-size: 14px;
  line-height: normal;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
}
.dashboard-category li.active a{
  font-weight: 400;
  color: #DE0007;
}
.news-category li.active a{
  color: black;
  padding-bottom: 8px;
  border-bottom: 3px solid #DE0007;
}
.dashboard-category li.active a{
  background-color: rgba(233, 33, 39, 0.15);
  border-radius: 10px;
}
.dashboard-category li .n0{
  display: inline-block;
}
.dashboard-category li .n1{
  display: none;
}
.dashboard-category li.active .n0{
  display: none;
}
.dashboard-category li.active .n1{
  display: inline-block;
}


.news-category{
  display: flex;
  width: 100%;
  overflow: auto;
}
.news-category li{
  /*width: 70px;*/
  display: block;
  flex: none;
  /*padding-right: 5px;*/
  text-align: center;
  margin-right: 29px;
}
.news-category li div{
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid rgba(196, 196, 196, 0.3);
  box-sizing: border-box;
  padding-top: 10px;
  border-radius: 50px;
  text-align: center;
  color: #E92127;
  font-size: 18px;
  margin: auto;
  margin-bottom: 7px;
}
.news-category li a{
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
}
.news-category li.active a{
  font-weight: 700;
  /*color: #DE0007;*/
}
.news-category li.active div{
  background-color: #E92127;
}
.news-category li .n0{
  display: inline-block;
}
.news-category li .n1{
  display: none;
}
.news-category li.active .n0{
  display: none;
}
.news-category li.active .n1{
  display: inline-block;
}
.btn-danger{
  color: #E92127;
  background-color: white;
  border-color: #e9ebf0;
}
.btn-pink{
  color: #D10024;
  background-color: rgba(233, 33, 39, 0.1);;
  border-color: #e9ebf0;
}
.product_cart{
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 5px;
  padding-top: 5px;
}
.product_cart .input-number{
  width: 100px;
}
.product_cart .remove-cart{
  right: 10px;
  bottom: 10px;
  position: absolute;
  height: 14px;
  width: 26px;
  text-align: center;
  font-size: 19px;
  padding: 0;
  background: white;
  border: none;
  color: #bababa;
  z-index: 1;
}
.product_cart .product_name{
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.product_cart .product_price{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.product_cart .bg-img{
  border-radius: 10px;
}
.product_cart .input-number input{
  border-bottom: unset;
  font-weight: bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  mix-blend-mode: normal;
}
.product_cart .input-number .qty-up, .product_cart .input-number .qty-down{
    width: 25px;
    height: 25px;
    padding: 2px 0px;
    margin-top: 6px;
}
.cart-details{
  /*display: flex;*/
  padding-top: 5px;
}
.cart-details .row{
  width: 100%;
  margin: unset;
}
.cart-details .col-sm-7{
  font-size: 11px;
  padding-top: 5px;
}
.cart-details a{
  padding: 8px 18px;
  font-size: 8px;
  text-transform: initial;
  border-radius: 10px;
}
.btn_adds{
    border-radius: 10px;
}

.cart-mobile{
  background: #E82429;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
  border-radius: 10px;
  position: fixed;
  bottom: -100px;
  z-index: 999;
  width: calc(100% - 20px);
  padding: 16px;
  margin: 10px;
  color: white;
  display: flex;
  justify-content: space-between;
  transition: bottom .2s ease-in-out;
}
.cart-mobile.open{
  bottom: 0;
}

.cart2-mobile{
  background: white;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
  position: fixed;
  bottom: -100vh;
  z-index: 999;
  width: 0;
  /*padding: 16px;*/
  height: 100%;
  color: white;
  /*display: flex;*/
  justify-content: space-between;
  transition: width .2s ease-in-out;
}
.cart2-mobile .cart2-bottom{
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.cart2-mobile.open{
  bottom: 0;
}
.whys-slick .slick-track{
  display: flex;
  align-items: center;
  position: relative;
  /*left: -110px;*/
    left: -33%;
}
.whys-slick .slick-slide img{
  max-height: 300px;
  width: auto;
}
.whys-slick .slick-current img{
  max-height: 100%;
  height: 100%;
  width: 100%;
  padding-right: 10px;
}
.product-review{
  border-radius: 20px;
  overflow: hidden;
  margin-right: 10px;
}
.product-review .review-head{
  height: 200px;
  overflow: hidden;
}
.product-review .review-head img{
  width: 100%;
}
.product-review .review-body{
  padding: 20px;
  background: #F9F6F6;
}
.product-review .review-body .review-text{
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.product-review .review-body .profile img{
  margin-right: 5px;
  width: 35px;
  height: 36px;
}
.product-review .review-body .profile{
  display: flex;
  font-size: 12px;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: unset;
}
.review-slick .slick-track{
  position: relative;
    /*left: -18%;*/
  /*left: -60px;*/
}
.product-news{
  display: flex;
  margin-bottom: 15px;
}
.product-news .news-head{
  height: 150px;
  width: 150px;
  flex: none;
}
.product-news .news-head img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.product-news .news-body{
  margin-left: 16px;
  padding-right: 10px;
}
.product-news .news-body strong{
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.product-news .news-body .news-text{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-news .news-body .news-date{
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.product-news .news-body .news-date .red{
  font-size: 12px;
  line-height: 12px;
  color: #E92127;
}
.referral{
  background: linear-gradient(
  180deg
  , #E92127 0%, #DE0007 100%);
  border-radius: 30px 30px 0px 0px;
  padding: 50px 10px 16px 38px;
  position: relative;
  margin-top: 15px;
}
.referral h3{
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  color: #FFFFFF;
}
.referral p.first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.referral p.last-child{
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFC700;
}
.referral .btn-danger{
  font-weight: 700;
  padding: 11px 20px;
  font-size: 14px;
  z-index: 3;
  position: relative;
  border-radius: 10px;
}
.referral .cewe_laukita{
  position: relative;
  bottom: -16px;
  width: 68%;
  z-index: 2;
}
.referral .effect_laukita{
  position: absolute;
  left: 0;
  width: 60%;
}
.referral .indonesia_laukita{
  position: absolute;
  top: 14%;
  left: 0px;
  z-index: 1;
  height: 138.99998474121094px;
  width: 351.6861267089844px;
}
.bannerwhy {
  margin-left: -8px;
  margin-right: -8px;
}
.bannerwhy .banner{
  width: 20%;
  float: left;
  padding: 0px 8px;
}
.bannerwhy .banner img{
  width: 100%;
}

.banners-slick .banner img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.banners-slick .banner.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}
.header_profile .header-ctn .menu-toggle a{
  color: black !important;
  /*background-color: #FFC700;*/
  /*position: relative;*/
  /*z-index: 2;*/
}
.header_profile{
  position: absolute !important;
  width: 100%;
  /*background-color: #FFC700;*/
}
.header_profile ul li a{
  color: white;
}
.changeBG ul li a{
  color: black;
}
.profile_top{
  margin-left: 15px;
  background-color: #FFC700;
  /*position: relative;
  top: -90px;*/
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 36px;
  transition: background-color 1s ease-in-out;
}
.changeBG{
  background-color: white;
}
.body_profile{
  margin-top: unset !important;
}
.profile_top .aside-profile{
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
}
.profile_top .aside-profile .left{
  display: flex;
}
.profile_top .aside-profile .left .name{
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin: unset;
}
.profile_top .aside-profile .left i.fa-user{
  width: 62px;
  height: 62px;
  background: #E82429;
  border-radius: 50px;
  font-size: 23px;
  padding: 12px 8px;
  text-align: center;
  color: white;
  margin-right: 12px;
}
.profile_top .aside-profile .right{
  flex: unset;
  margin-left: 10px;
}
.profile_top .aside-profile .right .email{
  margin: unset;
  font-size: 14px;
}
.profile_top .aside-profile .right .email span{
  margin-left: 10px;
}
.profile_top .logout i{
  color: black;
}
.profile_top .logout{
  /*position: absolute;*/
  /*right: 10px;*/
  /*color: red;*/
  font-size: 14px;
  margin-right: 28px;
}

.address_top .logout i{
  color: #039F00;
}
.address_top .logout{
  position: absolute;
  right: 10px;
  color: #039F00;
  font-size: 14px;
}
.address_list{
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 23px;
  margin-bottom: 15px;
}
.address_list a{
  font-size: 12px;
  margin-right: 10px;
  font-weight: bold;
  margin-top: 10px;
}
.address_list strong{
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #039F00;
  background: rgba(3, 159, 0, 0.2);
  border-radius: 5px;
  /*float: right;*/
  padding: 5px;
}
.voucher_list{
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 15px 20px 20px 20px;
  margin-bottom: 15px;
  display: flex;
}
.voucher_list .left{
  width: calc(100% - 82px);
  margin-right: 10px;
}
.voucher_list .right{
  width: 72px;
  position: relative;
}
.voucher_list a{
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #E92127;
  background-color: #FFC700;
  mix-blend-mode: normal;
  border: 1px solid rgba(196, 196, 196, 0.5);
  border-radius: 10px;
  padding: 3px 7px;
  position: absolute;
  bottom: 0;
}
.voucher_list.active_voucher_list{
  border: 2px solid #FFC700;
}
.voucher_list a.active_voucher{
  color: rgba(0, 0, 0, 0.5);
  background-color: white;
  font-weight: normal;
}
.voucher_list strong{
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #039F00;
  background: rgba(3, 159, 0, 0.2);
  border-radius: 5px;
  float: right;
  padding: 5px;
}
.voucher_list .left p{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: unset;
  margin-top: 5px;
}

.is_default{
  border: 1px solid #FFC700;
}
.border-profile{
  background: #FFFFFF;
  border: 1px solid rgba(196, 196, 196, 0.3);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 10px 20px;
}
.border-profile a{
  padding: 10px 15px;
  border-bottom: 1px solid #E5E5E5;
}
.border-profile a i{
  color: #FFC700;
  margin-right: 8px;
  font-size: large;
}
.border-profile a:hover i, .border-profile a:focus i, .border-profile a.active i{
  color: #E92127;
  /*margin-right: 8px;*/
  /*font-size: large;*/
}
.border-profile a:hover, .border-profile a:focus{
  color: #000;
  /*margin-right: 8px;*/
  /*font-size: large;*/
}
.border-profile a .fa-chevron-right{
  float: right;
  color: #E92127;
  margin-right: 0px;
}
.border-profile a:last-child{
  border-bottom: unset;
}
.form-group label{
  font-weight: 100;
}
.form-group input,.form-group textarea{
  border-radius: 10px;
}

.faqCollapse a{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.faqCollapse p{
  width: calc(100% - 20px);
  display: inline-block;
}
.faqCollapse a i{
  color: #E92127;
}
.faqCollapse .collapse{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 10px;
}
.faqCollapse hr{
  margin: 16px 0px;
}
.about_top{
  background-color: #E92127;
  /*position: relative;*/
  border-radius: 0px 0px 50px 50px;
  /*overflow: hidden;*/
  padding: 150px 30px 50px 30px;
}
.about_top > div{
  position: absolute;
  right: 0;
  height: 75%;
  overflow: hidden;
  width: 40%;
  top: 0;
}
.about_top .aside-title{
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 42px;
  color: #FFFFFF;
  text-align: left;
}
.about_top p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.about_top .lauk1{
  position: absolute;
  right: 125px;
  top: 90%;
  width: 365px;

}
.about_top .lauk2{
  position: absolute;
  right: 350px;
  top: 27%;
  width: 365px;
}
.about_top .lauk3{
  position: absolute;
  right: 0px;
  top: 55%;
  width: 365px;

}
.text_aboutus p{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.text_aboutus .head1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.text_aboutus .head2{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #E92127;
}

.temu_aboutus .bubble_about{
  background-color: #E92127;
  border-radius: 50%;
  height: 132px;
  width: 132px;
  display: flex;
  text-align: center;
}
.temu_aboutus .bubble_about img{
  margin: auto;
}

.news_top{
  background-size: cover;
  /*border-radius: 0px 0px 50px 50px;*/
  padding: 250px 30px 40px 30px;
}
/*.news_top > div{
  position: absolute;
  right: 0;
  height: 75%;
  overflow: hidden;
  width: 40%;
  top: 0;
}*/
.news_top .aside-title{
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  margin: unset;
  min-height: 89px;
}
.news_top p{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
}
.news_top .news-date{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: white;
}
.news_top .news-date .red{
  font-size: 12px;
  line-height: 12px;
  color: #E92127;
}
.news_top .lauk1{
  position: absolute;
  right: -90px;
  top: 17%;
  width: 55vw;
  max-width: 250px;
}
.news_top .lauk2{
  position: absolute;
  right: -55px;
  top: 53%;
  width: 55vw;
  max-width: 250px;
}
#news_detail > h3{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 12px;
}
#news_detail .news-date{
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  color: black;
  margin-bottom: 24px;
}
#news_detail .news-date .red{
  font-size: 12px;
  line-height: 12px;
  color: #E92127;
}
#news_detail .news_content h3{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: unset;
}
#news_detail .news_content p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}
#news_detail .news_content img{
  max-width: 100%;
  height: auto !important;
}
.footer_logo div{
  display: inline-flex;
  align-items: center;
}
.footer_logo a{
  margin-right: 8px;  
}
.footer_logo .icon{
  font-size: 17px;
  width: 35px;
  height: 36px;
  background: #E92127;
  border-radius: 50px;
  text-align: center;
  color: white;
  display: flex;
}
.footer_logo i{
  margin: auto;
}
.tab-logregis .active{
  border-bottom: 3px solid #E92127;
}

.display-product{
  display: flex;
  flex-wrap: wrap;
}
.display-product .col-xs-6{
  flex: 0 0 50%;
}

input:invalid:focus {
  filter: drop-shadow(0 5px 5px #E92127);
  /*border: 1px dashed #E92127;*/
}

select:invalid:focus {
  filter: drop-shadow(0 5px 5px #E92127);
  /*border: 1px dashed #E92127;*/
}
header{
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: white;
  top: 0;
}
.bodyContent{
  margin-top: 130px;
}
.news-slick{
  margin-bottom: unset !important;
  overflow: hidden;
}
.news-slick:before{
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  height: 100px;
  width: 50px;
  z-index: 15;
  border-top-left-radius: 52px;
  transform: scale(-1,1) rotate( 
180deg
);
  box-shadow: -1px -50px 0px 0 white;
}
.news-slick:after{
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  height: 100px;
  right: 0;
  width: 50px;
  z-index: 15;
  border-top-left-radius: 52px;
  transform: rotate( 
180deg
);
  box-shadow: -1px -50px 0px 0 white;
}
.news-slick .aside{
  margin: unset;
}
.news-slick .slick-dots{
  bottom: 160px;
  right: 30px;
  text-align: right;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: unset;
}
.containerhead {
  padding: 28px 31px 20px 31px;
}
.list-menu{
  display: flex;
  align-items: center;
}
.list-menu img{
  margin-right: 42px;
}
.list-menu ul{
  display: flex;
}
.list-menu ul li{
  margin-right: 28px;
}

.slick-prev:before, .slick-next:before{
  font-size: 38px;
  color: #919191;
}

.slick-prev{
  left: -35px;
}
.slick-next{
  right: -35px;
}
.slick-prev, .slick-next{
  border: unset;
  background-color: unset;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  border: unset;
  background-color: unset;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
  color: black; 
}

.scrollCart::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollCart::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scrollCart::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.scrollCart::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*=========================================================
  13 -> OTHERS
===========================================================*/

/*----------------------------*\
  Popup Dashboard
\*----------------------------*/
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.modal-content{
  position: absolute;
  width: 942.52px;
  height: 421.29px;
  left: -28%;top: 174.71px;
  background: #FFC700;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border: none;
}
.modal-close-btn{
  float: right;
  margin-top: -15px;
  margin-right: -15px;
  cursor: pointer;
}
.d-welcome-banner{
  margin-top: -1px;
  margin-left: -2px;
}
.d-head-title{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}
.d-title{
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
#contentMaps {
    position: absolute;
    top: calc(50% - 73px);
    left: calc(50% - 50px);
    z-index: 2;
    width: 94px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 7px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#contentMaps:before{
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  top: 59px;
  left: 43px;
  border-top: solid 10px white;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
#contentMaps h6{
  font-size: 9px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  color: #4B4949;
  mix-blend-mode: normal;
  margin-bottom: 5px;
}
#contentMaps button{
  border-radius: 10px;
  font-size: 12px;
  padding: 3px 13px;
  text-transform: capitalize;
}
.simpleAlert{
  background: #2e3146;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
  border-radius: 10px;
  position: fixed;
  top: -100px;
  z-index: 999;
  width: calc(100% - 20px);
  padding: 8px 16px;
  margin: 10px;
  color: white;
  display: flex;
  justify-content: space-between;
  transition: top .2s ease-in-out;
  max-width: 480px;
}
.simpleAlert.open{
  top: 0px;
  display: flex;
}
.hashBack{
  cursor: pointer;
}

.stock_kosong{
  border-bottom: 1px solid transparent;
  transition: border-bottom 1s;
  text-decoration: none;

  animation-duration: 0.5s;
  animation-name: stock_kosong;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes stock_kosong {
  from {
    border-color: red;
  }

  to {
    border-color: transparent;
  }
}


.selectStore{
  position: relative;
}
.selectStore .input-group.yellow span,.selectStore .input-group.yellow .form-control{
  background: #FFC700;
}
.selectStore .input-group.yellow span{
  font-weight: bold;
}
.selectStore .input-group h3,.selectStore .input-group h4{
  padding-top: 10px;
}
.selectStore .input-group h4 i{
  position: relative;
  top: -5px;
}
.selectStore.select_titik1:before{
  content: "";
  height: 31px;
  position: absolute;
  z-index: 1;
  left: 38.7px;
  width: 1px;
  top: 16px;
  border-left: 1px dashed #E92127;
}
.selectStore.select_titik2:before{
  content: "";
  height: 42px;
  position: absolute;
  left: 34px;
  width: 1px;
  top: 23px;
  z-index: 2;
  border-left: 1px dashed #C4C4C4;
}
.selectStore .input-group{
   width: 100%;
   margin-bottom: 8px;
}
.selectStore p.text-center{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: rgba(75, 73, 73, 0.67);
  mix-blend-mode: normal;
}
.selectStore small{
  margin-left: 7px;
}
.selectStore .input-group-addon{
  background-color: white;
  border-radius: 10px;
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
  border-right: unset;
  width: 47px;
  font-size: 22px;
}
.selectStore .input-group-addon.dike{
  max-width: 104px;
  width: 100%;
}
.selectStore .input-group-addon.dike .fa-circle{
  position: relative;
  font-size: 12px;
  color: #E82429;
  top: -2px;
  left: 1px;
  z-index: 2;
}
.selectStore .form-control{
   height: 42px;
    border-radius: 10px;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
   border-left: unset;
   box-shadow: unset;
}
.selectStore .form-control .my_address{
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100vw - 180px);
  display: inline-block;
  white-space: nowrap;
}
.selectStore .select_top span,.selectStore .select_top input{
  color: #C4C4C4;
}
.img_gelap{
  filter: brightness(50%);
}
.product-img .label_empty{
  position: absolute;
  top: 27%;
  text-align: center;
  color: white;
  width: 80%;
  left: 10%;
}


.border-topnav{
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px 20px;
  flex: 1;
  display: flex;

}
.border-topnav small{
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #E70D26;
  mix-blend-mode: normal;
  margin-right: 20px;
}
.border-topnav i{
  font-size: 12px;
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
.border-topnav a{
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  mix-blend-mode: normal;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 113px);
  display: inline-block;
}
.headerBaru{
  position: relative;
}
.headerBaru span{
  position: relative;
  z-index: 2;
}
.headerBaru::after{  
  content: "";
  display: block;
  background: #FFC107;
  position: absolute;
  width: 100%;
  height: 5px;
  z-index: 1;
  bottom: 0;
}

.frmRequired{
  border: 1px solid transparent;
  transition: border-bottom 1s;
  text-decoration: none;
  animation-duration: 0.5s;
  animation-name: stock_kosong;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
hr.hrNew{
  padding: 5px 0px;
  width: 100%;
  margin: unset;
  background-color: rgba(229, 229, 229, 0.3);
}

.colorTags.lv3 [class^="omicon-"]{
    color: #E92127;
}
.colorTags.lv2 [class^="omicon-"]{
    color: #FF9900;
}
.colorTags.lv1 [class^="omicon-"]{
    color: #039F00;
}
.colorTags.lv0 [class^="omicon-"]{
    display: none;
}