/*
Template Name: Electro - HTML Ecommerce Template
Author: yaminncco

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
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/

/*----------------------------*\
	Typography
\*----------------------------*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  float: right !important;
}


h1, h2, h3, h4, h5, h6 {
  color: #2B2D42;
  font-weight: 700;
  margin: 0 0 10px;
}

*, ::after, ::before{
  box-sizing: border-box !important;
}

.body_div{
  margin-top: 0 !important;
  background: white;
  direction: ltr;
  max-width: 5000px;
}
.body_div.full{
  max-width: 5000px;
}

a {
  color: #2B2D42;
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus {
  color: #D10024;
  text-decoration: none;
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

header{
  direction: rtl !important;
}

.effects-hide-mob{
  display: block;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #f39d50;
  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;
}

/*----------------------------*\
	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: 100%;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  padding: 0px 35px 0px 15px;
}

.input-number .qty-up, .input-number .qty-down {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-number .qty-up {
  right: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  right: 0;
  bottom: 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-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;
}

.products-slick-nav .slick-prev.slide-arrow-none, .products-slick-nav .slick-next.slide-arrow-none{
  display: none !important;
}


.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;
}

/*----------------------------*\
	Section
\*----------------------------*/

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
}

.section-title .section-nav {
  float: left;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.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: #1cb3c9;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #1cb3c9;
}

.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;
}

/*----------------------------*\
	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: #1E1F29;
  text-align: center;
}

.header-links{
  display: block;
  margin: 0 auto;
}

.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: #f39d50;
}

.header-links li i {
  color: #f39d50;
  margin-right: 5px;
}

/*----------------------------*\
	Logo
\*----------------------------*/

#header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #15161D;
}

.header-logo {
  float: right;
}

.header-logo .logo img {
  display: block;
}

/*----------------------------*\
	Search
\*----------------------------*/

.header-search {
  padding: 15px 0px;
}

.header-search form {
  position: relative;
}

.header-search form .input-select {
  outline: 0;
  margin-left: -4px;
  border-radius: 40px 40px 40px 40px;
}

.header-search form .input {
  width: calc(100% - 160px);
  margin-right: -4px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.header-search form .search-btn {
  outline: 0;
  height: 40px;
  width: 100px;
  background: #1cb3c9;
  color: #FFF;
  font-weight: 700;
  border: none;
  border-radius: 40px 0px 0px 40px;
}

/*----------------------------*\
	Cart
\*----------------------------*/

.header-ctn {
  float: right;
  padding: 15px 0px;
}

.header-ctn>div {
  display: inline-block;
}

.header-ctn>div+div {
  margin-left: 15px;
}

.header-ctn>div>a {
  display: block;
  position: relative;
  width: 90px;
  text-align: center;
  color: #FFF;
}

.header-ctn>div>a>i {
  display: block;
  font-size: 18px;
}

.header-ctn>div>a>span {
  font-size: 12px;
}

.product.cat,.product.new_itm,.product.page{
  width: 22%;
  margin: 15px !important;
  margin-bottom: 55px !important;
  /* float: right; */
  display: inline-block;
  direction: rtl;
}

.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: #1cb3c9;
}

.header-ctn .menu-toggle {
  display: none;
}

.cart-dropdown {
  position: absolute;
  width: 300px;
  background: #FFF;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
  box-shadow: 0px 0px 0px 2px #E4E7ED;
  z-index: 99;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.dropdown.open>.cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.cart-dropdown .cart-list {
  max-height: 180px;
  overflow-y: scroll;
  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: #1cb3c9;
}

.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 #1cb3c9;
}

/*----------------------------*\
	Main nav
\*----------------------------*/

.main-nav{
  float:right !important;
}

.main-nav>li{
  float:right !important;
}

.main-nav>li+li {
  margin-right: 30px
}

.main-nav>li>a {
  padding: 20px 0px;
}

.main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
  color: #1cb3c9;
  background-color: transparent;
}

.main-nav>li>a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #1cb3c9;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#kit_menu_li>a:after {
  background-color: orange !important;
}
#lott_menu_li>a:after {
  background-color: red !important;
}

.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) {
  .effects-hide-mob{
      display: none;
  }
  .header-ctn .menu-toggle {
    display: inline-block;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #15161D;
    height: 100vh;
    max-width: 250px;
    width: 0%;
    overflow: hidden;
    z-index: 22;
    padding-top: 60px;
    -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;
    color: #FFF;
  }
}

/*=========================================================
	04 -> CATEGORY SHOP
===========================================================*/

.shop {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
}

.shop:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 50%;
  background: #f39d50;
  opacity: 0.9;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-145deg);
  z-index: 3;
}

.shop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 100%;
  background: #f39d50;
  opacity: 0.9;
  -webkit-transform: skewX(-45deg) translateX(-100%);
  -ms-transform: skewX(-45deg) translateX(-100%);
  transform: skewX(-145deg) translateX(100%);
  z-index: 4;
}

.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('/des/rent/new_rent/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: #f39d50;
  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: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  direction: rtl;
  text-align: right;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #f39d50;
  box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #f39d50;
}

.product .product-img {
  position: relative;
}
.product-img a{
  display: block;
}

.product .product-img img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.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: #1cb3c9;
  color: #1cb3c9;
}

.product .product-img .product-label>span.new {
  background-color: #1cb3c9;
  border-color: #1cb3c9;
  color: #FFF;
}

.product .product-body {
  position: relative;
  padding: 15px;
  background-color: #FFF;
  text-align: center;
  z-index: 20;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8D99AE;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 14px;
  min-height: 30px;
}

.product .product-body .product-name>a {
  font-weight: 700;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  display: block;
}

.product .product-body .product-name>a:hover, .product .product-body .product-name>a:focus {
  color: #1cb3c9;
}

.product .product-body .product-price {
  color: #1cb3c9;
  font-size: 18px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.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: #f39d50;
}

.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 a>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 a{
  overflow: visible;
}

.product .product-body .product-btns a>button:hover {
  background-color: #1cb3c9;
  color: #0a6775;
  border-radius: 50%;
}

.product .product-body .product-btns a>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 .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: #1cb3c9;
  border-color: #1cb3c9;
  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;
  min-height: 30px;
}

.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: #1cb3c9;
}

.product-widget .product-body .product-price {
  font-size: 14px;
  color: #1cb3c9;
}

.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{
  direction: rtl;
}
.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;
}

.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;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

.aside+.aside {
  margin-top: 30px;
}

.aside>.aside-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0px 30px;
}

/*-- checkbox Filter --*/

.checkbox-filter>div+div {
  margin-top: 10px;
}

.checkbox-filter .input-radio label, .checkbox-filter .input-checkbox label {
  font-size: 12px;
}

.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: left;
}

.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: left;
}

.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: #D10024;
}

.store-pagination li.active {
  background-color: #D10024;
  border-color: #D10024;
  color: #FFF;
  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;
}

/*=========================================================
	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-imgs .product-preview {
  margin: 0px 5px;
  border: 1px solid #E4E7ED;
}

#product-imgs .product-preview.slick-current {
  border-color: #D10024;
}

#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: "<";
}

#product-imgs .slick-next:before {
  content: ">";
}

.product-preview img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product-details .product-name {
  text-transform: uppercase;
  font-size: 18px;
  min-height: 30px;
}

.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: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #1cb3c9;
}

.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #1cb3c9;
}

.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: 30px;
}

.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: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-details .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-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: 0px;
}

.product-details .add-to-cart .qty-label .input-number {
  width: 90px;
  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: 60px;
}

#product-tab .tab-nav {
  position: relative;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
}

#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;
}

#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: #D10024;
}

#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: left;
  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;
}

.order-details:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -15px;
  height: 30px;
  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;
  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: #15161D;
  color: #B9BABC;
}

#bottom-footer {
  background: #1E1F29;
}

.footer {
  margin: 30px 0px;
}

.footer .footer-title {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 30px;
}

.footer-links li+li {
  margin-top: 15px;
}

.footer-links li a {
  color: #B9BABC;
}

.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: #1cb3c9;
  border-color: #0a6775;
}

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  color: #2B2D42;
}

.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
}

.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: 10px;
  height: 10px;
}

.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;
}

#rentForm input[type="text"],#rentForm input[type="number"],#rentForm select{
  border-radius: 40px;
}

#kit_more_info {
  position: relative;
  z-index: 3000;
}
#rentInfoInn{
  font-size: 1.1vw;
}
#infoPriceSpan {
  font-size: 1.8vw;
}
#rentInfoMH{
  margin-bottom: 70px;
  font-size: 1vw !important;
}
#MHtxt2{
  font-size: 1.5vw !important;
}
#rentInfoMH img{
  width: 28% !important;
}
#rentInfoInn h4 {
  font-size: 1.8vw;
  margin-top: 50px;
}
.priceItem div:nth-child(1){
  font-size: 2vw;
}
.priceItem div:nth-child(2) span {
  font-size: 1.7vw;
}
.priceItem div:nth-child(2) {
  font-size: 1.6vw;
}
.priceItem a {
  font-size: 1.5vw;
  border-radius: 40px;
}
.priceItem a:hover{
  color:white;
}
.priceItem {
  border-left: 1px solid #E4E7ED;
}
.rentSection{
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
}
.pupgrades .product-category{
  color:#D10024 !important;
}
button{
  outline: 0;
}

.products-slick.new_items,.products-slick.cats{
  direction: rtl;
  overflow: hidden;
  white-space: nowrap;
}
.products-slick.new_items .product.new_itm,.products-slick.cats .product.cat{
  float: none;
  display: inline-block;
  direction: inherit;
  position: relative;
}
.slick-inner{
  width: 100%;
  position:relative;
}


.lottery_winner_wrap,#subbed_users_w {
  display: inline-block;
  width: 100%;
  webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  padding: 30px 0;
  margin-bottom:15px;
  background:white;
}
.lott_winn_im_wrap {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 300px;
  display: inline-block;
  margin-right: 6%;
}
.lott_winn_im_wrap img{
  width: 100%;
  border-radius: 300px;
}
.lottery_winner_text {
  width: 47%;
  float: right;
  font-size: 1.5vw;
  text-align: center;
}
.lottery_winner_im_mw {
  width: 38%;
  float: right;
}
.lottery_winner_im_mw_inn {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.lottery_winner_badge{
  display: block;
  float: right;
  margin-left:15px;
  width: 10%;
  padding: 0 20px;
}

.winner_percent{
  background: #10A4BA;
  color:white;
  border-radius: 20px;
  padding: 5px 15px;
}
.winner_kit{
  margin-top: 8px;
  background: #efefef;
  border-radius: 20px;
  padding: 5px 15px;
  color:gray;
}
.winner_days{
  margin-top: 8px;
  background: orange;
  color:white;
  border-radius: 20px;
  padding: 5px 15px;
}

#rentQna{
  text-align:right;
}
#rentQna a{
  color:#f39d50;
}
.rentQuest{
  font-weight:bold;
  color:#1cb3c9;
  font-size:18px;
  margin:10px;
  margin-top:50px;
}
.rentAns{
  margin:30px;
  margin-right:10px;
  margin-top:10px;
  font-size:16px;
}
#lott_main_wrap{
  background: #efefef;
}
#new_lottery_head_wrap {
  font-size: 1.8vw;
  margin-top: 40px;
  margin-bottom: 20px;
  direction: rtl;
}
#new_lottery_head_txt1{

}
#new_lottery_head_txt2{
  font-size:1.4vw;
}
#new_lottery_head_bottom {
  background: white;
  padding: 20px;
}
#new_lottery_head_bottom_txt1 {
  font-size: 1.6vw;
  color: #1cb3c9;
}
#new_lottery_head_bottom_txt2 {
  font-size: 1.2vw;
  margin-top: 10px;
}
#new_lottery_head_bottom_txt2 span{
  font-size:1.4vw; color:orange;
}
#new_lottery_head_bottom_txt3 {
  font-size: 1.6vw;
  margin-top: 10px;
}
#new_lottery_head_bottom_txt3 span {
  font-size: 1.8vw;
  color: darkorange;
}

#new_lottery_info_wrap{
  font-size:1.2vw; margin-bottom:20px; direction:rtl; text-align:right; background:white; padding:20px 40px;
}
.lott_titles {
  font-size: 1.8vw;
  margin-top: 50px;
  color: #0a6775;
  text-align: center;
}
#show_more_lott {
  width: 35%;
  color: white;
  background: orange;
  padding: 10px 20px;
  border-radius: 100px;
  margin: 50px auto;
  cursor: pointer;
  text-align: center;
}

#lott_sub_init,#lott_sub_sub {
  font-size: 2vw;
  width: 45%;
  color: white;
  background: #10A4BA;
  padding: 15px 25px;
  border-radius: 100px;
  margin: 70px auto;
  cursor: pointer;
  text-align: center;
}
#lott_sub_sub{
  width: 100%;
  border-radius: 5px;
  font-size: 1.7vw;
  cursor:default;
  background: white;
  color:#333;
}
#changeLottMail,#new_lott_mail_sub,#new_lott_mail_sub_cancel{
  font-size: 1vw;
  margin: 10px auto;
  color:orange;
  text-decoration: underline;
  cursor: pointer;
}
#new_lott_mail_sub,#new_lott_mail_sub_cancel{
  display: inline-block;
}
#new_lott_mail_sub_cancel{
  margin-left: 20px;
  color:gray;
}
#new_lott_mail{
  border-radius: 30px;
  width: 60%;
  padding: 10px;
  margin: 20px 0;
  text-align: center;
  border:1px solid #333;
  outline: 0;
}
#lott_takanon {
  display: none;
  font-size: 1.2vw;
  margin-bottom: 20px;
  direction: rtl;
  text-align: right;
  background: white;
  padding: 20px 40px;
}
#lott_sub {
  font-size: 2vw;
  width: 65%;
  color: white;
  background: #10A4BA;
  padding: 15px 25px;
  border-radius: 100px;
  margin: 70px auto;
  cursor: pointer;
  text-align: center;
}

#slick-nav-pages{
  display: none;
}

.shopp-cart{
  display: none;
}

#close_rent_menu{
  display: none;
}

#kit_upgrade_wrap {
  font-size: 1.1vw;
  text-align: center;
}
#kit_upgrade_wrap div{
  margin-top:5px;
}
#kit_upgrade_wrap div:first-child{
  margin-top:35px;
}

.kit_upgrade_table {
  margin: 40px 0;
  width: 80%;
  text-align: right;
  font-size: 1.3vw;
}

.kit_upgrade_table td:first-child{
  width: 25%;
}
.kit_upgrade_table td:nth-child(2){
  width:13%; text-align:center; color:orange;
}
.kit_upgrade_table td:last-child{
  width: 30%;
}

.lott_sub_pic {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 150px;
}

.hot-winter{
  padding: 10px;
  border-radius: 16px;
}

.fire:first-child{
  margin-top: 35px;
}

.fire {
  color: black;
  font-weight: bold;
  margin-bottom: 25px;
  animation: animation 1s ease-in-out infinite alternate;
  -moz-animation: animation 1s ease-in-out infinite alternate;
  -webkit-animation: animation 1s ease-in-out infinite alternate;
  -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
  font-weight: bold;
  color: black;
  margin-bottom: 25px;
  animation: animation .65s ease-in-out infinite alternate;
  -moz-animation: animation .65s ease-in-out infinite alternate;
  -webkit-animation: animation .65s ease-in-out infinite alternate;
  -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation {
  0% {
    text-shadow: 0 0 5px #fefcc9,
      3px -2px 8px #feec85,
      -6px -4px 10px #ffae34,
      6px -8px 12px #ec760c,
      -6px -12px 15px #cd4606,
      0 -16px 20px #973716,
      3px -18px 25px #451b0e;
  }
  100% {
    text-shadow: 0 0 5px #fefcc9,
      3px -2px 8px #fefcc9,
      -6px -4px 10px #feec85,
      7px -10px 15px #ffae34,
      -7px -14px 12px #ec760c,
      0 -17px 18px #cd4606,
      3px -18px 20px #973716;
  }
}

@-moz-keyframes animation {
  0% {
    text-shadow: 0 0 5px #fefcc9,
      3px -2px 8px #feec85,
      -6px -4px 10px #ffae34,
      6px -8px 12px #ec760c,
      -6px -12px 15px #cd4606,
      0 -16px 20px #973716,
      3px -18px 25px #451b0e;
  }
  100% {
    text-shadow: 0 0 5px #fefcc9,
      3px -2px 8px #fefcc9,
      -6px -4px 10px #feec85,
      7px -10px 15px #ffae34,
      -7px -14px 12px #ec760c,
      0 -17px 18px #cd4606,
      3px -18px 20px #973716;
  }
}

@-webkit-keyframes animation {
  0% {
    text-shadow: 0 0 5px #fefcc9,
      3px -2px 8px #feec85,
      -6px -4px 10px #ffae34,
      6px -8px 12px #ec760c,
      -6px -12px 15px #cd4606,
      0 -16px 20px #973716,
      3px -18px 25px #451b0e;
  }
  100% {
    text-shadow: 0 0 5px #fefcc9,
      3px -2px 8px #fefcc9,
      -6px -4px 10px #feec85,
      7px -10px 15px #ffae34,
      -7px -14px 12px #ec760c,
      0 -17px 18px #cd4606,
      3px -18px 20px #973716;
  }
}

@-o-keyframes animation {
  0% {
    text-shadow: 0 0 5px #fefcc9,
      3px -2px 8px #feec85,
      -6px -4px 10px #ffae34,
      6px -8px 12px #ec760c,
      -6px -12px 15px #cd4606,
      0 -16px 20px #973716,
      3px -18px 25px #451b0e;
  }
  100% {
    text-shadow: 0 0 5px #fefcc9,
      3px -2px 8px #fefcc9,
      -6px -4px 10px #feec85,
      7px -10px 15px #ffae34,
      -7px -14px 12px #ec760c,
      0 -17px 18px #cd4606,
      3px -18px 20px #973716;
  }
}



/*=========================================================
	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;
  }
  .header-logo {
    float: none;
    text-align: center;
  }
  .header-logo .logo {
    display: inline-block;
  }
  #product-imgs {
    margin-bottom: 60px;
    margin-top: 15px;
  }
  #rating {
    text-align: center;
  }
  #reviews {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .effects-hide-mob{
    display: none;
  }
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }
  .product{
    width: 93% !important;
  }
  .products-slick-nav{
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
  }
  .slick-prev, .slick-next{
    width: 40px !important;
    height: 40px !important;
  }
  .tabs_wrap{
    width: 100%;
  }
  .home_cats_row,.product_page_row{
    width:100%;
    margin: 0;
  }
  .home_cats_row .col-md-12,.product_page_row .col-md-12{
    width:100% !important;
  }
  .product .product-img img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .section-tab-nav li {
    font-size: 3.5vw;
  }
  #newsletter .col-md-12{
    width: 100%;
    padding: 0;
  }
  #rentFormT{
    argin: 50px auto !important;
    font-size: 5vw;
  }
  #rentFormSubmit{
    width: 80%;
    border-radius: 100px;
  }
  .header-search{
    display: none;
  }
  .header-links li{
    margin-right: 5px;
  }
  #top-header .container{
    padding-right: 2px;
    padding-left: 2px;
  }
  .priceItem a:active{
    color: white;
  }
  .slide-arrow-none{
    display: none !important;
  }

  /*PAGE ITEMS MOBILE*/

  .products-slick.pages{
    direction: rtl;
    overflow: hidden;
    white-space: nowrap;
  }
  .products-slick.pages .product.page,.products-slick.pages .product.cat{
    float: none;
    display: inline-block;
    direction: inherit;
    position: relative;
  }
  #slick-nav-pages{
    display: block;
  }

  .logo-md{
    display: none;
  }
  .menu-cart-md{
    width: 100%;
  }
  .search-md{
    display: none;
  }
  .shopp-cart{
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .header-ctn>div>a>span{
    font-size: 5vw !important;
  }
  .main-nav li{
    width: 100%;
  }
  .main-nav>li+li{
    margin-right: 0;
  }
  #responsive-nav{
    font-size: 4vw;
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 10px;
    max-height: 100%;
  }
  .main-nav{
    overflow-y: auto;
    max-height:100%;
  }
  #close_rent_menu{
    display: block;
  }

  #lott_main_wrap{
    padding-top: 0px;
  }
  #new_lottery_head_txt1 img{
    width: 35%;
  }
  #new_lottery_head_txt1,#new_lottery_head_txt2{
    font-size: 6vw;
  }

  #new_lottery_head_bottom_txt1{
    font-size: 6vw;
  }
  #new_lottery_head_bottom_txt2{
    font-size: 5vw;
  }
  #new_lottery_head_bottom_txt2 span{
    font-size: 5vw;
  }
  #new_lottery_head_bottom_txt3{
    font-size: 6vw;
  }
  #new_lottery_head_bottom_txt3 span{
    font-size: 6.5vw;
  }
  .container,.col-md-12{
    padding: 0 10px;
  }
  .lott_titles{
    margin-top:15px;
    font-size: 7vw;
  }
  #new_lottery_info_wrap,#lott_takanon{
    font-size: 5vw;
  }
  #show_more_lott{
    width: 100%;
  }
  #lott_sub_init,#lott_sub,#lott_sub_sub {
    font-size: 6vw;
    width: 96%;
    margin: 40px auto;
  }
  #changeLottMail,#new_lott_mail_sub,#new_lott_mail_sub_cancel{
    font-size: 3vw;
  }
  .lottery_winner_badge{
    display: none;
  }
  .lottery_winner_text,.lottery_winner_im_mw{
    width: 100%;
  }
  .winner_percent,.winner_days,.winner_kit{
    width: 90%;
    font-size: 5vw;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .lott_winn_im_wrap {
    width: 50px;
    margin-right: 3%;
  }
  .lott_winn_im_wrap:first-child{
    margin-right: 0;
  }

  #rentInfoMH{
    margin-bottom: 30px;
    font-size: 7vw !important;
  }
  #rentInfoInn{
    font-size: 4.5vw;
  }
  #rentInfoInn p{
    padding: 0 30px;
  }
  #rentInfoInn h4{
    font-size: 6vw;
    margin-top: 30px;
  }
  #MHtxt2{
    font-size: 5vw !important;
  }
  #infoPriceSpan {
    font-size: 5vw;
  }

  .priceItem{
    border-bottom-width: 5px;
    border-right: 1px solid #E4E7ED;
    border-top:1px solid #E4E7ED;
    padding-top: 20px;
    margin-top: 20px;
  }
  .priceItem a{
    font-size: 6vw;
  }
  .priceItem div:nth-child(1){
    font-size: 8vw;
  }
  .priceItem div:nth-child(2){
    font-size: 5.5vw;
  }
  .priceItem div:nth-child(2) span {
    font-size: 6vw;
  }

  #kit_upgrade_wrap {
    font-size: 4vw;
  }
  #kit_upgrade_wrap div{
    margin-top:15px;
  }
  #kit_upgrade_wrap div:first-child{
    margin-top:35px;
  }

  .kit_upgrade_table {
    width: 100%;
    text-align: center;
    font-size: 5.5vw;
  }

  .kit_upgrade_table td:first-child{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .kit_upgrade_table td:nth-child(2){
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .kit_upgrade_table td:last-child{
    width: 100%;
    display: block;
    text-align: center;
  }

  .row.pupgrades .product{
    margin-bottom: 25px !important;
  }

}

@media only screen and (max-width: 480px) {
  .products-single-cat .product{
    width: 47% !important;
    float: right;
    margin: 5px !important;
    display: block;
  }
  .products-single-cat .product .product-name a{
    min-height: 50px;
  }
  [class*='col-xs'] {
    width: 100%;
  }
  .store-grid {
    float: none;
    margin-top: 10px;
  }
  .store-pagination {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li{
    font-size: 2.9vw;
  }
}
