@charset "UTF-8";
/* ************************************************************************** 
 * 24WebGroup : Prallax-Multipurpose eCommerce Template
 *
 * file           : themestyles.css
 * Desc           : Prallax-Multipurpose eCommerce Template for business, ecommerce, ecommerce psd, fashion, online shopping, shopping
 * Version        : 1.0
 * Date           : 6.29.2016
 * Author         : 24WebGroup
 * Author URI     : http://24webgorup.com
 * Email          : webgroup@gmail.com
 *
 * 24WebGroup . Copyright 2016. All Rights Reserved.
 * ********************************************************************************** */
/* *************************************************************************************
 * ******  Prallax-Multipurpose eCommerce Template - Table of Content ****************

  1 - General
    1.1 - Global properties (body, common classes, structure etc)
    1.2 - Typography (section title, links,page)
    1.3 - Buttons 
    1.4 - Form / Input / Textarea /select box 
    1.5 - Theme Colors
    1.6 - Theme Fonts
    1.7 - Quickview Popup
    1.8 - Register Popup

  2 - Header
    2.1 - Header Top Menu
    2.2 - Header Container 
    2.3 - Header Navigation menu , mega menu , dropdown menu 
    2.4 - Header 3 Style

  3 - Home 
    3.1  - Content slider :
    3.2  - promo banner 
    3.3  - products  
    3.4  - category 
    3.5  - today dels
    3.6  - custom message
     3.7  - mega sale 
    3.8  - Products 
    3.9  - Blog
    3.10  - Popup: Login Register 
    3.11  - Home Style 2
    3.12  - Home Style 3


  4 - Sliders / OwlCarousel
    4.1 - home content slider
    4.2 - Home Product Slider
    4.3 - Brands Slider
    4.4 - Testimonials Slider
    4.5 - product tab slider

  5 - Components / Shortcodes / Widget
    5.1 - Breadcrumbs
    5.2 - Pagination   
    5.3 - Rating stars    
    5.4 - Blog post
    5.5 - Single Blog post
    5.6 - Comments  
    5.7 - Widgets
    5.8 - Contacts form
    5.10 - Back to top button

  6 - Shopping Cart

  7 - Checkout

  8 - Pages
    8.1 - About Us 
    8.3 - Error Page    
    8.4 - My Account
    8.5 - Product Category

  9 - Footer
    6.1 - Footer widgets
    6.2 - footer newslatter
****************************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic,500italic,700italic,900,900italic");
@import url("https://fonts.googleapis.com/css?family=Yellowtail");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,600italic,800italic,900italic,500");
/* *************************** reset ************************************************** */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #3d90cc;
}
a:focus {
  color: #333;
  outline: none;
  text-decoration: none;
}

.radio-inline input:focus, .btn-button:focus {
  outline: medium none;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding-top: 111px;
}
body.common-home {
  padding-top: 0;
}

/***input type***/
.form-group input, .form-control {
  border-radius: 0;
}

.form-group label {
  font-weight: 500;
}

/***end input type***/
.hadding-title > a {
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

/* link hover*/
a.product-name:hover {
  color: #3d90cc;
}

.product-name > a, .font-capitalize {
  text-transform: capitalize;
}

/*font capitalize*/
/* all color  */
.gray60 {
  color: #999999;
}

.gray9 {
  color: #171717;
}

.gray20 {
  color: #333333;
}

.tomato {
  color: #3d90cc;
}

.white {
  color: #fff;
}

.silver-tree {
  color: #64c195;
}

.gray9-bg {
  background-color: #545454;
}

.tomato-bg {
  background-color: #3d90cc;
}

.white-bg {
  background-color: #ffffff;
}

/* end all color */
/* button*/
.product-details .hover-box .btn-button.button-search {
  padding: 6px 0;
  text-align: center;
}
.product-details .hover-box .btn-button.button-wishlist {
  padding: 6px 0;
}
.product-details .hover-box .btn-button.button-compare {
  padding: 7px;
}

.compare-box .btn-button {
  padding: 11px 20px;
}

.border-radius {
  border-radius: 0;
}

.gray9-btn {
  border-radius: 0;
  letter-spacing: 0.001em;
  padding: 10px 27px;
  text-transform: uppercase;
}
.gray9-btn:hover {
  color: #ffffff;
}
.gray9-btn.white-bg:hover {
  background-color: #3d90cc;
}
.gray9-btn.tomato-bg:hover {
  background-color: #171717;
}

.button-set {
  margin-top: 45px;
}

/* end button*/
.top-bar ul li a {
  color: #999999;
  font-style: normal;
  font-weight: 400;
}

.nav.navbar-nav {
  margin-bottom: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: none;
  color: #fff;
  outline: none;
}

/***sub title***/
.sub-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #3d90cc;
  padding-bottom: 8px;
}

/***end sub title***/
/* all transion and effect */
.top-bar ul li a, .gray9-btn, a.btn-button, .arow-left, .arow-right, .button-box button.btn-button, .cart-button, .tab-menu ul > li, .post-meta > li, a, .submit-btn, .size-box li a span, .add-to-cart button.btn-button, .product-img-box .icon, .estimate-ship-tax button.btn-button, button.btn-button, .panel-heading, .contact-details .icon {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.our-social-media ul li a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.our-social-media ul li a span {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.popup-box .radio strong, span, .popular-tag-content li, .free-sp-icon-box-inner, .style-3 .free-shgipping-box, .gray9-btn:hover, a.btn-button:hover, .arow-left:hover, .arow-right:hover, .button-box button.btn-button:hover, cart-button:hover, .tab-menu ul > li:hover, a:hover, .submit-btn:hover, .size-box li a span:hover, .add-to-cart button.btn-button:hover, .product-img-box .icon:hover, .estimate-ship-tax button.btn-button:hover, button.btn-button:hover, .panel-heading:hover, .contact-details .icon, .our-social-media ul li a span:hover, .popup-box .radio strong:hover, span:hover, .popular-tag-content li:hover, .free-sp-icon-box-inner:hover, .style-3 .free-shgipping-box:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

/* megamenueffect for let to rigth */
@keyframes mmenuffect {
  from {
    opacity: 0;
    margin-left: -25px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
@-moz-keyframes mmenuffect {
  from {
    opacity: 0;
    margin-left: -25px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
@-o-keyframes mmenuffect {
  from {
    opacity: 0;
    margin-left: -25px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
@-webkit-keyframes mmenuffect {
  from {
    opacity: 0;
    margin-left: -25px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/** superfish menu effect for top to bootom */
@keyframes sfmenuffect {
  from {
    opacity: 0;
    margin-top: -60px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@-moz-keyframes sfmenuffect {
  from {
    opacity: 0;
    margin-top: -60px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@-o-keyframes sfmenuffect {
  from {
    opacity: 0;
    margin-top: -60px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes sfmenuffect {
  from {
    opacity: 0;
    margin-top: -60px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
/* animation for mega  menu */
.navigation ul li:hover ul.mmenuffect, .product-details:hover .mmenuffect, .item .product-details:hover .color-overlay.mmenuffect {
  -webkit-animation: mmenuffect 0.7s;
  animation: mmenuffect 0.7s;
}

/* animation for sfmenuffect */
.navigation ul li:hover ul.sfmenuffect, .sf-vartical-menu li:hover ul.sfmenuffect, .lang-currency ul li:hover ul.sfmenuffect, .header-cart-mini:hover .cart-product-list.sfmenuffect {
  animation: sfmenuffect 0.7s;
  -moz-animation: sfmenuffect 0.7s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -o-animation: sfmenuffect 0.7s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation: sfmenuffect 0.7s;
  animation-fill-mode: forwards;
}

/* global data padding */
.padding-top {
  padding-top: 45px;
}

.margin-buttom {
  margin-bottom: 45px;
}

.margin-top {
  margin-top: 45px;
}

.padding-top-product {
  padding-top: 30px;
}

.margin-buttom-product {
  margin-bottom: 30px;
}

.margin {
  clear: both;
  padding-top: 30px;
}

/*end padding */
.clearboth {
  clear: both;
}

/** ratting*/
.rating {
  cursor: default;
}

/** end ratting*/
/****************************  buttons   *****************************/
.border-color {
  border: 1px solid #fff;
}
.border-color:hover {
  border: 1px solid #3d90cc;
}

.button-set .btn-button, input.btn-button, button.btn-button {
  border: none;
  border-radius: 0;
  padding: 11px 20px;
  text-transform: uppercase;
  outline: none;
}

a.btn-button, .btn-primary, .btn-default {
  border-radius: 0;
  padding: 10px 28px;
  text-transform: capitalize;
}

.btn-primary, .btn-default {
  background-color: #171717;
  color: #fff;
  border-color: #171717;
}

/*******************************         hover               **********************************/
.btn-primary:hover, .btn-default:hover, .btn-primary:focus, .btn-default:focus {
  background-color: #3d90cc;
  color: #fff;
  border-color: #3d90cc;
  outline: none;
}

.btn.btn-button:hover {
  color: #fff;
}

a.btn-button:hover, button.btn-button:hover, input.btn-button:hover {
  background-color: #3d90cc;
  color: #fff;
}

.button-cart {
  left: 60px;
  position: absolute;
  top: 131px;
}

.medium-products button.btn-button.cart-button {
  margin-top: -50px;
}

button.btn-button.cart-button {
  background: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  border-top: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -34px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  width: 130px;
  padding: 6px 12px;
}

a.btn-button.button-search {
  color: #333;
  display: inline-block;
  height: 35px;
  padding: 8px 10px;
  position: absolute;
  width: 35px;
  z-index: 10;
}

button.btn-button.button-wishlist, button.btn-button.button-compare {
  color: #333;
  display: inline-block;
  height: 35px;
  padding: 8px 10px;
  position: absolute;
  width: 35px;
  z-index: 10;
}

a.btn-button.button-search, .hover-box button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.featured-prodcuts .product-details:hover .product-img .hover-box .cart-button {
  top: 47%;
}

button.btn-button.cart-button:hover {
  color: #3d90cc;
}

.btn.btn-button.cart-button > span {
  margin: 5px;
}

/**round button**/
.btn-bul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0194da;
  color: #1a2e37;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0 16px;
  height: 46px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.btn-bul:hover {
  color: #fff;
  background: #0194da;
}

.go_to {
  color: #0194da;
  font-size: 12px;
  text-decoration: underline;
  margin-left: 28px;
  position: relative;
}
.go_to:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -27px;
  width: 17px;
  height: 19px;
  display: block;
  background: url(../../image/icons/to-cart.png) center center;
}
.go_to:hover {
  text-decoration: none;
}
.btn-button.button-ron {
  border-radius: 100%;
  height: 34px;
  padding: 7px;
  width: 34px;
}

.button-box button.btn-button:hover, button-box a.btn-button:hover {
  background-color: #3d90cc;
  color: #ffffff;
}

/**************************************** end buttons  ********************************************/
/**************************** hadding ********************************************/
.account-title {
  border-bottom: 2px solid #3d90cc;
  font-weight: bold;
}

.hadding {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: raleway;
}
.hadding > span {
  border-bottom: 2px solid #3d90cc;
}

/*******************************    end hadding   ****************************/
/**********************  page title   *************************/
.page-title > h1 {
  margin-bottom: 0;
  margin-top: 0;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

h1 {
  font-size: 30px;
}

.title {
  letter-spacing: -0.8px;
  display: inline;
  position: relative;
  color: #4d5a6a;
  font-weight: 600;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.title:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -21px;
  background: #0194da;
}
.title.level2 {
  font-size: 24px;
  font-weight: 500;
}
.title.level2:after {
  bottom: -23px;
}
.title.grey_border:after {
  background: #cbdde5 !important;
}

.comment-form .title-wrap {
  padding-top: 0;
  margin-bottom: 2px !important;
}
.comment-form .title-wrap .title {
  top: -3px;
}

.title-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 17px;
}

.col-sm-12.page-title h1 {
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  text-align: center;
  padding-bottom: 20px;
}
.page-title > span, .page-title > h1 {
  border-bottom: 2px solid #3d90cc;
  font-family: Raleway;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 8px;
}

/*****************     product title      ***************/
h2.product-hadding, span.product-hadding {
  margin: 0 0 3px;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  padding-bottom: 3px;
}

.product-hadding > span {
  border-bottom: 2px solid #3d90cc;
}

/** ********  end product title  *****/
/**product ratting**/
.rating .star.active {
  color: #3d90cc;
  font-size: 14px;
}
.rating .star.active::before {
  content: "\f006";
  font-family: fontawesome;
}
.rating .star-o {
  color: #999;
}
.rating .star-o::before {
  content: "\f006";
  font-family: fontawesome;
}

/**************** start breadcrumb ******************/
.breadcrumb.breadcrumb-box {
  margin-bottom: 45px;
  border-radius: 0;
  text-align: center;
  text-transform: capitalize;
}

.breadcrumb-box li {
  display: inline;
}

.breadcrumb span > span::after {
  content: "\f101";
  font-family: fontawesome;
  margin-left: 5px;
}

.breadcrumb-box span > span {
  margin: 5px;
}

/**end breadcrumb**/
/***arow icon***/
.small-arow-icon .arow-left {
  font-size: 12px;
  height: 25px;
  line-height: 1px;
  padding: 5px 4px;
  width: 25px;
}
.small-arow-icon .arow-right {
  font-size: 12px;
  height: 25px;
  line-height: 1px;
  padding: 5px 7px;
  width: 25px;
}

/*********************     slider arow icon *******************/
.slider-area .nivo-prevNav:before, .slider-area .nivo-nextNav:before {
  font-family: "icomoon";
  content: "\e052";
  font-size: 20px;
}
.slider-area .nivo-controlNav {
  width: 100%;
}
.slider-area .nivo-prevNav, .slider-area .nivo-nextNav {
  border: 2px solid #333333;
  border-radius: 100%;
  height: 46px;
  padding: 7px 14px;
  width: 46px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 30px;
  font-size: 0;
}
.slider-area .nivo-prevNav:hover, .slider-area .nivo-nextNav:hover {
  border: 2px solid #3d90cc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-area .nivo-prevNav {
  padding: 6px 13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 30px;
}

/**********************   input feild ******************************/
.form-control {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 46px;
  outline: none;
  font-size: 14px;
  padding-left: 16px;
  color: #4d5a6a;
}

.input-group {
  display: block;
}

/************************* top to buttom **********************/
.top-bottom {
  cursor: pointer;
  position: relative;
  right: 18px;
}
.top-bottom .fa-play {
  border: 2px solid #3d90cc;
  border-radius: 100%;
  bottom: 50px;
  color: #3d90cc;
  height: 45px;
  padding: 13px 16px;
  position: fixed;
  right: 40px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 45px;
}
.top-bottom .fa-play:before {
  font-family: "icomoon";
  content: "\e052";
  font-size: 14px;
}
.top-bottom .fa-play:hover {
  border-color: #171717;
  color: #171717;
}

/*************  left add banner ************ */
.aside-category-banner-img {
  position: relative;
}
.aside-category-banner-img > img {
  width: 100%;
}

.aside-category-banner-button {
  bottom: 26px;
  position: absolute;
}

.main-container .aside-category-banner-button {
  left: 33px;
}

/********************************************************** all header code ******************************************/
body.common-home .header-container {
  background: rgba(255, 255, 255, 0.8);
}
body header.scrolled .header-container {
  background: white;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
header.scrolled {
  height: 81px;
}
header.scrolled .top-bar {
  opacity: 0;
}
header.scrolled .header-container {
  top: -30px;
}

/*-------------*top  links -------------*/
.top-links .nav.navbar-nav > li {
  display: inline-block;
}

.top-bar {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-bar .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding-right: 70px;
}
.top-bar .top-links .top-number {
  display: none;
}
.top-bar .top-links a, .top-bar .top-links p {
  position: relative;
  font-size: 12px;
  color: #b6cad4;
  margin: 0;
  margin-left: 56px;
}
.top-bar .top-links a:first-chil, .top-bar .top-links p:first-chil {
  margin-left: 0;
}
.top-bar .top-links .del-service {
  margin-left: 95px;
}
.top-bar .top-links .del-service:after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  margin-top: -11px;
  display: block;
  width: 24px;
  height: 23px;
  background: url(../../image/icons/new-label.png) center center no-repeat;
}
.top-bar ul li a span {
  margin-left: 0;
  margin-right: 8px;
}
.top-bar ul li ul.dropdown-menu {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 0;
  background: #fff;
  top: 120%;
  height: 80px;
  width: 176px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-bar ul li ul.dropdown-menu li {
  height: 50%;
  border: 0;
}
.top-bar ul li ul.dropdown-menu li button {
  height: 100%;
  padding: 0;
  padding-left: 22px !important;
  background: #fff;
}
.top-bar ul li ul.dropdown-menu li button span {
  color: #1a2e37;
}
.top-bar ul li ul.dropdown-menu li button:hover {
  background: #1a2e37;
}
.top-bar ul li ul.dropdown-menu li button:hover span {
  color: #fff;
}
.top-bar ul li:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 1px);
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: 176px;
  height: 81px;
}
.top-bar .form-language a.dropdown-toggle {
  font-size: 12px;
  padding: 6px 9px;
  color: #b6cad4;
}

.social-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-list__item {
  line-height: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.social-list__item:last-child {
  margin-right: 0;
}

.single-product-description .form-horizontal .form-group {
  margin: 0;
}

.rewers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rewers > div {
  width: 50%;
}
.rewers > div:first-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 10px;
}
.rewers > div:last-child {
  padding-top: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-right: 10px;
}
.rewers .alert {
  border-radius: 0;
}
.rewers .contact-form .input-group {
  margin-bottom: 20px !important;
}
.rewers .contact-form .btn-def {
  margin-left: 26px;
  padding-right: 64px;
}
.rewers textarea {
  resize: none;
}
.rewers .form_footer {
  margin-top: 19px !important;
}

.review_cont .title-wrap {
  padding-top: 0;
}
.review_cont .title-wrap .title {
  position: relative;
  top: -3px;
}
.review_cont ul {
  padding-top: 12px;
}
.review_cont ul li {
  margin-bottom: 15px;
}
.review_cont ul .review_text {
  color: #2a2d34;
  font-size: 14px;
  margin-bottom: 3px;
}
.review_cont ul .review_author {
  font-size: 12px;
  color: #929fa7;
  margin-bottom: 5px;
}
.review_cont ul .review_author span {
  margin-left: 3px;
}
.review_cont .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.review_cont .rating span {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("../../image/icons/emty-star.png") center center no-repeat;
}
.review_cont .rating span:before {
  display: none;
}
.review_cont .rating span.active {
  background: url("../../image/icons/full-star.png") center center no-repeat;
}

.rating-box {
  position: relative;
  top: -5px;
}
.rating-box label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 52px;
}
.rating-box span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.rating-box span:first-child {
  color: #e90b44;
}
.rating-box input[type=radio] {
  position: relative;
  top: 3px;
}

.red_text {
  color: #e90b44;
}

.green_text {
  color: #46bf0a;
}

.close-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #c62221;
}
.close-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  margin-left: -1px;
  height: 100%;
  width: 2px;
  background: #c62221;
}

.top-links a:hover {
  color: #ffffff;
}

.top-bar {
  background: #1a2e37;
}
.top-bar ul li a {
  text-transform: capitalize;
  padding: 10px 12px;
  display: block;
}
.top-bar ul li a.dropdown-toggle {
  padding: 5px 12px;
}
.top-bar .list-line {
  display: inline-block;
}
.top-bar ul > li > form > a:hover {
  color: #fff;
}
.top-bar ul > li > form > ul > li > a:hover {
  background: transparent;
  color: #fff;
  border: transparent;
  outline: none;
}

/*-----------------------------------*language & curency ---------------------------------*/
.dropdown-menu > li > a:focus {
  background: transparent;
  color: #fff;
  border: transparent;
  outline: none;
}

.top-bar ul > li > form > ul > li {
  border-bottom: 1px dotted #434343;
}
.top-bar ul > li > form > ul > li > a {
  padding: 7px 15px;
}
.top-bar ul > li > form > ul > li:last-child {
  border-bottom: medium none;
}
.top-bar .list-line.currency span {
  text-transform: uppercase;
}
.top-bar .flags {
  padding-right: 7px;
}

.navbar-nav > li:last-child a {
  padding-right: 0;
}

/*-----------------------------------*header center---------------------------------*/
.header-container {
  position: relative;
  background: white;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  -webkit-box-shadow: 0px -6px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -6px 10px 5px rgba(0, 0, 0, 0.2);
  top: 0;
}
.header-container .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header-container .logo a img {
  position: relative;
  top: 1px;
  left: 1px;
}
.header-container .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-container .header-main .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.header-container .header-main .main-menu .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-container .header-main .main-menu .header-menu .nav-container {
  margin-right: 15px;
}
.header-container .header-main .main-menu .header-menu .navigation {
  height: 100%;
}
.header-container .header-main .main-menu .header-menu .open-search {
  width: 70px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.header-container .header-main .main-menu .header-menu .open-search:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../image/icons/zoom-icon.png") center center no-repeat;
}
.header-container .header-main .main-menu .header-menu .number-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}
.header-container .header-main .main-menu .header-menu .number-box .top-number {
  position: relative;
  top: 4px;
  color: #4d5a6a;
  font-size: 20px;
  letter-spacing: -0.8px;
}
.header-container .header-main .main-menu .header-menu .number-box .top-number span {
  color: #b9c0ca;
}

.header-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}
.header-social-list .social-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
}

/*-----------------------------------*logo---------------------------------*/
/*-----------------------------------*message*---------------------------------*/
.message-content {
  float: left;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.header-message-box .fa.fa-mail-forward {
  border-radius: 43px;
  -webkit-box-shadow: 2px 5px 3px #c8c8c8;
  box-shadow: 2px 5px 3px #c8c8c8;
  color: #333333;
  float: left;
  font-size: 12px;
  height: 35px;
  margin-right: 10px;
  padding: 13px;
  text-align: center;
  width: 35px;
}

/*-----------------------------------*header search*---------------------------------*/
/***dd-select****/
.header-search .dd-select {
  background: none !important;
  border: none;
  position: absolute !important;
  right: 45px;
  top: -34px;
  width: 100px !important;
}

.dd-container {
  float: right;
}

.dd-selected {
  padding: 3px 10px !important;
  border-left: 1px solid #333;
}
.dd-selected label {
  display: unset;
  font-weight: normal;
  text-transform: capitalize;
}

.dd-option label {
  display: unset;
  font-weight: normal;
  text-transform: capitalize;
}

.dd-options {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e8e8e8 !important;
  border-top: 0 !important;
}

.dd-option {
  border-bottom: 1px solid #e8e8e8 !important;
}

.dd-pointer-down {
  margin-top: -2px !important;
}

.dd-pointer-up {
  margin-top: -5px !important;
}

/***dd-select****/
.header-container .header-search {
  position: relative;
}

.form-control:focus {
  border-color: #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search span.fa-ellipsis-v {
  color: #9f9f9f;
  left: 14px;
  position: absolute;
  top: 15px;
}

.select-search-catergoy.select-search-catergoy {
  border: none;
  position: absolute;
  right: 28px;
  top: 4px;
  border-left: 1px solid #333333;
  padding: 0 4px;
}

.header-container .header-search button {
  border: 1px solid #171717;
  padding: 9px 15px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-container .header-search button:hover {
  background-color: #3d90cc;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #3d90cc;
}

.header-search input {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  padding: 0 27px;
}

/****style 1****/
.style-1 {
  display: none;
}

/****style2****/
.style-2-header-bg {
  background-color: rgba(0, 0, 0, 0.3);
}

.style-2 .cart-top-title > span {
  display: block;
  margin-left: 18px;
}
.style-2 .topcart-mini-container {
  position: unset;
  text-align: right;
}
.style-2 .block-cart button {
  background: none;
  border: none;
  color: #ffffff;
  padding: 0;
}
.style-2 .cart-product-list {
  top: 31px;
}

header.header-style-2 {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 999999;
}

.common-home header.header-style-2 {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 999999;
}

.header-cart-mini.style-2 span.fa-shopping-bag {
  background-color: #171717;
  border-radius: 100%;
  height: 36px;
  padding: 10px;
  width: 36px;
  float: left;
}

.style-2 .cart-top-title {
  float: left;
  margin-top: 6px;
}

.menu-style-2 .sf-menu > li > a {
  color: #999;
}
.menu-style-2 .active span {
  color: #fff;
}

/***style-3  for top prodcut ***/
.style-3 .cart-top-title {
  color: #333;
}

.megamenu .item .product-details {
  margin-top: 0;
}
.megamenu .lable-sale, .megamenu .lable-new {
  padding: 6px 10px 9px;
}

.style-3 .sf-menu .rating .star.active {
  background: transparent;
}
.style-3 .sf-menu li .new-price {
  color: #333;
}
.style-3 .sf-menu li .ratting-box, .style-3 .sf-menu li .old-price {
  margin-top: 17px;
}
.style-3 .sf-menu li .product-name {
  overflow: unset;
}

#sf-menu > ul > .megamenu li ul > li a.btn-button.button-search {
  padding: 8px 10px;
}

.style-3 .sf-menu li .product-img img {
  max-width: 100%;
}

/* custom menu */
.custom-block-title {
  border-bottom: 3px solid red;
  color: #333;
  font-family: raleway;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 5px;
  text-transform: capitalize;
}

.custom-block-content .dsc {
  color: #333;
  line-height: 22px;
  margin: 0;
  padding: 20px 0 0;
  text-align: justify;
}
.custom-block-content .dsc > img {
  float: left;
  padding: 0 20px 0 0;
}

.navbar-default {
  background: #e4e7e9;
  border: 0;
}

/***************************************************************** menu *****************************************************/
/* menu */
.style-3 .margin-left-0, .style-3 .margin-right-0 {
  padding: 0px;
}

#sf-menu {
  margin: 0 auto;
  text-align: left;
}
#sf-menu > ul {
  height: 100%;
  max-height: 80px;
  margin: 0;
  padding: 0;
}
#sf-menu > ul > li {
  height: 80px;
}
#sf-menu > ul > li > a {
  height: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1b2f38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px;
  position: relative;
}
#sf-menu > ul > li > a span {
  position: relative;
  top: 5px;
}
#sf-menu > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  display: block;
  width: 0;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1b2f38;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#sf-menu > ul > li > a:hover:before {
  width: 100%;
}

.empty-category {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.sf-menu {
  margin: 0;
  padding: 0;
}
.sf-menu > li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block;
}

/*  lavel 1 */
ul.sf-menu > li > a {
  padding: 17px 19px;
}
ul.sf-menu li.active > a {
  color: #fff;
}
ul.sf-menu li.active > a > span:before {
  content: "\f015";
  font-family: fontawesome;
  padding-right: 5px;
  font-size: 13px;
}

.sf-menu > li > a {
  color: #999;
  display: block;
  float: left;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
.sf-menu > li > a > .fa.fa-angle-down {
  padding-left: 5px;
}
.sf-menu > li:hover {
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu > li:hover > a span {
  color: #0194da;
}
.sf-menu > li.sfHover {
  background-color: #3d90cc;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu > li.sfHover > a {
  background-color: #3d90cc;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu > li.active {
  background-color: #3d90cc;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* menu style 2 */
.menu-style-2 .sf-menu > li {
  border-bottom: 3px solid transparent;
}
.menu-style-2 .sf-menu > li:hover {
  background-color: transparent;
  border-bottom: 3px solid #3d90cc;
}
.menu-style-2 .sf-menu > li.sfHover {
  background-color: transparent;
  border-bottom: 3px solid #3d90cc;
}
.menu-style-2 .sf-menu > li.sfHover > a {
  background-color: transparent;
  border-bottom: 3px solid #3d90cc;
}
.menu-style-2 .sf-menu > li.active {
  background-color: transparent;
  border-bottom: 3px solid #3d90cc;
}

/* mga menu */
.sf-menu > li.megamenu {
  cursor: pointer;
  position: inherit !important;
}
.sf-menu > li.megamenu .row {
  margin: 0;
}
.sf-menu > li.megamenu .category-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  overflow: hidden;
  background-position: top right;
  background-repeat: no-repeat;
}
.sf-menu > li.megamenu > ul {
  font-weight: normal;
  text-transform: none;
  width: calc(100% - 20px);
  left: 10px;
  margin: 0;
  background-color: #ffffff;
  z-index: 3333;
  top: 101%;
}
.sf-menu > li.megamenu > ul .sub-categ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 33px 61px;
  -webkit-box-shadow: 9px 0px 23px 22px white;
  box-shadow: 9px 0px 23px 22px white;
  background: #fff;
  min-width: 647px;
}
.sf-menu > li.megamenu > ul .sub-categ .categ-col:first-child {
  width: 240px;
}
.sf-menu > li.megamenu > ul .sub-categ .categ-col:nth-child(2) {
  width: 212px;
}
.sf-menu > li.megamenu > ul .sub-categ .categ-col ul {
  padding-top: 19px;
  padding-right: 20px;
}
.sf-menu > li.megamenu > ul .sub-categ .categ-col ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.sf-menu > li.megamenu > ul .sub-categ .categ-col ul li:last-child {
  margin-bottom: 0;
}
.sf-menu > li.megamenu > ul > li a.sub-heading {
  color: #4d5a6a;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.sf-menu > li.megamenu > ul > li a.sub-heading > span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.9px;
}

#sf-menu > ul > .megamenu li ul > li.last-child {
  padding-left: 25px;
}

.sf-menu .megamenu > ul > li > a {
  padding: 3px 15px 3px 15px;
}
.sf-menu > li.megamenu > ul > li .col-md-3 ul {
  margin-top: 20px;
}

#sf-menu > ul > li ul > li > a {
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
}
#sf-menu > ul > li ul > li > a:hover {
  color: #0194da !important;
}

/* lavel 2 */
.sf-menu > li > ul, .sfish-menu > .menu-animation > li > ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  padding: 20px;
}

.sf-menu > li > ul {
  padding: 0;
}

.sf-menu > ul > ul {
  top: 0;
  left: 100%;
}

.sfish-menu > .menu-animation > li {
  position: relative;
  padding: 12px 19px;
}
.sfish-menu > .menu-animation > li > ul {
  display: none;
}
.sfish-menu > .menu-animation > li > ul > li {
  position: relative;
  padding: 12px 19px;
}
.sfish-menu > .menu-animation > li:hover {
  background-color: #3d90cc;
}
.sfish-menu > .menu-animation > li:hover > ul {
  display: block;
  left: 116px;
  position: absolute;
  top: 0;
  padding: 0;
}
.sfish-menu > .menu-animation > li > ul > li:hover {
  background-color: #3d90cc;
}
.sfish-menu > ul.menu-animation {
  padding: 0;
}
.sfish-menu > .menu-animation > li:hover > a, .sfish-menu > .menu-animation > li > ul > li:hover > a {
  color: #ffffff !important;
}

.sf-menu ul a:hover, .sub-heading span:hover {
  color: #3d90cc;
}

.sf-menu li li:hover {
  background-color: #ffffff;
}
.sf-menu li li.sfHover {
  background-color: #ffffff;
}
.sf-menu li li.sfHover > a {
  background-color: #ffffff;
}
.sf-menu li li.active {
  background-color: #ffffff;
}
.sf-menu li.megamenu p {
  margin-bottom: 10px;
}

.menubanner2-inner img {
  width: 100%;
}

.menubanner2 {
  float: left;
  padding: 30px 0 0px;
  position: relative;
  margin-right: 17px;
}

a.menuban3 img {
  width: 100%;
  vertical-align: baseline;
}

/***megamenu banner***/
.menubanner2 p {
  color: #fff;
  font-family: Raleway;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0.02em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 28px;
  width: 100%;
}

.mmenu-banner-text {
  background-color: #3d90cc;
  padding: 20px;
  position: absolute;
  top: 130px;
  width: 90%;
}
.mmenu-banner-text h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.mmenu-banner-text h2 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.mmenu-banner-inner {
  border: 1px solid #fff;
  padding: 2px;
}

/***color overlay****/
a.menuban3:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 90%;
}

.hamburger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 34px;
  margin-left: 34px;
  display: none;
}

#nav-icon4 {
  top: 4px;
  width: 38px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1a2e37;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 5px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
  left: 5px;
}

.menubanner2-inner {
  position: relative;
}
.menubanner2-inner a:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.menu-toggle {
  display: none;
  height: 40px;
}

#cartmenu:hover .header-minicart.icon {
  background: #3d90cc;
}

div.minicart {
  position: absolute;
  right: 0;
}

/***header shopping cart***/
.header-cart-mini {
  position: relative;
}

.block-cart button {
  height: 80px;
  width: 176px;
  background-color: #c62221;
  background-image: url("../../image/icons/cart-top.png");
  background-position: left 29px top 21px;
  background-repeat: no-repeat;
  border: 0;
  color: #ffffff;
  font-size: 14px;
}
.block-cart button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #093f59;
}

.header-cart-mini:hover button, .block-cart button:focus {
  color: #fff;
  outline: none;
}

.header-cart-mini.style-2:hover button, style-2 .block-cart button:focus {
  background: transparent;
  border: transparent;
  outline: none;
}

.header-cart-mini .item .product-details {
  margin: 0;
  overflow: hidden;
}

.cart-top-title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 14px;
  padding-right: 15px;
}
.cart-top-title span {
  font-size: 14px;
  width: 100%;
  text-align: right;
}
.cart-top-title span.small-text {
  font-size: 11px;
}
.cart-top-title span.quantity {
  margin-bottom: 10px;
}
.cart-top-title span.currency {
  font-size: 11px !important;
}

.cart-product-list {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 92px;
  width: 440px;
  padding-top: 11px;
  -webkit-box-shadow: 0 3px 4px 0 #e8e8e8;
  box-shadow: 0 3px 4px 0 #e8e8e8;
  display: block;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-product-list li ul {
  max-height: 174px;
  overflow: auto;
}

.header-cart-mini:hover .cart-product-list {
  top: 81px;
  visibility: visible;
  opacity: 1;
}
.header-cart-mini .item.cart-item > a {
  float: left;
  border: 1px solid #e8e8e8;
}
.header-cart-mini .product-details {
  overflow: hidden;
}
.header-cart-mini .product-name {
  margin: 0;
  padding: 0;
}
.header-cart-mini .product-details-inner > a.remove {
  right: 43px;
  top: 31px;
}
.header-cart-mini .ratting-box {
  clear: both;
  display: block;
  margin-top: 2px;
}
.header-cart-mini .ratting-box small {
  padding-left: 2px;
  color: #8598a0;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
}
.header-cart-mini .new-price {
  display: inline;
  float: left;
  color: #c62221;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.header-cart-mini .new-price .price .currency {
  font-size: 14px;
  color: #4d5a6a;
  font-weight: 400;
  margin-left: 4px;
  font-family: "Roboto", sans-serif;
}
.header-cart-mini .new-price .quantity {
  color: #1a2e37;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -46px;
}
.header-cart-mini .old-price {
  float: left !important;
  margin: 0 5px;
}
.header-cart-mini .product-details-inner {
  overflow: hidden;
  text-align: left;
}
.header-cart-mini .remove {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  cursor: pointer;
}
.header-cart-mini .item.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0 10px 6px 8px;
  position: relative;
}
.header-cart-mini .item.cart-item:last-child .buttons {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-cart-mini .item.cart-item.empty-catr {
  padding-top: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 22px;
}
.header-cart-mini .item.cart-item.empty-catr p {
  margin: 0;
  text-align: center;
}
.header-cart-mini .item.cart-item .prod-img {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.header-cart-mini .item.cart-item .prod-img img {
  max-width: 100%;
}
.header-cart-mini .product-details-inner {
  overflow: hidden;
  padding: 0 14px;
  width: 280px;
}
.header-cart-mini .product-details-inner h4 {
  max-width: 248px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.header-cart-mini .product-details-inner h4 a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.1px;
  color: #2a2d34;
}

.top-subtotal {
  text-align: right;
}
.top-subtotal label {
  margin: 0 20px;
}

.header-cart-mini .buttons {
  margin: 10px 0 18px;
}
.header-cart-mini .btn-button.tomato-bg:hover {
  background-color: #171717;
}

/***style-3****/
.style-3 .sf-menu .active {
  background-color: #212121;
}
.style-3 .sf-menu > li.sfHover {
  background-color: #212121;
}
.style-3 .sf-menu > li.sfHover > a {
  background-color: #212121;
}
.style-3 .sf-menu > li.active {
  background-color: #212121;
}

/* left category manu and acordion menu */
.sf-vartical-menu2 i {
  display: none;
}

/********************* mini manu  ********************/
#mobile-menu {
  display: none;
  background-color: #444444;
}
#mobile-menu .mobile-menu-toggle {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#mobile-menu .toggle {
  float: right;
  width: 48px;
  margin-top: 3px;
}
#mobile-menu .mobile-main-menu {
  background-color: #fff;
}

.mobile-menu-toggle ul li {
  display: inline-block;
}
.mobile-menu-toggle ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 16px 17px;
  display: block;
  font-size: 15px;
}
.mobile-menu-toggle ul li:hover a {
  background-color: #3d90cc;
}

.mobile-search-menu {
  float: right;
  background: #4f4f4f;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../../image/bg/search_banner.png") center center no-repeat;
  background-size: cover;
  padding: 32px 40px 32px 40px;
  margin-top: 38px;
  margin-bottom: 21px;
}
.search-box select {
  background: transparent;
}
.search-box .search__input {
  position: relative;
}
.search-box .search__input input {
  width: 640px;
  height: 46px;
  border: 1px solid #cfcfcf;
}
.search-box .search__input .dropdown-menu.autocomplete {
  width: 100%;
  top: 76px !important;
  left: 0;
  border-radius: 0;
}
.search-box .search__input .dropdown-menu.autocomplete .item {
  border-bottom: 0;
}
.search-box .search__input .dropdown-menu.autocomplete .item.cart-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 72px;
  height: 72px;
  border: 0;
  background: transparent;
}
.search-box .search__input .dropdown-menu.autocomplete .item.cart-item .product-details {
  padding-top: 11px;
}
.search-box .search__input .dropdown-menu.autocomplete .item.cart-item .product-details a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.search-box .search__input .dropdown-menu.autocomplete .item.cart-item .product-details .product-price {
  margin-top: 4px;
}
.search-box .search__input .dropdown-menu.autocomplete .item.cart-item .product-details .product-price span {
  font-size: 24px;
}
.search-box .search__input .dropdown-menu.autocomplete .item.cart-item .product-details .product-price span .currency {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.search-box .btn-def {
  background: #fff;
  margin-left: 20px;
}
.search-box .btn-def.icon {
  padding-left: 40px;
  padding-right: 67px;
}
.search-box .serch-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.search-box .serch-select > span {
  margin-right: 13px;
}
.search-box .serch-select .chosen-container-single .chosen-single {
  background: transparent;
}

.empty_text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-top: 40px;
}

/* .mobile-search-menu a{   border-left: 1px solid #2dcafa; }*/
#mobile-menu .mobile-menu-toggle h2 {
  font-family: "roboto", sans-serif;
  color: #FFFFFF;
  float: left;
  font-weight: normal;
  line-height: 12px;
  margin-top: 11px;
  text-align: left;
  text-transform: uppercase;
  width: 88%;
  font-size: 18px;
}
#mobile-menu .toggle-icon .menu-icon {
  color: #fff;
}
#mobile-menu .toggle-icon .menu-icon:before {
  content: "\f0ca";
  font-family: FontAwesome;
  padding-right: 4px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
}

.accordion {
  list-style-type: none;
  padding: 20px;
}
.accordion ul {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.accordion li {
  cursor: pointer;
  display: block;
  position: relative;
}
.accordion li.active .parent-node {
  color: #c62221 !important;
}
.accordion li.active > span.down-up {
  background: #d0d8e1;
}
.accordion li.active > span.down-up:after {
  display: none;
}
.accordion li.active > span.down-up:before {
  background: #4d5a6a;
}
.accordion span.down-up {
  color: #fff;
  padding: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 13px;
  background: #4d5a6a;
  display: block;
}

.mobile-main-menu .accordion span.down-up {
  color: #999;
}
.mobile-main-menu .accordion ul > li > a::before {
  background: #999;
}

.accordion span.down-up:before {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  margin-left: -4px;
  margin-top: -1px;
}
.accordion span.down-up:after {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 8px;
  display: block;
  background: #fff;
  margin-left: -1px;
  margin-top: -4px;
}
.accordion a {
  color: #4d5a6a !important;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 6px 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}
.accordion a:hover {
  color: #0194da !important;
}
.accordion a.selected {
  color: #0194da !important;
}
.accordion li a:hover {
  color: #3d90cc;
}
.accordion ul a {
  padding: 7px 0 7px 15px;
}
.accordion li a:hover:before {
  background: #3d90cc;
}
.accordion ul > li > ul > li > a {
  padding: 7px 0 7px 25px;
}
.accordion ul > li > ul > li > ul > li > a {
  padding: 7px 0 7px 35px;
}

/*************************************************       promo banner        ************************************************/
.promo-ing > img {
  width: 100%;
}

.promo-banner-inner {
  position: relative;
  overflow: hidden;
}

.promo-content {
  height: 100%;
  left: 0;
  padding: 57px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 500;
  bottom: 0;
}

.promo-title {
  color: #fff;
  font-family: Raleway;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.promo-sub-title {
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  margin-top: 6px;
  text-transform: uppercase;
}

.promo-content .btn-button {
  color: #333;
}

.promobanner-3 .promo-content .btn-button span {
  color: #333;
}
.promobanner-3 .promo-content .btn-button:hover span {
  color: #fff;
}

.promo-title > span {
  border-bottom: 2px solid #fff;
  position: relative;
}
.promo-title > span::before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -2px;
}

.promo1 .promo-title > span::before {
  background-color: #171717;
  width: 120px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.promo2 .promo-title > span::before {
  background-color: #3d90cc;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 130px;
}

.promo3 .promo-title > span::before {
  background-color: #64c195;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 93px;
}

.promo-banner-inner:hover .promo1 .promo-title span:before, .promo-banner-inner:hover .promo2 .promo-title span:before, .promo-banner-inner:hover .promo3 .promo-title span:before {
  width: 100%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.promo-banner-inner .promo-ing img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.promo-banner-inner:hover .promo-ing img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.promo-ing::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 50;
}

/***style-3***/
.promobanner-3-image {
  position: relative;
  overflow: hidden;
}
.promobanner-3-image::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.promobanner-3 .promo-content > strong {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 10px 130px 10px 10px;
  text-align: right;
}
.promobanner-3 .promo-content > h2 {
  color: #fff;
  font-family: raleway;
  font-size: 33px;
  font-weight: 900;
  margin-left: 100px;
  text-align: left;
  text-transform: uppercase;
}

.promobanner-3-inner.two .promo-content > h2 {
  margin-left: 160px;
}

.promobanner-3 .promo-content span {
  color: #fe623f;
}

.promobanner-3-inner.two .sale-off {
  font-style: normal;
  margin-right: 163px;
  margin-top: 21px;
}

.sale-off {
  color: #fff;
  font-family: raleway;
  font-size: 33px;
  font-style: italic;
  font-weight: 100;
  text-transform: uppercase;
}

.promobanner-3 .promo-content {
  padding: 28px 0;
}

.after-before-line-left::before {
  background-color: #fff;
  bottom: 50px;
  content: "";
  height: 2px;
  left: 67px;
  position: absolute;
  width: 160px;
}

.promobanner-3-inner.two .after-before-line-right::after {
  width: 195px;
}

.after-before-line-left::after {
  background-color: #fff;
  content: "";
  height: 213px;
  left: 66px;
  position: absolute;
  top: 0;
  width: 2px;
}

.after-before-line-right::after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 72px;
  top: 66px;
  width: 160px;
}

.promobanner-3-image > img {
  width: 100%;
}

.after-before-line-right::before {
  background-color: #fff;
  content: "";
  height: 197px;
  position: absolute;
  right: 72px;
  top: 66px;
  width: 2px;
}

/* hover */
.after-before-line-lefthover::before {
  background-color: #fe623f;
  bottom: 50px;
  content: "";
  height: 2px;
  left: 67px;
  position: absolute;
  width: 0px;
  z-index: 2;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.promobanner-3-inner:hover .after-before-line-lefthover::before {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 160px;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.after-before-line-lefthover::after {
  background-color: #fe623f;
  content: "";
  height: 0px;
  left: 66px;
  position: absolute;
  top: 0;
  width: 2px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.promobanner-3-inner:hover .after-before-line-lefthover::after {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  height: 213px;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* right animation */
.after-before-line-righthover::before {
  background-color: #fe623f;
  content: "";
  height: 0px;
  position: absolute;
  right: 72px;
  top: 66px;
  width: 2px;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.promobanner-3-inner:hover .after-before-line-righthover::before {
  height: 197px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.after-before-line-righthover::after {
  background-color: #fe623f;
  content: "";
  height: 2px;
  position: absolute;
  right: 72px;
  top: 66px;
  width: 0px;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.promobanner-3-inner:hover .after-before-line-righthover::after {
  width: 160px;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.promobanner-3-inner.two:hover .after-before-line-righthover::after {
  width: 195px;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.promobanner-3-inner:hover .promo-content > h2 {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* text animation */
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.product-banner:hover .banner-bottom-content > h1 {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.promobanner-3-inner:hover h3.sale-off, .style-2 .add-banner-box:hover .add-banner-link h2, .product-banner:hover .banner-bottom-content > h2 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.promobanner-3-image > img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.promobanner-3-inner:hover .promobanner-3-image > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

/***banner bottom***/
.banner-bottom-inner {
  overflow: hidden;
}
.banner-bottom-inner a > img {
  width: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
.banner-bottom-inner:hover a > img {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/**********************************************************************         pupup message               ***************************************************************/
.popup-inner {
  background-color: #333333;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -170px;
  padding: 0;
  position: fixed;
  right: 0;
  top: 50%;
  width: 600px;
  z-index: 2147483647;
}

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

.popup-box .button-set a {
  color: #fff;
}

.popup-left > a {
  color: #3d90cc;
}
.popup-left > a:hover {
  color: #fff;
}

.popup-box .radio strong:hover {
  color: #fff;
}

.popup-img {
  position: relative;
}

.popup-box {
  height: auto;
  position: absolute;
  top: 0;
  width: 600px;
}
.popup-box .sing-box a span:hover {
  color: #3d90cc;
}

.popup-img {
  position: relative;
}

.popup-box {
  height: auto;
  position: absolute;
  top: 0;
  width: 600px;
}
.popup-box h2.sing-box {
  border-bottom: 1px solid #fff;
  padding: 8px 15px;
  color: #fff;
  font-family: Raleway;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.popup-box .sing-box a.closepoupu span {
  color: #fff;
  float: right;
  font-size: 22px;
  font-weight: normal;
  cursor: pointer;
}
.popup-box .form-group input {
  background: transparent;
  border: 1px solid #fff;
  padding: 0 0 0 54px;
  height: 40px;
}
.popup-box .popup-left span, .popup-box .popup-right span {
  border-right: 1px solid #fff;
  color: #fff;
  padding: 13px 14px;
  position: absolute;
}

.popup-content {
  margin-top: 30px;
}

.popup-box .logo {
  margin-bottom: 30px;
}
.popup-box .button-set .btn-button {
  padding: 12px 31px;
  position: relative;
}
.popup-box .button-set .btn-button i {
  color: #fff;
}
.popup-box .popup-left .button-set i {
  color: #fff;
  left: 17px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.popup-box .button-set {
  position: relative;
  margin: 20px 0 0;
}

.popup-right {
  margin-top: 18px;
  overflow: hidden;
}

.popup-box .radio strong {
  color: #3d90cc;
  font-weight: normal;
  margin: 5px;
}

/**line***/
.popup-line {
  background-color: #fff;
  color: #fff;
  height: 230px;
  right: 1px;
  position: absolute;
  top: 0;
  width: 1px;
}

.popup-line2 {
  background-color: #fff;
  color: #fff;
  height: 230px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 1px;
}

/***************************************************           all products code                       ***************************************************************/
/**title**/
.module-questions-ac-wrap {
  margin-top: 15px;
}
.module-questions-ac-wrap dl {
  margin-bottom: 0;
}
.module-questions-ac-wrap .module-questions-ttl {
  line-height: normal;
  letter-spacing: -0.8px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
}
.module-questions-ac-wrap .module-questions-ac-ttl {
  font-size: 24px;
  line-height: 21px;
  color: #2a2d34;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 12px 0;
  margin: 0;
  cursor: pointer;
}
.module-questions-ac-wrap .module-questions-wrap p {
  font-size: 14px;
  color: #2a2d34;
  font-family: "Roboto", sans-serif;
  margin: 0 0 7px 0;
}
.module-questions-ac-wrap .module-questions-wrap ol {
  padding-left: 15px;
}
.module-questions-ac-wrap .module-questions-wrap ol li {
  list-style: unset !important;
  margin-top: 8px;
  padding-left: 15px;
}
.module-questions-ac-wrap .module-questions-wrap ol li::marker {
  font-size: 14px;
  line-height: 36px;
  color: #0194da;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.module-questions-ac-wrap .module-questions-wrap ul {
  padding-left: 15px;
  margin-top: 15px;
}
.module-questions-ac-wrap .module-questions-wrap ul li {
  list-style: square;
  margin-top: 8px;
  padding-left: 15px;
  font-style: italic;
}
.module-questions-ac-wrap .module-questions-wrap ul li::marker {
  color: #c62221;
}
.module-questions-ac-wrap .module-questions-ac dt {
  position: relative;
}
.module-questions-ac-wrap .module-questions-ac dt h2 {
  font-size: 20px;
  cursor: pointer;
}
.module-questions-ac-wrap .module-questions-ac dt:after {
  content: "+";
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 16px;
  background: #4d5a6a;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.module-questions-ac-wrap .module-questions-ac dt.active1:after {
  content: "-";
  color: #4d5a6a;
  background: #d0d8e1;
}

.product-container.owl-theme .item {
  margin-right: 1px;
  margin-bottom: 1px;
}

.product-title {
  float: left;
}

.product-top-ber {
  overflow: hidden;
}

/**product css**/
.product-container .table-prod {
  margin-top: 25px;
}
.product-container .table-prod h2 {
  letter-spacing: -0.8px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
}
.product-container .table-prod .table-prod-items {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #e9eef4;
}
.product-container .table-prod .table-prod-items tr {
  border: 1px solid #e9eef4;
}
.product-container .table-prod .table-prod-items td {
  border: 1px solid #e9eef4;
  padding: 10px;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}
.product-container .table-prod .table-prod-items td a {
  font-size: 18px;
  color: #1a2e37;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.product-container .table-prod .table-prod-items .new-price-tab {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #c62221;
  white-space: nowrap;
}
.product-container .table-prod .table-prod-items .currency {
  font-weight: 400;
  font-size: 11px;
  color: #38464d;
}
.product-container .product-details {
  border: 1px solid #e9eef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-container .item:hover .product-details {
  -moz-box-shadow: 0 0 4px 0 #e9eaea inset;
  -webkit-box-shadow: 0 0 4px 0 #e9eaea inset;
  -o-box-shadow: 0 0 4px 0 #e9eaea inset;
  box-shadow: 0 0 4px 0 #e9eaea inset;
}

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

.line-color {
  background-color: #171717;
  height: 2px;
  width: 100%;
  position: relative;
}
.line-color:after {
  background-color: #3d90cc;
  content: "";
  height: 2px;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item .product-details:hover .line-color:after {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/**product label**/
.product-media {
  overflow: hidden;
  position: relative;
}

.product-lable-box {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.lable-sale {
  background-color: #171717;
  border-radius: 0 11px 11px 0;
  -webkit-border-radius: 0 11px 11px 0;
  -moz-border-radius: 0 11px 11px 0;
  -o-border-radius: 0 11px 11px 0;
  color: #fff;
  float: left;
  margin-top: 10px;
  padding: 1px 10px 3px;
  text-transform: capitalize;
}

.lable-new {
  float: right;
  background-color: #c62221;
  border-radius: 11px 0px 0px 11px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  padding: 3px 10px 3px;
  text-transform: capitalize;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.39);
}

/**product content**/
.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-price span {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #c62221;
  white-space: nowrap;
}
.product-price span.currency {
  font-weight: 400;
  font-size: 11px;
  color: #38464d;
}

.product-con-right {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-con-right .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-con-right .btn-box .btn-cart {
  position: relative;
  border: 0;
  min-width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px 2px 5px;
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 11px;
  color: #38464d;
  background: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-con-right .btn-box .btn-cart:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #093f59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-con-right .btn-box .btn-cart:after {
  content: "";
  position: absolute;
  left: 21px;
  top: 3px;
  display: block;
  width: 17px;
  height: 19px;
  background: url("../../image/icons/prod-cart.png") left center no-repeat;
}
.product-con-right .btn-box .btn-cart:first-child {
  margin-right: 6px;
}
.product-con-right .btn-box .btn-cart.click-buy:after {
  left: 50%;
  margin-left: -10px;
  background: url("../../image/icons/prod-cart.png") right center no-repeat;
}
.product-con-right .btn-box .btn-cart:hover {
  color: #fff;
}
.product-con-right .btn-box .btn-cart:hover:before {
  height: 100%;
}

.wishlist-box .old {
  margin: 5px;
  text-decoration: line-through;
}
.wishlist-box span.new {
  font-weight: bold;
}

.new-price {
  clear: both;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #cc2900;
}

.product-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-name > a {
  font-size: 18px;
  color: #1a2e37;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.list-product-content-inner .product-name {
  overflow: visible;
  position: relative;
  padding-right: 100px;
}
.list-product-content-inner .product-name .lable-new {
  margin-top: 0;
  top: 0;
  right: 0;
  position: absolute;
}

.product-price .old-price {
  color: #999;
  float: right;
  font-size: 13px;
  text-decoration: line-through;
}

.product-content-inner {
  overflow: hidden;
  padding: 24px 8px 24px 9px;
}

.article-prod {
  text-align: right;
  padding-top: 6px;
  font-size: 11px;
  color: #4d5a6a;
}
.article-prod p {
  margin-bottom: 0;
}
.article-prod span {
  margin-left: 2px;
  color: #1a2e37;
}

.ratting-box, .old-price {
  margin-top: 7px;
}

/**hover**/
.product-img {
  position: relative;
  position: relative;
  overflow: hidden;
}

/***slider arow icon ***/
.owl-prev:before, .owl-next:before {
  font-family: "icomoon";
  content: "\e052";
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
}

.owl-nav {
  width: 100%;
}

.owl-prev, .owl-next {
  height: 36px;
  right: 0;
  top: -31px;
  width: 36px;
  position: absolute;
  border: 2px solid #333333;
  border-radius: 100%;
  padding: 5px 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0;
  text-align: center;
}

.owl-prev:hover, .owl-next:hover {
  border: 2px solid #3d90cc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #3d90cc;
}

.owl-prev {
  padding: 5px 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 40px;
}

/******************************************************* left category code ********************************************/
/**title**/
.vmmenu-title > span {
  margin-left: 10px;
  text-transform: capitalize;
}

.style-3 .vmmenu-title {
  height: 54px;
  padding: 15px;
  cursor: pointer;
}

.vmmenu-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 34px;
  padding: 10px 15px;
  background-color: #e4e7e9;
  background-image: url("../../image/icons/hamburger-filter.png");
  background-position: left 10px center;
  background-repeat: no-repeat;
}

.side-filter {
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
}
.side-filter .parent-node {
  color: #4d5a6a;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.side-filter .sub-node {
  padding-top: 12px;
  padding-left: 18px;
  padding-bottom: 17px;
}
.side-filter .sub-node li {
  padding-bottom: 10px;
}
.side-filter .sub-node li .down-up {
  top: 4px;
}
.side-filter .sub-node li:last-child {
  padding-bottom: 0;
}
.side-filter .sub-node li a {
  font-weight: 500;
  padding: 0;
}
.side-filter .sub-node li ul {
  padding-top: 10px;
  padding-left: 18px;
}

.nav_vmmenu-area {
  margin-bottom: 55px;
}

.filtre-title {
  padding-top: 38px;
}
.filtre-title h3 {
  color: #0194da;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
}

.checkbox-cont {
  border: 0;
  padding: 0;
}
.checkbox-cont .option-values {
  padding-top: 25px;
}
.checkbox-cont .option-values label {
  padding: 0;
  cursor: default;
  margin-bottom: 13px;
}
.checkbox-cont .option-values label a {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 39px !important;
}
.checkbox-cont .filtre-title {
  padding-top: 34px;
}
.checkbox-cont .dropdown-item {
  padding-top: 5px;
}
.checkbox-cont .show-other {
  display: inline-block;
  font-size: 11px;
  color: #0194da;
  font-weight: 500;
  margin-right: 36px;
  margin-top: 10px;
  position: relative;
}
.checkbox-cont .show-other:after {
  content: "";
  position: absolute;
  right: -36px;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 22px;
  height: 4px;
  background: url("../../image/icons/dots.png") center center no-repeat;
}

.popover-price {
  border: 0;
}
.popover-price .popover.right {
  margin-right: 24px;
}

.popover-price {
  height: auto !important;
}
.popover-price .option-values {
  margin-bottom: 7px;
}
.popover-price .noUi-connect {
  background: -webkit-gradient(linear, left top, right top, from(#0194da), to(#2a2d34));
  background: linear-gradient(to right, #0194da, #2a2d34);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.popover-price .noUi-horizontal {
  height: 14px;
}
.popover-price .noUi-horizontal .noUi-handle {
  top: -8px;
}
.popover-price .noUi-target {
  border-radius: 0;
  border-color: #e9eef4;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
.popover-price .noUi-handle {
  width: 10px;
  left: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.popover-price .noUi-handle:before {
  background: #0194da;
  height: 22px;
  left: 16px;
  top: 3px;
}
.popover-price .noUi-handle:after {
  display: none;
}
.popover-price .noUi-handle.noUi-handle-upper:before {
  background: #2a2d34;
}
.popover-price .noUi-target {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.price_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #4d5a6a;
}
.price_value .currency {
  font-size: 11px;
}

/**category**/
.sf-vartical-menu > li {
  cursor: pointer;
  display: block;
  position: relative;
  margin-right: 0;
}
.sf-vartical-menu > li > a {
  float: none;
  color: #414141;
}
.sf-vartical-menu > li > a > .fa {
  padding-right: 7px;
}

body {
  counter-reset: olCounter;
}

ul.sf-vartical-menu > li > a {
  padding: 10px 20px 9px;
}
ul.sf-vartical-menu > li:hover {
  background: transparent;
}
ul.sf-vartical-menu > li:hover > a {
  color: #3d90cc;
}
ul.sf-vartical-menu > li > ul {
  left: 100%;
  top: 0;
  -moz-box-shadow: 0 2px 5px #e9eaea;
  -webkit-box-shadow: 0 2px 5px #e9eaea;
  -o-box-shadow: 0 2px 5px #e9eaea;
  box-shadow: 0 2px 5px #e9eaea;
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 15px;
  min-width: 150px;
  z-index: 999999;
}
ul.sf-vartical-menu > li > ul > li {
  padding: 8px 0;
  position: relative;
  color: #414141;
  display: block;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
ul.sf-vartical-menu > li > ul > li > ul {
  left: 100%;
  top: 0;
  -moz-box-shadow: 0 2px 5px #e9eaea;
  -webkit-box-shadow: 0 2px 5px #e9eaea;
  -o-box-shadow: 0 2px 5px #e9eaea;
  box-shadow: 0 2px 5px #e9eaea;
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 15px;
  min-width: 150px;
  z-index: 999999;
}
ul.sf-vartical-menu > li > ul > li > ul > li {
  padding: 8px 0;
  position: relative;
}
ul.sf-vartical-menu > li > ul > li > ul > li > ul {
  left: 100%;
  top: 0;
  -moz-box-shadow: 0 2px 5px #e9eaea;
  -webkit-box-shadow: 0 2px 5px #e9eaea;
  -o-box-shadow: 0 2px 5px #e9eaea;
  box-shadow: 0 2px 5px #e9eaea;
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 15px;
  min-width: 150px;
  z-index: 999999;
}
ul.sf-vartical-menu > li > ul > li > ul > li > ul > li {
  padding: 8px 0;
  position: relative;
}

.sf-vartical-menu > li > ul > li > ul > li > a {
  color: #414141;
  display: block;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.category-list-inner ul .lable1:hover .child, .child .lable1:hover .child1 {
  display: block;
  z-index: 1;
}

.van_inner .more {
  color: #fff;
}

.more {
  color: #fff;
  padding: 12px 18px;
}

.style-3 .more {
  color: #fff;
  padding: 21px 18px;
}

.more a {
  color: #fff;
}
.more a > span {
  margin-left: 8px;
}

/***style-3***/
.style-3 .category-list .category-list-inner > ul > li > a {
  font-size: 14px;
  text-transform: capitalize;
  color: #999999;
}

.left-column h2.product-hadding, .left-column span.product-hadding {
  font-size: 18px;
}

.sf-vartical-menu2.accordion a {
  color: #333;
}
.sf-vartical-menu2.accordion a.selected {
  color: #3d90cc;
}

/*******************************************************  free shipping  ************************************************/
.freeshipping-img {
  background-image: url("../image/freeshipping/freeshipping-bg.png");
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.freeshipping-img::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.free-shipping-inner {
  padding: 100px 0;
}

.free-shipping-box {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 13px;
  height: 300px;
  padding: 30px 15px;
  text-align: center;
}

.free-sp-icon-box-inner {
  background: #fff;
  border-radius: 100%;
  font-size: 28px;
  height: 64px;
  padding: 12px;
  width: 64px;
  margin: 0 auto;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.free-shipping-box:hover .free-sp-icon-box-inner {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.free-shipping-box:hover .free-sp-icon-box-inner .fa {
  color: #3d90cc;
}

.style-2 .free-shipping-box:hover .free-sp-icon-box-inner .fa, .free-shipping-box:hover fa.fa-twitter {
  color: #fff;
}

.free-sp-content > p {
  color: #fff;
  line-height: 22px;
  margin: 0;
  padding-bottom: 30px;
}

.free-sp-icon-box {
  padding-bottom: 25px;
}

.free-shipping-box .hadding-title {
  color: #fff;
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
  text-transform: capitalize;
  margin: 0 0 13px;
  padding: 0;
}

.readmore > a {
  color: #999;
}
.readmore > a:hover {
  color: #3d90cc;
}

.free-shipping-box .readmore i {
  margin-left: 8px;
}

/**twitter**/
.twitter-hadding {
  text-align: left;
}
.twitter-hadding > span {
  border-bottom: 2px solid #3d90cc;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.free-shipping-box.twitter .twitter-left {
  display: block;
  float: left;
  height: auto;
  margin-left: 0;
  margin-right: 15px;
  overflow: hidden;
  width: auto;
}
.free-shipping-box.twitter .twitter-right {
  overflow: hidden;
  text-align: left;
}

.twitter-icon {
  background-color: #42c0fb;
  border-radius: 3px;
  color: #fff;
  height: 30px;
  padding: 5px;
  width: 30px;
}

.free-shipping-box.twitter {
  padding: 25px 15px;
}
.free-shipping-box.twitter .hadding-title {
  font-family: roboto;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.free-shipping-box.twitter .hadding-title > a {
  color: #fff;
}
.free-shipping-box.twitter .hadding-title > a:hover {
  color: #3d90cc;
}
.free-shipping-box.twitter .free-sp-content {
  padding: 0;
}
.free-shipping-box.twitter .free-sp-content > p {
  color: #999;
  font-size: 13px;
  margin: 0;
  padding: 0;
  height: 48px;
  overflow: hidden;
}

.twitter-date {
  color: #999;
  font-size: 13px;
}
.twitter-date > span {
  margin-left: 10px;
}

.free-shipping-box.twitter .twitter-box {
  margin-bottom: 24px;
  margin-top: 24px;
}

.style-2 .free-sp-icon-box-inner:hover {
  background-color: #3d90cc;
}
.style-2.free-shipping-inner {
  position: static;
  padding: 45px 0 0 0;
}
.style-2 .free-shipping-box {
  background-color: #ebeff3;
  opacity: 1;
}
.style-2 .readmore a:hover {
  color: #3d90cc;
}
.style-2 .free-sp-icon-box-inner {
  background: #171717;
  color: #fff;
}
.style-2 .hadding-title, .style-2 .free-sp-content > p, .style-2 .readmore > a {
  color: #171717;
}

/***style-2***/
/***style-3***/
.style-3 .free-sp-icon-box-inner {
  background-color: #171717;
  color: #fff;
  float: left;
  margin-left: 0;
  margin-top: 15px;
  padding: 10px 19px;
}

.shipping-content {
  overflow: hidden;
  text-align: center;
}

.style-3 .hadding-title {
  margin: 0;
}
.style-3 .hadding-title > span {
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.sub-hadding-title {
  color: #999999;
  font-size: 13px;
  margin: 6px;
  text-transform: uppercase;
}

.style-3 .free-shgipping-box {
  border: 5px solid #171717;
  padding: 20px 10px;
}
.style-3 .free-shgipping-box:hover {
  border-color: #fe623f;
}
.style-3 .free-shgipping-box:hover .free-sp-icon-box-inner {
  background-color: #fe623f;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.style-3 .free-shgipping-box:hover .shipping-content .hadding-title {
  color: #fe623f;
}

/************************************************* all tab code ****************************************************/
/***tab menu***/
.our-product-area {
  position: relative;
}

ul.tab-menu {
  border-bottom: medium none;
  position: absolute;
  right: 90px;
  text-align: right;
  top: 0;
  border-bottom: medium none;
}
ul.tab-menu > li {
  display: inline-block;
  color: #fff;
}
ul.tab-menu > li > a {
  border: medium none;
  color: #fff;
  background-color: #545454;
  border-radius: 0;
  margin: 0 5px 0 0;
  padding: 6px 20px !important;
  border: 1px solid #545454;
  text-transform: capitalize;
}
ul.tab-menu > li:last-child {
  margin-right: 0;
}
ul.tab-menu > li.active > a {
  background-color: #3d90cc;
  color: #fff;
  border: 1px solid #3d90cc;
  outline: none;
}
ul.tab-menu > li.active > a:hover, ul.tab-menu > li.active > a:focus, ul.tab-menu > li.active > a:active {
  background-color: #3d90cc;
  color: #fff;
  border: 1px solid #3d90cc;
  outline: none;
}
ul.tab-menu > li:hover > a {
  background-color: #3d90cc;
  color: #fff;
  border: 1px solid #3d90cc;
  outline: none;
}
ul.tab-menu > li:hover::after {
  bottom: -7px;
  content: "\f0d8";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
ul.tab-menu > li.active::after {
  bottom: -7px;
  content: "\f0d8";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-grid {
  padding-top: 21px;
}
.products-grid .item {
  height: 100%;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-grid .product-img {
  height: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-grid .product-img img {
  max-width: 100%;
}
.products-grid .product-name {
  min-height: 50px;
}
.products-grid .product-price {
  position: relative;
}
.products-grid .product-price .old-price {
  position: absolute;
  top: 20px;
  right: 0;
}

.tab-contents .active .owl-carousel.owl-loaded {
  display: block;
  opacity: 1;
}
.tab-contents .owl-carousel.owl-loaded {
  display: none;
  opacity: 0;
}

/**style-3****/
.product-tab-title {
  border-bottom: 2px solid #2f2f2f;
  color: #999;
  font-family: Raleway, serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.style-3.product-tab {
  background-color: #171717;
  padding: 30px 0 0;
}

.product-tab-title > span {
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  padding: 7px 10px;
  text-transform: capitalize;
}
.product-tab-title .tab-left-line {
  background-color: #999;
  content: "";
  height: 2px;
  display: inline-block;
  width: 200px;
}

.tab-style-2 .nav.nav-tabs {
  border-bottom: none;
  text-align: center;
}
.tab-style-2 .nav.nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 -6px 0 0;
  text-align: center;
}
.tab-style-2 .nav-tabs > li > a {
  background: transparent;
  border: transparent;
  border-radius: 0;
  padding: 45px 50px 30px;
  color: #999;
}
.tab-style-2 ul > li > a > span {
  display: block;
  text-align: center;
  padding-bottom: 13px;
}
.tab-style-2 .nav-tabs > li:hover > a, .tab-style-2 .nav-tabs > li:focus > a, .tab-style-2 .nav-tabs > li.active > a {
  background: #3d90cc;
  border: transparent;
  outline: none;
  color: #fff;
}

.style-tab-3 .owl-next {
  top: -77px;
}
.style-tab-3 .owl-prev {
  top: -77px;
  left: 0;
}

/*************************************************** all brands code ***********************************************/
.brand-logo-box {
  padding-left: 70px;
  padding-right: 70px;
}
.brand-logo-box .item {
  float: left;
}
.brand-logo-box .owl-next {
  bottom: 41px;
  right: 0;
  top: auto;
}
.brand-logo-box .owl-prev {
  left: 0px;
  top: auto;
  bottom: 41px;
}

/**arow icon***/
/****************************************************     all blog code            ***************************************************/
.latest-blog-box {
  margin-top: 30px;
}

.blog-content {
  text-align: center;
}

.post-meta > li {
  display: inline;
  display: inline;
  font-size: 13px;
  font-style: italic;
  margin: 0 3px;
}

.post-content {
  margin-bottom: 20px;
  margin-top: 10px;
}

.blog-img img {
  width: 100%;
}

.post-detail p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
}

.post-meta a {
  margin: 3px;
}
.post-meta span {
  font-style: italic;
}

.latest-blog-content a.read-more {
  border: 2px solid #171717;
  display: block;
  margin: 0 auto;
  padding: 10px 16px;
  width: 150px;
}

a.read-more span {
  margin: 5px;
}

.latest-blog-content a.read-more:hover, .latest-blog-content a.read-more:focus {
  border: 2px solid #3d90cc;
  outline: none;
}

.post-meta > li:hover {
  color: #3d90cc;
}

/****************************************** blog details code *********************************/
.hadding-title {
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
}

.blog-long-img {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 4px #eaeaea;
  box-shadow: 0 2px 6px 4px #eaeaea;
  padding: 14px;
}
.blog-long-img > img {
  width: 100%;
}

.blog-details .blog-content {
  text-align: left;
}
.blog-details .post-detail.margin-buttom-product > p {
  padding-left: 0;
}

/**comment**/
.comment-img {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.comment-img > img {
  border-radius: 100%;
}

.blog-comment-box .comment-time span {
  color: #999;
  margin: 4px 0;
}

.comments .post-meta > p {
  color: #333;
  font-size: 14px;
  margin: 15px 0;
}
.comments .post-meta li {
  display: inline;
}
.comments .media-content .post-meta ul li a span {
  color: #999;
}
.comments .media-content .post-meta ul li:hover a span {
  color: #3d90cc;
}

.cliet-comment {
  margin-bottom: 30px;
  margin-left: 100px;
  margin-top: 30px;
}

/***comment form***/
.comment-respond-inner input, .comment-respond-inner textarea {
  border: 1px solid #e8e8e8;
}
.comment-respond-inner input {
  height: 40px;
  margin-bottom: 10px;
}

.comment-form-comment {
  margin-top: 10px;
}

.comment-respond-inner button.submit-btn, .comment-respond-inner input.submit-btn {
  background-color: #171717;
  color: #fff;
  padding: 9px 18px;
  text-transform: uppercase;
}
.comment-respond-inner button.submit-btn:hover, .comment-respond-inner button.submit-btn:focus {
  background-color: #3d90cc;
  color: #fff;
  border: 1px solid #3d90cc;
}
.comment-respond-inner input.submit-btn:focus, .comment-respond-inner input.submit-btn:hover {
  background-color: #3d90cc;
  color: #fff;
  border: 1px solid #3d90cc;
}

/************************************************ blog left column *******************************************/
.left-blog-search-box {
  position: relative;
}

.blog-search-input {
  border-radius: 0;
  height: 40px;
  position: relative;
  border: 1px solid #e8e8e8;
  padding: 0 50px 0 10px;
}

.submit-btn.blog-search {
  background-color: #171717;
  bottom: 0;
  color: #fff;
  display: block;
  height: 40px;
  padding: 9px;
  position: absolute;
  right: 0;
  width: 50px;
}
.submit-btn.blog-search:hover {
  background-color: #3d90cc;
}

.left-blog-search .product-hadding {
  float: none;
  margin-bottom: 20px;
}

/***resent post***/
.resent-media-img {
  border: 2px solid #e8e8e8;
  float: left;
  margin-left: 0;
  margin-right: 17px;
}
.resent-media-img img {
  width: 100%;
}

.media-content {
  overflow: hidden;
}
.media-content .post-meta li {
  color: #999;
  font-size: 13px;
  line-height: 1.5;
}
.media-content .post-meta a {
  color: #999;
}
.media-content .post-meta a:hover {
  color: #3d90cc;
}
.media-content span {
  color: #171717;
  margin-left: 0;
  margin-right: 5px;
  font-style: normal;
}

.recent-media {
  margin-bottom: 20px;
  overflow: hidden;
}

.left-recent-post .hadding {
  margin-bottom: 30px;
}

/***recent comment***/
.post-meta > p {
  color: #999;
  font-size: 13px;
  margin: 2px 0;
}

/**blog right**/
.blog-right-area {
  margin-bottom: 20px;
}
.blog-right-area .blog-img {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 4px #eaeaea;
  box-shadow: 0 2px 6px 4px #eaeaea;
  padding: 10px;
}
.blog-right-area .post-detail > p {
  padding: 0;
}
.blog-right-area .blog-content-inner {
  padding-top: 20px;
}
.blog-right-area .post-content {
  margin-bottom: 10px;
  margin-top: 5px;
}

.pager.pager-area.latest-blogs {
  margin-bottom: 39px;
  margin-top: 20px;
  overflow: hidden;
}
.pager.pager-area.latest-blogs .pagination.pages {
  float: none;
}

.all-blog-area .product-hadding {
  float: none;
  margin-bottom: 30px;
  text-align: center;
}

/************************************************ testimonial code ******************************************/
.testi-img {
  height: 67px;
  width: 67px;
  margin: 0 auto;
}

.testmonial-inner {
  background: url("../image/testi-bg.png");
  border-bottom: 3px solid #3d90cc;
  width: 100%;
}

.testi-img > img {
  border-radius: 100%;
  width: 100%;
  border-radius: 100%;
  width: 100%;
}

.item-inner {
  margin-bottom: 46px;
  margin-top: 46px;
  text-align: center;
}

.testi-content > p {
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 0 93px;
}

.testi-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.testi-link > a {
  color: #fff;
  display: block;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* arrow */
#testmonial .owl-dots {
  text-align: center;
  padding-bottom: 50px;
}
#testmonial .owl-dots .owl-dot:before {
  content: "\f111";
  font-family: fontawesome;
}
#testmonial .owl-dot {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  color: #171717;
}
#testmonial .owl-dot.active {
  color: #3d90cc;
}

/************************************* todya deal prodctu *********************************/
.today-inner .arow-right {
  font-size: 12px;
  height: 25px;
  line-height: 1;
  padding: 4px 7px;
  width: 25px;
}
.today-inner .arow-left {
  font-size: 12px;
  height: 25px;
  line-height: 1;
  padding: 4px 7px;
  width: 25px;
  padding: 4px 4px;
}
.today-inner .product-con-left {
  float: none;
}
.today-inner .new-price {
  margin-left: 0;
  margin-right: 7px;
  display: inline-block;
}
.today-inner .old-price {
  float: none;
}
.today-inner .product-price {
  margin-bottom: 7px;
  margin-top: 7px;
}

/**product**/
.timer-inner {
  color: #3d90cc;
  font-weight: bold;
  text-transform: capitalize;
}
.timer-inner .box {
  float: left;
}
.timer-inner .box::after {
  content: "/";
}

.today-inner .hover-box-inner {
  top: 97px;
}

/**left-categroy-banner***/
.left-cat-banner-inner {
  background-color: #ebebeb;
  position: relative;
  text-align: center;
}

.after-before-line-top::before {
  background-color: #3d90cc;
  content: "";
  height: 5px;
  left: 15px;
  position: absolute;
  top: 10px;
  width: 30px;
}
.after-before-line-top::after {
  background-color: #3d90cc;
  content: "";
  height: 34px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 5px;
}

.banner-hadding {
  display: block;
  overflow: hidden;
}
.banner-hadding > span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
  overflow: hidden;
  text-transform: capitalize;
}

.text-content > span {
  color: #3d90cc;
  font-size: 15px;
  font-weight: bold;
}

.left-banner-offers {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.after-before-line-buttom::after {
  background-color: #171717;
  bottom: 10px;
  content: "";
  height: 34px;
  position: absolute;
  right: 10px;
  width: 5px;
}
.after-before-line-buttom::before {
  background-color: #171717;
  bottom: 10px;
  content: "";
  height: 5px;
  position: absolute;
  right: 10px;
  width: 34px;
}

/***********************************************   footer bottom mini product  ***************************************/
/**best sale**/
.mini-product-area h2.product-hadding {
  font-size: 18px;
}

.category-details .category-img {
  border: 1px solid #e8e8e8;
  float: left;
  margin-right: 20px;
  width: 100px;
}

.category-img img {
  width: 100%;
}

.category-details {
  margin-top: 30px;
  overflow: hidden;
}
.category-details .product-content {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category-details .product-content-inner {
  padding: 0px;
  margin-top: 15px;
}
.category-details .product-price {
  float: left;
  margin-top: 4px;
}
.category-details .new-price {
  float: left;
}
.category-details .old-price {
  float: left;
  margin-left: 6px;
  margin-top: 0;
}

/* arrow icon */
.mini-product-area .owl-prev, .left-column .owl-prev {
  padding: 2px 7px;
  right: 32px;
  height: 28px;
  width: 28px;
}

.mini-product-area .owl-next, .left-column .owl-next {
  height: 28px;
  padding: 3px 9px;
  width: 28px;
}

.mini-product-area .owl-prev::before, .mini-product-area .owl-next::before {
  font-size: 12px;
}

.left-column .owl-prev::before, .left-column .owl-next::before {
  font-size: 12px;
}

/***style-3***/
.product-banner > img {
  width: 100%;
}

.banner-bottom-content .btn-button {
  border-radius: 43px;
  color: #fff;
  padding: 9px 30px;
}

.product-banner {
  position: relative;
  text-align: center;
}

.banner-bottom-content {
  padding: 20px 24px;
  position: absolute;
  top: 55px;
}
.banner-bottom-content > h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  text-transform: capitalize;
}
.banner-bottom-content span {
  color: #3d90cc;
}
.banner-bottom-content > p {
  color: #fff;
  line-height: 24px;
}
.banner-bottom-content > h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-transform: capitalize;
}

/*** after before***/
.product-banner-after-left::after {
  background-color: #c0c0c0;
  content: "";
  height: 240px;
  left: 17px;
  position: absolute;
  width: 6px;
  top: 0;
}

.banner-bottom-content .btn-button:hover {
  background-color: #fff;
  color: #171717;
}

.product-banner-after-left::before {
  background-color: #c0c0c0;
  bottom: 38px;
  content: "";
  height: 6px;
  left: 17px;
  position: absolute;
  width: 105px;
}

.product-banner-after-right::after {
  background-color: #c0c0c0;
  content: "";
  height: 6px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 120px;
}
.product-banner-after-right::before {
  background-color: #c0c0c0;
  bottom: 37px;
  content: "";
  height: 240px;
  position: absolute;
  right: 22px;
  width: 6px;
}

/* banner animation */
.product-banner-after-lefthover::before {
  background-color: #3d90cc;
  bottom: 38px;
  content: "";
  height: 6px;
  left: 17px;
  position: absolute;
  width: 0px;
  z-index: 2;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-banner:hover .product-banner-after-lefthover::before {
  width: 105px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-banner-after-lefthover::after {
  background-color: #3d90cc;
  content: "";
  height: 0px;
  left: 17px;
  position: absolute;
  top: 0;
  width: 6px;
  z-index: 2;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-banner:hover .product-banner-after-lefthover::after {
  height: 240px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-banner-after-righthover::before {
  background-color: #3d90cc;
  bottom: 37px;
  content: "";
  height: 0px;
  position: absolute;
  right: 22px;
  width: 6px;
  z-index: 2;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-banner:hover .product-banner-after-righthover::before {
  height: 240px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-banner-after-righthover::after {
  background-color: #3d90cc;
  content: "";
  height: 6px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 0px;
  z-index: 2;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-banner:hover .product-banner-after-righthover::after {
  width: 120px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

/************************************************************* could down prodctu ******************************************/
.timer-banner > img {
  width: 100%;
}

.timer-banner-inner {
  background-color: #01b7cd;
}

.timer-image {
  text-align: right;
}

.timer-banner-area > h2 {
  color: #fff;
  font-family: raleway;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
}
.timer-banner-area > p {
  color: #fff;
  font-style: italic;
  letter-spacing: -0.02em;
  margin: 0;
}

.timer-banner-box .countdown-section {
  float: left;
  margin: 6px;
  text-align: center;
}
.timer-banner-box .countdown-amount {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 12px;
  padding: 24px;
}
.timer-banner-box .countdown-period {
  color: #fff;
  letter-spacing: 0.004em;
  text-transform: uppercase;
}

.timer-banner-area {
  text-align: center;
  margin-top: 65px;
}

.timer-banner-box {
  margin-left: 64px;
  overflow: hidden;
}

/********************************* product details page ********************************************/
/***view image***/
.product-img-box .product-view-img {
  border: 1px solid #fff;
  position: relative;
  margin: 0;
}

.gallery-top {
  margin-top: 14px;
  height: 568px;
  border: 1px solid #e9eef4;
}
.gallery-top .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.gallery-top img {
  max-width: 100%;
}

.gallery-thumbs-wrapper {
  padding: 11px 16px;
  position: relative;
}
.gallery-thumbs-wrapper .button-next,
.gallery-thumbs-wrapper .button-prev {
  cursor: pointer;
  width: 16px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 11px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gallery-thumbs-wrapper .button-next.swiper-button-disabled,
.gallery-thumbs-wrapper .button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.gallery-thumbs-wrapper .button-next:before,
.gallery-thumbs-wrapper .button-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  display: block;
  width: 9px;
  height: 19px;
  background: url("../../image/icons/tumbs-btn.png") left center no-repeat;
}
.gallery-thumbs-wrapper .button-next {
  left: auto;
  right: 0;
}
.gallery-thumbs-wrapper .button-next:before {
  left: auto;
  right: 0;
  background: url("../../image/icons/tumbs-btn.png") right center no-repeat;
}
.gallery-thumbs-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e9eef4;
  height: 100px;
  overflow: hidden;
}
.gallery-thumbs-wrapper .swiper-slide img {
  max-width: 100%;
}
.gallery-thumbs-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #8192a4;
}

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

.product-view-img img {
  height: 100% !important;
  width: 100% !important;
}

.product-img-box .icon {
  background-color: #3d90cc;
  border-radius: 3px;
  bottom: 20px;
  color: #fff;
  height: 45px;
  padding: 16px;
  position: absolute;
  right: 20px;
  width: 45px;
  z-index: 1000;
  outline: none;
}
.product-img-box .icon:hover, .product-img-box .icon:focus, .product-img-box .icon:active {
  background-color: #171717;
  text-decoration: none;
}

.more-views img {
  border: 1px solid #fff;
}

.colorbox a:hover, .colorbox a:focus, .colorbox a:active {
  outline: none;
  border: transparent;
}

/***mini product***/
.more-views {
  padding: 15px 20px 0;
  position: relative;
}
.more-views li {
  display: inline;
  margin-left: 0;
  margin-right: 6px;
}
.more-views .owl-prev, .more-views .owl-next {
  border: transparent;
  border-radius: 100%;
  font-size: 0;
  height: 36px;
  padding: 6px 12px;
  position: absolute;
  right: -30px;
  text-align: center;
  top: 35px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 36px;
}
.more-views .owl-prev {
  padding: 5px 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: -30px;
}
.more-views .owl-prev:before {
  font-family: fontawesome;
  content: "\f104";
  font-size: 14px;
}
.more-views .owl-next:before {
  font-family: fontawesome;
  content: "\f105";
  font-size: 14px;
}

/***product content***/
.product-shop .products-name {
  padding-bottom: 10px;
}

.products-name h1 {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: capitalize;
}

.product-shop .add-to-cart {
  margin-top: 30px;
}
.product-shop .rating {
  display: inline-block;
}
.product-shop .ratting-box .product-review {
  display: inline-block;
  float: none;
}
.product-shop .product-price .old-price {
  display: inline-block;
  float: none;
  padding-right: 15px;
}
.product-shop .new-price {
  position: relative;
  top: -1px;
  color: #0194da;
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
}
.product-shop .new-price .old-special {
  font-size: 20px;
  color: #999;
  text-decoration: line-through;
}
.product-shop .new-price .old-special .currency {
  font-size: 14px;
}
.product-shop .product-price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-shop .product-price-box .currency {
  font-size: 18px;
  color: #4d5a6a;
}
.product-shop .product-price-box .btn-def {
  margin-top: 12px;
}
.product-shop .prod-info {
  padding-top: 35px;
}
.product-shop .prod-info li {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  margin-bottom: 19px;
}
.product-shop .prod-info li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-shop .prod-info li span:first-child {
  width: 108px;
}
.product-shop .prod-info li span.value {
  text-transform: uppercase;
}
.product-shop .prod-info li a {
  color: #0194da;
}

.prod-options > .form-group {
  position: relative;
  padding-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
.prod-options > .form-group .chosen-container {
  font-size: 14px;
  margin-left: 52px;
  margin-top: 2px;
}
.prod-options > .form-group label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #4d5a6a;
}
.prod-options > .form-group .under_line {
  margin-top: 2px;
  margin-left: 68px;
}
.prod-options > .form-group .text-danger {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c62221;
  font-size: 11px;
  color: #fff;
  margin-left: 1px;
  padding: 3px 20px;
  top: -2px;
  left: 0;
  cursor: pointer;
  width: auto;
  height: auto;
}

.share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 102px;
}
.share-box #share {
  margin-left: 18px;
}
.share-box p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4d5a6a;
  font-weight: 400;
  margin-bottom: 0;
}
.share-box .jssocials-share-viber i {
  color: transparent;
  width: 14px !important;
  background: url(../../image/icons/viber_14.png) center center no-repeat !important;
}

.single-product-tab {
  margin-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-product-tab .nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  padding: 0 27px !important;
  min-width: 128px;
  border: 1px solid #e9eef4 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #aac7d5;
  font-weight: 500;
  text-transform: none !important;
  cursor: pointer;
  height: 47px;
}
.single-product-tab .nav > li.active > a {
  background: #e9eef4;
  border: 1px solid #e9eef4 !important;
  color: #2a2d34 !important;
}

.under_line {
  position: relative;
  font-size: 14px;
  color: #0194da;
  cursor: pointer;
}
.under_line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dahas-errorshed #0194da;
}
.under_line.hover:hover:after {
  display: none;
}
.under_line:focus {
  color: #0194da;
}

.list-unstyled > li {
  line-height: 2;
  text-transform: capitalize;
}
.list-unstyled .editable.instock {
  color: #3d90cc;
  font-weight: bold;
  text-transform: uppercase;
}

.product-discription-title {
  font-family: Raleway;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

/** add to cart***/
.product-shop button.btn-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #3d90cc;
  color: #171717;
  text-transform: capitalize;
}

/**qty***/
.add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.add-to-cart label {
  font-size: 14px;
  color: #4d5a6a;
  font-weight: 400;
  margin-right: auto;
  margin-top: 11px;
}
.add-to-cart .btn-def.icon {
  padding-left: 36px;
  padding-right: 57px;
}
.add-to-cart .input-text.qty {
  border: 1px solid #e8e8e8;
  height: 41px;
  margin-left: 45px;
  position: relative;
  text-align: center;
  width: 60px;
}
.add-to-cart .qty-arrows {
  border: 1px solid #e8e8e8;
  display: inline;
  left: 27px;
  top: 0;
  position: absolute;
}
.add-to-cart .input-content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 15px;
  overflow: hidden;
}

.facekoob-url {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

/**product tab***/
.single-product-tab .nav.nav-tabs {
  border: medium none;
}
.single-product-tab .tab-content {
  width: 100%;
  padding: 35px 0;
  position: relative;
}
.single-product-tab .tab-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9eef4;
}
.single-product-tab .nav-tabs > li {
  border: transparent;
}
.single-product-tab .nav > li > a {
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.single-product-tab .nav-tabs > li.active > a {
  border: transparent;
  border-bottom: 3px solid #3d90cc;
  color: #3d90cc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: none;
}
.single-product-tab .nav-tabs > li.active > a:hover {
  border: transparent;
  border-bottom: 3px solid #3d90cc;
  color: #3d90cc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: none;
}
.single-product-tab .nav-tabs > li > a:hover, .single-product-tab .nav-tabs > li > a:focus {
  border: transparent;
  border-bottom: 3px solid #3d90cc;
  color: #3d90cc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: none;
}

.similar-products {
  padding-top: 46px;
}
.similar-products .col-sm-12 {
  padding: 0 8px;
}
.similar-products .swiper-container {
  width: 880px;
  margin-top: 85px;
}
.similar-products .swiper-container .product-details {
  margin-bottom: 0;
}
.similar-products .slider-wraper {
  position: relative;
}
.similar-products .slider-wraper .swiper-button-prev {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0px;
}
.similar-products .slider-wraper .swiper-button-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../image/icons/big_arr.png") left center no-repeat;
}
.similar-products .slider-wraper .swiper-button-next {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0px;
}
.similar-products .slider-wraper .swiper-button-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  top: 0;
  background: url("../../image/icons/big_arr.png") left center no-repeat;
}

.single-product-description > p {
  color: #333333;
  line-height: 24px;
}

/***best sale product***/
.best-sale-category .category-details .category-img {
  width: auto;
}
.best-sale-category .category-details .product-content-inner {
  margin-top: 0px;
}

.main-container .aside-category-banner-button {
  left: 33px;
}

.main-container {
  min-height: 60vh;
}

/*****************************************  category banner code    *************************************/
/**category banner**/
.add-banner-img > img {
  max-width: 100%;
}

.add-banner-link {
  bottom: 42px;
  position: absolute;
  right: 50px;
  z-index: 10;
}

.add-banner-img {
  position: relative;
}

.add-banner-link a.btn-button {
  padding: 9px 19px;
}
.add-banner-link.link1 {
  bottom: 42px;
  left: 50px;
  position: absolute;
}
.add-banner-link span {
  margin-left: 5px;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.add-banner-img:before {
  content: "";
  position: absolute;
  border: #5ec1eb solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  z-index: 10;
}
.add-banner-img:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/***style-2***/
.add-banner-box {
  position: relative;
}

.style-2 .add-banner-link {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  margin: 20px;
  right: 0;
  text-align: center;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 11;
}
.style-2 .add-banner-box:hover .add-banner-link {
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 20px;
}
.style-2 .add-banner-img::before {
  border: 4px solid #000;
}
.style-2 .add-banner-text-box {
  padding-top: 15px;
}
.style-2 .add-banner-link h2 {
  color: #fff;
  font-family: raleway;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2.5px;
}
.style-2 .add-banner-link h2 span {
  color: #3d90cc;
}
.style-2 .add-banner-link p {
  color: #ffffff;
  line-height: 24px;
}

/***populer tag***/
.popular-tag-content li {
  background-color: #171717;
  display: inline;
  line-height: 49px;
  padding: 10px 14px;
}
.popular-tag-content li:hover {
  background-color: #3d90cc;
}
.popular-tag-content a {
  color: #fff;
  text-transform: capitalize;
}

/****add banner2****/
.add-banner-2 {
  position: relative;
  overflow: hidden;
}
.add-banner-2 > img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.add-banner-2:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.add-banner2-contetn {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.add-banner2-contetn > h2 {
  color: #fff;
  font-size: 41px;
  font-weight: 400;
  letter-spacing: 0.4em;
  margin-bottom: 65px;
  margin-top: 48px;
  text-transform: uppercase;
}

.add-banner2-price {
  background-color: #3d90cc;
  border-radius: 100%;
  bottom: 0;
  color: #fff;
  float: left;
  font-size: 36px;
  font-weight: bold;
  height: 118px;
  letter-spacing: -0.1em;
  padding: 35px 3px;
  position: absolute;
  width: 118px;
  opacity: 0.9;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.add-banner-2:hover .add-banner2-price {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.style-2 a.read-more {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/*********************************************** category page list view grid view *******************************/
.category-big-banner-box {
  position: relative;
}

.category-big-banner-content {
  max-width: 600px;
  padding-left: 40px;
  padding-top: 38px;
  position: absolute;
  top: 0;
  width: 100%;
}

.category-big-banner-img > img {
  width: 100%;
}

.category-title {
  border-bottom: 1px solid #fff;
  font-family: Raleway;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.category-big-banner-detials {
  padding: 15px 0;
  line-height: 24px;
}

.category-title::after {
  background-color: #3d90cc;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 50px;
}

.category-big-banner-content i {
  margin-left: 0;
  margin-right: 5px;
}

/**short by**/
.shop-sorting ul li {
  display: inline-block;
}
.shop-sorting ul > li > a {
  border: 1px solid #e8e8e8;
  display: block;
  height: 29px;
  padding-top: 3px;
  text-align: center;
  width: 29px;
}
.shop-sorting ul > li > a:hover {
  background-color: #171717;
  color: #fff;
}

.view-mode > span a, .view-mode span, .view-mode > label {
  display: none;
}

.sorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sorter .view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 124px;
}
.sorter .view-mode a {
  display: block;
  border: 0;
  width: 23px;
  height: 23px;
  background: url("../../image/icons/view-btn.png") no-repeat;
}
.sorter .view-mode a:last-child {
  margin-left: 15px;
}
.sorter .view-mode #gridview {
  background-position: -23px center;
}
.sorter .view-mode #gridview.active {
  background-position: 0px center;
}
.sorter .view-mode #listview {
  background-position: -69px center;
}
.sorter .view-mode #listview.active {
  background-position: -46px center;
}
.sorter .sort-by, .sorter .limiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sorter .sort-by > p, .sorter .limiter > p {
  position: relative;
  top: 1px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  font-size: 12px;
  color: #4d5a6a;
  margin-right: 3px;
}
.sorter .sort-by {
  margin-right: 41px;
}

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 2px;
}
.toolbar .sorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toolbar.toolbar-bottom {
  padding-top: 30px;
}

.select.selector1 {
  border: 0;
  height: 23px;
  padding: 0 6px;
  width: auto;
  color: #0194da;
}

/**list view**/
/**product img**/
.view-lists {
  display: none;
}

.list-product-content {
  width: 100%;
  padding-top: 15px;
  padding-left: 25px;
  padding-bottom: 15px;
}
.list-product-content .quantity-number {
  display: none;
}

.red-cont {
  position: relative;
}
.red-cont .cirkle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.quantity-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
}
.quantity-number input {
  text-align: center;
  width: 65px;
  height: 45px;
  border: 1px solid #818287;
  font-size: 16px;
  font-weight: 500;
  color: #121518;
  margin: 0 17px;
}
.quantity-number span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #4d5a6a;
}
.quantity-number span.minus:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -1px;
  background: #fff;
}
.quantity-number span.plus:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -1px;
  background: #fff;
}
.quantity-number span.plus:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -4px;
  background: #fff;
}

.list-product {
  padding-top: 22px;
  padding-left: 0;
}
.list-product .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e9eef4;
  margin-top: 0;
  margin-bottom: 18px;
}
.list-product .item .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.list-product .item .price-box .product-price {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: visible;
}
.list-product .item .price-box .product-price span {
  font-size: 24px;
}
.list-product .item .price-box .product-price span .currency {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.list-product .item .price-box .product-price .old-price {
  position: absolute;
  font-size: 14px;
  right: -4px;
  bottom: -12px;
}
.list-product .item .price-box .product-price .old-price .currency {
  font-size: 9px;
}
.list-product .item .product-discription {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  padding-right: 10px;
}
.list-product .item .product-discription p {
  color: #819096;
  font-size: 12px;
  margin-bottom: 0;
}
.list-product .item .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-product .item .article-prod {
  padding-top: 8px;
  text-align: left;
}
.list-product .item .product-name a {
  position: relative;
  font-size: 24px;
}
.list-product .item .product-name a .lable-new {
  position: absolute;
  margin-top: 0;
}
.list-product .item .info-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-product .item .btn-button {
  border: 2px solid #0194da;
  background: transparent;
  color: #1a2e37;
  font-size: 16px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-right: 6px;
  text-transform: none;
  padding-right: 57px;
  padding-left: 36px;
  width: auto;
}
.list-product .item .btn-button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
  height: 19px;
  width: 16px;
  visibility: visible;
  opacity: 1;
  background: url("../../image/icons/cart-sprite.png") left center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-product .item .btn-button:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
  height: 19px;
  width: 16px;
  visibility: hidden;
  opacity: 0;
  background: url("../../image/icons/cart-sprite.png") right center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-product .item .btn-button:hover {
  background: #0194da;
}
.list-product .item .btn-button:hover:after {
  visibility: hidden;
  opacity: 0;
}
.list-product .item .btn-button:hover:before {
  opacity: 1;
  visibility: visible;
}
.list-product .item .btn-cart {
  position: relative;
  top: 1px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4px 2px 4px;
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 11px;
  margin-left: 18px;
  color: #38464d;
  background: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.list-product .item .btn-cart span {
  -webkit-transition: 0s;
  transition: 0s;
  margin-left: 3px;
}
.list-product .item .btn-cart:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: #093f59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-product .item .btn-cart:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 17px;
  height: 19px;
  background: url("../../image/icons/prod-cart.png") left center no-repeat;
}
.list-product .item .btn-cart:first-child {
  margin-right: 6px;
}
.list-product .item .btn-cart.click-buy:after {
  background: url("../../image/icons/prod-cart.png") right center no-repeat;
}
.list-product .item .btn-cart:hover {
  color: #fff;
}
.list-product .item .btn-cart:hover:before {
  height: 100%;
}

.list-product-img {
  min-width: 158px;
  max-width: 158px;
  height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.list-product-img > img {
  width: 100%;
}

/**product img**/
.product-lint-name > a {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.list-product-content .rating {
  float: left;
}

.ratting-box .product-review {
  float: left;
}
.ratting-box .product-review li {
  display: inline;
  margin: 0 5px;
}

.list-product-content .product-price {
  overflow: hidden;
}
.list-product-content .ratting-box {
  margin-bottom: 6px;
  overflow: hidden;
}
.list-product-content .new-price {
  float: left;
}
.list-product-content .old-price {
  float: left;
  margin: 0 5px;
}

.product-discription {
  margin: 15px 0;
}

.border {
  border: 2px solid #e8e8e8;
}
.border:hover {
  border: 2px solid #3d90cc;
}

.add-to-cart a.btn-button {
  height: 44px;
  line-height: 2;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px;
  width: 44px;
}
.add-to-cart button.btn-button {
  border-radius: 0;
  height: 44px;
  margin-left: 0;
  margin-right: 10px;
  width: 144px;
}
.add-to-cart button i {
  margin: 0 5px;
}
.add-to-cart button.btn-button:hover {
  background-color: #3d90cc;
  color: #fff;
}

/**end list view**/
/**pager**/
.pager.pager-area {
  display: block;
  margin: 0;
  overflow: hidden;
}
.pager.pager-area .amount {
  float: left;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

.pagination.pages {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination.pages > p {
  margin-bottom: 0;
}

.pager.pager-area {
  margin: 0 auto;
}
.pager.pager-area .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin: 0;
}
.pager.pager-area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 7px;
  height: 42px;
  min-width: 22px;
  display: flex;
}
.pager.pager-area li.active span {
  background: #1a2e37;
}
.pager.pager-area li > a {
  border: 0;
  border-radius: 0;
  margin-right: 0;
  padding: 0 4px;
  background: transparent;
}
.pager.pager-area li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #0194da;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager.pager-area li > a:hover:before {
  width: 100%;
}
.pager.pager-area li > a.prev-page {
  color: transparent;
  background: url("../../image/icons/arr.png") center center no-repeat;
}
.pager.pager-area li > a.to-first-page {
  color: transparent;
  background: url("../../image/icons/arr2.png") center center no-repeat;
}
.pager.pager-area li > a.last-element {
  color: transparent;
  background: url("../../image/icons/arr2-left.png") center center no-repeat;
}
.pager.pager-area li > a.pre-last-element {
  color: transparent;
  background: url("../../image/icons/arr-left.png") center center no-repeat;
}
.pager li > span {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  height: 42px;
  margin-right: 0;
  padding: 0 4px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  min-width: 42px;
  border-radius: 0 !important;
}

/**catalog area**/
/**price**/
.catalog-area {
  overflow: hidden;
}
.catalog-area .product-hadding {
  float: none;
}

/* ui-content slider  */
#slider-range {
  background-color: #171717;
  border: none;
  background-image: none;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-slider-horizontal {
  height: 7px;
}

#slider-range .ui-widget-header {
  background-color: #3d90cc;
  background-image: none;
}
#slider-range .ui-slider-handle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-image: none;
  background-color: #3d90cc;
  border: transparent;
}

.ui-widget-content .ui-state-default::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 6px;
  margin-left: 6px;
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

#amount {
  background: transparent none repeat scroll 0 0;
  color: #333;
  cursor: not-allowed;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  width: 72%;
}

/**size**/
.size-box li {
  display: inline;
  margin-left: 0;
  margin-right: 10px;
}
.size-box li a span {
  border: 1px solid #e2e2e2;
  display: inline-block;
  padding: 5px 9px;
  text-align: center;
  text-transform: uppercase;
}
.size-box li a span:hover {
  background-color: #3d90cc;
  color: #fff;
}

.catalog-title {
  font-weight: bold;
  margin: 20px 0;
  text-transform: capitalize;
}

.color-box ul li a span {
  display: block;
  height: 20px;
  width: 20px;
}
.color-box li {
  float: left;
}

.catalog-area .catalog-box {
  padding: 0 11px;
}

/**aside category banner**/
.aside-category-banner-img > img {
  width: 100%;
}

.aside-category-banner a.btn-button:hover {
  background-color: #171717;
  color: #fff;
}

.aside-category-banner-inner {
  position: relative;
}

.aside-category-banner-button {
  bottom: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* select menu */
.ui-selectmenu-button.ui-button {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  text-align: left;
  white-space: nowrap;
  width: 14em;
  color: #333;
  text-transform: capitalize;
}

.ui-selectmenu-menu .ui-menu {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: transparent;
  z-index: 99999;
  color: #333;
  text-transform: capitalize;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper:hover {
  background: #3d90cc;
  border: 1px solid #3d90cc;
  color: #fff;
}

.ui-button.ui-state-active:hover {
  background: #3d90cc;
  border: 1px solid #3d90cc;
  color: #fff;
}

.ui-selectmenu-menu {
  z-index: 2147483647;
}
.ui-selectmenu-menu .ui-widget-content .ui-state-active {
  background: #3d90cc;
  border: 1px solid #3d90cc;
  color: #fff;
}

/* list prodctu */
.category-products .product-img img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .category-products .products-grid li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-products .products-grid li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .col2-left-layout .category-products .products-grid li:nth-child(3n+1), .col1-layout .category-products .products-grid li:nth-child(4n+1) {
    clear: both;
  }
}
/********************************************** my account code **************************************/
/***account infomation ***/
.account-page {
  padding-top: 23px;
}
.account-page .single-product-tab {
  margin-top: 81px;
}

.account-form p, .catdes p {
  font-size: 14px;
  color: #2a2d34;
  font-family: "Roboto", sans-serif;
}

.title-box {
  margin-bottom: 20px;
}

.account-form-box .form-group input {
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/***account list ***/
.account-item {
  line-height: 32px;
}

li.account-item a span {
  margin-left: 0;
  margin-right: 6px;
}

.account-item > a {
  text-transform: capitalize;
}
.account-item > a:hover {
  margin-left: 5px;
}

/*********************************  shopping cart code  **************************************************************/
.shopping-cart .product-hadding {
  float: none;
  text-align: center;
  margin-bottom: 30px;
}
.shopping-cart table {
  border: 1px solid #fff;
  width: 100%;
  min-width: 900px;
}

/***cart table****/
.data-table {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
}
.data-table td {
  padding: 10px 10px 20px 10px;
  /*vertical-align: text-top;*/
  vertical-align: middle;
}
.data-table th {
  padding: 10px 10px 20px 10px;
  /*vertical-align: text-top;*/
  vertical-align: middle;
  font-weight: normal;
  padding: 15px 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.data-table thead th, .data-table tbody td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ":";
}
.data-table tbody tr {
  border-bottom: 1px solid #fff;
}

/**qnt***/
.qty-area {
  position: absolute;
}
.qty-area .qty-decrease {
  background-color: #fff;
  border: medium none;
  height: 19px;
  width: 18px;
}
.qty-area .input-text.qty {
  border: 1px solid #e8e8e8;
  height: 41px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  width: 60px;
}
.qty-area .qty-increase {
  background-color: #e8e8e8;
  border: medium none;
  display: block;
  height: 18px;
  width: 18px;
}
.qty-area .qty-arrows {
  border: 1px solid #e8e8e8;
  display: inline;
  left: 0px;
  top: 0;
  position: absolute;
}
.qty-area .qty-decrease {
  border: medium none;
  height: 19px;
  width: 18px;
  background-color: #fff;
}
.qty-area .input-content {
  display: inline;
  margin-left: 0;
  margin-right: 15px;
  overflow: hidden;
}
.qty-area .input-content > label {
  display: inline;
  float: left;
  font-weight: 400;
  margin-top: 10px;
}
.qty-area .input-content .box-qty {
  display: inline-block;
}

.shopping-cart .input-group-btn > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.shopping-cart .input-group-btn > button:hover {
  color: #3d90cc;
}
.shopping-cart .btn-button {
  border-radius: 0;
  text-transform: uppercase;
}
.shopping-cart .btn-button.tomato-bg:hover {
  background-color: #171717;
}
.shopping-cart .buttons {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
  padding: 10px;
}

/**button***/
.float-right {
  float: right;
}

/***estimate****/
.estimate-ship-tax {
  margin-top: 78px;
}
.estimate-ship-tax button.btn-button:hover {
  background-color: #3d90cc;
  color: #fff;
}

.estimate-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

/***end estimate****/
/***discount code***/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border: 1px solid #fff;
  line-height: 1.42857;
  padding: 20px;
  vertical-align: top;
}

.estimate-title-area > p {
  font-family: roboto;
  font-size: 14px;
  font-weight: normal;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 0px;
}

/**total***/
.cart-sub-total, .cart-grand-total {
  font-weight: 500;
}

.cart-table thead {
  background: #e4e7e9;
}
.cart-table thead th {
  color: #1a2e37;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 8px 0;
}
.cart-table thead th.th-price {
  width: 210px;
}
.cart-table thead th.th-qty {
  width: 124px;
}
.cart-table thead th.th-total {
  width: 206px;
}
.cart-table thead th.th-articule {
  width: 106px;
}
.cart-table tbody tr {
  border-bottom: 1px solid #c8d1da;
}
.cart-table tbody tr td {
  padding-bottom: 15px;
}
.cart-table tbody tr td.product-icon {
  width: 87px;
  padding-top: 17px;
  vertical-align: top;
}
.cart-table tbody tr td.product-icon .product-image {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.cart-table tbody tr td.product-icon .product-image img {
  max-width: 100%;
  border-radius: 0;
}
.cart-table tbody tr td.model {
  vertical-align: top;
  padding-top: 43px;
  color: #2a2d34;
  font-size: 14px;
}
.cart-table tbody tr td.price {
  vertical-align: top;
  padding-top: 36px;
  padding-right: 44px;
}
.cart-table tbody tr td.price .product-price span {
  color: #7d8d97;
}
.cart-table tbody tr td.name-product {
  vertical-align: top;
  padding-top: 15px;
}
.cart-table tbody tr td.name-product a {
  color: #2a2d34;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.cart-table tbody tr td.name-product small {
  display: block;
  margin-top: 9px;
  color: #8598a0;
  font-size: 11px;
}
.cart-table tbody tr td.total-price {
  vertical-align: top;
  padding-top: 36px;
  padding-right: 40px;
  position: relative;
}
.cart-table tbody tr td.total-price .remove-icon {
  background-color: transparent;
  border: 0;
  outline: transparent;
  top: 47px;
  right: 3px;
}
.cart-table tbody tr td.qty {
  vertical-align: top;
  padding-top: 30px;
}
.cart-table tbody tr td.qty .refresh {
  padding: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  border: 0;
  background: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 50%;
  margin-left: -12px;
  top: 48px;
}
.cart-table tbody tr td.qty .box-qty {
  margin-right: 2px;
}
.cart-table tbody tr td .product-price {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cart-table tbody tr td .product-price span {
  color: #1a2e37;
  font-size: 24px;
}
.cart-table tbody tr td .product-price span .currency {
  color: #4d5a6a;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 25px;
  padding-right: 42px;
  padding-bottom: 31px;
}
.total-price p {
  margin-bottom: 4px;
  font-size: 16px;
  color: #4d5a6a;
  font-weight: 600;
  margin-right: 37px;
}
.total-price .product-price > span {
  font-size: 24px;
  font-weight: 600;
}
.total-price .product-price > span .currency {
  font-size: 14px;
  color: #4d5a6a;
  font-family: "Roboto", sans-serif;
}

.buttons-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
.buttons-cart .go_to {
  top: -56px;
}

.remove-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.remove-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #c62221;
}
.remove-icon:after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #c62221;
}

.checkout {
  padding: 20px;
}

.manufactures_list .title-wrap {
  padding-top: 31px;
  margin-bottom: 19px;
}
.manufactures_list .title-wrap .title {
  color: #4d5a6a;
}
.manufactures_list .title-wrap .title:after {
  background: #cbdde5;
}
.manufactures_list .brand__box {
  margin-bottom: 8px;
}
.manufactures_list .brand__box .row a {
  margin-right: 43px;
  font-size: 14px;
  color: #2a2d34;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 8px;
}
.manufactures_list .brand__box .row a:hover {
  color: #0194da;
}

.manufactures_abc {
  padding-top: 22px;
}
.manufactures_abc strong {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.manufactures_abc a {
  font-size: 18px;
}

.not_found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.not_found form {
  max-width: 740px;
  padding-top: 12px;
}
.not_found form p {
  font-size: 14px;
  color: #2a2d34;
  font-family: "Roboto", sans-serif;
}
.not_found form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
}
.not_found form input {
  height: 46px;
  width: 100%;
  padding-left: 20px;
  border: 1px solid #cfcfcf;
}
.not_found form .btn-def {
  font-size: 18px;
  margin-left: 20px;
}
.not_found img {
  margin-right: 13px;
  margin-top: 5px;
}

/****************************************************************  contact us code       *****************************************************/
.contact-map {
  text-align: center;
}
.contact-map p {
  line-height: 24px;
}
.contact-map > img {
  width: 100%;
}

/**icon**/
.contact-details {
  color: #2a2d34;
  font-size: 18px;
}
.contact-details > p {
  margin-top: 22px;
}
.contact-details .form_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e9eef4;
  margin-top: 3px;
  padding-top: 29px;
  padding-bottom: 25px;
}
.contact-details .form_footer .captcha_box {
  padding-left: 14px;
}
.contact-details .form_footer .captcha_box .form-group {
  margin-bottom: 0;
}
.contact-details .form_footer .btn-def {
  margin-left: 26px;
  padding-right: 64px;
}
.contact-details .captcha_box legend {
  display: none;
}
.contact-details .contact-form {
  padding-top: 49px;
}
.contact-details .contact-form label {
  font-size: 16px;
  color: #4d5a6a;
  margin-bottom: 11px;
}
.contact-details .contact-form textarea {
  height: 130px;
}
.contact-details .contact-form .comment-form-comment {
  margin-top: 0;
}
.contact-details .contact-form .input-group {
  margin-bottom: 25px;
}
.contact-details .contact-form .title-wrap {
  margin-bottom: 11px;
}
.contact-details .contact-info {
  padding-top: 35px;
  padding-left: 2px;
}
.contact-details .contact-info li {
  margin-bottom: 18px;
}
.contact-details .contact-info li strong {
  width: 216px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact-details .contact-info li a {
  font-size: 24px;
  color: #2a2d34;
  font-weight: 600;
}

.contact-us-box {
  text-align: center;
}
.contact-us-box > span {
  display: block;
  margin: 20px 0;
}
.contact-us-box strong {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-us-box ul li span {
  margin: 0 6px;
  text-transform: capitalize;
}
.contact-us-box li {
  line-height: 2;
}

/**contact form**/
.contact-form .comment-respond {
  margin: 0 auto;
  width: 808px;
  max-width: 100%;
}

/***************************************************   check out page   ************************************************************************/
.panel-title i {
  display: none;
}
.panel-title a {
  outline: none;
  text-decoration: none;
}

.checkout-box .select-text {
  padding-top: 30px;
}

.select-register-text {
  font-weight: bold;
  text-transform: capitalize;
}

.checkout-box .radio span {
  margin-left: 10px;
  margin-right: 0;
  text-transform: capitalize;
  color: #3d90cc;
  font-weight: bold;
}
.checkout-box ul li {
  list-style: inside;
}
.checkout-box ul li span {
  text-transform: capitalize;
}

.panel-default > .panel-heading {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 34px;
  padding: 10px 15px;
  background-color: #e4e7e9;
  background-image: url(../../image/icons/hamburger-filter2.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  border: 0;
}

.list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.ocfilter-option .option-values {
  padding-left: 0;
}

.noUi-pips-horizontal {
  display: none;
}

.panel-group .panel {
  border-radius: 0px;
}

.panel-title > span {
  border-bottom: 1px solid #fff;
  margin-left: 0;
  margin-right: 15px;
}

.accordion-toggle > span {
  border-bottom: 1px solid #fff;
  margin-left: 0;
  margin-right: 15px;
  padding: 0 3px;
}

.panel-title {
  font-family: Raleway;
  text-transform: uppercase;
}

.panel-default {
  border-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 15px 15px;
}
.panel-heading a:hover, .panel-heading a:focus {
  color: #fff;
}

.accordion-toggle:hover {
  color: #fff;
}

/************************************ newslatter */
.subscribe {
  margin: 0 12px 0 0;
  text-transform: capitalize;
}

/*************************  404 page cdoe  ************************************/
.error-page {
  padding: 100px 0;
  text-align: center;
}

h3.error {
  color: #3d90cc;
  font-size: 157px;
  font-weight: bold;
}

.error-page h2 {
  font-size: 18px;
  text-transform: uppercase;
}
.error-page h2 i {
  color: #3d90cc;
}
.error-page .button-set {
  margin-bottom: 45px;
}

/*************************************************  about us *******************************************************/
.about-area {
  margin: 0 auto;
  overflow: hidden;
}

.about-banner {
  margin: 0 auto;
  max-width: 770px;
}
.about-banner > p {
  text-align: center;
  margin-top: 30px;
}

.about-testimonial .testi-img {
  height: 90px;
  margin: 0 auto;
  width: 90px;
}
.about-testimonial .item-inner {
  margin-top: 30px;
}
.about-testimonial .testi-title {
  margin-top: 20px;
}
.about-testimonial .testi-title > span {
  color: #999;
  font-size: 16px;
  font-weight: bold;
}

.about-box .category-big-banner-content {
  padding: 95px;
  position: absolute;
  top: 0;
  width: auto;
}
.about-box .arow-icon-box {
  cursor: pointer;
  float: none;
}
.about-box .arow-right {
  position: absolute;
  right: 0;
  top: 100px;
}

/***our team***/
.our-team .item-box {
  text-align: center;
}

.our-team-img {
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
.our-team-img > img {
  border-radius: 100%;
}

.our-social-media li {
  display: inline;
  margin: 4px;
}
.our-team .testi-title {
  margin: 0;
}

.our-team-details {
  width: 200px;
}

.our-team .sub-title {
  margin-bottom: 10px;
  border: medium none transparent;
  color: #999;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: capitalize;
}

/***social***/
.our-social-media {
  padding: 20px 0;
}
.our-social-media ul li a span {
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px 1px #c9c9c9;
  box-shadow: 0 2px 5px 1px #c9c9c9;
  height: 30px;
  padding: 8px;
  width: 30px;
}
.our-social-media ul li a.facebook {
  color: #45619d;
}
.our-social-media ul li a.twitter {
  color: #55acee;
}
.our-social-media ul li a.google {
  color: #cf4539;
}
.our-social-media ul li a.facebook span:hover {
  background-color: #45619d;
  color: #fff;
}
.our-social-media ul li a.twitter span:hover {
  background-color: #55acee;
  color: #fff;
}
.our-social-media ul li a.google span:hover {
  background-color: #cf4539;
  color: #fff;
}

/***hover***/
/***arow icon***/
.our-team .arow-right.left {
  left: 0;
  position: absolute;
  top: 100px;
}

.arow-right {
  position: absolute;
  top: 100px;
}

/*****************************************  my account information ******************************/
.about-area {
  margin: 0 auto;
  overflow: hidden;
}

.about-banner {
  margin: 0 auto;
  max-width: 770px;
}
.about-banner > p {
  text-align: center;
  margin-top: 30px;
}

.about-testimonial .testi-img {
  height: 90px;
  margin: 0 auto;
  width: 90px;
}
.about-testimonial .item-inner {
  margin-top: 30px;
}
.about-testimonial .testi-title {
  margin-top: 20px;
}
.about-testimonial .testi-title > span {
  color: #999;
  font-size: 16px;
  font-weight: bold;
}

.about-box .category-big-banner-content {
  padding: 95px;
  position: absolute;
  top: 0;
  width: auto;
}
.about-box .arow-icon-box {
  cursor: pointer;
  float: none;
}
.about-box .arow-right {
  position: absolute;
  right: 0;
  top: 100px;
}

.created {
  margin-bottom: 10px;
}

/***our team***/
.our-team .item-box {
  text-align: center;
}

.our-team-img {
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
.our-team-img > img {
  border-radius: 100%;
}

.our-social-media li {
  display: inline;
  margin: 4px;
}
.our-team .testi-title {
  margin: 0;
}

.our-team-details {
  width: 200px;
}

.our-team .sub-title {
  margin-bottom: 10px;
  border: medium none transparent;
  color: #999;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: capitalize;
}

/***social***/
.our-social-media {
  padding: 20px 0;
}
.our-social-media ul li a span {
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px 1px #c9c9c9;
  box-shadow: 0 2px 5px 1px #c9c9c9;
  height: 30px;
  padding: 8px;
  width: 30px;
}
.our-social-media ul li a.facebook {
  color: #45619d;
}
.our-social-media ul li a.twitter {
  color: #55acee;
}
.our-social-media ul li a.google {
  color: #cf4539;
}
.our-social-media ul li a.facebook span:hover {
  background-color: #45619d;
  color: #fff;
}
.our-social-media ul li a.twitter span:hover {
  background-color: #55acee;
  color: #fff;
}
.our-social-media ul li a.google span:hover {
  background-color: #cf4539;
  color: #fff;
}

/***hover***/
/***arow icon***/
.our-team .arow-right.left {
  left: 0;
  position: absolute;
  top: 100px;
}

.arow-right {
  position: absolute;
  top: 100px;
}

.account-area li {
  line-height: 28px;
}

/****************************************** comparer *********************************/
.img-thumbnail {
  border: transparent;
}

/****************************************** login ********************************************/
.new-user-inner {
  border: 1px solid #e8e8e8;
  min-height: 412px;
}

.new-user-content {
  padding: 30px 70px 30px 30px;
}
.new-user-content > p {
  margin-top: 30px;
}

.new-user-box .button-set {
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-top: 0;
  padding: 6px 26px 6px 6px;
  overflow: hidden;
}
.new-user-box .button-set .btn-button {
  padding: 10px;
}

/***************************************************************** order history *******************************************/
.oder-history .btn-button.tomato-bg:hover {
  background-color: #171717;
}
.oder-history .product-hadding {
  float: none;
  margin-bottom: 30px;
  text-align: center;
}

/*********************************** awesoem icon */
/**category menu icon**/
.sf-vartical-menu > li.parrent > a::after {
  content: "\f101";
  float: right;
  font-family: fontawesome;
}
.sf-vartical-menu > li > ul > li.parrent > a::after, .sf-vartical-menu > li > ul > li > ul > li.parrent > a::after {
  content: "\f101";
  float: right;
  font-family: fontawesome;
}

/*************************************************************** footer code *****************************************/
.footer-area {
  background: url("../../image/bg/footer-bg.png") center center no-repeat;
  background-size: cover;
}

.footer-inner {
  padding-top: 42px;
  padding-bottom: 10px;
}
.footer-inner .middle-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 32px;
}
.footer-inner .middle-footer .top-number {
  position: relative;
  color: #f7f9fc;
  font-size: 24px;
  letter-spacing: -1px;
  margin-right: 211px;
}
.footer-inner .middle-footer .top-number span {
  color: #b9c0ca;
}
.footer-inner .middle-footer .top-instagram {
  margin-right: 27px;
}
.footer-inner .short-description {
  text-align: center;
  margin-top: 44px;
}
.footer-inner .short-description p {
  font-size: 12px;
  font-weight: 500;
  color: #8a9ea7;
}

.phone-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone-group .social-list {
  margin-right: 5px;
}

/**about**/
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-content ul {
  position: relative;
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
}
.footer-content ul li {
  margin-right: 10px;
  font-size: 13px;
}
.footer-content ul li:last-child {
  margin-left: 0;
}
.footer-content > p {
  line-height: 24px;
}

.footer-about {
  color: #fff;
}

.footer-area h3.hadding-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 25px;
  margin: 0;
}

.footer-address i {
  color: #3d90cc;
  margin-left: 0;
  margin-right: 6px;
}
.footer-address > ul li {
  line-height: 24px;
}

.footer-logo {
  margin-top: 11px;
}

.footer-area .location {
  margin-left: 10px;
}
.footer-area .skype {
  margin-left: 6px;
}
.footer-area .email {
  margin-left: 4px;
}

.footer-address span {
  margin-left: 14px;
}

.footer-inner a {
  color: #fff;
  line-height: 30px;
}
.footer-inner a:hover {
  color: #3d90cc;
}

/**newslatter**/
.newsletter input {
  border-radius: 0;
  height: 43px;
  padding: 9px 94px 9px 10px;
}

.submit-btn {
  border-radius: 0;
}

.newsletter {
  position: relative;
}
.newsletter .submit-btn {
  background-color: #171717;
  color: #fff;
  padding: 11px 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -1px;
}
.newsletter .submit-btn:hover {
  background-color: #3d90cc;
}
.newsletter .form-group {
  margin-bottom: 0;
}

/**social**/
.footer-social-inner {
  margin-top: 25px;
  text-align: center;
}
.footer-social-inner .hadding-title > span {
  border-bottom: 2px solid #3d90cc;
}

.footer-social-icon li {
  display: inline-block;
  margin-left: 0;
  margin-right: 7px;
}
.footer-social-icon a {
  background-color: #fff;
  border-radius: 100%;
  color: #dfdfdf;
  display: block;
  font-size: 18px;
  height: 42px;
  padding: 6px 12px;
  width: 42px;
  text-align: center;
  /**normal**/
}
.footer-social-icon .facebook {
  color: #45619d;
  color: #45619d;
}
.footer-social-icon .twitter {
  color: #42c0fb;
}
.footer-social-icon .google {
  color: #cf4539;
}
.footer-social-icon .skype {
  color: #009ee5;
}
.footer-social-icon .facebook:hover {
  background-color: #45619d;
  color: #fff;
}
.footer-social-icon .twitter:hover {
  background-color: #42c0fb;
  color: #fff;
}
.footer-social-icon .google:hover {
  background-color: #cf4539;
  color: #fff;
}
.footer-social-icon .skype:hover {
  background-color: #009ee5;
  color: #fff;
}

/**hover**/
/**payment options**/
.payment-options li {
  display: inline;
  margin: 0 4px;
  font-size: 28px;
}

.footer-buttom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin-top: 25px;
}
.footer-buttom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-buttom p, .footer-buttom a {
  font-size: 12px;
  color: #8da0a9 !important;
  margin: 0;
  letter-spacing: 0.1px;
}
.footer-buttom .created a:hover {
  color: #fff !important;
}

.footer-line {
  background-color: #171717;
  height: 1px;
  margin: 0 auto;
  width: 842px;
}

.footer-area .payment-options {
  margin-bottom: 6px;
  margin-top: 30px;
}

.copyright > p {
  color: #fff;
}
.copyright a {
  color: #3d90cc;
}
.copyright a:hover {
  color: #fff;
}

/* brand title ***************/
.brand-logo-area .product-hadding, .nav_inner .block-title {
  display: none;
}

.clear {
  height: 0;
  clear: both;
  display: block;
  content: "";
}

/* autocomplete */
.autocomplete {
  background-color: #fff;
  width: 70%;
  -webkit-box-shadow: 0 3px 4px 0 #e8e8e8;
  box-shadow: 0 3px 4px 0 #e8e8e8;
  -moz-shadow: 0 3px 4px 0 #e8e8e8;
  -webkit-shadow: 0 3px 4px 0 #e8e8e8;
  z-index: 99999;
  border: 0 none;
}
.autocomplete .item.cart-item {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.autocomplete .item.cart-item > a {
  border: 1px solid #e8e8e8;
  float: left;
  padding: 0;
}
.autocomplete .product-details {
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 20px;
}
.autocomplete .product-name {
  margin: 0;
  padding: 0;
}
.autocomplete .item.cart-item:last-child {
  border: 0;
}
.autocomplete .product-price .old-price {
  float: none;
  padding-left: 5px;
}
.autocomplete .new-price {
  display: inline-block;
}

/* product */
.product-tax {
  clear: both;
  display: block;
  text-align: right;
}

.twitter-right .free-sp-content a {
  display: none;
}

.mini-product-area .owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset;
}

.timer-banner-area > h3 {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

.style-3.tab-style-2 .nav.nav-tabs > li > a {
  text-transform: capitalize;
}

/* breadcrumb */
.breadcrumb_row {
  border-bottom: 1px solid #dee2e5;
  padding-bottom: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  list-style: none;
  margin-bottom: 0;
  background: transparent;
}
.breadcrumb i {
  display: none;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li a {
  color: #7d8d97;
  font-size: 11px;
  cursor: pointer !important;
}
.breadcrumb > li span {
  color: #7d8d97;
  font-size: 11px;
}
.breadcrumb > li:hover a, .breadcrumb > li:hover span {
  color: #0194da;
}
.breadcrumb > li:first-child {
  padding-left: 7px;
}
.breadcrumb > li:first-child a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../image/icons/bread.png) center center no-repeat;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -3px;
  width: 5px;
  height: 9px;
  background: url(../../image/icons/read_right.png) center center no-repeat;
}
.breadcrumb > li:last-child a, .breadcrumb > li:last-child span {
  color: #0194da;
  cursor: default !important;
}
.breadcrumb > li:last-child:after {
  display: none;
}

.product-shop .ratting-box {
  margin-bottom: 5px;
}
.product-shop .new-price {
  margin: 0;
  padding: 0;
}
.product-shop #product {
  margin-bottom: 15px;
}

.inner-left-md {
  padding-left: 10px;
}

.blog-content {
  overflow: hidden;
}
.blog-content .hadding-title > a {
  white-space: nowrap;
}

.post-detail {
  height: 45px;
  overflow: hidden;
}

.blog-details .post-detail {
  height: auto;
}

/* language */
.btn.btn-link.btn-block.language-select, .btn.btn-link.btn-block.currency-select {
  color: #999;
  text-decoration: none;
  padding-left: 10px;
  text-align: left;
}
.btn.btn-link.btn-block.language-select span {
  padding-left: 5px;
}

btn.btn-link.btn-block.currency-select span {
  padding-left: 5px;
}

.lang-currency ul li:hover ul.dropdown-menu {
  text-align: left;
}
.lang-currency .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu > li > button:hover, .dropdown-menu > li > button:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
  outline: none;
}

/* category add icon */
.sf-vartical-menu > li > a:before {
  font-family: fontawesome;
  padding-right: 7px;
}
.sf-vartical-menu > li:nth-child(2) > a:before {
  content: "\f183";
}
.sf-vartical-menu > li:nth-child(3) > a:before {
  content: "\f182";
}
.sf-vartical-menu > li:nth-child(4) > a:before {
  content: "\f19d";
}
.sf-vartical-menu > li:nth-child(5) > a:before {
  content: "\f1ae";
}
.sf-vartical-menu > li:nth-child(6) > a:before {
  content: "\f182";
}
.sf-vartical-menu > li:nth-child(7) > a:before {
  content: "\f0b1";
}
.sf-vartical-menu > li:nth-child(8) > a:before {
  content: "\f109";
}

/*  home 3 menu */
.category-menu-home3 {
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: 10;
  display: none;
}

.catdes {
  padding: 10px 0;
}
.catdes a {
  color: #3d90cc;
  line-height: 23px;
}
.catdes p {
  line-height: 23px;
  margin-bottom: 30px;
}
.catdes li {
  margin-bottom: 30px !important;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 35px;
  line-height: 23px;
}
.catdes h2 {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: normal;
}
.catdes ol, .catdes ul {
  margin-bottom: 0;
}
.catdes ol {
  padding-left: 0;
}
.catdes ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: olCounter;
  content: counter(olCounter);
  content: counters(olCounter, ".") ".";
  color: #0194da;
  display: inline-block;
  text-align: center;
  padding-right: 7px;
  font-family: "Roboto", serif;
  font-weight: 700;
}
.catdes ul li {
  position: relative;
  font-style: italic;
}
.catdes ul li:before {
  content: "•";
  color: white;
  width: 5px;
  height: 5px;
  background-color: #c62221;
  margin-bottom: auto;
  position: absolute;
  top: 0.5em;
  left: 0;
}

#compare-total {
  margin-bottom: 5px;
  color: #a83737;
}

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

.header-style-2 .product-name {
  text-align: left;
}

/* OC filter*/
.list-group-item[data-toggle=popover-price] {
  height: 140px;
}

/* checkbox */
input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=checkbox]:checked + .checkbox_txt,
input[type=checkbox]:not(:checked) + .checkbox_txt {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4d5a6a;
  cursor: pointer;
}

input[type=checkbox]:checked + .checkbox_txt:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 1px solid #4d5a6a;
  background-color: #ffffff;
}

input[type=checkbox]:not(:checked) + .checkbox_txt:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 1px solid #4d5a6a;
  background-color: #ffffff;
}

input[type=checkbox]:checked + .checkbox_txt:after,
input[type=checkbox]:not(:checked) + .checkbox_txt:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + .checkbox_txt:after,
input[type=checkbox]:not(:checked) + .checkbox_txt:after {
  left: 3px;
  top: 2px;
  width: 12px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #4d5a6a;
  border-bottom: 3px solid #4d5a6a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:not(:checked) + .checkbox_txt:after {
  opacity: 0;
}

input[type=checkbox]:checked + .checkbox_txt:after {
  opacity: 1;
}

@media (max-width: 860px) {
  .nav_vmmenu-area {
    display: none;
  }
}
section {
  padding-bottom: 10px;
}

/* modal window */
.modal_div {
  background: #fff;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: none;
  opacity: 0;
  z-index: 999999;
}
.modal_div .q-buy {
  width: 660px;
}
.modal_div .q-buy .title-wrap {
  padding-left: 23px;
  margin-bottom: 0;
}
.modal_div .q-buy .title-wrap h2 {
  font-size: 30px;
  letter-spacing: 0.8px;
}
.modal_div .q-buy .modal_cont {
  position: relative;
}
.modal_div .q-buy .modal_cont .size-wrapper {
  padding: 10px 23px 20px 23px;
}
.modal_div .q-buy .modal_cont .size-wrapper img {
  max-width: 100%;
}
.modal_div .q-buy .q-buy_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 25px 0 23px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal_div .q-buy .q-buy_head h4 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  color: #2a2d34;
}
.modal_div .q-buy .q-buy_head .add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.modal_div .q-buy .q-buy_head .img {
  max-width: 96px;
  width: 100%;
  height: 96px;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal_div .q-buy .q-buy_head .img img {
  max-width: 100%;
}
.modal_div .q-buy .q-buy_head .short-info {
  width: 100%;
  padding-left: 19px;
  padding-top: 14px;
}
.modal_div .q-buy .q-buy_head .short-info .translate-title h4 {
  margin: 0;
}
.modal_div .q-buy .q-buy_head .add-info {
  position: relative;
  margin-top: 13px;
  padding-top: 0;
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal_div .q-buy .q-buy_head .add-info .atention {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c62221;
  font-size: 11px;
  color: #fff;
  margin-left: 1px;
  padding: 3px 20px;
  top: -2px;
  left: 0;
  cursor: pointer;
}
.modal_div .q-buy .q-buy_head .add-info .price {
  position: relative;
  top: -2px;
  font-size: 24px;
  color: #c62221;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_div .q-buy .q-buy_head .add-info .price .currency {
  color: #4d5a6a;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.modal_div .q-buy .q-buy_head .add-info .price .old-price {
  margin: 0;
  position: absolute;
  bottom: -20px;
  right: 0;
  height: auto;
  white-space: nowrap;
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}
.modal_div .q-buy form {
  padding: 24px 30px 27px 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal_div .q-buy form input {
  border: 1px solid #cfcfcf;
  height: 46px;
  width: 300px;
  padding: 0 22px;
}
.modal_div .q-buy form .radio {
  padding-top: 1px;
  padding-bottom: 24px;
}
.modal_div .q-buy form .radio label {
  margin-bottom: 15px;
  display: block;
}
.modal_div .q-buy form .radio label:last-child {
  margin-bottom: 0;
}
.modal_div .q-buy form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 23px;
}
.modal_div .modal_close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -32px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
}
.modal_div .modal_close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 4px;
  margin-top: -2px;
  width: 100%;
  background: #fff;
}
.modal_div .modal_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  height: 100%;
  margin-left: -2px;
  width: 4px;
  background: #fff;
}
.modal_div .message-body {
  width: 600px;
  min-height: 250px;
  padding-top: 34px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.modal_div .message-body .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  padding-top: 24px;
}
.modal_div .message-body .buttons .btn-def {
  padding: 0 30px;
  left: -15px;
}
.modal_div h3 {
  margin-bottom: 40px;
}
.modal_div .failed-mes {
  display: none;
  position: relative;
}
.modal_div .failed-mes:after {
  content: "";
  position: absolute;
  right: -53px;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 21px;
  height: 34px;
  background: url("../image/icons/smille.png") center bottom;
}
.modal_div .success-mes {
  position: relative;
}
.modal_div .success-mes:after {
  content: "";
  position: absolute;
  right: -53px;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 21px;
  height: 34px;
  background: url("../image/icons/smille.png") center top;
}
.modal_div.error-mess .failed-mes {
  display: inline-block;
}
.modal_div.error-mess .success-mes {
  display: none;
}

.filter-mob .navbar-header {
  position: relative;
}
.filter-mob .navbar-toggle {
  position: absolute;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  width: 18px;
  height: 12px;
  top: 50%;
  right: 10px;
  display: block;
  margin: 0;
  margin-top: -6px;
  padding: 0;
  border-radius: 0;
  background-image: url(../../image/icons/hamburger-filter.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.filter-mob .navbar-brand {
  padding-left: 10px;
  color: #1a2e37;
}

#overlay {
  z-index: 99999;
  position: fixed;
  background: rgba(48, 66, 75, 0.9);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.label {
  color: #4d5a6a;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: left;
  padding: 0;
}

.btn-def {
  width: auto;
  height: 46px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0194da;
  background: transparent;
  color: #1a2e37;
  cursor: pointer;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.btn-def:hover {
  background: #0194da;
  color: #fff;
}
.btn-def.icon {
  position: relative;
  padding-left: 27px;
  padding-right: 61px;
}
.btn-def.icon.cursor:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
  height: 17px;
  width: 17px;
  background: url(../../image/icons/cursor-icon.png) left center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-def.icon.cursor:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
  height: 17px;
  width: 17px;
  opacity: 0;
  visibility: hidden;
  background: url(../../image/icons/cursor-icon.png) right center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-def.icon.cursor:hover:before {
  opacity: 0;
  visibility: hidden;
}
.btn-def.icon.cursor:hover:after {
  opacity: 1;
  visibility: visible;
}
.btn-def.icon.search:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 12px;
  display: block;
  height: 20px;
  width: 20px;
  background: url(../../image/icons/search_icons.png) left center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-def.icon.search:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 12px;
  display: block;
  height: 20px;
  width: 20px;
  opacity: 0;
  visibility: hidden;
  background: url(../../image/icons/search_icons.png) right center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-def.icon.search:hover:before {
  opacity: 0;
  visibility: hidden;
}
.btn-def.icon.search:hover:after {
  opacity: 1;
  visibility: visible;
}
.btn-def.icon.chat:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 12px;
  display: block;
  height: 21px;
  width: 21px;
  background: url(../../image/icons/chat.png) left center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-def.icon.chat:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 12px;
  display: block;
  height: 21px;
  width: 21px;
  opacity: 0;
  visibility: hidden;
  background: url(../../image/icons/chat.png) right center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-def.icon.chat:hover:before {
  opacity: 0;
  visibility: hidden;
}
.btn-def.icon.chat:hover:after {
  opacity: 1;
  visibility: visible;
}
.btn-def.icon.cart:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
  height: 19px;
  width: 16px;
  background: url(../../image/icons/cart-sprite.png) left center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-def.icon.cart:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 19px;
  width: 16px;
  background: url(../../image/icons/cart-sprite.png) right center no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-def.icon.cart:hover:before {
  opacity: 0;
  visibility: hidden;
}
.btn-def.icon.cart:hover:after {
  opacity: 1;
  visibility: visible;
}

.modal_overlay {
  z-index: 99999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal_overlay.active {
  opacity: 1;
  visibility: visible;
}
.modal_overlay.white {
  background: rgba(255, 255, 255, 0.99) !important;
}
.modal_overlay.white .modal_div {
  display: block;
  top: 50%;
  opacity: 1;
  cursor: default;
  background: transparent;
}
.modal_overlay.white .modal_div h3 {
  margin-bottom: 0 !important;
}
.modal_overlay.white .modal_div .srat-red_before {
  font-size: 13px;
}
.modal_overlay.white .modal_div select {
  width: 100%;
  border: 1px solid #808080;
  color: #222222;
  height: 48px;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 500;
}
.modal_overlay.white .modal_div textarea {
  width: 100%;
  border: 1px solid #808080;
  color: #222222;
  height: 106px;
  resize: none;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 500;
}
.modal_overlay.white .modal_div .chosen-container {
  width: 100%;
}
.modal_overlay .message-body {
  padding: 14px 9px 0 10px;
  cursor: default;
}
.modal_overlay .message-body .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 15px;
  min-height: 84px;
  border-bottom: 1px solid #c1c1c1;
}
.modal_overlay .message-body .head .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 74px;
  min-height: 78px;
  max-width: 74px;
  max-height: 78px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 14px;
}
.modal_overlay .message-body .head h4 {
  margin-top: 5px;
}
.modal_overlay .message-body .head h4 a {
  font-size: 14px;
  color: #222222;
  font-weight: 700;
}
.modal_overlay .message-body .bottom_mess {
  padding-top: 23px;
  padding-left: 21px;
}
.modal_overlay .message-body .bottom_mess .buttons {
  padding-top: 20px;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal_overlay .message-body .bottom_mess .buttons .btn-def {
  padding: 0 21px;
}
.modal_overlay .message-body .bottom_mess .buttons .btn-go_back {
  text-decoration: underline;
  cursor: pointer;
}
.modal_overlay .message-body .bottom_mess .buttons .btn-go_back:hover {
  text-decoration: none;
}
.modal_overlay .message-body .bottom_mess .buttons .btn-go_back:before {
  display: none;
}
.modal_overlay .message-body .bottom_mess .buttons p {
  margin-bottom: 0;
}

.box-qty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 23px;
}
.box-qty input {
  text-align: center !important;
  width: 65px !important;
  height: 45px !important;
  border: 1px solid #818287 !important;
  font-size: 16px;
  font-weight: 500;
  color: #121518;
  margin: 0 16px !important;
}
.box-qty span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #4d5a6a;
}
.box-qty span.minus:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -1px;
  background: #fff;
}
.box-qty span.plus:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -1px;
  background: #fff;
}
.box-qty span.plus:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -4px;
  background: #fff;
}

.account-login-area {
  font-size: 18px;
}

.input-group .text-danger {
  color: #e71c1b;
  position: absolute;
  left: 0;
  top: 0;
  background: #e71c1b;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  padding-left: 16px;
  cursor: pointer;
}

.text-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 0 23px;
  display: none;
  background-color: #fff;
  text-align: center;
}
.text-success .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.text-success p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #4d5a6a;
}

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout-area .panel-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-left: 40px;
}
.checkout-area .panel-title a {
  color: #1a2e37 !important;
}
.checkout-area .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.checkout-area .title-wrap {
  padding-top: 25px;
  margin-bottom: 17px !important;
}
.checkout-area .has-error .form-control {
  border-color: #cfcfcf;
}
.checkout-area .form-group label {
  color: #2a2d34;
}

#novaposhta_toggle_container .chosen-container {
  width: 100% !important;
}
#novaposhta_toggle_container .chosen-container .chosen-drop {
  width: calc(100% + 29px);
  top: calc(100% + 4px);
  left: -16px;
  -webkit-transform: none;
  transform: none;
}
#novaposhta_toggle_container .chosen-container-single .chosen-single:after {
  display: none;
}
#novaposhta_toggle_container .chosen-container-single .chosen-single span {
  color: #999;
}
#novaposhta_toggle_container .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.transparent-input {
  border: 0;
  width: 100%;
}
.transparent-input:focus {
  outline: 0;
}

.bottom-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  background-color: #fff;
  opacity: 0.9;
}

.preloader__item {
  content: "";
  display: block;
  position: absolute;
  background-color: #0095dd;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: 999;
}

.preloader__item1 {
  -webkit-animation-name: orbit-top-left;
  animation-name: orbit-top-left;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader__item2 {
  -webkit-animation-name: orbit-top-right;
  animation-name: orbit-top-right;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background-color: #e71c1b;
}

.preloader__item3 {
  -webkit-animation-name: orbit-down-left;
  animation-name: orbit-down-left;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader__item4 {
  -webkit-animation-name: orbit-down-right;
  animation-name: orbit-down-right;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background-color: #e71c1b;
}

@-webkit-keyframes orbit-top-left {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(150%, 150%, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(150%, 150%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(150%, 150%, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(150%, 150%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}

@keyframes orbit-top-left {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(150%, 150%, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(150%, 150%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(150%, 150%, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(150%, 150%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes orbit-top-right {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(150%, -150%, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(150%, -150%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(150%, -150%, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(150%, -150%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes orbit-top-right {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(150%, -150%, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(150%, -150%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(150%, -150%, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(150%, -150%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes orbit-down-left {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-150%, -150%, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-150%, -150%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-150%, -150%, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-150%, -150%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes orbit-down-left {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-150%, -150%, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-150%, -150%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-150%, -150%, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-150%, -150%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes orbit-down-right {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-150%, 150%, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-150%, 150%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-150%, 150%, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-150%, 150%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes orbit-down-right {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-150%, 150%, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-150%, 150%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-150%, 150%, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-150%, 150%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
.main-banner .swiper-slide {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-banner .swiper-button-nextt,
.main-banner .swiper-button-prevv {
  width: 18px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 108px;
  margin-top: -17px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-banner .swiper-button-nextt:before,
.main-banner .swiper-button-prevv:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../image/icons/banner-control.png") center center no-repeat;
}
.main-banner .swiper-button-nextt:hover,
.main-banner .swiper-button-prevv:hover {
  opacity: 1;
}
.main-banner .swiper-button-nextt {
  left: auto;
  right: 108px;
}
.main-banner .swiper-button-nextt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("../../image/icons/banner-control.png") center center no-repeat;
}

.manufactures {
  padding-top: 30px;
  padding-bottom: 30px;
}
.manufactures .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufactures .swiper-slide img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .toolbar .pager.pager-area {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .pager.pager-area .amount {
    text-align: center;
    float: none;
    padding-bottom: 10px;
  }

  .toolbar .pager.pager-area .pagination {
    float: none;
  }

  .top-bar .top-links {
    padding-right: 0;
  }
  .top-bar .top-links .del-service {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* message */
  .message-content {
    float: left;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    width: 247px;
  }

  /* cat search */
  .cat-search {
    display: none;
  }

  /* menu */
  .menubanner2 {
    margin-right: 1%;
    width: 32%;
  }

  /* slider  1*/
  .slider-content-bg {
    height: 248px;
    right: 72px;
    width: 429px;
  }

  .slider-content-bg2 {
    left: 72px;
    height: 248px;
    width: 429px;
  }

  .RightToLeft .Headding, .LeftToRight .Headding, .RightToLeft .sub-heading, .LeftToRight .sub-heading, .RightToLeft .s-dsc, .LeftToRight .s-dsc, .RightToLeft .readmore {
    right: 92px;
    width: 389px;
  }

  .LeftToRight .readmore {
    right: 92px;
    width: 389px;
  }
  .LeftToRight .Headding, .LeftToRight .sub-heading, .LeftToRight .s-dsc, .LeftToRight .readmore {
    left: 92px;
    width: 389px;
  }

  .slider-area .RightToLeft, .LeftToRight {
    margin-top: -39px;
  }

  .nivo-directionNav a {
    top: 142px;
  }

  /* slider 2 */
  .slider-2-style .RightToLeft .Headding, .slider-2-style .LeftToRight .Headding {
    top: 320px;
  }
  .slider-2-style .RightToLeft .sub-heading, .slider-2-style .LeftToRight .sub-heading {
    top: 370px;
  }
  .slider-2-style .RightToLeft .s-dsc, .slider-2-style .LeftToRight .s-dsc {
    top: 420px;
  }
  .slider-2-style .RightToLeft .readmore, .slider-2-style .LeftToRight .readmore {
    top: 484px;
  }
  .slider-2-style .nivo-directionNav a {
    top: 66%;
  }

  /***slider 3***/
  .slider-3-content {
    top: 22px;
  }

  .style-3 #nivoparrallax img {
    height: 456px !important;
  }

  /* promo  banner */
  .promo-content {
    padding: 30px 0;
  }

  .promo-title {
    letter-spacing: 0;
  }

  /* for home promo 2 */
  .style-2 .add-banner-text-box {
    padding-top: 0;
  }
  .style-2 .add-banner-link h2 {
    margin-top: 10px;
  }

  /* home 3 promo */
  .promobanner-3 .promo-content {
    padding: 0;
  }
  .promobanner-3 .promo-content > h2 {
    font-size: 35px;
    margin: 28px 89px 0;
  }

  .sale-off {
    font-size: 19px;
    margin: 10px 0 0;
  }

  .after-before-line-right::before {
    height: 164px;
    right: 48px;
    top: 52px;
  }
  .after-before-line-right::after {
    right: 50px;
    top: 52px;
    width: 63px;
  }

  .promobanner-3 .promo-content strong {
    margin: 5px 62px 5px 0;
  }

  .after-before-line-left::before {
    bottom: 57px;
    width: 110px;
  }
  .after-before-line-left::after {
    height: 159px;
  }

  .promobanner-3-inner.two .sale-off {
    font-size: 34px;
    margin-right: 64px;
    margin-top: 34px;
  }
  .promobanner-3-inner.two .promo-content > h2 {
    font-size: 20px;
    margin: 6px 0 0 164px;
  }
  .promobanner-3-inner.two .after-before-line-right::after {
    width: 111px;
  }

  .style-3 .product-banner > img {
    height: 414px;
  }

  .banner-bottom-content > h1 {
    font-size: 36px;
  }

  .product-banner-after-left::before {
    width: 73px;
  }
  .product-banner-after-left::after {
    height: 257px;
  }

  .product-banner-after-right::before {
    height: 257px;
  }

  .product-banner:hover .product-banner-after-lefthover::before {
    width: 74px;
  }
  .product-banner:hover .product-banner-after-lefthover::after {
    height: 258px;
  }
  .product-banner:hover .product-banner-after-righthover::before {
    height: 258px;
  }

  /*hoever promo 3 */
  .promobanner-3-inner .after-before-line-righthover::before {
    right: 48px;
    top: 52px;
  }
  .promobanner-3-inner:hover .after-before-line-righthover::before {
    height: 164px;
  }

  .after-before-line-righthover::after {
    right: 50px;
    top: 52px;
  }

  .promobanner-3-inner:hover .after-before-line-righthover::after {
    width: 63px;
  }
  .promobanner-3-inner.two:hover .after-before-line-righthover::after {
    width: 111px;
  }

  .after-before-line-lefthover::before {
    bottom: 57px;
  }

  .promobanner-3-inner.two:hover .after-before-line-lefthover::before {
    width: 110px;
  }

  /* brand */
  .brand-logo-box .owl-next, .brand-logo-box .owl-prev {
    bottom: 28px;
  }

  /* product */
  .ratting-box, .old-price {
    margin-top: 0px;
  }

  /* free shipping  */
  .free-shipping-box {
    height: 324px;
  }

  /* hide left tag*/
  .popular-tag.padding-top-product {
    display: none;
  }

  /* colddown prodcut  */
  .timer-banner-box {
    margin-left: 30px;
  }
  .timer-banner-box .countdown-amount {
    font-size: 30px;
    padding: 20px;
  }

  .add-banner-2 > img {
    width: auto;
  }

  .banner-hadding > span {
    font-size: 17px;
  }

  .text-content > span {
    font-size: 13px;
  }

  /* home page 3 prodctu tab */
  .tab-style-2 .nav-tabs > li > a {
    padding: 40px 35px 25px;
  }

  /* prodcut details */
  .more-views .owl-prev, .more-views .owl-next {
    top: 24px;
  }

  /* product grid list */
  /***style-3***/
  /***Category list page***/
  .category-big-banner-content {
    padding: 14px 40px;
  }
}
@media (max-width: 1024px) {
  .module-questions-ac-wrap .module-questions-ac dt h2 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header-social-list {
    display: none;
  }

  .top-bar .form-language a.dropdown-toggle {
    padding: 6px;
  }
  .top-bar .top-links .del-service {
    margin-right: 45px;
  }

  .bottom-phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-mail {
    margin-left: 55px;
  }

  .footer-area .footer-inner .middle-footer .phone .top-number {
    margin-left: 0;
  }

  .product-container .table-prod .table-prod-items td a {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* menu */
  .menubanner2 {
    display: none;
  }

  .sf-menu > li.megamenu > ul > li a.sub-heading {
    padding-top: 10px;
  }

  .cat-search {
    display: none;
  }

  .style-2 .block-cart button {
    padding: 0;
  }

  /* slider  */
  .slider-2-style #nivoparrallax img {
    height: 500px !important;
  }

  .slider-area .RightToLeft, .LeftToRight {
    margin-top: -39px;
  }

  .slider-content-bg2 {
    height: 239px;
    left: 49px;
    top: 60px;
    width: 363px;
  }

  .LeftToRight .readmore {
    left: 257px;
  }

  .slider-content-bg {
    height: 239px;
    right: 49px;
    top: 60px;
    width: 363px;
  }

  .RightToLeft .sub-heading, .LeftToRight .sub-heading, .RightToLeft .s-dsc, .LeftToRight .s-dsc, .RightToLeft .Headding, .LeftToRight .Headding, .RightToLeft .readmore, .LeftToRight .readmore {
    right: 65px;
    width: 332px;
  }

  .RightToLeft .Headding, .LeftToRight .Headding {
    top: 60px;
  }

  .RightToLeft .sub-heading, .LeftToRight .sub-heading {
    top: 106px;
  }

  .RightToLeft .s-dsc, .LeftToRight .s-dsc {
    top: 162px;
  }

  .RightToLeft .readmore {
    top: 236px;
  }

  .LeftToRight .readmore {
    top: 236px;
  }
  .LeftToRight .Headding, .LeftToRight .sub-heading, .LeftToRight .s-dsc, .LeftToRight .readmore {
    left: 65px;
  }

  .nivo-directionNav a {
    top: 122px;
  }

  .style-3 .nivo-directionNav a {
    top: 163px;
  }

  /* home 2 slider */
  .slider-2-style .nivo-directionNav a {
    top: 65%;
  }
  .slider-2-style .RightToLeft .Headding, .slider-2-style .LeftToRight .Headding {
    font-size: 29px;
    top: 303px;
  }
  .slider-2-style .RightToLeft .sub-heading, .slider-2-style .LeftToRight .sub-heading {
    top: 345px;
  }
  .slider-2-style .RightToLeft .s-dsc, .slider-2-style .LeftToRight .s-dsc {
    top: 390px;
  }
  .slider-2-style .RightToLeft .readmore, .slider-2-style .LeftToRight .readmore {
    top: 442px;
  }

  /* promo banner */
  .promo-title {
    font-size: 20px;
  }

  .promo-sub-title {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 3px;
  }

  .promo-title > span::before {
    top: 24px;
  }

  .promo1 .promo-title > span::before {
    width: 76px;
  }

  /* promo 2 */
  .add-banner-img > img {
    width: 100%;
  }

  .style-2 .add-banner-box {
    margin-bottom: 10px;
  }

  .promo3 .promo-title > span::before {
    width: 100px;
  }

  .promo-content {
    padding: 24px 0;
  }

  .add-banner-link {
    bottom: 12px;
    right: 30px;
  }

  .banner-hadding > span {
    font-size: 20px;
  }

  .text-content > span {
    font-size: 14px;
  }

  .free-shipping-box {
    margin-bottom: 15px;
  }

  .style-2 .free-shipping-box {
    margin-bottom: 15px;
  }
  .style-2 .add-banner-2 > img {
    width: auto;
  }

  /* prodcut  */
  .product-con-right, .product-con-left {
    float: none;
  }

  .product-content-inner .new-price {
    display: inline-block;
    font-weight: bold;
  }
  .product-content-inner .product-name {
    width: auto;
  }
  .product-content-inner .product-price .old-price {
    float: none;
  }

  /*barand arrow */
  .brand-logo-box .owl-next, .brand-logo-box .owl-prev {
    bottom: 28px;
  }

  /* tab menu */
  ul.tab-menu {
    position: unset;
  }
  ul.tab-menu > li {
    display: block;
    margin-top: 2px;
    text-align: center;
    float: none;
  }

  /* timer */
  .timer-image {
    text-align: center;
  }

  .timer-banner-box {
    margin: 0 auto;
    width: 441px;
  }

  .footer-address i {
    margin-right: 0px;
  }

  .footer-logo {
    margin-top: 5px;
  }

  .footer-line {
    width: 500px;
  }

  .col-sm {
    margin-top: 30px;
  }

  .top-bar ul li a {
    padding: 10px 11px;
  }

  /***style-3***/
  .slider-3-content {
    top: 69px;
  }
  .slider-3-content .Headding {
    width: auto;
  }
  .slider-3-content .sub-heading, .slider-3-content .s-dsc, .slider-3-content .Headding, .slider-3-content .readmore {
    right: 132px;
  }
  .slider-3-content .sub-heading {
    top: 122px;
  }
  .slider-3-content > .slider-line {
    right: 133px;
    top: 183px;
  }
  .slider-3-content .readmore {
    top: 210px;
  }

  .style-3 .free-sp-icon-box-inner {
    float: none;
    margin: 0 auto;
  }

  .promobanner-3 .promo-content {
    padding: 0;
  }
  .promobanner-3 .promo-content > h2 {
    font-size: 22px;
    margin: 13px 89px 0;
  }

  .sale-off {
    font-size: 19px;
    margin: 10px 0 0;
  }

  .after-before-line-right::before {
    height: 139px;
    right: 48px;
    top: 25px;
  }
  .after-before-line-right:after {
    right: 50px;
    top: 25px;
    width: 63px;
  }

  /* hover */
  .after-before-line-righthover:before {
    height: 0px;
    right: 48px;
    top: 25px;
  }

  .promobanner-3-inner:hover .after-before-line-righthover:before {
    height: 139px;
  }

  .after-before-line-righthover:after {
    right: 50px;
    top: 25px;
    width: 0px;
  }

  .promobanner-3-inner:hover .after-before-line-righthover:after {
    width: 63px;
  }
  .promobanner-3-inner.two .after-before-line-righthover::after {
    width: 0px;
  }
  .promobanner-3-inner.two:hover .after-before-line-righthover:after {
    width: 111px;
  }

  .after-before-line-lefthover::before {
    bottom: 35px;
    width: 0;
  }

  .promobanner-3-inner:hover .after-before-line-lefthover::before {
    width: 55px;
  }

  .after-before-line-lefthover::after {
    height: 0px;
  }

  .promobanner-3-inner:hover .after-before-line-lefthover::after {
    height: 129px;
  }

  .promobanner-3 .promo-content strong {
    margin: 5px 62px 5px 0;
  }

  .after-before-line-left::before {
    bottom: 35px;
    width: 55px;
  }
  .after-before-line-left::after {
    height: 129px;
  }

  .promobanner-3-inner.two .sale-off {
    margin-right: 72px;
    margin-top: 14px;
  }
  .promobanner-3-inner.two .promo-content > h2 {
    margin: 10px 0 0 112px;
  }
  .promobanner-3-inner.two .after-before-line-right::after {
    width: 111px;
  }

  .todays-deals.full-width-product-box {
    margin-top: 30px;
  }

  .product-top-ber.todays-deal-box {
    margin: 0;
  }

  .add-banner2-contetn > h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 55px;
  }

  .style-3.brand-logo-area .arow-right {
    top: 24px;
  }
  .style-3 .latest-blog-box .hadding-title {
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 185px;
  }

  .hadding-title > a {
    font-size: 13px;
  }

  /* banner */
  .product-banner {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 364px;
    padding-bottom: 45px;
  }
  .product-banner > img {
    width: auto;
  }

  /* product details */
  .more-views .owl-prev, .more-views .owl-next {
    top: 24px;
  }

  .p-style-3 .more-views .owl-prev, .p-style-3 .more-views .owl-next {
    top: 50px;
  }

  /* product grid list */
  .category-big-banner-img > img {
    height: 250px;
    width: 100%;
  }

  .ui-selectmenu-button.ui-button {
    width: 6em;
  }

  /***contact us***/
  .contact-box .contact-form .comment-respond {
    width: auto;
  }

  /***category list page***/
}
@media (max-width: 767px) {
  .add-to-cart .input-content {
    margin-right: 5px;
  }
  .add-to-cart .input-text.qty {
    margin-left: 32px;
    width: 55px;
  }
  .add-to-cart .input-content .qty-arrows {
    left: 13px;
  }
  .add-to-cart button.btn-button {
    margin-right: 0;
    display: inline-block;
    width: 140px;
  }

  textarea {
    resize: none;
  }

  #form-language .dropdown-toggle {
    position: relative;
    z-index: 1001;
  }

  .top-bar ul li:hover #form-language ul.dropdown-menu {
    position: absolute;
    background: #545454;
    min-width: 120px;
    padding: 0;
    margin: 0;
    border: none;
  }

  .breadcrumb.breadcrumb-box {
    margin-bottom: 0;
  }

  .navbar-toggle {
    padding: 6px 10px;
  }

  /* header sesction start */
  /* menu */
  .main-container .button-set {
    margin-bottom: 30px;
  }

  .nav-container {
    display: none;
  }

  .mobile-container {
    display: block !important;
  }

  /* top cart */
  .topcart-mini-container {
    top: 0;
  }

  .mobile-menu-toggle ul li a {
    outline: none;
  }
  .mobile-menu-toggle ul li a:hover, .mobile-menu-toggle ul li a:focus {
    text-decoration: none;
  }

  .mobile-main-menu {
    background-color: #1a2e37;
    position: relative;
  }
  .mobile-main-menu #form-language {
    padding-left: 20px;
    text-align: left;
  }
  .mobile-main-menu #form-language .dropdown-toggle {
    font-size: 16px;
    color: #fff !important;
  }
  .mobile-main-menu #form-language .dropdown-menu {
    margin-top: 10px;
    left: 20px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 0;
  }
  .mobile-main-menu #form-language .dropdown-menu li button {
    color: #fff;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
  }

  /* container  */
  header {
    text-align: center;
  }

  .pull-right {
    /*float: none !important;*/
  }

  .footer-line {
    width: 100%;
  }

  .cat-search {
    display: none;
  }

  .nav.navbar-nav {
    margin: 0 0;
  }
  .nav.navbar-nav a {
    line-height: 30px;
    color: #ffffff;
  }

  .top-bar .row {
    margin: 0 0;
  }
  .top-bar .container {
    padding: 0;
  }

  .navbar-nav > li:last-child a {
    padding: 10px 5px;
  }

  .top-bar ul li a {
    padding: 10px 5px;
  }
  .top-bar .lang-currency {
    padding: 0;
  }
  .top-bar .list-line.flags img {
    vertical-align: initial;
  }
  .top-bar .top-links {
    /*float: none;*/
    padding: 0;
    height: 50px;
  }
  .top-bar .top-links .mobile-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../image/menu-icon.png) no-repeat 12px 14px #3d90cc;
  }
  .top-bar .top-links .navbar-nav {
    margin: 0;
    background: #545454;
    position: fixed;
    top: 0;
    left: -320px;
    /*left: 0;*/
    width: 320px;
    height: 100%;
    padding: 50px 10px 10px;
    z-index: 1002;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .top-bar .top-links.open .navbar-nav {
    left: 0;
  }

  .top-links .nav.navbar-nav > li {
    width: 100%;
    text-align: left;
  }
  .top-links .mobile-close {
    content: "";
    display: block;
    position: fixed;
    margin-left: -50px;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0px;
    background: url(../image/close-icon.png) no-repeat center center #3d90cc;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    z-index: 1003;
  }
  .top-links.open .mobile-close {
    left: 320px;
  }
  .top-links .nav.navbar-nav a {
    text-transform: uppercase;
    color: #fff;
  }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
  }

  .top-bar ul li:hover ul.dropdown-menu, .navbar-nav > li > .dropdown-menu {
    display: block;
    position: relative;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 0 10px 40px;
  }

  /* end header section */
  /* promo banner  */
  .promo-banner-inner {
    max-width: 450px;
    margin: 0 auto;
  }

  .left-cat-banner {
    padding-bottom: 30px;
  }

  .resbaner {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .add-banner-img > img {
    max-width: 100%;
    width: 100%;
  }

  /* prodcut  */
  /* prodcut  */
  .product-con-right, .product-con-left {
    float: none;
  }

  .product-content-inner .new-price {
    display: inline-block;
    font-weight: bold;
  }
  .product-content-inner .product-name {
    width: auto;
  }
  .product-content-inner .product-price .old-price {
    float: none;
  }

  .mini-product-area .product-top-ber {
    margin-top: 30px;
  }

  /* tab menu */
  ul.tab-menu {
    position: unset;
  }
  ul.tab-menu > li {
    display: block;
    margin-top: 2px;
    text-align: center;
    float: none;
  }

  /* timer */
  .timer-image {
    text-align: center;
  }

  .timer-banner-box {
    margin: 0 auto;
    max-width: 441px;
  }

  /* free shipping */
  .free-shipping-box {
    height: auto;
    margin-bottom: 15px;
  }

  /* lago */
  .brand-logo-box .owl-next, .brand-logo-box .owl-prev {
    bottom: 28px;
  }

  /* footer */
  .footer-area h3.hadding-title {
    margin: 25px 0 0;
  }

  /* home */
  /* cart */
  .style-2 .topcart-mini-container {
    padding: 30px 0;
    text-align: center;
  }
  .style-2 .cart-product-list {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 87px;
    width: 285px;
  }

  .cms-index-index header.header-style-2 {
    position: unset;
    background: #171717;
  }

  .header-style-2 .header-container, .header-style-3 .header-container {
    padding-bottom: 0;
  }

  /* slider */
  /* slider  1*/
  /*    .nivo-directionNav a {
          top: 55px;
      }*/
  .style-3 .nivo-directionNav a {
    top: 67px;
  }

  .slider-2-style .RightToLeft .Headding, .slider-2-style .LeftToRight .Headding {
    top: 65px;
  }
  .slider-2-style .RightToLeft .sub-heading, .slider-2-style .LeftToRight .sub-heading {
    top: 118px;
  }
  .slider-2-style .RightToLeft .s-dsc, .slider-2-style .LeftToRight .s-dsc {
    top: 172px;
  }
  .slider-2-style .RightToLeft .readmore, .slider-2-style .LeftToRight .readmore {
    top: 235px;
  }
  .slider-2-style .nivo-directionNav a {
    top: 39%;
  }

  /* banner  */
  .aside-category-banner-button {
    left: auto;
    right: 148px;
  }

  .add-banner2-contetn > h2 {
    font-size: 20px;
    margin-bottom: 34px;
    margin-top: 36px;
  }

  /* home 3 */
  .style-3 .RightToLeft .Headding, .style-3 .LeftToRight .Headding {
    top: 35px;
    font-size: 22px;
    right: 78px;
  }

  .slider-3-content > .sub-heading {
    font-size: 18px;
    right: 78px;
    top: 83px;
  }
  .slider-3-content > .slider-line {
    right: 91px;
    top: 133px;
  }

  .style-3 .RightToLeft .readmore, .style-3 .LeftToRight .readmore {
    right: 78px;
    top: 159px;
  }
  .style-3 .free-shgipping-box {
    margin-bottom: 10px;
  }

  /* promo 2*/
  .after-before-line-right, .after-before-line-righthover, .after-before-line-lefthover, .after-before-line-left {
    display: none;
  }

  .promobanner-3 .promo-content {
    padding: 0;
  }

  .promobanner-3-inner {
    padding-bottom: 15px;
  }

  /* more tab */
  .more-views .owl-prev, .more-views .owl-next {
    top: 32%;
  }

  .p-style-3.resbaner {
    margin-top: 30px;
  }

  .main-container .aside-category-banner-button {
    left: auto;
    right: 0;
  }

  /* prodcut grid list */
  .category-big-banner.margin-buttom {
    margin-top: 20px;
  }

  .ui-selectmenu-button.ui-button {
    width: auto;
  }

  .category-big-banner-img > img {
    height: 245px;
  }

  .toolbar #pagination {
    display: none;
  }

  .toolbar-bottom .sort-by, .toolbar-bottom .limiter {
    display: none;
  }

  .toolbar.toolbar-bottom #pagination {
    display: block;
  }

  .gray9-bg > .container {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .top-bottom .fa-play {
    right: 5px;
    z-index: 998;
  }

  .blog-long-img > img {
    height: 100%;
    max-width: 100%;
    width: 100%;
  }

  .category-big-banner-img > img {
    height: auto;
  }

  /* cart sub menu */
  .cart-product-list {
    width: 320px;
  }

  .img-responsive {
    display: inline;
  }

  /* cart title  */
  .promo-title {
    font-size: 20px;
  }

  /* button */
  a.btn-button {
    padding: 7px 20px;
  }

  /* product headding */
  h2.product-hadding, span.product-hadding {
    font-size: 17px;
  }

  /* headding top */
  .promo-content {
    top: -24px;
  }

  /* slider icon */
  .owl-prev, .owl-next {
    height: 30px;
    width: 30px;
    padding: 2px 8px;
  }

  .testi-content > p {
    padding: 0;
  }

  /* home 2 */
  figure .nivo-caption {
    display: none !important;
  }

  /* timer */
  .timer-banner-box .countdown-section {
    float: none !important;
    display: inline-block;
  }

  .timer-image img {
    width: 100%;
  }

  /* banner */
  .style-2 .add-banner-text-box {
    padding-top: 0;
  }
  .style-2 .add-banner-link h1 {
    font-size: 20px;
  }

  .add-banner-link a.btn-button {
    display: none;
  }

  /* home 3 */
  .promobanner-3 .promo-content {
    top: 0;
  }
  .promobanner-3 .promo-content > h2 {
    font-size: 20px;
  }

  .sale-off {
    font-size: 20px;
    margin: 0;
  }

  .promobanner-3 .promo-content > strong {
    margin: 0;
    text-align: center;
  }

  .promobanner-3-inner.two .sale-off {
    margin-right: 0;
    margin-top: 15px;
  }
  .promobanner-3-inner.two .promo-content > h2 {
    margin-left: auto;
    text-align: center;
  }

  .product-banner-after-right, .product-banner-after-righthover {
    display: none;
  }

  .banner-bottom-content {
    top: 2px;
  }
  .banner-bottom-content > h1 {
    font-size: 30px;
  }

  .brand-logo-box .owl-next, .brand-logo-box .owl-prev {
    bottom: 25px;
  }

  .banner-bottom-content > h2 {
    font-size: 20px;
    margin-bottom: 26px;
  }

  /* grid list */
  /* prodcut grid list */
  .category-big-banner.margin-buttom {
    margin-top: 20px;
  }

  .ui-selectmenu-button.ui-button {
    width: auto;
  }

  .category-big-banner-content {
    display: none;
  }

  #products-grid li.col-xs-6, .all-blog-area .col-xs-6 {
    float: none;
    width: 100%;
  }

  .cliet-comment {
    margin-left: 0;
  }

  /* slider arrow */
  /*    .nivo-directionNav a {
          top: 32px;
      }*/
  /* home 3 tab */
  .style-3 .product-tab-title > span {
    display: block;
  }

  .product-tab-title .tab-left-line {
    display: block;
    margin: 0 auto;
    width: 200px;
  }

  /*    .add-to-cart .input-text.qty {
          margin-left: 45px;
          width: 55px;
      }
      .add-to-cart .qty-arrows {
          left: 26px;
      }*/
}
@media (max-width: 425px) {
  .top-email {
    display: none;
  }

  .module-questions-ac-wrap .module-questions-ac-ttl {
    font-size: 19px;
    padding-right: 14px;
  }
}
@media (max-width: 375px) {
  .module-questions-ac-wrap .module-questions-ac dt h2 {
    padding-right: 25px;
  }

  .product-container .table-prod .table-prod-items td {
    padding: 4px;
  }
  .product-container .table-prod .table-prod-items td a {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .product-container .table-prod .table-prod-items td {
    padding: 0;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1010;
  width: auto;
  border: 1px solid #d9d9d9;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background-color: #fff;
  background-clip: padding-box;
  color: #0194da;
  text-decoration: none;
  white-space: nowrap;
  line-height: 20px;
}
.chosen-container-single .chosen-single:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #0194da;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../image/icons/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../image/icons/chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 12px 26px 12px 18px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../../image/icons/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: 8px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 14px 24px;
  list-style: none;
  min-height: 46px;
  white-space: nowrap;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 14px;
  color: #1a2e37;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background: #1a2e37;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../image/icons/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  color: #fff;
  background: #1a2e37;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single:after {
  display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("../../image/icons/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("../../image/icons/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
@media (max-width: 1366px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-container {
    position: absolute;
    left: 10px;
    background: #fff;
    width: calc(100% - 20px);
    top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-container.open {
    top: 81px;
    opacity: 1;
    visibility: visible;
  }
  .nav-container #sf-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 240px;
    background: #e9edf1;
    min-height: 362px;
  }
  .nav-container #sf-menu > ul > li {
    margin-right: 0;
  }
  .nav-container #sf-menu > ul > li > a {
    color: #4d5a6a;
    width: 100%;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 21px 0px 21px 35px;
  }
  .nav-container #sf-menu > ul > li > a:before {
    display: none;
  }
  .nav-container #sf-menu > ul > li > a span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    top: 0;
  }
  .nav-container #sf-menu > ul > li.megamenu > ul {
    top: 0;
    left: 240px;
    width: calc(100% - 240px);
    min-height: 362px;
  }
  .nav-container #sf-menu > ul > li.megamenu.open-drop > a {
    background: #fff;
  }
  .nav-container #sf-menu > ul > li.megamenu.open-drop > a span {
    color: #0194da;
  }
  .nav-container #sf-menu > ul > li.megamenu.open-drop > ul {
    display: block !important;
    -webkit-animation: none;
    animation: none;
  }
  .nav-container #sf-menu > ul > li:hover a {
    background: #fff;
  }
  .nav-container #sf-menu > ul > li:hover > ul {
    -webkit-animation: none;
    animation: none;
    display: none;
  }
  .nav-container .sf-menu > li.megamenu > ul .sub-categ {
    min-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 24px 0 33px 22px;
  }
  .nav-container .sf-menu > li.megamenu > ul .sub-categ a.sub-heading span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 1200px) {
  .search-box .search__input input {
    width: 400px;
  }

  .product-shop .new-price {
    font-size: 38px;
  }

  .products-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-product-img {
    min-width: 90px;
    max-width: 90px;
  }

  .list-product-content {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .contact-details .form_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-details .form_footer .btn-def {
    margin: 20px auto 0 auto;
  }

  .list-product .item .price-box .product-price span {
    font-size: 18px;
  }

  .list-product .item .btn-button {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-product .item .btn-button:after {
    display: none;
  }
  .list-product .item .btn-button:before {
    display: none;
  }

  .similar-products .slider-wraper {
    width: 100%;
    padding: 0 34px;
  }
  .similar-products .swiper-container {
    width: auto;
  }

  .product-shop .product-price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sorter .sort-by {
    margin-right: 32px !important;
  }
}
@media (max-width: 991px) {
  .top-bar .top-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .top-bar .top-links a {
    margin-left: 0;
    margin-right: 10px;
  }
  .top-bar .top-links .del-service {
    margin-left: 20px;
  }

  .search-box {
    padding: 32px 10px 32px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-box select {
    background: transparent;
  }
  .search-box .search__input {
    margin-bottom: 20px;
  }
  .search-box .serch-select {
    margin-left: 0;
  }
  .search-box .btn-def.icon {
    margin-bottom: 20px;
  }
  .search-box .dropdown-menu.autocomplete {
    display: none !important;
  }

  .sf-menu > li.megamenu .category-cont {
    width: 100%;
  }
  .sf-menu > li.megamenu ul > li a.sub-heading > span {
    font-size: 12px;
  }

  .nav-container #sf-menu > ul {
    width: 190px;
  }
  .nav-container #sf-menu > ul > li.megamenu > ul {
    width: calc(100% - 190px);
    left: 190px;
  }
  .nav-container #sf-menu > ul > li.megamenu > ul li a {
    font-size: 12px;
  }

  .header-container .header-main .main-menu .header-menu .number-box {
    display: none;
  }

  .sorter {
    width: 100%;
  }
  .sorter .sort-by {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .sorter .limiter {
    margin-bottom: 5px;
  }
  .sorter .view-mode {
    margin-left: auto;
  }

  .footer-inner .footer-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-inner .footer-content .logo {
    width: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-inner .footer-content ul {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-inner .middle-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-inner .middle-footer .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .footer-inner .middle-footer .phone .top-number {
    margin-right: 0;
    margin-left: 70px;
  }
  .footer-inner .middle-footer .bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-product .item .product-name a {
    font-size: 18px;
  }

  .list-product .item .product-discription {
    padding-bottom: 5px;
    height: auto;
  }

  .list-product .quantity-number {
    display: none;
  }

  .prod-options > .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod-options > .form-group .text-danger {
    position: relative;
    margin: 10px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .prod-options > .form-group .under_line {
    margin-left: 5px;
  }
  .prod-options > .form-group select {
    padding-left: 0;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }

  .product-shop .add-to-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-shop .add-to-cart .input-content {
    margin-right: 0;
  }

  .box-qty {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .gallery-top {
    height: 400px;
  }

  .gallery-thumbs-wrapper .swiper-slide {
    height: 70px;
  }

  .gallery-thumbs-wrapper .button-next, .gallery-thumbs-wrapper .button-prev {
    height: 70px;
  }

  .rating-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rating-box label {
    width: 100%;
    margin-right: 0;
    text-align: left !important;
  }

  .pager.pager-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pager.pager-area ul li {
    display: none;
  }
  .pager.pager-area ul li.to-first-page-li, .pager.pager-area ul li.prev-page-li, .pager.pager-area ul li.prev, .pager.pager-area ul li.active, .pager.pager-area ul li.next, .pager.pager-area ul li.pre-last-element-li, .pager.pager-area ul li.last-element-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 131px;
  }
  body.common-home {
    padding-top: 131px;
  }

  .top-bar .top-links .del-service {
    display: none;
  }

  .list-product .item .price-box .product-price .old-price {
    font-size: 10px;
  }

  .top-bar .top-links {
    padding-right: 48px;
  }
  .top-bar .top-links .top-number {
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
  }
  .top-bar .top-links .top-facebook {
    width: 24px;
    height: 24px;
    background: url("../../image/icons/social_icon.png") left center no-repeat;
  }
  .top-bar .top-links .top-facebook img {
    display: none;
  }
  .top-bar .top-links .top-instagram {
    width: 24px;
    height: 24px;
    background: url("../../image/icons/social_icon.png") right center no-repeat;
  }
  .top-bar .top-links .top-instagram img {
    display: none;
  }

  .modal_div .q-buy {
    width: 300px;
  }
  .modal_div .q-buy .title-wrap {
    padding-left: 10px;
  }
  .modal_div .q-buy .title-wrap h2 {
    font-size: 20px;
  }
  .modal_div .q-buy .q-buy_head {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal_div .q-buy .q-buy_head .img {
    max-width: 56px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal_div .q-buy .q-buy_head .short-info {
    padding-left: 10px;
  }
  .modal_div .q-buy form {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .modal_div .q-buy form select {
    background: transparent;
  }
  .modal_div .q-buy form .input-group {
    width: 100%;
  }
  .modal_div .q-buy form .input-group input {
    width: 100%;
  }

  .cart-product-list {
    width: 100vw;
  }

  .lang-currency {
    display: none;
  }

  .header-container .header-main {
    margin-right: -10px;
  }

  header.scrolled {
    height: auto;
  }
  header.scrolled .top-bar {
    opacity: 1;
  }
  header.scrolled .header-container {
    top: 0;
  }

  .header-container .header-main .main-menu .header-menu .open-search {
    margin-right: 5px;
    top: -50px;
    right: 10px;
    position: absolute;
    height: 50px;
    width: 32px;
  }
  .header-container .header-main .main-menu .header-menu .open-search:before {
    margin-top: -16px;
    background: url(../../image/icons/zoom-icon2.png) center center no-repeat;
  }

  .not_found {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .not_found img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 auto;
  }
  .not_found .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .not_found .form-group input {
    width: 100%;
  }
  .not_found .form-group .btn-def {
    margin: 20px auto 0;
  }

  .cart-top-title span.quantity {
    white-space: nowrap;
  }

  .block-cart button {
    width: 80px;
    background-position: center;
  }
  .block-cart button .total {
    display: none;
  }
  .block-cart button .quantity span {
    display: none;
  }

  .hamburger {
    margin-left: 26px;
    margin-right: 26px;
  }

  .footer-buttom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-top-title {
    padding-right: 0;
    padding-top: 10px;
  }
  .cart-top-title span {
    white-space: nowrap;
    font-size: 10px;
  }
  .cart-top-title span.small-text {
    font-size: 8px;
  }
  .cart-top-title span .currency {
    font-size: 8px !important;
  }

  .mobile-main-menu {
    position: fixed;
    width: 100%;
    overflow: auto;
    left: 0;
    top: 131px;
    height: calc(100vh - 131px);
    display: none;
  }
  .mobile-main-menu.open {
    display: block !important;
  }
  .mobile-main-menu .accordion li span.down-up {
    width: 18px;
    height: 18px;
    top: 6px;
  }
  .mobile-main-menu .accordion a {
    position: relative;
    font-size: 16px;
    color: #fff !important;
  }

  .ocfilter .popover.right {
    top: 200px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .ocfilter .popover.right .arrow {
    display: none;
  }
  .ocfilter .popover.right .popover-content {
    padding: 2px 3px;
  }

  .checkbox-cont .filtre-title {
    padding-top: 64px;
  }

  #ocfilter-content {
    overflow-x: hidden;
  }

  .toolbar .sorter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }

  .single-product-tab .nav > li > a {
    min-width: auto;
    padding: 0 12px !important;
  }

  .similar-products .swiper-container .product-details {
    max-width: 320px;
    margin: auto;
  }

  .similar-products .slider-wraper {
    padding: 0;
  }

  .main-banner .swiper-wrapper {
    display: block;
  }
  .main-banner .swiper-slide {
    height: auto;
  }
  .main-banner .swiper-slide img {
    max-width: 100%;
  }

  .rewers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
  }
  .rewers > div {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }

  .modal_div .q-buy .q-buy_head .add-info .atention {
    top: 68px;
  }

  .modal_div .q-buy .q-buy_head h4 {
    font-size: 16px;
    line-height: normal;
  }

  .modal_div .q-buy form .radio {
    padding-bottom: 10px;
  }

  .breadcrumb > li {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .search-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search-box .btn-def.icon {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .search-box .search__input {
    width: 100%;
  }
  .search-box .search__input input {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .products-grid .col-xs-6 {
    width: 100%;
  }
  .products-grid .col-xs-6 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .products-grid .col-xs-6 .item .product-details {
    max-width: 340px;
    width: 100%;
  }

  .total-price {
    padding-right: 0;
  }
  .total-price p {
    margin-right: auto;
  }

  .buttons-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttons-cart .go_to {
    top: 0;
    margin-bottom: 20px;
  }

  .list-product .item .btn-button {
    height: 44px;
    width: 44px;
    color: transparent !important;
    overflow: hidden;
  }
  .list-product .item .btn-button:before {
    display: block;
    left: 50%;
    right: auto;
    margin-left: -8px;
  }
  .list-product .item .btn-button:after {
    display: block;
    left: 50%;
    right: auto;
    margin-left: -8px;
  }

  .list-product .item .product-name a {
    font-size: 16px;
  }

  .list-product-content-inner .product-name .lable-new {
    font-size: 14px;
  }

  .list-product-content-inner .product-name {
    padding-right: 80px;
  }

  .list-product-img {
    max-width: 70px;
    min-width: 70px;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    padding-top: 10px;
    padding-left: 10px;
  }

  .list-product .item .btn-cart {
    margin-left: 10px;
  }
  .list-product .item .btn-cart span {
    display: none;
  }

  .list-product .item .price-box .product-price span {
    font-size: 14px;
  }
  .list-product .item .price-box .product-price span .currency {
    font-size: 10px;
  }

  .contact-details .contact-info li {
    font-size: 14px;
  }
  .contact-details .contact-info li strong {
    width: 108px;
  }

  .contact-details .form_footer .captcha_box {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .footer-inner .middle-footer .bottom-links a {
    max-width: 120px;
  }
  .footer-inner .middle-footer .bottom-links a img {
    max-width: 100%;
  }

  .checkout-area .panel-title {
    font-size: 14px;
  }

  .similar-products .swiper-button-prev, .similar-products .swiper-button-next {
    display: none;
  }
}
select,
select.form-control {
  border: 0;
  height: 23px;
  padding: 0 6px;
  width: auto;
  color: #0194da;
}