@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 26px;
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

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

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

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

LineIcons Web Font
Author: lineicons.com

-------------------------------- */
@font-face {
  font-family: 'LineIcons';
  src: url("../fonts/LineIcons.eot");
  src: url("../fonts/LineIcons.eot") format("embedded-opentype"), url("../fonts/LineIcons.woff2") format("woff2"), url("../fonts/LineIcons.woff") format("woff"), url("../fonts/LineIcons.ttf") format("truetype"), url("../fonts/LineIcons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'LineIcons';
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lni-sm {
  font-size: 0.8em;
}

.lni-lg {
  font-size: 1.2em;
}

/* absolute units */
.lni-16 {
  font-size: 16px;
}

.lni-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}

@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.lni-rotate-90 {
  transform: rotate(90deg);
}

.lni-rotate-180 {
  transform: rotate(180deg);
}

.lni-rotate-270 {
  transform: rotate(270deg);
}

.lni-flip-y {
  transform: scaleY(-1);
}

.lni-flip-x {
  transform: scaleX(-1);
}

/*------------------------
	icons
-------------------------*/
.lni-500px::before {
  content: "\ea03";
}

.lni-add-files::before {
  content: "\ea01";
}

.lni-adobe::before {
  content: "\ea06";
}

.lni-agenda::before {
  content: "\ea02";
}

.lni-airbnb::before {
  content: "\ea07";
}

.lni-alarm-clock::before {
  content: "\ea08";
}

.lni-alarm::before {
  content: "\ea04";
}

.lni-amazon-original::before {
  content: "\ea05";
}

.lni-amazon-pay::before {
  content: "\ea09";
}

.lni-amazon::before {
  content: "\ea0a";
}

.lni-ambulance::before {
  content: "\ea0b";
}

.lni-amex::before {
  content: "\ea0c";
}

.lni-anchor::before {
  content: "\ea0d";
}

.lni-android-original::before {
  content: "\ea0e";
}

.lni-android::before {
  content: "\ea0f";
}

.lni-angellist::before {
  content: "\ea10";
}

.lni-angle-double-down::before {
  content: "\ea11";
}

.lni-angle-double-left::before {
  content: "\ea12";
}

.lni-angle-double-right::before {
  content: "\ea13";
}

.lni-angle-double-up::before {
  content: "\ea14";
}

.lni-angular::before {
  content: "\ea15";
}

.lni-apartment::before {
  content: "\ea16";
}

.lni-app-store::before {
  content: "\ea17";
}

.lni-apple-music::before {
  content: "\ea18";
}

.lni-apple-pay::before {
  content: "\ea19";
}

.lni-apple::before {
  content: "\ea1a";
}

.lni-archive::before {
  content: "\ea1f";
}

.lni-arrow-down-circle::before {
  content: "\ea1b";
}

.lni-arrow-down::before {
  content: "\ea1c";
}

.lni-arrow-left-circle::before {
  content: "\ea1d";
}

.lni-arrow-left::before {
  content: "\ea1e";
}

.lni-arrow-right-circle::before {
  content: "\ea20";
}

.lni-arrow-right::before {
  content: "\ea21";
}

.lni-arrow-top-left::before {
  content: "\ea22";
}

.lni-arrow-top-right::before {
  content: "\ea23";
}

.lni-arrow-up-circle::before {
  content: "\ea24";
}

.lni-arrow-up::before {
  content: "\ea25";
}

.lni-arrows-horizontal::before {
  content: "\ea26";
}

.lni-arrows-vertical::before {
  content: "\ea27";
}

.lni-atlassian::before {
  content: "\ea28";
}

.lni-aws::before {
  content: "\ea29";
}

.lni-azure::before {
  content: "\ea2a";
}

.lni-backward::before {
  content: "\ea2b";
}

.lni-baloon::before {
  content: "\ea2c";
}

.lni-ban::before {
  content: "\ea2d";
}

.lni-bar-chart::before {
  content: "\ea2e";
}

.lni-basketball::before {
  content: "\ea2f";
}

.lni-behance-original::before {
  content: "\ea30";
}

.lni-behance::before {
  content: "\ea31";
}

.lni-bi-cycle::before {
  content: "\ea32";
}

.lni-bitbucket::before {
  content: "\ea33";
}

.lni-bitcoin::before {
  content: "\ea34";
}

.lni-blackboard::before {
  content: "\ea35";
}

.lni-blogger::before {
  content: "\ea36";
}

.lni-bluetooth-original::before {
  content: "\ea37";
}

.lni-bluetooth::before {
  content: "\ea38";
}

.lni-bold::before {
  content: "\ea39";
}

.lni-bolt-alt::before {
  content: "\ea3a";
}

.lni-bolt::before {
  content: "\ea40";
}

.lni-book::before {
  content: "\ea3b";
}

.lni-bookmark-alt::before {
  content: "\ea3c";
}

.lni-bookmark::before {
  content: "\ea3d";
}

.lni-bootstrap::before {
  content: "\ea3e";
}

.lni-bricks::before {
  content: "\ea3f";
}

.lni-bridge::before {
  content: "\ea41";
}

.lni-briefcase::before {
  content: "\ea42";
}

.lni-brush-alt::before {
  content: "\ea43";
}

.lni-brush::before {
  content: "\ea44";
}

.lni-btc::before {
  content: "\ea45";
}

.lni-bubble::before {
  content: "\ea46";
}

.lni-bug::before {
  content: "\ea47";
}

.lni-bulb::before {
  content: "\ea48";
}

.lni-bullhorn::before {
  content: "\ea49";
}

.lni-burger::before {
  content: "\ea4a";
}

.lni-bus::before {
  content: "\ea4b";
}

.lni-cake::before {
  content: "\ea4c";
}

.lni-calculator::before {
  content: "\ea4d";
}

.lni-calendar::before {
  content: "\ea4e";
}

.lni-camera::before {
  content: "\ea4f";
}

.lni-candy-cane::before {
  content: "\ea50";
}

.lni-candy::before {
  content: "\ea51";
}

.lni-capsule::before {
  content: "\ea52";
}

.lni-car-alt::before {
  content: "\ea53";
}

.lni-car::before {
  content: "\ea54";
}

.lni-caravan::before {
  content: "\ea55";
}

.lni-cart-full::before {
  content: "\ea56";
}

.lni-cart::before {
  content: "\ea57";
}

.lni-certificate::before {
  content: "\ea58";
}

.lni-check-box::before {
  content: "\ea59";
}

.lni-checkmark-circle::before {
  content: "\ea5a";
}

.lni-checkmark::before {
  content: "\ea5b";
}

.lni-chef-hat::before {
  content: "\ea5c";
}

.lni-chevron-down-circle::before {
  content: "\ea5d";
}

.lni-chevron-down::before {
  content: "\ea5e";
}

.lni-chevron-left-circle::before {
  content: "\ea5f";
}

.lni-chevron-left::before {
  content: "\ea60";
}

.lni-chevron-right-circle::before {
  content: "\ea61";
}

.lni-chevron-right::before {
  content: "\ea62";
}

.lni-chevron-up-circle::before {
  content: "\ea63";
}

.lni-chevron-up::before {
  content: "\ea64";
}

.lni-chrome::before {
  content: "\ea65";
}

.lni-chromecast::before {
  content: "\ea66";
}

.lni-circle-minus::before {
  content: "\ea67";
}

.lni-circle-plus::before {
  content: "\ea68";
}

.lni-clipboard::before {
  content: "\ea69";
}

.lni-close::before {
  content: "\ea6a";
}

.lni-cloud-check::before {
  content: "\ea6b";
}

.lni-cloud-download::before {
  content: "\ea6c";
}

.lni-cloud-network::before {
  content: "\ea6d";
}

.lni-cloud-sync::before {
  content: "\ea6e";
}

.lni-cloud-upload::before {
  content: "\ea6f";
}

.lni-cloud::before {
  content: "\ea70";
}

.lni-cloudflare::before {
  content: "\ea71";
}

.lni-cloudy-sun::before {
  content: "\ea72";
}

.lni-code-alt::before {
  content: "\ea73";
}

.lni-code::before {
  content: "\ea74";
}

.lni-codepen::before {
  content: "\ea75";
}

.lni-coffee-cup::before {
  content: "\ea76";
}

.lni-cog::before {
  content: "\ea77";
}

.lni-cogs::before {
  content: "\ea78";
}

.lni-coin::before {
  content: "\ea79";
}

.lni-comments-alt::before {
  content: "\ea7a";
}

.lni-comments-reply::before {
  content: "\ea7b";
}

.lni-comments::before {
  content: "\ea7c";
}

.lni-compass::before {
  content: "\ea7d";
}

.lni-connectdevelop::before {
  content: "\ea7e";
}

.lni-construction-hammer::before {
  content: "\ea7f";
}

.lni-construction::before {
  content: "\ea80";
}

.lni-consulting::before {
  content: "\ea81";
}

.lni-control-panel::before {
  content: "\ea82";
}

.lni-cool::before {
  content: "\ea83";
}

.lni-cpanel::before {
  content: "\ea84";
}

.lni-creative-commons::before {
  content: "\ea85";
}

.lni-credit-cards::before {
  content: "\ea86";
}

.lni-crop::before {
  content: "\ea87";
}

.lni-cross-circle::before {
  content: "\ea88";
}

.lni-crown::before {
  content: "\ea89";
}

.lni-css3::before {
  content: "\ea8a";
}

.lni-cup::before {
  content: "\ea8b";
}

.lni-customer::before {
  content: "\ea8c";
}

.lni-cut::before {
  content: "\ea8d";
}

.lni-dashboard::before {
  content: "\ea8e";
}

.lni-database::before {
  content: "\ea8f";
}

.lni-delivery::before {
  content: "\ea90";
}

.lni-dev::before {
  content: "\ea91";
}

.lni-diamond-alt::before {
  content: "\ea92";
}

.lni-diamond::before {
  content: "\ea93";
}

.lni-digitalocean::before {
  content: "\ea94";
}

.lni-diners-club::before {
  content: "\ea95";
}

.lni-dinner::before {
  content: "\ea96";
}

.lni-direction-alt::before {
  content: "\ea97";
}

.lni-direction-ltr::before {
  content: "\ea98";
}

.lni-direction-rtl::before {
  content: "\ea99";
}

.lni-direction::before {
  content: "\ea9a";
}

.lni-discord::before {
  content: "\ea9b";
}

.lni-discover::before {
  content: "\ea9c";
}

.lni-display-alt::before {
  content: "\ea9d";
}

.lni-display::before {
  content: "\ea9e";
}

.lni-docker::before {
  content: "\ea9f";
}

.lni-dollar::before {
  content: "\eaa0";
}

.lni-domain::before {
  content: "\eaa1";
}

.lni-download::before {
  content: "\eaa2";
}

.lni-dribbble::before {
  content: "\eaa3";
}

.lni-drop::before {
  content: "\eaa4";
}

.lni-dropbox-original::before {
  content: "\eaa5";
}

.lni-dropbox::before {
  content: "\eaa6";
}

.lni-drupal-original::before {
  content: "\eaa7";
}

.lni-drupal::before {
  content: "\eaa8";
}

.lni-dumbbell::before {
  content: "\eaa9";
}

.lni-edge::before {
  content: "\eaaa";
}

.lni-empty-file::before {
  content: "\eaab";
}

.lni-enter::before {
  content: "\eaac";
}

.lni-envato::before {
  content: "\eaad";
}

.lni-envelope::before {
  content: "\eaae";
}

.lni-eraser::before {
  content: "\eaaf";
}

.lni-euro::before {
  content: "\eab0";
}

.lni-exit-down::before {
  content: "\eab1";
}

.lni-exit-up::before {
  content: "\eab2";
}

.lni-exit::before {
  content: "\eab3";
}

.lni-eye::before {
  content: "\eab4";
}

.lni-facebook-filled::before {
  content: "\eab5";
}

.lni-facebook-messenger::before {
  content: "\eab6";
}

.lni-facebook-original::before {
  content: "\eab7";
}

.lni-facebook-oval::before {
  content: "\eab8";
}

.lni-facebook::before {
  content: "\eab9";
}

.lni-figma::before {
  content: "\eaba";
}

.lni-files::before {
  content: "\eabb";
}

.lni-firefox-original::before {
  content: "\eabc";
}

.lni-firefox::before {
  content: "\eabd";
}

.lni-fireworks::before {
  content: "\eabe";
}

.lni-first-aid::before {
  content: "\eabf";
}

.lni-flag-alt::before {
  content: "\eac0";
}

.lni-flag::before {
  content: "\eac1";
}

.lni-flags::before {
  content: "\eac2";
}

.lni-flickr::before {
  content: "\eac3";
}

.lni-flower::before {
  content: "\eac4";
}

.lni-folder::before {
  content: "\eac5";
}

.lni-forward::before {
  content: "\eac6";
}

.lni-frame-expand::before {
  content: "\eac7";
}

.lni-fresh-juice::before {
  content: "\eac8";
}

.lni-friendly::before {
  content: "\eac9";
}

.lni-full-screen::before {
  content: "\eaca";
}

.lni-funnel::before {
  content: "\eacb";
}

.lni-gallery::before {
  content: "\eacc";
}

.lni-game::before {
  content: "\eacd";
}

.lni-gatsby::before {
  content: "\eace";
}

.lni-gift::before {
  content: "\eacf";
}

.lni-git::before {
  content: "\ead0";
}

.lni-github-original::before {
  content: "\ead1";
}

.lni-github::before {
  content: "\ead2";
}

.lni-goodreads::before {
  content: "\ead3";
}

.lni-google-drive::before {
  content: "\ead4";
}

.lni-google-pay::before {
  content: "\ead5";
}

.lni-google-wallet::before {
  content: "\ead6";
}

.lni-google::before {
  content: "\ead7";
}

.lni-graduation::before {
  content: "\ead8";
}

.lni-graph::before {
  content: "\ead9";
}

.lni-grid-alt::before {
  content: "\eada";
}

.lni-grid::before {
  content: "\eadb";
}

.lni-grow::before {
  content: "\eadc";
}

.lni-hacker-news::before {
  content: "\eadd";
}

.lni-hammer::before {
  content: "\eade";
}

.lni-hand::before {
  content: "\eadf";
}

.lni-handshake::before {
  content: "\eae0";
}

.lni-happy::before {
  content: "\eae1";
}

.lni-harddrive::before {
  content: "\eae2";
}

.lni-headphone-alt::before {
  content: "\eae3";
}

.lni-headphone::before {
  content: "\eae4";
}

.lni-heart-filled::before {
  content: "\eae5";
}

.lni-heart-monitor::before {
  content: "\eae6";
}

.lni-heart::before {
  content: "\eae7";
}

.lni-helicopter::before {
  content: "\eae8";
}

.lni-helmet::before {
  content: "\eae9";
}

.lni-help::before {
  content: "\eaea";
}

.lni-highlight-alt::before {
  content: "\eaeb";
}

.lni-highlight::before {
  content: "\eaec";
}

.lni-home::before {
  content: "\eaed";
}

.lni-hospital::before {
  content: "\eaee";
}

.lni-hourglass::before {
  content: "\eaef";
}

.lni-html5::before {
  content: "\eaf0";
}

.lni-image::before {
  content: "\eaf1";
}

.lni-imdb::before {
  content: "\eaf2";
}

.lni-inbox::before {
  content: "\eaf3";
}

.lni-indent-decrease::before {
  content: "\eaf4";
}

.lni-indent-increase::before {
  content: "\eaf5";
}

.lni-infinite::before {
  content: "\eaf6";
}

.lni-information::before {
  content: "\eaf7";
}

.lni-instagram-filled::before {
  content: "\eaf8";
}

.lni-instagram-original::before {
  content: "\eaf9";
}

.lni-instagram::before {
  content: "\eafa";
}

.lni-invention::before {
  content: "\eafb";
}

.lni-invest-monitor::before {
  content: "\eafc";
}

.lni-investment::before {
  content: "\eafd";
}

.lni-island::before {
  content: "\eafe";
}

.lni-italic::before {
  content: "\eaff";
}

.lni-java::before {
  content: "\eb00";
}

.lni-javascript::before {
  content: "\eb01";
}

.lni-jcb::before {
  content: "\eb02";
}

.lni-joomla-original::before {
  content: "\eb03";
}

.lni-joomla::before {
  content: "\eb04";
}

.lni-jsfiddle::before {
  content: "\eb05";
}

.lni-juice::before {
  content: "\eb06";
}

.lni-key::before {
  content: "\eb07";
}

.lni-keyboard::before {
  content: "\eb08";
}

.lni-keyword-research::before {
  content: "\eb09";
}

.lni-laptop-phone::before {
  content: "\eb0a";
}

.lni-laptop::before {
  content: "\eb0b";
}

.lni-laravel::before {
  content: "\eb0c";
}

.lni-layers::before {
  content: "\eb0d";
}

.lni-layout::before {
  content: "\eb0e";
}

.lni-leaf::before {
  content: "\eb0f";
}

.lni-library::before {
  content: "\eb10";
}

.lni-license::before {
  content: "\eb11";
}

.lni-lifering::before {
  content: "\eb12";
}

.lni-line-dashed::before {
  content: "\eb13";
}

.lni-line-dotted::before {
  content: "\eb14";
}

.lni-line-double::before {
  content: "\eb15";
}

.lni-line-spacing::before {
  content: "\eb16";
}

.lni-line::before {
  content: "\eb17";
}

.lni-lineicons-alt::before {
  content: "\eb18";
}

.lni-lineicons::before {
  content: "\eb19";
}

.lni-link::before {
  content: "\eb1a";
}

.lni-linkedin-original::before {
  content: "\eb1b";
}

.lni-linkedin::before {
  content: "\eb1c";
}

.lni-list::before {
  content: "\eb1d";
}

.lni-lock-alt::before {
  content: "\eb1e";
}

.lni-lock::before {
  content: "\eb1f";
}

.lni-magento::before {
  content: "\eb20";
}

.lni-magnet::before {
  content: "\eb21";
}

.lni-magnifier::before {
  content: "\eb22";
}

.lni-mailchimp::before {
  content: "\eb23";
}

.lni-map-marker::before {
  content: "\eb24";
}

.lni-map::before {
  content: "\eb25";
}

.lni-markdown::before {
  content: "\eb26";
}

.lni-mashroom::before {
  content: "\eb27";
}

.lni-mastercard::before {
  content: "\eb28";
}

.lni-medium::before {
  content: "\eb29";
}

.lni-menu::before {
  content: "\eb2a";
}

.lni-mic::before {
  content: "\eb2b";
}

.lni-microphone::before {
  content: "\eb2c";
}

.lni-microscope::before {
  content: "\eb2d";
}

.lni-microsoft-edge::before {
  content: "\eb2e";
}

.lni-microsoft::before {
  content: "\eb2f";
}

.lni-minus::before {
  content: "\eb30";
}

.lni-mobile::before {
  content: "\eb31";
}

.lni-money-location::before {
  content: "\eb32";
}

.lni-money-protection::before {
  content: "\eb33";
}

.lni-more-alt::before {
  content: "\eb34";
}

.lni-more::before {
  content: "\eb35";
}

.lni-mouse::before {
  content: "\eb36";
}

.lni-move::before {
  content: "\eb37";
}

.lni-music::before {
  content: "\eb38";
}

.lni-netlify::before {
  content: "\eb39";
}

.lni-network::before {
  content: "\eb3a";
}

.lni-night::before {
  content: "\eb3b";
}

.lni-nodejs-alt::before {
  content: "\eb3c";
}

.lni-nodejs::before {
  content: "\eb3d";
}

.lni-notepad::before {
  content: "\eb3e";
}

.lni-npm::before {
  content: "\eb3f";
}

.lni-offer::before {
  content: "\eb40";
}

.lni-opera::before {
  content: "\eb41";
}

.lni-package::before {
  content: "\eb42";
}

.lni-page-break::before {
  content: "\eb43";
}

.lni-pagination::before {
  content: "\eb44";
}

.lni-paint-bucket::before {
  content: "\eb45";
}

.lni-paint-roller::before {
  content: "\eb46";
}

.lni-pallet::before {
  content: "\eb47";
}

.lni-paperclip::before {
  content: "\eb48";
}

.lni-patreon::before {
  content: "\eb49";
}

.lni-pause::before {
  content: "\eb4a";
}

.lni-paypal-original::before {
  content: "\eb4b";
}

.lni-paypal::before {
  content: "\eb4c";
}

.lni-pencil-alt::before {
  content: "\eb4d";
}

.lni-pencil::before {
  content: "\eb4e";
}

.lni-phone-set::before {
  content: "\eb4f";
}

.lni-phone::before {
  content: "\eb50";
}

.lni-php::before {
  content: "\eb51";
}

.lni-pie-chart::before {
  content: "\eb52";
}

.lni-pilcrow::before {
  content: "\eb53";
}

.lni-pin::before {
  content: "\eb54";
}

.lni-pinterest::before {
  content: "\eb55";
}

.lni-pizza::before {
  content: "\eb56";
}

.lni-plane::before {
  content: "\eb57";
}

.lni-play-store::before {
  content: "\eb58";
}

.lni-play::before {
  content: "\eb59";
}

.lni-playstation::before {
  content: "\eb5a";
}

.lni-plug::before {
  content: "\eb5b";
}

.lni-plus::before {
  content: "\eb5c";
}

.lni-pointer-down::before {
  content: "\eb5d";
}

.lni-pointer-left::before {
  content: "\eb5e";
}

.lni-pointer-right::before {
  content: "\eb5f";
}

.lni-pointer-top::before {
  content: "\eb60";
}

.lni-pointer::before {
  content: "\eb61";
}

.lni-popup::before {
  content: "\eb62";
}

.lni-postcard::before {
  content: "\eb63";
}

.lni-pound::before {
  content: "\eb64";
}

.lni-power-switch::before {
  content: "\eb65";
}

.lni-printer::before {
  content: "\eb66";
}

.lni-producthunt::before {
  content: "\eb67";
}

.lni-protection::before {
  content: "\eb68";
}

.lni-pulse::before {
  content: "\eb69";
}

.lni-pyramids::before {
  content: "\eb6a";
}

.lni-python::before {
  content: "\eb6b";
}

.lni-question-circle::before {
  content: "\eb6c";
}

.lni-quora::before {
  content: "\eb6d";
}

.lni-quotation::before {
  content: "\eb6e";
}

.lni-radio-button::before {
  content: "\eb6f";
}

.lni-rain::before {
  content: "\eb70";
}

.lni-react::before {
  content: "\eb73";
}

.lni-reddit::before {
  content: "\eb71";
}

.lni-reload::before {
  content: "\eb72";
}

.lni-remove-file::before {
  content: "\eb74";
}

.lni-reply::before {
  content: "\eb75";
}

.lni-restaurant::before {
  content: "\eb76";
}

.lni-revenue::before {
  content: "\eb77";
}

.lni-road::before {
  content: "\eb78";
}

.lni-rocket::before {
  content: "\eb79";
}

.lni-rss-feed::before {
  content: "\eb7a";
}

.lni-ruler-alt::before {
  content: "\eb7b";
}

.lni-ruler-pencil::before {
  content: "\eb7c";
}

.lni-ruler::before {
  content: "\eb7d";
}

.lni-rupee::before {
  content: "\eb7e";
}

.lni-sad::before {
  content: "\eb7f";
}

.lni-save::before {
  content: "\eb80";
}

.lni-school-bench-alt::before {
  content: "\eb81";
}

.lni-school-bench::before {
  content: "\eb82";
}

.lni-scooter::before {
  content: "\eb83";
}

.lni-scroll-down::before {
  content: "\eb84";
}

.lni-search-alt::before {
  content: "\eb85";
}

.lni-search::before {
  content: "\eb86";
}

.lni-select::before {
  content: "\eb87";
}

.lni-seo::before {
  content: "\eb88";
}

.lni-service::before {
  content: "\eb89";
}

.lni-share-alt-1::before {
  content: "\eb8a";
}

.lni-share-alt::before {
  content: "\eb8b";
}

.lni-share::before {
  content: "\eb8c";
}

.lni-shield::before {
  content: "\eb8d";
}

.lni-shift-left::before {
  content: "\eb8e";
}

.lni-shift-right::before {
  content: "\eb8f";
}

.lni-ship::before {
  content: "\eb90";
}

.lni-shopify::before {
  content: "\eb91";
}

.lni-shopping-basket::before {
  content: "\eb92";
}

.lni-shortcode::before {
  content: "\eb93";
}

.lni-shovel::before {
  content: "\eb94";
}

.lni-shuffle::before {
  content: "\eb95";
}

.lni-signal::before {
  content: "\eb96";
}

.lni-sketch::before {
  content: "\eb97";
}

.lni-skipping-rope::before {
  content: "\eb98";
}

.lni-skype::before {
  content: "\eb99";
}

.lni-slack-line::before {
  content: "\eb9a";
}

.lni-slack::before {
  content: "\eb9b";
}

.lni-slice::before {
  content: "\eb9c";
}

.lni-slideshare::before {
  content: "\eb9d";
}

.lni-slim::before {
  content: "\eb9e";
}

.lni-smile::before {
  content: "\eb9f";
}

.lni-snapchat::before {
  content: "\eba0";
}

.lni-sort-alpha-asc::before {
  content: "\eba1";
}

.lni-sort-amount-asc::before {
  content: "\eba2";
}

.lni-sort-amount-dsc::before {
  content: "\eba3";
}

.lni-soundcloud-original::before {
  content: "\eba4";
}

.lni-soundcloud::before {
  content: "\eba5";
}

.lni-speechless::before {
  content: "\eba6";
}

.lni-spellcheck::before {
  content: "\eba7";
}

.lni-spinner-arrow::before {
  content: "\eba8";
}

.lni-spinner-solid::before {
  content: "\eba9";
}

.lni-spinner::before {
  content: "\ebaa";
}

.lni-spotify-original::before {
  content: "\ebab";
}

.lni-spotify::before {
  content: "\ebac";
}

.lni-spray::before {
  content: "\ebad";
}

.lni-sprout::before {
  content: "\ebae";
}

.lni-squarespace::before {
  content: "\ebaf";
}

.lni-stackoverflow::before {
  content: "\ebb0";
}

.lni-stamp::before {
  content: "\ebb1";
}

.lni-star-empty::before {
  content: "\ebb2";
}

.lni-star-filled::before {
  content: "\ebb3";
}

.lni-star-half::before {
  content: "\ebb4";
}

.lni-star::before {
  content: "\ebb5";
}

.lni-stats-down::before {
  content: "\ebb6";
}

.lni-stats-up::before {
  content: "\ebb7";
}

.lni-steam::before {
  content: "\ebb8";
}

.lni-sthethoscope::before {
  content: "\ebb9";
}

.lni-stop::before {
  content: "\ebba";
}

.lni-strikethrough::before {
  content: "\ebbb";
}

.lni-stripe::before {
  content: "\ebbc";
}

.lni-stumbleupon::before {
  content: "\ebbd";
}

.lni-sun::before {
  content: "\ebbe";
}

.lni-support::before {
  content: "\ebbf";
}

.lni-surf-board::before {
  content: "\ebc0";
}

.lni-suspect::before {
  content: "\ebc1";
}

.lni-swift::before {
  content: "\ebc2";
}

.lni-syringe::before {
  content: "\ebc3";
}

.lni-tab::before {
  content: "\ebc4";
}

.lni-tag::before {
  content: "\ebc5";
}

.lni-target-customer::before {
  content: "\ebc6";
}

.lni-target-revenue::before {
  content: "\ebc7";
}

.lni-target::before {
  content: "\ebc8";
}

.lni-taxi::before {
  content: "\ebc9";
}

.lni-teabag::before {
  content: "\ebca";
}

.lni-telegram-original::before {
  content: "\ebcb";
}

.lni-telegram::before {
  content: "\ebcc";
}

.lni-text-align-center::before {
  content: "\ebcd";
}

.lni-text-align-justify::before {
  content: "\ebce";
}

.lni-text-align-left::before {
  content: "\ebcf";
}

.lni-text-align-right::before {
  content: "\ebd0";
}

.lni-text-format-remove::before {
  content: "\ebd4";
}

.lni-text-format::before {
  content: "\ebd1";
}

.lni-thought::before {
  content: "\ebd2";
}

.lni-thumbs-down::before {
  content: "\ebd3";
}

.lni-thumbs-up::before {
  content: "\ebd5";
}

.lni-thunder-alt::before {
  content: "\ebd6";
}

.lni-thunder::before {
  content: "\ebd7";
}

.lni-ticket-alt::before {
  content: "\ebd8";
}

.lni-ticket::before {
  content: "\ebd9";
}

.lni-tiktok::before {
  content: "\ebda";
}

.lni-timer::before {
  content: "\ebdb";
}

.lni-tounge::before {
  content: "\ebdc";
}

.lni-train-alt::before {
  content: "\ebdd";
}

.lni-train::before {
  content: "\ebde";
}

.lni-trash-can::before {
  content: "\ebdf";
}

.lni-travel::before {
  content: "\ebe0";
}

.lni-tree::before {
  content: "\ebe1";
}

.lni-trees::before {
  content: "\ebe2";
}

.lni-trello::before {
  content: "\ebe3";
}

.lni-trowel::before {
  content: "\ebe4";
}

.lni-tshirt::before {
  content: "\ebe5";
}

.lni-tumblr::before {
  content: "\ebe6";
}

.lni-twitch::before {
  content: "\ebe7";
}

.lni-twitter-filled::before {
  content: "\ebe8";
}

.lni-twitter-original::before {
  content: "\ebe9";
}

.lni-twitter::before {
  content: "\ebea";
}

.lni-ubuntu::before {
  content: "\ebeb";
}

.lni-underline::before {
  content: "\ebec";
}

.lni-unlink::before {
  content: "\ebed";
}

.lni-unlock::before {
  content: "\ebee";
}

.lni-unsplash::before {
  content: "\ebef";
}

.lni-upload::before {
  content: "\ebf0";
}

.lni-user::before {
  content: "\ebf1";
}

.lni-users::before {
  content: "\ebf6";
}

.lni-ux::before {
  content: "\ebf2";
}

.lni-vector::before {
  content: "\ebf3";
}

.lni-video::before {
  content: "\ebf4";
}

.lni-vimeo::before {
  content: "\ebf5";
}

.lni-visa::before {
  content: "\ebf7";
}

.lni-vk::before {
  content: "\ebf8";
}

.lni-volume-high::before {
  content: "\ebf9";
}

.lni-volume-low::before {
  content: "\ebfa";
}

.lni-volume-medium::before {
  content: "\ebfb";
}

.lni-volume-mute::before {
  content: "\ebfc";
}

.lni-volume::before {
  content: "\ebfd";
}

.lni-wallet::before {
  content: "\ebfe";
}

.lni-warning::before {
  content: "\ebff";
}

.lni-website-alt::before {
  content: "\ec00";
}

.lni-website::before {
  content: "\ec01";
}

.lni-wechat::before {
  content: "\ec02";
}

.lni-weight::before {
  content: "\ec03";
}

.lni-whatsapp::before {
  content: "\ec04";
}

.lni-wheelbarrow::before {
  content: "\ec05";
}

.lni-wheelchair::before {
  content: "\ec06";
}

.lni-windows::before {
  content: "\ec07";
}

.lni-wordpress-filled::before {
  content: "\ec08";
}

.lni-wordpress::before {
  content: "\ec09";
}

.lni-world-alt::before {
  content: "\ec0a";
}

.lni-world::before {
  content: "\ec0c";
}

.lni-write::before {
  content: "\ec0b";
}

.lni-xbox::before {
  content: "\ec0d";
}

.lni-yahoo::before {
  content: "\ec0e";
}

.lni-ycombinator::before {
  content: "\ec0f";
}

.lni-yen::before {
  content: "\ec10";
}

.lni-youtube::before {
  content: "\ec13";
}

.lni-zip::before {
  content: "\ec11";
}

.lni-zoom-in::before {
  content: "\ec12";
}

.lni-zoom-out::before {
  content: "\ec14";
}

.header-top {
  padding: 6px 0;
  border: 1px solid #e2e8f0;
  background: #f7f8fa;
  border-top: 0;
}

.header-top .header-top-wrapp .header-left ul li {
  margin-right: 30px;
}

.header-top .header-top-wrapp .header-left ul li:last-child {
  border-right: 0;
  margin-right: 0;
}

.header-top .header-top-wrapp .header-left ul li span {
  margin-right: 8px;
}

.header-top .header-top-wrapp .header-left ul li a {
  color: #044063;
  font-size: 14px;
  text-transform: lowercase;
}

.header-top .header-top-wrapp .header-right a {
  color: #044063 !important;
  font-size: 14px;
  font-weight: 500;
}

.header-top .header-top-wrapp .header-right a span {
  margin-right: 6px;
}

.header-top .header-top-wrapp .header-right a:hover {
  color: #F58431 !important;
}

.header-middle .header-cart-wrapp .login-acounts ul li {
  margin-right: 15px;
}

.header-middle .header-cart-wrapp .login-acounts ul li:last-child {
  margin-right: 0;
}

.header-middle .header-cart-wrapp .login-acounts ul li span {
  margin-right: 5px;
}

.header-middle .header-cart-wrapp .login-acounts ul li a {
  font-size: 15px;
}

.login {
  width: 100%;
  padding: 30px 0px;
  border-bottom: 3px solid #044063;
}

.login .login-wrapp {
  width: 450px;
  padding: 30px;
}

.login .login-content-wrapp {
  text-align: left !important;
}

.login .login-content-wrapp p {
  text-align: left;
  font-size: 15px;
  padding-bottom: 15px;
}

.login .login-content-wrapp input {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.login .login-content-wrapp button {
  margin-top: 20px;
  border-radius: 5px !important;
}

.login .login-content-wrapp .product-media ul {
  transform: scale(1);
  opacity: 1;
}

.login .login-content-wrapp .product-media ul li {
  margin-right: 10px;
}

.login .login-content-wrapp .product-media ul li:last-child {
  margin-right: 0;
}

.login .login-content-wrapp h4 {
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.login .nav-pills .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.login .nav-pills .nav-link.active, .login .nav-pills .show > .nav-link {
  color: #fff;
  border-radius: 0;
  background-color: #F58431;
}

.login-wrapp .lg-p0 input {
  border: 0;
  padding: 0 !important;
}

.login-wrapp .lg-p0 input[type=radio]:before {
  top: 0 !important;
}

.login-wrapp .lg-p0 input[type=radio]:checked:after {
  top: 3px !important;
  left: 5px !important;
}

.header-middle {
  padding: 20px 0;
}

.header-middle .header-wrapp .logo {
  width: 20%;
  margin-right: 60px;
}

.header-middle .header-wrapp .logo a img {
  width: 100%;
}

.header-middle .header-wrapp .header-search {
  width: 70%;
  padding: 0 10px;
  padding-right: 0;
  border: 2px solid;
  border-color: #F58431 !important;
}

.header-middle .header-wrapp .header-search input {
  padding: 5px 20px;
  border-radius: 0;
}

.header-middle .header-wrapp .header-search button {
  background: #F58431;
  color: #fff;
  padding: 5px 25px;
  border: 1px solid #F58431;
}

.header-middle .header-wrapp .header-cart-wrapp {
  width: 30%;
}

.header-middle .header-wrapp .header-cart-wrapp .single-cart-items {
  margin-right: 20px;
}

.header-middle .header-wrapp .header-cart-wrapp .single-cart-items a {
  display: flex;
}

.header-middle .header-wrapp .header-cart-wrapp .single-cart-items a span {
  margin-bottom: 0;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #044063;
  color: #044063;
  border-radius: 50%;
  margin-right: 10px;
}

.header-middle .header-wrapp .header-cart-wrapp .single-cart-items a p {
  font-size: 14px;
  color: #044063;
  text-transform: capitalize;
}

.header-middle .header-wrapp .header-cart-wrapp .single-cart-items:last-child {
  margin-right: 0;
}

.w-85 {
  width: 85%;
}

.nice-select.form-control.border-0 {
  padding-top: 0 !important;
}

.header {
  background: #044063;
  padding: 0;
  border-top: 1px solid #eee;
  padding-top: 0;
  transition: 1s !important;
}

.header .sticky {
  transition: 1s !important;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  transition: 1s !important;
}

.primary-menu {
  padding-left: 30px;
}

.primary-menu nav ul li {
  margin-right: 25px;
  display: inline-block;
}

.primary-menu nav ul li:last-child {
  margin-right: 0;
}

.primary-menu nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.header-right-item {
  padding: 12px 20px;
  background: #0f486a;
}

.header-right-item .single-cart-items a {
  display: flex;
  align-items: center;
}

.header-right-item .single-cart-items a span {
  margin-right: 5px;
  font-size: 16px;
  color: #fff;
}

.header-right-item .single-cart-items a span i {
  font-size: 22px;
}

.header-right-item .single-cart-items a p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.header-right-item .cart-count {
  top: -15px !important;
  font-size: 8px !important;
  background: #fff !important;
  color: #F58431 !important;
  right: -21px;
}

.header-right-item .single-cart-items {
  margin-right: 20px;
}

.header-right-item .single-cart-items:last-child {
  margin-right: 0;
}

h4.categories-title-bar {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #F58431;
  padding: 17px 24px 16px 25px;
}

h4.categories-title-bar span {
  margin-right: 7px;
}

h4.categories-title-bar .down-right {
  margin-left: 48px;
}

.mb-lg {
  padding-top: 30px;
}

.mb-lg ul li {
  margin-bottom: 10px;
  color: #fff;
}

.mb-lg ul li a {
  color: #fff;
  padding-left: 8px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 15px;
}

.sidebar-log-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  padding-top: 0;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 6px;
  right: 20px;
  font-size: 36px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

div#mySidenav .product-categories ul li {
  padding: 0;
}

div#mySidenav .product-categories {
  background: #fff;
}

div#mySidenav .product-categories::before {
  background: #fff;
}

.mobile-menu-canvas .w-20 {
  width: 170px;
}

.mobile-menu-canvas .offcanvas-body {
  background: #333;
}

.mobile-menu-canvas .mobile-menu-categroies ul {
  margin-top: 10px;
}

.mobile-menu-canvas .mobile-menu-categroies ul li a {
  color: #fff;
  padding: 9px 0;
  display: block;
  border-bottom: 1px solid #1d1d1d;
  text-transform: capitalize;
  font-size: 15px;
}

.offcanvas-start {
  z-index: 999999;
}

.mobile-menu-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px;
}

.mobile-menu-tabs .nav-tabs .nav-item.show .nav-link, .mobile-menu-tabs .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: #336699;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #336699 !important;
}

.mobile-menu-bar {
  background: none !important;
  border: 0;
  display: none;
}

.mobile-menu-bar img {
  width: 20px;
}

.mobile-menu-logo {
  display: none;
}

.breadcurb-area {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.breadcurb-area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  left: 0;
  top: 0;
  z-index: -1;
}

.breadcurb-area .breadcrumb {
  margin-bottom: 0;
}

.breadcurb-area .breadcrumb li {
  color: #fff;
}

.breadcurb-area .breadcrumb li a {
  color: #fff;
}

.offcanvas-body {
  padding: 20px !important;
}

.offcanvas-header {
  border-bottom: 1px solid #ddd;
}

.offcanvas-end {
  border-left: 0;
  z-index: 9999999;
}

h3.header-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.shopping-cart-wrapp {
  margin-bottom: 20px !important;
}

.shopping-cart-wrapp .shopping-cart-content {
  width: 70%;
  padding-right: 15px;
}

.shopping-cart-wrapp .shopping-cart-content a {
  font-size: 14px;
  padding-bottom: 10px;
  color: #000;
  display: block;
}

.shopping-cart-wrapp .shopping-cart-content h4 {
  font-weight: 600;
  font-size: 18px;
  color: #044063;
}

.shopping-cart-wrapp .shopping-cart-content h4 span {
  color: #ddd;
  font-weight: 300 !important;
}

.shopping-cart-wrapp .shopping-cart-removed {
  width: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  position: relative;
}

.shopping-cart-wrapp .shopping-cart-removed span {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -10px;
  top: -10px;
  background: #044063;
  color: #fff;
  cursor: pointer;
}

.total-cart-cost {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 10px;
}

.total-cart-cost .cost-content h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: black;
  text-transform: capitalize;
}

.total-cart-cost .cart-action {
  margin-top: 30px;
}

.product-banner {
  padding: 20px 0;
}

.product-categories {
  position: relative;
  z-index: 99999;
  background: #f5f5f5;
  border-radius: 5px;
}

.product-categories::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  transform: rotate(45deg);
  top: -10px;
  left: 27px;
  z-index: -1;
}

.product-categories ul {
  padding: 5px 25px;
}

.product-categories ul li {
  position: relative;
  transition: 0.5s;
  padding: 8px 0px;
  border-bottom: 1px solid #ddd;
}

.product-categories ul li span {
  color: #044063;
}

.product-categories ul li:last-child {
  border-bottom: 0;
}

.product-categories ul li a {
  padding: 10px 10px;
  font-weight: 500;
  transition: 0.5s;
  font-size: 15px;
}

.product-categories ul li a span {
  float: right;
  padding-right: 6px;
  font-size: 11px;
  transition: 0.5s;
}

.product-categories ul li a:hover span {
  padding-right: 3px;
}

.product-categories ul li ul {
  position: absolute;
  top: -5px;
  right: 0;
  left: 260px;
  z-index: 1020;
  margin: 0;
  background: #fff;
  min-width: 15rem;
  transform: scaleX(0);
  transition: 0.5s;
  transform-origin: left;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.product-categories ul li ul h4 {
  padding: 10px 0 10px 7px;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.product-categories ul li ul li {
  border: 0;
}

.product-categories ul li ul ul {
  position: inherit;
  box-shadow: none;
  background: #fff;
  margin-top: 0;
  top: 0;
  transform-origin: inherit;
  padding-left: 0;
  padding-bottom: 15px;
}

.product-categories ul li:hover ul {
  transform: scaleX(1);
  transform-origin: left;
  opacity: 1;
  left: 250px;
}

.product-slider .product-wrapp .single-product-banner {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  border-radius: 5px;
}

.product-slider .product-wrapp .single-product-banner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
  z-index: -1;
}

.product-slider .product-wrapp .single-product-banner .product-content h3 {
  color: #fff;
  font-size: 35px;
}

.product-slider .product-wrapp .single-product-banner .product-content h3 span {
  text-decoration: line-through;
  color: #F58431;
}

.product-slider .product-wrapp .single-product-banner .product-content h1 {
  font-size: 56px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

.product-slider .product-wrapp .single-product-banner .product-content p {
  padding: 15px 0 30px 0;
  font-size: 30px;
  color: #fff;
}

.product-slider .product-wrapp .single-product-banner .product-content a {
  border-color: #fff !important;
  color: #fff !important;
}

.product-slider .product-wrapp .single-product-banner .product-content a:hover {
  border-color: #F58431 !important;
}

.owl-dots {
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: center;
  right: 0;
  width: 50%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px 7px;
  transition: .3s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 36px;
  height: 4px;
}

.product-banner .owl-dots {
  left: 0 !important;
  margin: 0 auto !important;
}

.about-area {
  padding: 30px 0px;
}

.about-area .about-thumb {
  height: 350px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-area .about-content {
  margin-bottom: 60px;
}

.about-area .about-content p {
  font-size: 15px;
  padding-top: 15px;
}

.accordion-button::after {
  content: "+";
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  transform: rotate(0deg);
}

.accordion-button, .accordion-button:not(.collapsed) {
  background: #044063;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none !important;
  border: 0 !important;
}

.about-article {
  padding-right: 40px;
}

.about-article h2.heading-title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

.product-banner-shop {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.product-banner-shop .product-banner-content h5 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.product-banner-shop .product-banner-content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0px;
}

.product-banner-shop .product-banner-content a {
  color: #fff !important;
  background: #044063 !important;
  padding: 15px 30px !important;
}

.product-shop-area {
  padding: 30px 0px;
}

.product-shop-area .product-filter {
  margin-bottom: 27px;
}

.product-shop-area .product-filter h6 {
  font-weight: 700;
  font-size: 18px;
}

.product-shop-area .product-filter a {
  font-size: 15px;
  color: #000;
}

.product-shop-area .product-categories-tag ul li a {
  padding: 5px 0;
  font-size: 14px;
  display: inline-block;
  color: #333;
}

.product-shop-area .product-categories-tag .price-bugdet-form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-shop-area .product-categories-tag .price-bugdet-form input {
  padding: 6px 1px !important;
}

.product-shop-area .product-categories-tag .price-bugdet-form button {
  background: #044063 !important;
  color: #fff !important;
}

.product-shop-area .product-categories-tag .price-bugdet-form button:hover {
  background: #F58431 !important;
}

.product-shop-area .product-categories-tag .form-check {
  margin-bottom: 10px !important;
}

.product-shop-area .product-categories-tag .form-check:last-child {
  margin-bottom: 0;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.product-filtering-wrapp {
  margin-top: -8px;
}

.product-filtering-wrapp .sortProduct h4 {
  font-weight: 600;
  font-size: 18px;
  margin-right: 20px;
}

.product-shop-area .featured-product-thumb {
  margin-top: 20px !important;
}

.shop-pagination {
  border-top: 1px solid #eee;
}

.shop-pagination .page-item .page-link {
  color: #044063;
}

.show-pagination p {
  color: #a7a4a4;
}

.show-pagination p span {
  color: #333 !important;
}

.pagination {
  margin-top: 16px;
}

.populer-brand-area {
  padding: 30px 0px;
}

.populer-brand-area .populer-brand-wrapp {
  margin-top: 20px;
}

.populer-brand-area .populer-brand-wrapp .single-populer-brands {
  text-align: center;
}

.populer-brand-area .populer-brand-wrapp .single-populer-brands .brand-populer-thumb {
  width: 180px;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.populer-brand-area .populer-brand-wrapp .single-populer-brands h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
}

.our-team-area {
  padding: 30px 0px;
  padding-top: 0;
}

.our-team-area .team-wrapp-contain {
  margin-top: 30px;
}

.our-team-area .team-wrapp-contain .single-team-profile {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.our-team-area .team-wrapp-contain .single-team-profile::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  transform: scaleY(0);
  transition: 0.5s;
  transform-origin: top;
  left: 0;
  top: 0;
  z-index: -1;
}

.our-team-area .team-wrapp-contain .single-team-profile .product-media {
  transition: 0.5s;
  padding: 10px;
}

.our-team-area .team-wrapp-contain .single-team-profile .product-media ul {
  transform: scale(0);
  transition: 0.5s;
  opacity: 0;
  transform-origin: center;
}

.our-team-area .team-wrapp-contain .single-team-profile .product-media ul li {
  margin-right: 10px;
  margin-bottom: 0;
}

.our-team-area .team-wrapp-contain .single-team-profile .product-media ul li :last-child {
  margin-right: 0 !important;
}

.our-team-area .team-wrapp-contain .single-team-profile:hover::before {
  transform: scale(1);
}

.our-team-area .team-wrapp-contain .single-team-profile:hover .product-media {
  background: #fff !important;
}

.our-team-area .team-wrapp-contain .single-team-profile:hover ul {
  transform: scaleY(1);
  opacity: 1;
}

.our-team-area .team-wrapp-contain .team-profile-name {
  margin-top: 0;
  text-align: center;
  padding: 10px 0;
  border-top: 2px solid #044063;
}

.our-team-area .team-wrapp-contain .team-profile-name h3 {
  font-size: 22px;
  font-weight: 600;
  color: #044063;
}

.our-team-area .team-wrapp-contain .team-profile-name p {
  font-size: 14px;
  font-weight: 500;
}

.customer-support {
  padding: 30px 0px;
}

.customer-support .customer-wrap {
  padding: 14px;
}

.customer-support .customer-wrap .icon-box span {
  font-size: 30px;
  color: #044063;
}

.customer-support .customer-wrap .customer-content {
  padding-left: 11px;
}

.customer-support .customer-wrap .customer-content h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: capitalize;
}

.customer-support .customer-wrap .customer-content p {
  font-size: 14px;
  color: #666;
}

.offer-banners {
  padding: 30px 0px;
}

.offer-banners .offer-banner-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}

.offer-banners .offer-banner-content h4 {
  font-size: 18px;
}

.offer-banners .offer-banner-content h4 span {
  text-transform: uppercase;
  color: #F58431;
  font-weight: 800;
  padding-left: 5px;
}

.offer-banners .offer-banner-content h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0;
  letter-spacing: 1px;
  padding-bottom: 0;
}

.offer-banners .offer-banner-content p {
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 16px;
}

.offer-banners .offer-banner-content a {
  background: #f58431 !important;
  color: #fff !important;
  border-color: #f58431 !important;
}

.hot-deal-wrapper {
  padding: 30px 0px;
  padding-bottom: 0;
}

.hot-deal-wrapper .deal-wrapper-items {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items .single-deal-thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  z-index: 0;
}

.hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items .single-deal-thumb::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}

.hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items .single-deal-thumb a {
  color: #fff;
  font-size: 30px;
  transition: 0.5s;
  opacity: 0;
  margin-top: 20px;
}

.hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items .single-deal-thumb span {
  display: block;
  background: #f58831;
  padding: 2px 10px;
  margin-top: 10px;
  width: 40%;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items:hover .single-deal-thumb::before {
  opacity: .3;
}

.hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items:hover .single-deal-thumb a {
  opacity: 1;
  margin-top: 0;
}

.title-deal {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.price {
  font-size: 23px;
  margin-bottom: 7px;
  font-weight: 600;
}

.single-deal-content {
  margin-left: 20px;
}

.single-deal-content .offer-date-count ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #044063;
}

.single-deal-content .product-size {
  display: flex;
  padding: 12px 0 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.single-deal-content .product-size span {
  margin-right: 20px;
}

.single-deal-content .product-size button {
  font-size: 13px;
  padding: 4px 16px !important;
  margin-right: 10px;
}

.single-deal-content .product-size button:last-child {
  margin-right: 0;
}

.quantity-wrapp .quantity-count {
  width: 30%;
  border: 1px solid #044063;
  margin-right: 10px;
}

.quantity-wrapp .quantity-count button {
  padding: 5px 10px;
  font-size: 24px;
  border: 0;
  background: #044063;
  color: #fff;
}

.quantity-wrapp .add-cart-btn span {
  margin-right: 6px;
}

.top-seller-wrapp {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 5px;
}

.top-seller-wrapp .top-seller-items-area {
  margin-bottom: 15px;
}

.top-seller-wrapp .top-seller-items-area:last-child {
  margin-bottom: 0;
}

.top-seller-wrapp .top-seller-items-area .featured-product-thumb {
  width: 30%;
  height: 130px;
  margin-right: 20px;
}

.top-seller-wrapp .top-seller-items-area .product-content {
  padding-top: 0;
}

h4.heading-title {
  font-size: 18px;
  margin-bottom: 43px;
  text-transform: capitalize;
}

.hot-deal-wrapper .owl-dots {
  right: 0;
  top: -70px;
  bottom: auto !important;
  z-index: -1;
  justify-content: flex-end;
}

.hot-deal-wrapper .owl-theme .owl-dots .owl-dot span {
  background: #044063;
}

.hot-deal-wrapper .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #F58431;
}

.deal-wrapper-items .owl-nav.disabled, .top-seller-carosel-item .owl-nav.disabled {
  display: flex !important;
  position: absolute;
  top: -32%;
  right: -5px;
  font-size: 24px;
}

.deal-wrapper-items .owl-dots, .top-seller-carosel-item .owl-dots {
  display: none !important;
}

.top-seller-carosel-item .owl-nav {
  position: absolute;
  top: -28%;
  right: 0;
}

.top-seller-carosel-item .owl-nav button span {
  margin-top: -2px;
  display: block;
}

.top-seller-carosel-item button.owl-prev, .top-seller-carosel-item button.owl-next {
  width: 20px;
  height: 20px;
  background: #f58431 !important;
  color: #fff !important;
  border-radius: 0 !important;
  line-height: 0 !important;
  font-size: 16px !important;
  transition: 0.5s;
}

.top-seller-carosel-item button.owl-prev:hover {
  background: #044063 !important;
}

.top-seller-carosel-item button.owl-next:hover {
  background: #044063 !important;
}

.deal-wrapper-items .owl-nav {
  position: absolute;
  top: -28%;
  right: 0;
}

.deal-wrapper-items .owl-nav button span {
  margin-top: -2px;
  display: block;
}

.deal-wrapper-items button.owl-prev, .deal-wrapper-items button.owl-next {
  width: 20px;
  height: 20px;
  background: #f58431 !important;
  color: #fff !important;
  border-radius: 0 !important;
  line-height: 0 !important;
  font-size: 16px !important;
  transition: 0.5s;
}

.deal-wrapper-items button.owl-prev:hover {
  background: #044063 !important;
}

.deal-wrapper-items button.owl-next:hover {
  background: #044063 !important;
}

.top-categories-area {
  padding: 30px 0px;
  padding-bottom: 0;
}

.top-categories-area .top-categories-wrapp {
  margin-top: 20px;
}

.top-categories-area .top-categories-wrapp .categories-month {
  margin-right: 18px !important;
  margin-bottom: 20px;
  text-align: center;
}

.top-categories-area .top-categories-wrapp .categories-month:last-child {
  margin-right: 0;
}

.top-categories-area .top-categories-wrapp .categories-month .single-categories-items {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.5s;
}

.top-categories-area .top-categories-wrapp .categories-month .single-item-content {
  text-align: center;
  width: 100%;
  padding: 10px 0 3px 0;
  transition: 0.5s;
}

.top-categories-area .top-categories-wrapp .categories-month .single-item-content h6 {
  font-size: 13px;
  font-weight: 600;
}

.top-categories-area .top-categories-wrapp .categories-month .single-item-content a {
  display: block;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.top-categories-area .top-categories-wrapp .categories-month:hover .single-item-content {
  background: #044063;
  color: #fff !important;
}

.top-categories-area .top-categories-wrapp .categories-month:hover .single-item-content a {
  color: #fff;
}

.weekly-vendors-area {
  padding: 30px 0px;
  padding-bottom: 0;
  padding-top: 0;
}

.weekly-vendors-area .weekly-vendors-carosel .weekly-vendors-wrapp {
  width: 100%;
  margin-right: 30px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.weekly-vendors-area .weekly-vendors-carosel .weekly-vendors-wrapp:last-child {
  margin-right: 0;
}

.weekly-vendors-area .weekly-vendors-carosel .weekly-vendors-wrapp .weekly-vendors-thumb {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.weekly-vendors-area .weekly-vendors-carosel .weekly-vendors-wrapp .vendors-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: -54px;
  border: 1px solid #eee;
}

.weekly-vendors-area .weekly-vendors-carosel .weekly-vendors-wrapp h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0 0 0;
}

.weekly-vendors-area .weekly-vendors-carosel .weekly-vendors-wrapp span {
  font-size: 13px;
  color: #9c8f8f;
}

.vendor-area .vendor-wrapp {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding: 0 50px;
  margin-top: 20px;
  border-radius: 5px;
}

.vendor-area .vendor-wrapp::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 150px;
  bottom: 0;
  background: #000;
  opacity: .6;
  z-index: -1;
  left: 0;
}

.vendor-area .vendor-wrapp .vendor-content-wrapp .vendor-logo-thumbs {
  width: 35%;
  margin-right: 24px;
  margin-top: -120px;
}

.vendor-area .vendor-wrapp .vendor-content-wrapp .vendor-logo-thumbs .vendor-logo {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vendor-area .vendor-wrapp .vendor-content-wrapp .vendor-address {
  width: 100%;
  padding: 6px 0;
}

.vendor-area .vendor-wrapp .vendor-content-wrapp .vendor-address h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 5px 0;
}

.vendor-area .vendor-wrapp .vendor-content-wrapp .vendor-address .single-vendor-items {
  padding: 2px 0;
}

.vendor-area .vendor-wrapp .vendor-content-wrapp .vendor-address .single-vendor-items .vendor-icons span {
  color: #fff;
  margin-right: 15px;
}

.vendor-area .vendor-wrapp .vendor-content-wrapp .vendor-address .single-vendor-items .vendor-location a {
  color: #fff;
  font-size: 13px;
}

.become-vendor {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.become-vendor .become-content-wrapp h2 {
  font-weight: 600;
  line-height: 46px;
}

.become-vendor .become-content-wrapp h2 span {
  font-weight: 400;
}

.become-vendor .become-content-wrapp p {
  padding: 15px 0;
}

.vendor-program-area {
  padding: 30px 0px;
}

.vendor-program-area .step-vendor-program {
  margin-top: 20px;
  padding: 40px 20px;
}

.vendor-program-area .step-vendor-program span {
  display: block;
  font-size: 55px;
}

.vendor-program-area .step-vendor-program h4 {
  font-weight: 600;
  font-size: 18px;
  padding: 25px 0;
  color: #000;
}

.vendor-program-area .step-vendor-program p {
  font-size: 15px;
}

.why-choose-area {
  padding: 30px 0px;
}

.why-choose-area .why-choose-wrapp {
  padding: 50px 30px;
  text-align: center;
}

.why-choose-area .why-choose-wrapp .why-choose-items {
  border-right: 1px solid #dddddd6e;
  width: 100%;
}

.why-choose-area .why-choose-wrapp .why-choose-items:last-child {
  border-right: 0;
}

.why-choose-area .why-choose-wrapp .why-choose-items h2 {
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 10px;
}

.why-choose-area .why-choose-wrapp .why-choose-items p {
  font-size: 15px;
}

#vendor-client {
  padding-top: 60px;
}

#vendors-pd {
  padding: 40px 0;
}

.section-heading {
  margin-bottom: 20px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.section-heading h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.section-heading p {
  margin-top: 15px;
}

.section-heading a {
  font-size: 14px;
  font-weight: 600;
  padding-top: 6px;
  text-transform: capitalize;
}

.best-seller-product {
  padding: 30px 0px;
}

.seller-product-banner-ofr {
  height: 690px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}

.seller-product-banner-ofr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .2;
  z-index: -1;
}

.seller-product-banner-ofr .product-sell-content {
  padding: 30px 10px 10px 30px;
}

.seller-product-banner-ofr .product-sell-content p {
  color: #000;
  font-size: 20px;
}

.seller-product-banner-ofr .product-sell-content h4 {
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0px;
}

.seller-product-banner-ofr .product-sell-content h5 {
  color: #000;
  font-size: 22px;
  padding-bottom: 15px;
}

.seller-product-banner-ofr .product-sell-content a {
  background: #f58431 !important;
  border-color: #f58431 !important;
  color: #fff !important;
}

#pro-product .product-content {
  margin-bottom: 30px;
}

.featured-product-thumb {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.featured-product-thumb:hover .product-media {
  padding-top: 15px;
}

.featured-product-thumb:hover ul {
  transform: scaleY(1);
  opacity: 1;
}

.product-media {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding-top: 25px;
  padding-right: 15px;
  transition: 0.5s;
}

.product-media ul {
  transform: scaleY(0);
  opacity: 0;
  transition: 0.5s;
  transform-origin: bottom;
}

.product-media ul li {
  margin-bottom: 8px;
}

.product-media ul li:last-child {
  margin-bottom: 0;
}

.product-media ul li a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #999;
  font-size: 15px;
  transition: 0.5s;
}

.product-media ul li a:hover {
  background: #F58431;
  color: #fff !important;
}

.populer-department .nav {
  margin-bottom: 40px !important;
}

.populer-department li.nav-item {
  margin-right: 20px;
}

.populer-department .nav-pills .nav-link {
  background: 0 0;
  padding: 3px 25px;
  border: 1px solid #044063;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #044063;
  border-radius: 0;
}

.populer-department .nav-pills .nav-link.active, .populer-department .nav-pills .show > .nav-link {
  border-color: #044063 !important;
  color: #fff !important;
  background: #044063 !important;
}

.product-content {
  padding-top: 20px;
}

.product-content a {
  font-size: 14px;
}

.product-content h4 {
  font-size: 16px;
  font-weight: 600;
}

.rating {
  padding: 5px 0;
}

.rating ul li {
  margin-right: 5px;
  color: #F58431;
  font-size: 13px;
}

.rating ul li:last-child {
  margin-right: 0;
}

.trandings-products-items {
  margin-top: 20px;
}

#brand-filtering .nav-tabs {
  border-bottom: 0 !important;
}

#brand-filtering .nav-tabs .nav-link:focus, #brand-filtering .nav-tabs .nav-link:hover {
  border-color: #fff;
}

#brand-filtering .nav-tabs .nav-link {
  color: #000;
  font-weight: 500;
  padding: 2px 16px;
  font-size: 14px;
}

#brand-filtering .nav-tabs .nav-item.show .nav-link, #brand-filtering .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #F58431;
  border-color: #F58431;
  border-radius: 0;
}

#myTabContentBrand .weekly-vendors-carosel {
  margin-top: 20px;
}

#myTabContentBrand .weekly-vendors-carosel .weekly-vendors-thumb {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#myTabContentBrand .weekly-vendors-carosel .vendors-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: -54px;
  border: 1px solid #eee;
}

#myTabContentBrand .weekly-vendors-carosel .weekly-vendors-wrapp h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0 0 0;
}

#myTabContentBrand .weekly-vendors-carosel .weekly-vendors-wrapp span {
  font-size: 13px;
  color: #9c8f8f;
  padding-bottom: 10px;
  display: block;
}

#myTabContentBrand .single-populer-brands {
  margin-top: 20px;
  text-align: center;
}

#myTabContentBrand .single-populer-brands .brand-populer-thumb {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 10px;
}

.pr-title-name {
  padding: 30px 0;
  padding-bottom: 0;
}

.pr-title-name h3 {
  font-size: 20px;
  font-weight: 500;
}

#shp-vendor .weekly-vendors-wrapp {
  margin-top: 20px;
  text-align: center;
}

#shp-vendor .weekly-vendors-wrapp .weekly-vendors-thumb {
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#shp-vendor .weekly-vendors-wrapp .vendors-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: -40px;
  border: 1px solid #eee;
}

#shp-vendor .weekly-vendors-wrapp h6 {
  font-size: 15px;
  padding: 10px 0 5px 0;
}

#shp-vendor .weekly-vendors-wrapp span {
  display: block;
  font-size: 13px;
  padding-bottom: 7px;
  color: #9c8f8f;
}

#pr-details-cr .owl-nav {
  top: -14%;
}

#product-view-area {
  padding-bottom: 60px;
}

#product-view-area .deal-wrapper-items {
  padding: 0;
  border: 0;
}

#product-view-area .single-deal-content .title-deal {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#product-view-area .single-deal-content .product-size button {
  font-size: 13px;
  padding: 4px 10px !important;
  margin-right: 5px;
}

#product-view-area .product-bm-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 20px 0;
}

#product-view-area .product-bm-wrapper .pr-thm-profile {
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20% !important;
}

#product-view-area .product-bm-wrapper .product-meta-keycode p {
  font-size: 14px;
}

#product-view-area .product-rating {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

#product-view-area .product-rating ul li {
  display: flex;
  font-size: 14px;
}

#product-view-area .product-rating ul li span {
  margin-right: 10px;
}

#product-view-area .frequently-product-wrapp {
  margin: 40px 0;
}

#product-view-area .frequently-product-wrapp .heading-title {
  font-size: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 700;
}

#product-view-area .frequently-product-wrapp .frequently-product-items .single-frequently-items {
  text-align: center;
  width: 100%;
  margin-right: 35px;
}

#product-view-area .frequently-product-wrapp .frequently-product-items .single-frequently-items:last-child {
  margin-right: 0;
}

#product-view-area .frequently-product-wrapp .frequently-product-items .single-frequently-items .product-frequently-thumb {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#product-view-area .frequently-product-wrapp .frequently-product-items .single-frequently-items .product-frequently-thumb input {
  cursor: pointer;
  width: 7%;
  height: 10%;
  position: absolute;
  left: 12px;
  top: 12px;
}

#product-view-area .frequently-product-wrapp .frequently-product-items .single-frequently-items a {
  font-size: 13px;
  color: #044063;
  display: block;
  padding: 10px 0 5px 0;
}

#product-view-area .frequently-product-wrapp .frequently-product-items .single-frequently-items h4 {
  font-size: 16px;
  font-weight: 700;
}

#product-view-area .frequently-product-wrapp .frequently-bought-price h2 {
  font-weight: 700;
  font-size: 36px;
}

#product-view-area .frequently-product-wrapp .frequently-bought-price p {
  padding: 10px 0;
}

#product-view-area .frequently-product-wrapp .frequently-bought-price a {
  margin-top: 10px;
}

#product-view-area .frequently-tabs-description .frequently-tabs-content {
  padding-right: 30px;
  margin-top: 20px;
  width: 70%;
}

#product-view-area .frequently-tabs-description .frequently-tabs-content h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

#product-view-area .frequently-tabs-description .frequently-tabs-content p {
  font-size: 14px;
  padding-bottom: 15px;
}

#product-view-area .frequently-tabs-description .frequently-tabs-content ul li {
  font-size: 14px;
  display: flex;
  margin-bottom: 3px;
}

#product-view-area .frequently-tabs-description .frequently-tabs-content ul li span {
  margin-right: 10px;
}

#product-view-area .frequently-tabs-description .fr-video {
  width: 30%;
  height: 290px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#product-view-area .frequently-tabs-description .fr-video a {
  background: #fff;
  color: #044063;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product-view-area .frequently-sub-item {
  margin-top: 40px;
}

#product-view-area .frequently-sub-item .frequently-single-sub {
  padding-right: 10px;
}

#product-view-area .frequently-sub-item .frequently-single-sub:last-child {
  margin-right: 0;
}

#product-view-area .frequently-sub-item .frequently-single-sub h3 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

#product-view-area .frequently-sub-item .frequently-single-sub p {
  font-size: 14px;
}

#product-view-area .freqently-list {
  margin-top: 20px;
}

#product-view-area .freqently-list ul li {
  display: inline-grid;
  padding-right: 25px;
  font-size: 15px;
}

#product-view-area .nav-pills .nav-link.active, #product-view-area .nav-pills .show > .nav-link {
  color: #F58431 !important;
  border-bottom: 1px solid #F58431;
  border-radius: 0;
  background: none;
}

#product-view-area .nav-item button {
  color: #000;
  font-weight: 600;
}

#product-view-area .frequently-customer-review .single-customer-reviews {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

#product-view-area .frequently-customer-review .single-customer-reviews .single-customer-profile-wrapp {
  margin-right: 20px;
}

#product-view-area .frequently-customer-review .single-customer-reviews .single-customer-profile-wrapp .frequently-customer-profile {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

#product-view-area .frequently-customer-review .frequently-customer-profile-name h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

#product-view-area .frequently-customer-review .frequently-customer-profile-name h4 span {
  font-weight: 400;
  font-size: 12px;
}

#product-view-area .frequently-customer-review .frequently-customer-profile-name .rating {
  padding: 10px 0;
}

#product-view-area .frequently-customer-review .frequently-customer-profile-name p {
  font-size: 14px;
}

#product-view-area .frequently-customer-review .customer-form {
  margin-top: 50px;
}

#product-view-area .frequently-customer-review .customer-form h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#product-view-area .frequently-customer-review .customer-form input {
  border-radius: 0;
  border-color: #eee;
  margin-bottom: 15px;
}

#product-view-area .frequently-customer-review .customer-form textarea {
  width: 100%;
  border-color: #eee;
  border-radius: 0;
  margin-bottom: 25px;
}

#product-view-area .frequently-customer-review .nice-select {
  line-height: 30px;
}

#product-view-area .related-product-view {
  margin-top: 40px;
}

#product-view-area .related-product-view h3 {
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}

#product-view-area .related-product-view .related-product-wrapp .related-pr-items {
  width: 100%;
  margin-right: 20px;
}

#product-view-area .related-product-view .related-product-wrapp .related-pr-items:last-child {
  margin-right: 0;
}

#product-view-area .pl-4 {
  padding-left: 40px !important;
}

.our-clients {
  padding: 30px 0px;
  padding-top: 0;
}

.our-clients .clients-brand-wrapp .client-single-brand {
  padding: 10px;
  border: 1px solid #eee;
}

.our-clients .clients-brand-wrapp .client-single-brand img {
  width: 100% !important;
  height: 100% !important;
}

.subscribe-area {
  padding: 30px 0px;
  background: #044063;
}

.subscribe-area .subscribe-wrapp .subscribe-thumb {
  margin-right: 20px;
}

.subscribe-area .subscribe-wrapp .subscribe-thumb span {
  color: #fff;
  font-size: 30px;
}

.subscribe-area .subscribe-wrapp .subscribe-content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.subscribe-area .subscribe-wrapp .subscribe-content p {
  font-size: 13px;
  color: #ddd;
}

.subscribe-form input {
  padding: 10px 25px;
  border-radius: 0 !important;
  color: #ffffff !important;
}

.subscribe-form button {
  padding: 10px 25px;
  border-radius: 0 !important;
  border: 1px solid #F58431 !important;
  background: #F58431;
  transition: 0.5s;
}

.subscribe-form button:hover {
  background: #044063;
}

.compare-product-area {
  padding: 30px 0px;
}

.compare-product-area .compare-product-wrapp .single-compare-product {
  width: 100%;
  margin-right: 20px;
}

.compare-product-area .compare-product-wrapp .single-compare-product:last-child {
  margin-right: 0;
}

.compare-product-area .compare-product-wrapp .single-compare-product h3 {
  font-size: 15px;
  font-weight: 500;
}

.compare-product-area .compare-product-wrapp .single-compare-product ul {
  text-align: left;
}

.compare-product-area .compare-product-wrapp .single-compare-product ul li {
  padding-right: 10px;
  display: flex;
  font-size: 14px;
}

.compare-product-area .compare-product-wrapp .single-compare-product ul li span {
  margin-right: 10px;
}

.compare-product-area .compare-product-wrapp .single-compare-product .rating ul li {
  margin-right: 1px !important;
  font-size: 13px;
}

.compare-product-area .product-delete-items {
  margin-bottom: 15px;
}

.compare-product-area .product-delete-items span {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
  line-height: 0;
  background: #044063;
}

.theme-padding {
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
}

.compare-search-product {
  position: relative;
}

.compare-search-product button {
  position: absolute;
  right: 35px;
}

.blog-area {
  padding: 30px 0px;
}

.blog-area .blog-wrapp {
  margin-top: 20px;
}

.blog-area .blog-wrapp .blog-thumb {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blog-area .blog-wrapp a.post-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding-left: 20px;
}

.blog-area .blog-wrapp .blog-article {
  padding: 20px;
  padding-top: 0;
}

.blog-area .blog-wrapp .blog-article h2 a {
  color: #333;
  font-weight: 600;
  padding: 8px 0;
  font-size: 20px;
  display: block;
}

.blog-area .blog-wrapp .blog-article p {
  font-size: 14px;
  color: #333;
  padding-bottom: 10px;
}

.blog-area .blog-wrapp .blog-article a {
  color: #044063;
  font-weight: 500;
  font-size: 15px;
}

.blog-area .blog-wrapp .blog-article h3 {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.blog-area .blog-wrapp .blog-article h3 span {
  color: #ddd;
}

.blog-area .blog-wrapp .blog-article h3 a {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
}

.sidebar-area .header-search {
  margin-top: 20px;
}

.sidebar-area .header-search button {
  color: #454646 !important;
  padding-right: 10px;
  font-weight: 400;
  padding-right: 10px;
  font-weight: 400;
}

#post-pl {
  padding-left: 16px !important;
  margin-top: 20px;
}

.blog-categories-tag {
  margin-top: 20px;
  background: #dee2e63b;
  padding: 20px 20px 20px 16px;
  border-radius: 5px;
}

.blog-categories-tag h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-categories-tag ul li {
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
}

.blog-categories-tag ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.blog-categories-tag ul li a {
  padding: 5px 0;
  display: block;
  transition: 0.5s;
}

.blog-categories-tag ul li a:hover {
  background: #044063;
  color: #fff;
  padding-left: 10px;
}

.populer-brows-tag {
  margin-top: 20px;
  background: #dee2e63b;
  padding: 20px 20px 20px 16px;
  border-radius: 5px;
}

.populer-brows-tag h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.populer-brows-tag a {
  padding: 4px 15px !important;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-right: 5px;
}

#single-blog-post .blog-wrapp .blog-article h2 {
  padding: 10px 0 !important;
  font-size: 25px;
  font-weight: 600;
}

#single-blog-post .blog-wrapp .blog-article ul {
  padding: 0 0 15px 0;
}

#single-blog-post .blog-wrapp .blog-article ul li {
  margin-right: 20px;
  font-size: 15px;
  color: #333;
}

#single-blog-post .blog-wrapp .blog-article ul li:last-child {
  margin-right: 0;
}

#single-blog-post .product-media {
  padding-bottom: 20px;
}

#single-blog-post .product-media h2 {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin-right: 10px;
}

#single-blog-post .product-media ul {
  transform: scale(1);
  opacity: 1;
}

#single-blog-post .product-media ul li {
  margin-right: 15px;
}

#single-blog-post .product-media ul li:last-child {
  margin-right: 0;
}

.comments-profile {
  background: #044063;
  padding: 30px 0px;
}

.comments-profile .comments-profile-wrapp {
  margin-bottom: 30px;
}

.comments-profile .comments-profile-wrapp:last-child {
  margin-bottom: 0;
}

.comments-profile .comments-profile-wrapp .user-profile-wrapp {
  width: 30%;
  margin-right: 20px;
}

.comments-profile .comments-profile-wrapp .user-profile-wrapp .comment-user-profile {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.comments-profile .comments-profile-wrapp .user-profile-name h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.comments-profile .comments-profile-wrapp .user-profile-name small {
  font-size: 15px;
  padding: 8px 0;
  display: block;
  color: #fff;
}

.comments-profile .comments-profile-wrapp .user-profile-name p {
  color: #fff;
  font-size: 15px;
}

.leaves-comment {
  padding: 30px 0px;
}

.leaves-comment .leave-comment-wrapp {
  padding: 30px;
  border-radius: 5px;
}

.leaves-comment .leave-comment-wrapp h2 {
  text-align: center;
  padding: 0 0 20px 0;
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
}

.leaves-comment .leave-comment-wrapp input {
  padding: 10px;
  margin-bottom: 25px;
}

.order-details-area {
  padding-bottom: 30px;
}

.order-details-area .order-details-wrapp ul {
  margin-bottom: 20px;
}

.order-details-area .order-details-wrapp ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: #044063;
  font-size: 15px;
}

.order-details-area .order-details-wrapp .order-details-lists h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.order-details-area .order-details-wrapp .order-details-content .heading-title {
  margin-bottom: 20px !important;
}

.sub-order-area .sub-order-wrapp .heading-title {
  margin-bottom: 20px !important;
}

.sub-order-area .sub-order-wrapp .sub-order-alert {
  border: 2px dotted #eee;
  margin-bottom: 40px;
}

.subOrder-table tbody, td, tfoot, th, thead, tr {
  padding: 10px 0;
}

.sub-orderTable {
  margin-bottom: 30px;
}

.billing-address {
  margin-bottom: 40px;
}

.billing-address .billing-address-content {
  margin-right: 15px;
}

.billing-address .billing-address-content:last-child {
  margin-right: 0;
}

.billing-address .billing-address-content h3 {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.billing-address .billing-address-content ul li {
  padding-top: 6px;
  color: #666;
  font-size: 14px;
}

.tracking-order {
  padding: 30px 0px;
}

.tracking-order .tracking-order-wrapp {
  background: #f6f9fc !important;
  margin-bottom: 20px;
}

.tracking-order .tracking-order-wrapp .single-tracking-items {
  padding: 1.8rem !important;
}

.tracking-order .tracking-order-wrapp .single-tracking-items h2 {
  font-weight: 600;
  color: #373f50 !important;
  font-size: 16px;
  text-transform: capitalize;
}

.tracking-order .tracking-order-wrapp .single-tracking-items h2 span {
  font-weight: 500;
  margin-left: 5px;
}

.tracking-order .order-tracking-wrapp {
  padding: 1.5rem !important;
  margin-top: 20px;
}

.tracking-order .order-tracking-wrapp .step-order-wrapp .step-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  color: #044063;
}

.tracking-order .order-tracking-wrapp .step-order-wrapp .step-icon small {
  font-size: 15px !important;
  color: #000;
}

.tracking-order .order-tracking-wrapp .step-order-wrapp .step-order-content small {
  font-size: 14px;
}

.tracking-order .order-tracking-wrapp .step-order-wrapp .step-order-content h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #373f50;
  font-weight: 600;
}

.cart-breadcurb {
  padding: 30px 0px;
  padding-bottom: 30px;
}

.cart-breadcurb .active {
  font-size: 20px;
  font-weight: 700;
  color: #044063;
  letter-spacing: -0.025em;
}

.cart-breadcurb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

#shop-table-cart .shopping-cart-wrapp {
  margin-bottom: 0 !important;
  padding: 16px 0;
}

#shop-table-cart .shopping-cart-wrapp a {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

#shop-table-cart tbody, #shop-table-cart td, #shop-table-cart tfoot, #shop-table-cart th, #shop-table-cart thead, #shop-table-cart tr {
  border-color: #eee !important;
}

#shop-table-cart .cart-pricing-table h4 {
  font-size: 16px;
  font-weight: 400;
}

tbody, td, tfoot, th, thead, tr {
  border-color: #eee !important;
}

#cart-shopping-view .text-white {
  color: #fff !important;
}

#cart-shopping-view a {
  margin-right: 10px !important;
}

#cart-shopping-view .btn-primary.disabled, #cart-shopping-view .btn-primary:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee !important;
}

.discount-cupon-cart {
  margin-top: 50px;
}

.discount-cupon-cart form.coupon h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.discount-cupon-cart form.coupon input {
  border: 0 !important;
  border-bottom: 1px solid #eee !important;
}

.cart-area {
  padding: 0 0 60px 0;
}

.cart-total-summary h3.cart-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-total-summary .cart-subtotal {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.cart-total-summary .cart-subtotal h6 {
  font-size: 16px;
  font-weight: 600;
}

.cart-total-summary .cart-shipping-methods {
  margin-top: 20px;
  padding-bottom: 20px;
}

.cart-total-summary .cart-shipping-methods .form-check {
  padding: 5px 25px;
}

.cart-total-summary .cart-shipping-methods .form-check:first-child {
  padding-top: 0;
}

.cart-total-summary p.shipping-destination {
  text-transform: capitalize;
  padding-bottom: 15px;
}

.cart-total-summary .order-total {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.cart-total-summary .order-total label, .cart-total-summary .order-total span {
  font-weight: 600;
}

.cart-total-summary .proceedCheckOut {
  background: #044063 !important;
  color: #fff !important;
}

.cart-total-summary .nice-select {
  line-height: 27px !important;
}

.cart-total-summary .shipping-calculators-form .form-control {
  border-radius: 0;
}

#section-padding {
  padding: 60px 0;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

#section-padding .stock-status {
  text-align: left;
}

#section-padding .status-action-btn a {
  margin-right: 10px;
  padding: 5px 10px !important;
  font-size: 13 !important;
}

#section-padding .status-action-btn a:last-child {
  margin-right: 0;
}

.checkout-area {
  padding: 30px 0px;
  padding-top: 0;
}

.checkout-area .checkout-form .form-control {
  margin-bottom: 14px;
}

.checkout-place-order .cart-title {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
}

.checkout-place-order .checkout-form label {
  font-size: 14px;
  font-weight: 600;
}

.checkout-place-order .nice-select {
  line-height: 29px !important;
}

.checkout-place-order .order-summary-wrapp {
  margin-left: 20px;
}

.checkout-place-order .order-summary-wrapp .order-summary h5 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 9px;
}

.checkout-place-order .order-summary-wrapp .order-summary ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 14px;
}

.checkout-place-order .order-summary-wrapp .order-summary h5.cart-subtotal-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.checkout-place-order .ml-3 {
  margin-left: 20px;
}

.checkout-place-order textarea {
  resize: inherit;
}

.order-success-content h3 span {
  margin-right: 5px;
}

.order-success {
  padding: 30px 0px;
  padding-top: 0;
}

.order-success .order-view-status {
  margin-top: 40px;
}

.order-success .order-view-status ul {
  text-align: center;
}

.order-success .order-view-status ul li {
  text-transform: capitalize;
}

.order-success .order-view-status ul li strong {
  display: block;
}

.contact-area {
  padding: 30px 0px;
}

.contact-area .contact-form label {
  font-size: 15px;
  margin-bottom: 10px;
}

.contact-area .contact-form input {
  padding: 10px;
  border-radius: 0;
}

.contact-area .contact-form textarea {
  resize: none;
  height: 150px;
  border-radius: 0;
}

.contact-area .contact-form button {
  background: #044063 !important;
  color: #fff !important;
  padding: 15px 10px !important;
}

.contact-address {
  padding-left: 50px;
}

.contact-address .contact-single-location {
  margin-top: 30px;
}

.contact-address .contact-single-location .icon-box {
  margin-right: 15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #044063;
  color: #fff;
}

.contact-address .contact-single-location a {
  color: #044063;
  font-size: 15px;
}

.nice-select.open .list {
  width: 100%;
}

.myAccount {
  padding: 30px 0px;
}

.myAccount .nav {
  width: 100%;
  border: 1px solid #dddddd61;
}

.myAccount .nav button {
  text-align: left;
  border-bottom: 1px solid #eee;
  color: #333;
  border-radius: 0;
  font-weight: 500;
  padding: 10px 6px 10px 10px;
  font-size: 15px;
}

.myAccount .nav button:hover {
  color: #F58431;
}

.myAccount .nav button span {
  display: inline-grid;
  margin-right: 5px;
}

.myAccount .nav button a {
  color: #333 !important;
  font-size: 15px !important;
  padding-left: 5px;
}

.myAccount .account-greeting p {
  font-size: 15px;
  display: inline-block;
}

.myAccount .account-greeting p h5 {
  display: inline-block;
}

.myAccount .account-greeting p a {
  font-weight: 600;
  color: #044063;
}

.myAccount .single-account-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 20px;
}

.myAccount .single-account-list a span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #044063;
}

.myAccount .single-account-list a h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  color: #044063;
}

.myAccount .account-greeting {
  width: 600px;
}

.myAccount .nav-pills .nav-link.active, .myAccount .nav-pills .show > .nav-link {
  color: #F58431;
  background: none;
  border-color: #F58431;
}

.myAccount .accounts-address .billing-address-content {
  width: 450px !important;
}

.myAccount .account-info label {
  font-size: 14px;
  margin-bottom: 5px;
}

.myAccount .account-info input {
  border-radius: 0;
  padding: 6px;
  margin-bottom: 15px;
}

.myAccount .account-info .cng-ps {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 600;
}

.ac-info-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
}

div#myAccounts-dashboard {
  width: 25%;
  margin-right: 30px;
  margin-top: -92px;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
  padding: 0 20px 30px 20px;
}

div#myAccounts-dashboard .myAccounts-profile-thumbs {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  margin-top: -54px;
  border: 4px solid #fff;
  margin-bottom: 18px;
}

div#myAccounts-dashboard .myAccount .nav {
  border: 0;
}

footer {
  padding: 30px 0px;
}

footer .footer .footer-aside {
  padding: 0 20px 0 0;
}

footer .footer .footer-aside img {
  width: 70%;
}

footer .footer .footer-aside p {
  padding: 10px 0;
  font-size: 15px;
  padding-bottom: 0;
}

footer .footer .product-media ul {
  transform: scaleY(1) !important;
  opacity: 1 !important;
}

footer .footer .product-media ul li {
  margin-right: 15px;
}

footer .footer .footer-quick-links h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

footer .footer .footer-quick-links ul li {
  margin-bottom: 5px;
}

footer .footer .footer-quick-links ul li:last-child {
  margin-bottom: 0;
}

footer .footer .footer-quick-links ul li a {
  font-size: 15px;
  color: #666;
}

.fb {
  background: #1b4f9b !important;
  border-color: #1b4f9b !important;
  color: #fff !important;
}

.twitter {
  background: #00adef !important;
  border-color: #00adef !important;
  color: #fff !important;
}

.ins {
  background: #cc0001 !important;
  border-color: #cc0001 !important;
  color: #fff !important;
}

.linkdin {
  background: #cc0001 !important;
  border-color: #cc0001 !important;
  color: #fff !important;
}

.pinterest {
  background: #f96a02 !important;
  border-color: #f96a02 !important;
  color: #fff !important;
}

.copyright-area {
  padding: 10px 0;
  background: #eee;
}

.copyright-area .copyright-content p {
  font-size: 15px;
}

@media (max-width: 576px) {
  .compare-search-product {
    width: 100% !important;
  }
  .compare-search-product button {
    right: 18px;
  }
  div#myAccounts-dashboard {
    width: 100% !important;
    margin-top: 50px;
    padding-top: 20px !important;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .myAccount .myAccount-wd {
    width: 100% !important;
  }
  #single-blog-post .blog-wrapp .blog-article ul li {
    margin-right: 6px;
    font-size: 11px;
  }
  #single-blog-post .product-media h2 {
    font-size: 12px;
    margin-right: 5px;
  }
  #single-blog-post .product-media ul li {
    margin-right: 8px;
  }
  .comments-profile .comments-profile-wrapp {
    width: 100% !important;
  }
  .leaves-comment .leave-comment-wrapp {
    width: 100% !important;
  }
  .become-content-wrapp.w-50 {
    width: 100% !important;
  }
  .why-choose-area .why-choose-wrapp {
    display: block !important;
  }
  .why-choose-area .section-heading {
    width: 100% !important;
  }
  .why-choose-area .why-choose-wrapp .why-choose-items {
    border-right: 0 !important;
    padding: 10px 0;
  }
  .why-choose-area .why-choose-wrapp .why-choose-items h2 {
    font-size: 30px;
    padding-bottom: 6px;
  }
  .why-choose-area .why-choose-wrapp {
    padding: 20px 10px;
  }
  .why-choose-area .why-choose-wrapp:last-child {
    padding-top: 0;
  }
  .order-tracking-wrapp {
    display: block !important;
  }
  table.subOrder-table.w-100.table-responsive td, th {
    font-size: 12px;
  }
  .step-order-wrapp {
    padding-bottom: 30px;
  }
  table.subOrder-table.w-100.table-responsive a {
    padding: 5px !important;
    font-size: 12px !important;
  }
  .myAccount .account-greeting {
    width: 100%;
    margin-top: 20px;
  }
  .myAccount .nav {
    margin-right: 30px !important;
    width: 100%;
  }
  .single-order-table.mt-4.text-center tr, th, td {
    font-size: 12px;
  }
  .single-order-table.mt-4.text-center a {
    padding: 5px !important;
  }
  .myAccount .accounts-address .billing-address-content {
    width: 100% !important;
  }
  .populer-brand-area .populer-brand-wrapp .single-populer-brands .brand-populer-thumb {
    width: 140px;
    height: 140px;
  }
  section.best-seller-product.pt-0.pb-0 {
    padding-top: 35px !important;
  }
  .product-categories {
    margin-top: 20px;
  }
  .header-right-item {
    padding: 20px 11px;
    background: #fff;
  }
  .product-banner {
    padding-top: 6px;
  }
  div#personalAccount {
    display: block !important;
  }
  #cart-img .shopping-cart-wrapp .shopping-cart-removed {
    height: 150px !important;
  }
  span.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill.bg-dark.cart-count {
    background: #044063 !important;
    color: #fff !important;
  }
  .header-middle {
    display: none;
  }
  img#mb-logo {
    margin-left: 16px;
    width: 81% !important;
  }
  .header-middle .header-wrapp .header-search input {
    padding: 0 49px;
  }
  .shop-pagination {
    display: block !important;
  }
  .frequently-product-items.d-flex.justify-content-between.align-items-center {
    display: block !important;
  }
  .frequently-content-wrapp.w-75.d-flex.justify-content-between {
    display: block !important;
    width: 100% !important;
  }
  #product-view-area .nav-item button {
    padding: 10px 15px;
    font-size: 16px;
  }
  .frequently-tabs-description.d-flex.justify-content-between {
    display: block !important;
  }
  .cart-wrapp thead {
    display: none;
  }
  #shop-table-cart .shopping-cart-wrapp {
    margin-bottom: 0 !important;
    padding: 16px 0;
    display: block !important;
  }
  .shopping-cart-wrapp .shopping-cart-removed {
    width: 100%;
    height: 250px;
  }
  .total-cart-cost {
    display: block !important;
  }
  .cart-action.mt-0.d-flex {
    display: block !important;
  }
  #cart-shopping-view a {
    margin-right: 0px !important;
    display: block;
    margin-top: 10px;
  }
  .discount-cupon-cart {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .checkout-place-order .order-summary-wrapp {
    margin-left: 0 !important;
  }
  .order-success-wrapp.text-center.p-5.border.rounded {
    padding: 15px !important;
  }
  ul.d-flex.justify-content-between.align-items-center {
    display: block !important;
  }
  .order-success .order-view-status ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .billing-address {
    display: block !important;
  }
  .billing-address .billing-address-content {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .theme-padding {
    display: block !important;
  }
  .compare-product-wrapp.d-flex.justify-content-between.align-items-center.text-center {
    display: block !important;
  }
  .compare-product-area .compare-product-wrapp .single-compare-product {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .login {
    height: 100%;
  }
  .login .login-wrapp {
    width: 100%;
    padding: 16px;
  }
  #shop-table-cart tbody, #shop-table-cart td, #shop-table-cart tfoot, #shop-table-cart th, #shop-table-cart thead, #shop-table-cart tr {
    display: block;
  }
  #product-view-area .frequently-tabs-description .frequently-tabs-content {
    padding-right: 0;
    width: 100%;
  }
  #product-view-area .frequently-tabs-description .fr-video {
    width: 100%;
    margin-top: 20px;
  }
  #product-view-area .frequently-sub-item {
    margin-top: 40px;
    display: block !important;
  }
  #product-view-area .frequently-sub-item .frequently-single-sub {
    padding-right: 0;
    margin-bottom: 20px;
  }
  #product-view-area .frequently-customer-review .customer-form textarea {
    margin-top: 20px;
  }
  .related-product-wrapp {
    display: block !important;
  }
  #product-view-area .related-product-view .related-product-wrapp .related-pr-items {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #product-view-area .pl-4 {
    padding-left: 0px !important;
  }
  #product-view-area .frequently-product-wrapp .frequently-product-items .single-frequently-items {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  #product-view-area .frequently-product-wrapp .frequently-product-items .single-frequently-items .product-frequently-thumb {
    height: 250px;
  }
  .shop-pagination ul.pagination.justify-content-end {
    justify-content: flex-start !important;
  }
  .header-left {
    display: none;
  }
  .myAcounts {
    margin-right: 47px;
  }
  .header-middle .header-wrapp .header-cart-wrapp .single-cart-items {
    margin-right: 15px;
  }
  .header-middle .header-wrapp .header-cart-wrapp {
    width: 100%;
    justify-content: flex-start !important;
  }
  .header-wrapp {
    flex-wrap: wrap;
  }
  .header-middle .header-wrapp .logo {
    width: 70%;
    margin-right: 0;
  }
  .header-middle .header-wrapp .header-search {
    width: 100%;
    margin: 17px 0;
  }
  .owl-dots {
    display: none;
  }
  .hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items .single-deal-thumb {
    height: 250px;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .single-deal-content {
    margin-left: 0;
  }
  .title-deal {
    font-size: 17px;
  }
  .product-size {
    display: block !important;
  }
  .single-deal-content .product-size button {
    font-size: 12px;
    padding: 4px 10px !important;
    margin-right: 9px;
    margin-bottom: 10px;
  }
  .quantity-wrapp.d-flex {
    display: block !important;
  }
  .quantity-wrapp .quantity-count {
    width: 60%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .top-seller-wrapp {
    padding: 18px;
  }
  .seller-product-banner-ofr {
    height: 250px;
    margin-bottom: 20px;
  }
  .populer-department li.nav-item {
    margin-right: 4px;
    margin-top: 17px;
  }
  .rating ul li {
    margin-right: 3px;
    font-size: 11px;
  }
  .populer-department .product-content {
    margin-bottom: 20px;
  }
  .best-seller-product {
    padding-bottom: 0;
  }
  div#pro-product .mb-5 {
    margin-bottom: 10px !important;
  }
  .featured-product-thumb {
    margin-bottom: 10px;
  }
  .subscribe-wrapp {
    display: block !important;
    text-align: center;
  }
  .subscribe-area .subscribe-wrapp .subscribe-content h3 {
    font-size: 15px;
    padding: 5px 0;
  }
  .subscribe-area .subscribe-wrapp .subscribe-content p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .subscribe-area {
    padding: 30px 0;
  }
  .subscribe-form {
    text-align: center;
  }
  .subscribe-form input {
    margin-bottom: 20px;
  }
  .footer-quick-links {
    margin-top: 20px;
  }
  .copyright-area .copyright-content p {
    font-size: 14px;
  }
  .btn-custom {
    padding: 7px 20px !important;
  }
  .product-filtering-wrapp {
    margin-top: 24px;
  }
  .product-filtering-wrapp .sortProduct h4 {
    font-size: 12px;
    margin-right: 5px;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .order-success-content h3 {
    font-size: 16px;
  }
  .product-categories ul li ul {
    top: 0px;
    right: 0;
    left: -12px;
    margin: 0;
    min-width: 9rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-categories ul li:hover ul {
    left: 0;
  }
  .compare-product-area .compare-product-wrapp .single-compare-product .rating ul li {
    margin-right: 0px !important;
    font-size: 10px;
    padding-right: 2px;
  }
  .product-categories ul li ul h4 {
    font-size: 15px;
  }
  .product-categories ul li a {
    font-size: 14px;
  }
  .contact-address {
    padding-left: 0;
  }
  .hot-deal-wrapper .deal-wrapper-items {
    margin-bottom: 20px;
  }
  .single-deal-content .product-size button {
    padding: 4px 8px !important;
  }
  h4.categories-title-bar {
    display: none;
  }
  div#sm-none {
    display: none;
  }
  .mobile-menu-bar {
    display: block !important;
    padding: 0;
  }
  .mobile-menu-bar img {
    width: 30px;
  }
  .mobile-menu-logo {
    display: block;
    width: 70%;
    margin-left: 16px;
    margin-top: 4px;
    margin: auto;
  }
  .mobile-menu-logo img {
    width: 100%;
  }
  .mobile-menu-search {
    position: relative;
    margin: 26px 0;
    margin-top: 0;
    border: 1px solid #ffffff;
  }
  .mobile-menu-search input {
    width: 90%;
    padding: 10px;
    border: 0;
    background: none;
    margin-left: 9px;
    color: #fff;
    position: relative;
    padding-right: 50px;
  }
  .mobile-menu-search button {
    position: absolute;
    top: 0px;
    background: none;
    right: 0;
    padding: 10px !important;
    width: 46px;
    height: 46px;
    color: #fff !important;
    border: none;
    font-size: 18px;
  }
  .header-middle {
    display: none;
  }
  img#mb-logo {
    margin-left: 16px;
    width: 50% !important;
  }
  .header {
    background: #fff;
  }
  .header-right-item .single-cart-items a span {
    color: #000;
  }
  .header-right-item .single-cart-items a p {
    color: #000;
  }
  .header-search.border.rounded {
    display: none;
  }
  .mean-container a.meanmenu-reveal {
    top: -51px;
    color: #000 !important;
  }
  .header-middle .header-wrapp .logo {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
  }
  .logo a {
    width: 50%;
  }
  .logo span {
    color: #044063 !important;
  }
  .mean-container .mean-nav {
    margin-top: 0;
  }
  .mobile-categories {
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .mobile-categories h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  nav.mean-nav ul li span {
    display: none;
  }
  .mean-container .mean-bar {
    padding: 0 !important;
    margin-top: 17px;
  }
  .mean-container .mean-nav ul li a {
    display: block !important;
    float: initial !important;
    width: 100%;
    padding: 8px 11px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    border-color: #eeeeee2e !important;
  }
  .primary-menu {
    display: none;
  }
  .header .mobile-menus .sidenav a {
    padding: 8px 0px 3px 18px;
    font-size: 16px !important;
  }
  .header .mobile-menus .sidenav .closebtn {
    font-size: 36px !important;
  }
  span#sidemenu {
    color: #000;
    font-weight: 600;
    display: block;
    font-size: 26px !important;
  }
  .login {
    height: 100%;
    padding: 50px 0;
  }
  .login .login-wrapp {
    width: 100%;
    padding: 16px;
  }
  .breadcurb-area {
    height: 150px;
  }
  .about-article h2.heading-title {
    font-size: 18px;
    padding-bottom: 4px;
    line-height: 24px;
  }
  .about-article {
    padding-right: 0;
  }
  .about-area .about-thumb {
    height: 250px;
    margin-top: 30px;
  }
  section.our-team-area .section-heading {
    width: 100% !important;
  }
  .our-team-area .team-wrapp-contain .single-team-profile {
    height: 350px;
  }
  .owl-dots {
    display: none;
  }
  .header .mean-container .mean-nav {
    margin-top: 0;
  }
  .header .mean-container a.meanmenu-reveal {
    top: -55px;
    left: 0 !important;
  }
  .header .mean-container .mean-bar {
    padding: 0;
  }
  .product-content {
    padding-top: 0;
  }
  .product-slider .product-wrapp .single-product-banner .product-content h3 {
    font-size: 20px;
  }
  .product-slider .product-wrapp .single-product-banner .product-content h1 {
    font-size: 26px;
  }
  .product-slider .product-wrapp .single-product-banner .product-content p {
    padding: 6px 0 30px 0;
    font-size: 20px;
  }
  .product-slider .product-wrapp .single-product-banner {
    height: 300px;
  }
  .header-top .header-top-wrapp .header-right .myAcounts ul li {
    margin-right: 0px;
  }
  .customer-support {
    padding: 10px 0px;
  }
  .offer-banners {
    padding: 30px 0px;
  }
  .offer-banners .offer-banner-content {
    margin-bottom: 20px;
  }
  .offcanvas-end {
    width: 100% !important;
    z-index: 9999999;
  }
  .hot-deal-wrapper {
    padding-top: 30px;
  }
  .single-deal-items {
    display: block !important;
  }
}

@media (max-width: 420px) {
  img#mb-logo {
    width: 70% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .myAccount .account-greeting {
    width: 100%;
  }
  .single-order-table.mt-4.text-center tr, th, td {
    font-size: 13px;
  }
  .single-order-table.mt-4.text-center a {
    padding: 5px !important;
  }
  .myAccount .accounts-address .billing-address-content {
    width: 100% !important;
  }
  .seller-product-banner-ofr {
    height: 250px;
    margin-bottom: 20px;
  }
  .mobile-menu-logo {
    width: 35% !important;
    margin: auto !important;
    padding-top: 14px;
  }
  .single-deal-items {
    display: flex !important;
  }
  .header-right-item {
    background: #fff;
    padding-bottom: 0;
  }
  span.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill.bg-dark.cart-count {
    background: #044063 !important;
    color: #fff !important;
  }
  .header-wrapp {
    flex-wrap: wrap;
  }
  .header-top .header-top-wrapp .header-right .myAcounts ul li {
    margin-right: 12px;
  }
  .header-middle .header-wrapp .header-cart-wrapp {
    width: 100%;
    justify-content: flex-start !important;
    margin-top: 19px;
  }
  .header-middle .header-wrapp .logo {
    width: 33%;
    margin-right: 0;
  }
  .header-middle .header-wrapp .header-search {
    width: 63%;
    padding: 0 4px;
  }
  .header-middle .header-wrapp .header-search input {
    padding: 0 34px;
    margin-left: 20px;
  }
  .subscribe-wrapp {
    display: block !important;
    text-align: center;
  }
  .subscribe-area .subscribe-wrapp .subscribe-content h3 {
    font-size: 15px;
    padding: 5px 0;
  }
  .subscribe-area .subscribe-wrapp .subscribe-content p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .subscribe-area {
    padding: 30px 0;
  }
  .subscribe-form {
    text-align: center;
  }
  .subscribe-form input {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div#myAccounts-dashboard {
    padding: 0 4px 30px 12px;
  }
  .myAccount .nav button {
    font-size: 14px;
  }
  .subscribe-form {
    text-align: center;
  }
  .subscribe-form button {
    margin-top: 15px;
  }
  .product-banner {
    padding: 0;
  }
  .mobile-menu-logo {
    width: 35%;
  }
  .header-right-item .single-cart-items a p, .header-right-item .single-cart-items a span {
    color: #fff;
  }
  .subscribe-form button {
    padding: 10px 20px;
  }
  .subscribe-wrapp {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  div#pro-product .mb-5 {
    margin-bottom: 10px !important;
  }
  .subscribe-form {
    padding: 0 45px;
  }
  .best-seller-product {
    padding-bottom: 30px;
  }
  .single-deal-content .product-size button {
    padding: 4px 12px !important;
    margin-right: 8px;
  }
  .hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items .single-deal-thumb span {
    width: 45%;
  }
  .top-seller-wrapp {
    margin-top: 20px;
  }
  .seller-product-banner-ofr {
    height: 250px;
    margin-bottom: 30px;
  }
  .header-middle .header-wrapp .logo {
    width: 28%;
    margin-right: 17px;
  }
  .header-search .w-25 {
    width: 38% !important;
  }
  .header-middle .header-wrapp .header-cart-wrapp .single-cart-items {
    margin-right: 10px;
  }
  .offcanvas-end {
    width: 50% !important;
  }
  .header-top .header-top-wrapp .header-right .myAcounts ul li {
    margin-right: 20px;
  }
  .customer-support .customer-wrap .customer-content h3 {
    font-size: 14px;
  }
  .single-deal-items {
    display: flex !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .primary-menu nav ul li a {
    font-size: 14px;
  }
  .primary-menu nav ul li {
    margin-right: 16px;
  }
  .header-right-item .single-cart-items, .header-right-item .single-cart-items a p {
    font-size: 14px;
  }
  h4.categories-title-bar {
    font-size: 13px;
    padding: 22px 1px 22px 9px;
  }
  #product-view-area .single-deal-content .product-size button {
    padding: 4px 7px !important;
  }
  .frequently-bought-price {
    margin-left: 30px;
  }
  .populer-brand-area .populer-brand-wrapp .single-populer-brands .brand-populer-thumb {
    width: 150px;
    height: 150px;
  }
  .mobile-categories {
    display: none;
  }
  img#mb-logo {
    display: none;
  }
  span#sidemenu {
    display: none;
  }
  .offcanvas-end {
    width: 35% !important;
  }
  .top-seller-wrapp {
    padding: 12px;
  }
  .hot-deal-wrapper .deal-wrapper-items {
    padding: 12px;
  }
  .top-seller-wrapp .top-seller-items-area .featured-product-thumb {
    margin-right: 13px;
  }
  .rating ul li {
    margin-right: 3px;
    font-size: 12px;
  }
  .single-deal-content .product-size button {
    font-size: 12px;
    padding: 4px 8px !important;
    margin-right: 8px;
  }
  .hot-deal-wrapper .deal-wrapper-items .deal-wrapper-carosel .single-deal-items .single-deal-thumb span {
    width: 46%;
  }
  .subscribe-area .subscribe-wrapp .subscribe-content h3 {
    font-size: 16px;
  }
  .subscribe-area .subscribe-wrapp .subscribe-thumb {
    margin-right: 16px;
  }
  .subscribe-form button {
    padding: 10px 10px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  img#mb-logo {
    display: none;
  }
  span#sidemenu {
    display: none;
  }
  .mobile-categories {
    display: none;
  }
  .mobile-menu-search {
    position: relative;
    margin: 15px 0;
    border: 1px solid #eee;
  }
  .mobile-menu-search input {
    width: 90%;
    padding: 10px;
    border: 0;
    border-radius: 35px;
    margin-left: 9px;
    position: relative;
    padding-right: 50px;
  }
  .mobile-menu-search button {
    position: absolute;
    top: 0px;
    background: #fff;
    right: 15px;
    padding: 10px !important;
    border-radius: 50% !important;
    width: 46px;
    height: 46px;
  }
}
/*# sourceMappingURL=main.css.map */