@charset "UTF-8";

/*
Theme Name: multistore
Theme URI: demo7.cmsmart.net/wordpress/multistore
Author: Cmsmartteam
Author URI: http://www.cmsmart.net
Description: Multistore WordPress Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: multistore
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*------------------------------------------------------

NetBaseTeam Multistore WordPress Template
Version: 2.0.0

--------------------------------------------------------

[Table of Content]. You can find sections with this table!
1. Bootstrap
2. Owl Carousel
3. Pages
    3.1   Home Page
        3.1.1 Header
        3.1.2 Footer
        3.1.3 Owl Carousel
        3.1.4 Product Items
        3.1.5 Quick View 1
        3.1.6 Countdown Time
        3.1.7 Mega Menu
        3.1.8 Brand
        3.1.9 Cart
        3.1.10 Revo Slider
        3.1.11 Home Responsive
    3.2   Blog
    3.3   Woocommerce Category    
    3.4   Woocommerce Single Product
    3.5   Wishlist
    3.6   Cart
    3.7   Checkout
    3.8   404
    3.9   FAQ
    3.10  Contact
    3.11  About
    3.12  My Account
4. Partials
    4.1   Heading
    4.2   View toogle button in shop page
    4.3   Pagination
    4.4   Comments
    4.5   Other
    4.6   Page Title
    4.7   Quickview
-------------------------------------------------------*/

/*
1. Bootstrap
*/

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control,
.woocommerce-checkout .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
.woocommerce-checkout .input-text:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder,
.woocommerce-checkout .input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.woocommerce-checkout .input-text:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder,
.woocommerce-checkout .input-text::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand,
.woocommerce-checkout .input-text::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.woocommerce-checkout [disabled].input-text,
.form-control[readonly],
.woocommerce-checkout [readonly].input-text,
fieldset[disabled] .form-control,
fieldset[disabled] .woocommerce-checkout .input-text,
.woocommerce-checkout
  fieldset[disabled] .input-text {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
.woocommerce-checkout [disabled].input-text,
fieldset[disabled] .form-control,
fieldset[disabled] .woocommerce-checkout .input-text,
.woocommerce-checkout
  fieldset[disabled] .input-text {
  cursor: not-allowed;
}

textarea.form-control,
.woocommerce-checkout textarea.input-text {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.woocommerce-checkout .input-group-lg > .form-control-static.input-text,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.woocommerce-checkout .input-group-sm > .form-control-static.input-text,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.woocommerce-checkout .input-group-sm > .input-text,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.woocommerce-checkout .input-group-sm > select.input-text,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.woocommerce-checkout .input-group-sm > textarea.input-text,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.woocommerce-checkout .input-group-sm > select[multiple].input-text,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control,
.form-group-sm .woocommerce-checkout .input-text,
.woocommerce-checkout .form-group-sm .input-text {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control,
.form-group-sm .woocommerce-checkout select.input-text,
.woocommerce-checkout .form-group-sm select.input-text {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm .woocommerce-checkout textarea.input-text,
.woocommerce-checkout .form-group-sm textarea.input-text,
.form-group-sm select[multiple].form-control,
.form-group-sm .woocommerce-checkout select[multiple].input-text,
.woocommerce-checkout
.form-group-sm select[multiple].input-text {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.woocommerce-checkout .input-group-lg > .input-text,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.woocommerce-checkout .input-group-lg > select.input-text,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.woocommerce-checkout .input-group-lg > textarea.input-text,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.woocommerce-checkout .input-group-lg > select[multiple].input-text,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control,
.form-group-lg .woocommerce-checkout .input-text,
.woocommerce-checkout .form-group-lg .input-text {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control,
.form-group-lg .woocommerce-checkout select.input-text,
.woocommerce-checkout .form-group-lg select.input-text {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg .woocommerce-checkout textarea.input-text,
.woocommerce-checkout .form-group-lg textarea.input-text,
.form-group-lg select[multiple].form-control,
.form-group-lg .woocommerce-checkout select[multiple].input-text,
.woocommerce-checkout
.form-group-lg select[multiple].input-text {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control,
.has-feedback .woocommerce-checkout .input-text,
.woocommerce-checkout .has-feedback .input-text {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.woocommerce-checkout .input-group-lg > .input-text + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .woocommerce-checkout .input-text + .form-control-feedback,
.woocommerce-checkout
.form-group-lg .input-text + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.woocommerce-checkout .input-group-sm > .input-text + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .woocommerce-checkout .input-text + .form-control-feedback,
.woocommerce-checkout
.form-group-sm .input-text + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control,
.has-success .woocommerce-checkout .input-text,
.woocommerce-checkout .has-success .input-text {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus,
.has-success .woocommerce-checkout .input-text:focus,
.woocommerce-checkout .has-success .input-text:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control,
.has-warning .woocommerce-checkout .input-text,
.woocommerce-checkout .has-warning .input-text {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus,
.has-warning .woocommerce-checkout .input-text:focus,
.woocommerce-checkout .has-warning .input-text:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control,
.has-error .woocommerce-checkout .input-text,
.woocommerce-checkout .has-error .input-text {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus,
.has-error .woocommerce-checkout .input-text:focus,
.woocommerce-checkout .has-error .input-text:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control,
.input-group .woocommerce-checkout .input-text,
.woocommerce-checkout .input-group .input-text {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .woocommerce-checkout .input-text:focus,
.woocommerce-checkout .input-group .input-text:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .woocommerce-checkout .input-text,
.woocommerce-checkout
.input-group .input-text {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .woocommerce-checkout .input-text:not(:first-child):not(:last-child),
.woocommerce-checkout
  .input-group .input-text:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.woocommerce-checkout .input-group-sm > .input-group-addon.input-text,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.woocommerce-checkout .input-group-lg > .input-group-addon.input-text,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group .woocommerce-checkout .input-text:first-child,
.woocommerce-checkout .input-group .input-text:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group .woocommerce-checkout .input-text:last-child,
.woocommerce-checkout .input-group .input-text:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

/*
2. Owl Carousel
*/

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 14px;
}

body,
html {
  min-height: 100vh;
  font-family: 'Roboto';
  color: #888;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
}

a {
  -webkit-transition: color .4s;
  transition: color .4s;
}

a:hover {
  text-decoration: none;
  color: #ff9900;
}

input:focus,
div:focus,
h3:focus {
  outline: 0 !important;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #e1e1e1;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #444;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

button:focus {
  outline: 0 !important;
}

a:focus {
  text-decoration: none;
}

body:not(.home) #content {
  color: #444;
}

a {
  color: #ff9900;
  outline: 0;
}

a:focus {
  outline: 0;
}

textarea,
input {
  outline: none;
}

textarea:focus,
input:focus {
  box-shadow: 0 0 5px #ff9900;
  border-color: #ff9900;
}

.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
  font-weight: 500;
}

.gallery-caption {
  min-height: 40px;
}

dl dt {
  margin-bottom: 5px;
}

dl dd {
  margin-bottom: 15px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  border: 1px solid #dddddd;
  margin-bottom: 1.5em;
  max-width: 100%;
  background: #f6f6f6;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption .wp-caption-text {
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}

.gallery .gallery-item img {
  width: 100%;
}
.single-format-gallery .gallery{
    overflow: hidden;
}
.gallery-columns-3 .gallery-item{
    width: 33.3%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1){
    clear: left;
}
.gallery-columns-1 .gallery-item{
    width: 100%;
}
.gallery-columns-2 .gallery-item{
    width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1){
    clear: left;
}
.gallery-columns-4 .gallery-item{
    width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1){
    clear: left;
}
.gallery-columns-5 .gallery-item{
    width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n+1){
    clear: left;
}
.gallery-columns-6 .gallery-item{
    width: 16.6%;
}
.gallery-columns-6 .gallery-item:nth-child(6n+1){
    clear: left;
}
.gallery-columns-7 .gallery-item{
    width: 14.2%;
}
.gallery-columns-7 .gallery-item:nth-child(7n+1){
    clear: left;
}
.gallery-columns-8 .gallery-item{
    width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n+1){
    clear: left;
}
.gallery-columns-9 .gallery-item{
    width: 11.1%;
}
.gallery-columns-9 .gallery-item:nth-child(9n+1){
    clear: left;
}
.gallery-item {
  margin-bottom: 0;
  margin-top: 0 !important;
  padding: 5px;
}

article.format-gallery .entry-content:after {
  content: "";
  display: table;
  clear: both;
}

article.format-gallery .entry-content:after .gallery {
  float: left;
}

.small-menu ul {
  background: #374250;
}

.small-menu ul ul.children {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 250px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

.small-menu ul ul.children > li {
  display: inline-block;
  width: 100%;
}

.small-menu ul ul.children > li:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}

.small-menu ul > li.page_item {
  display: inline-block;
  padding: 0 10px;
}

.small-menu ul > li.page_item a {
  color: #fff;
}

.small-menu ul > li.page_item a:hover {
  color: #ff9900;
}

.small-menu ul > li.page_item_has_children {
  position: relative;
}

.small-menu ul > li.page_item_has_children > ul {
  top: 120%;
  left: 0;
}

.small-menu ul > li.page_item_has_children:hover > ul.children {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.small-menu ul > li.page_item_has_children:hover > ul.children > li > ul {
  top: 0;
  left: -300px;
}

.small-menu ul > li.page_item_has_children:hover > ul.children > li:hover > ul {
  left: -250px;
  top: 0;
  opacity: 1;
  visibility: visible;
}

ul.small-menu {
  background: #374250;
}

ul.small-menu ul.sub-menu {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 250px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

ul.small-menu ul.sub-menu > li {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
}

ul.small-menu ul.sub-menu > li:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}

ul.small-menu > li.menu-item {
  display: inline-block;
  padding: 0 10px;
}

ul.small-menu > li.menu-item a {
  color: #fff;
}

ul.small-menu > li.menu-item a:hover {
  color: #ff9900;
}

ul.small-menu > li.menu-item-has-children {
  position: relative;
}

ul.small-menu > li.menu-item-has-children > ul {
  top: 120%;
  left: 0;
}

ul.small-menu > li.menu-item-has-children:hover > ul.sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

ul.small-menu > li.menu-item-has-children:hover > ul.sub-menu > li > ul {
  top: 0;
  left: -300px;
}

ul.small-menu > li.menu-item-has-children:hover > ul.sub-menu > li:hover > ul {
  left: -250px;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.header-default .menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
}

.header-default .menu ul {
  display: none;
  background: #374250;
}

.header-default .menu ul ul.children {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 250px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

.header-default .menu ul ul.children > li {
  width: 100%;
}

.header-default .menu ul ul.children > li:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}

.header-default .menu ul > li.page_item {
  padding: 0 10px;
}

.header-default .menu ul > li.page_item a {
  color: #fff;
}

.header-default .menu ul > li.page_item a:hover {
  color: #ff9900;
}

.header-default .menu ul > li.page_item_has_children {
  position: relative;
}

.header-default .menu ul > li.page_item_has_children > ul {
  top: 0;
  left: 100%;
}

.header-default .menu ul > li.page_item_has_children:hover > ul.children {
  visibility: visible;
  opacity: 1;
}

.header-default .menu ul > li.page_item_has_children:hover > ul.children > li > ul {
  top: 0;
  left: 100%;
}

.header-default .menu ul > li.page_item_has_children:hover > ul.children > li:hover > ul {
  left: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.header-default ul.menu {
  display: none;
  background: #374250;
}

.header-default ul.menu ul.sub-menu {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 250px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

.header-default ul.menu ul.sub-menu > li {
  width: 100%;
  padding-left: 15px;
}

.header-default ul.menu ul.sub-menu > li:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}

.header-default ul.menu > li.menu-item {
  padding: 0 10px;
}

.header-default ul.menu > li.menu-item a {
  color: #fff;
}

.header-default ul.menu > li.menu-item a:hover {
  color: #ff9900;
}

.header-default ul.menu > li.menu-item-has-children {
  position: relative;
}

.header-default ul.menu > li.menu-item-has-children > ul {
  top: 0;
  left: 100%;
}

.header-default ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.header-default ul.menu > li.menu-item-has-children:hover > ul.sub-menu > li > ul {
  top: 0;
  left: 100%;
}

.header-default ul.menu > li.menu-item-has-children:hover > ul.sub-menu > li:hover > ul {
  left: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.content ul ul.children {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 250px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

.content ul ul.children > li {
  display: inline-block;
  width: 100%;
  background: #2c2c2c;
}

.content ul ul.children > li:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}

.content ul > li.page_item {
  display: inline-block;
  padding: 10px 10px;
}

.content ul > li.page_item a {
  color: #fff;
}

.content ul > li.page_item a:hover {
  color: #ff9900;
}

.content ul > li.page_item_has_children {
  position: relative;
}

.content ul > li.page_item_has_children > ul {
  top: 120%;
  left: 0;
}

.content ul > li.page_item_has_children:hover > ul.children {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.content ul > li.page_item_has_children:hover > ul.children > li > ul {
  top: 0;
  left: -300px;
}

.content ul > li.page_item_has_children:hover > ul.children > li:hover > ul {
  left: -250px;
  top: 0;
  opacity: 1;
  visibility: visible;
}

ul.content ul.sub-menu {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 250px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

ul.content ul.sub-menu > li {
  background: #374250;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
}

ul.content ul.sub-menu > li:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}

ul.content > li.menu-item {
  display: inline-block;
  padding: 0 10px;
}

ul.content > li.menu-item a {
  line-height: 30px;
  color: #fff;
}

ul.content > li.menu-item a:hover {
  color: #ff9900;
}

ul.content > li.menu-item-has-children {
  position: relative;
}

ul.content > li.menu-item-has-children > ul {
  top: 100%;
  left: 0;
}

ul.content > li.menu-item-has-children:hover > ul.sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

ul.content > li.menu-item-has-children:hover > ul.sub-menu > li > ul {
  top: 0;
  left: -300px;
}

ul.content > li.menu-item-has-children:hover > ul.sub-menu > li:hover > ul {
  left: -250px;
  top: 0;
  opacity: 1;
  visibility: visible;
}

p {
  line-height: 24px;
  margin-bottom: 20px;
}

body:not(.woocommerce):not(.home) .entry-content {
  padding: 40px 0;
  overflow: hidden;
}

.entry-content table {
  width: 100%;
}

.entry-content table tbody > tr {
  border-bottom: 1px dotted #ccc;
}

.entry-content table td {
  padding: 5px 0;
}

.entry-content ul {
  list-style-type: disc;
  line-height: 1.8;
  margin-left: 20px;
}

.entry-content ul ul {
  list-style-type: circle;
  margin-left: 20px;
}

.entry-content ul ul ul {
  list-style-type: square;
  margin-left: 20px;
}

.entry-content ol {
  list-style-type: decimal;
  margin-left: 20px;
  line-height: 1.8;
}

.entry-content ol ol {
  margin-left: 20px;
}

.entry-content ol ol ol {
  margin-left: 20px;
}

.logo .logo-text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.logo .logo-text:hover {
  color: #ff9900;
}

.input-group-btn .btn.btn-default {
  padding: 6px 12px 7px;
}

.home.blog #secondary {
  padding-top: 45px;
}

.single-product .woocommerce-message {
  margin-top: 30px !important;
}

.single-product .woocommerce-message .button {
  background: #293544;
  color: #fff;
}

.single-product .woocommerce-message .button:hover {
  background: #ff9900;
  color: #fff;
}

.woocommerce-message {
  border-top-color: #ff9900 !important;
}

.button.wc-backward {
  background: #293544 !important;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button.wc-backward:hover {
  background: #ff9900 !important;
}

.single-page-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  text-align: center;
  border: 1px solid #dedede;
  line-height: 30px;
}

.single-page-links a:hover {
  background: #ff9900;
  color: #fff;
}

.ms-page-title h1 {
  padding: 15px 0;
  color: #374250;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}

.search-no-results .page-content {
  margin-bottom: 40px;
}

.nw-cart-icns-shape:before {
  content: '\e802';
  font-family: "fontello";
  margin-left: 14px;
}

.clear:before,
.woocommerce-tabs:before,
.clear:after,
.woocommerce-tabs:after {
  content: ' ';
  display: table;
}

.clear,
.woocommerce-tabs {
  *zoom: 1;
}

.clear:after,
.woocommerce-tabs:after {
  clear: both;
}

/*--------
3. Pages
--------*/

/*
3.1   Home Page 
*/

body {
  font-size: 14px;
  overflow-x: hidden !important;
  font-weight: 400;
}

body.home {
  background: #f3f3f3;
}

body.home .entry-content {
  background: #f3f3f3;
}
body.single.single-post .entry-content{
    padding-top: 10px !important;
}
.no-padding {
  padding: 0 !important;
}

.clearfix {
  clear: both;
}

.nav-header {
  margin: 0 auto;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

/**
* Header
*/

header {
  position: relative;
  width: 100%;
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.top-bar {
  background: #232f3e;
  float: left;
  width: 100%;
  color: #999999;
}

.top-bar .topbar-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top-bar .topbar-left select {
  border: none;
  background: transparent;
  color: #999999;
  cursor: pointer;
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-select {
  padding: 0 11px 0 0;
  background: transparent !important;
  border: none;
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-select a {
  padding: 0 !important;
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-select label {
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-pointer.dd-pointer-down,
.top-bar .topbar-left .switcher-currency .dd-container .dd-pointer.dd-pointer-up {
  border: none !important;
  margin: 0 !important;
  display: block;
  width: 12px;
  height: 12px;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-pointer.dd-pointer-down:before,
.top-bar .topbar-left .switcher-currency .dd-container .dd-pointer.dd-pointer-up:before {
  position: absolute;
  content: '\f107';
  font-family: 'Fontawesome';
  color: #999;
  font-size: 12px;
  line-height: 12px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-option {
  padding: 0;
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-option-text {
  width: 100%;
  margin: 0;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-option-text:hover {
  background: #ff9900;
  color: #fff;
}

.top-bar .topbar-left .switcher-currency .dd-container .dd-desc {
  display: none;
}

.top-bar .topbar-left .switcher-language {
  display: inline-block;
  line-height: 36px;
  position: relative;
}

.top-bar .topbar-left .switcher-language .switcher-options span {
  font-size: 12px;
  color: #999;
  line-height: 40px;
  text-transform: uppercase;
}

.top-bar .topbar-left .switcher-language:hover {
  cursor: pointer;
  color: #ff9900;
}

.top-bar .topbar-left .switcher-language .switcher-options .action .view-default {
  font-size: 12px;
  font-weight: 400;
}

.top-bar .topbar-left .switcher-language .switcher-options ul {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 6px 1px #bcbcbc;
  z-index: 999;
  top: 100%;
  min-width: 120px;
}

.top-bar .topbar-left .switcher-language .switcher-options ul li {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 0 19px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none;
}

.top-bar .topbar-left .switcher-language .switcher-options ul li:hover {
  background: #ff9900;
}

.top-bar .topbar-left .switcher-language .switcher-options ul li:hover a {
  color: #fff;
}

.top-bar .topbar-left .switcher-language .switcher-options ul li img {
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}

.top-bar .topbar-left .switcher-language .switcher-options ul li a {
  text-transform: uppercase;
  line-height: 30px;
  float: left;
  color: #999999;
  font-size: 12px;
}

.top-bar .topbar-right .menu-topbar-container {
  padding: 10px 0;
  overflow: hidden;
}

.top-bar .topbar-right ul {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
}

.top-bar .topbar-right ul li {
  list-style: none;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #666666;
  line-height: 13px;
}

.top-bar .topbar-right ul li:nth-last-child(1) {
  padding-right: 0;
  border-right: none;
}

.top-bar .topbar-right ul li a {
  font-size: 12px;
  color: inherit;
}

.top-bar .topbar-right ul li a:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: #ff9900;
}

.head-two {
  float: left;
  background: #374250;
  color: #fff;
  border-bottom: 1px solid #2d3239;
  width: 100%;
}

.head-two .head-user {
  width: 100%;
  padding: 14px 0;
  display: table;
}

.head-two .head-user .logohead {
  padding-left: 0;
}

.head-two .head-user .search-cate .header-search-form {
  border: 2px solid #ff9900;
  background: #ff9900;
  overflow: hidden;
}

.head-two .head-user .search-cate .header-search-form select.wd_search_product {
  width: 21%;
  height: 36px;
  float: left;
  font-size: 14px;
  color: #666;
  padding: 0 5px;
  border: 1px solid;
  border-color: transparent #dedede transparent transparent;
  outline: none;
}

.head-two .head-user .search-cate .header-search-form .wd_search_form {
  width: 79%;
  float: left;
}

.head-two .head-user .search-cate .header-search-form .wd_search_form > input[type=text] {
  width: 85%;
  float: left;
  height: 36px;
  font-size: 14px;
  color: #999999;
  text-indent: 15px;
  border: none;
  outline: none;
}

.head-two .head-user .search-cate .header-search-form .wd_search_form > button {
  width: 15%;
  height: 36px;
  float: left;
  background: #ff9900;
  border: none;
}

.head-two .head-user .search-cate .header-search-form .wd_search_form > button i {
  font-size: 16px;
}

.head-two .head-user .user-cart {
  width: 100%;
}

.head-two .head-user .user-cart .user-name {
  padding-left: 40px;
  float: left;
  text-align: center;
  position: relative;
  margin-left: 18px;
  line-height: 20px;
}

.head-two .head-user .user-cart .user-name:after {
  content: "";
  background: url(assets/images/user1.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 26px;
}

.head-two .head-user .user-cart .user-name .sign-in {
  color: #999999;
  font-size: 12px;
}

.head-two .head-user .user-cart .user-name a {
  color: inherit;
}

.head-two .head-user .user-cart .user-name a:hover {
  text-decoration: none;
  color: #ff9900;
}

.head-two .head-user .user-cart .cart-shop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40%;
  height: 100%;
  float: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container {
  position: static;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-content {
  position: absolute;
  top: 100%;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-content .info-pro .variation {
  margin-bottom: 10px;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-content .info-pro .variation dd p {
  line-height: 16px;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle {
  float: right;
  position: relative;
  background: transparent;
  border: none;
  overflow: visible;
  padding: 0;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-icns {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-icns img {
  width: 100%;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-contents {
  color: #ffffff;
  width: 64px;
  min-width: 1px;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-contents .number-item {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ff9900;
  text-align: center;
  line-height: 25px;
  top: -7px;
  left: 23%;
  z-index: 100;
}
.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-contents .your-cart {
  font-size: 13px;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-contents .your-cart a {
  color: #999;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-contents .your-cart a:hover {
  color: #ff9900;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-contents .total-price {
  display: block;
  line-height: 14px;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-contents .nw-short-contents {
  background: #ff9900;
  color: #fff;
  top: 0;
  right: 0;
  letter-spacing: 0;
  border: 1px solid transparent;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-toggle .nw-cart-icns {
  float: right;
}

.head-two .head-user .user-cart .cart-shop .nw-cart-container .total strong {
  color: #232f3e;
  opacity: 0.7;
}

.head-two .head-user .user-cart .cart-shop .i-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.head-two .head-user .user-cart .cart-shop .i-cart .num-count {
  font-size: 12px;
  background: #ff9900;
  position: absolute;
  right: 10%;
  border-radius: 50%;
  padding: 2px 4px;
}

.head-two .head-user .user-cart .cart-shop .i-cart i {
  font-size: 30px;
  padding-right: 15px;
  line-height: 45px;
}

.head-two .head-user .user-cart .cart-shop .p-title a {
  font-size: 14px;
  line-height: 18px;
  color: #232f3e;
  opacity: 0.7;
  text-transform: capitalize;
}

.head-two .head-user .user-cart .cart-shop .quantity {
  color: #232f3e;
  opacity: 0.7;
}

.head-two .head-user .user-cart .cart-shop .nw-buttons a {
  font-size: 14px;
  text-transform: uppercase;
  background: #293544;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.head-two .head-user .user-cart .cart-shop .nw-buttons a:hover {
  background: #ff9900;
}

.large-menu {
  background: #374250;
  color: #fff;
  line-height: 50px;
  height: 50px;
  width: 100%;
  float: left;
}

.large-menu .menu-pri .dropdown-megamenu {
  padding-left: 0;
  float: left;
  cursor: pointer;
  clear: both;
  display: block !important;
  width: 100%;
  position: relative;
}

.large-menu .menu-pri .dropdown-megamenu .btn-menu {
  line-height: 50px;
  position: relative;
  text-transform: uppercase;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 400;
  background: #293544;
  padding-left: 54px;
}

.large-menu .menu-pri .dropdown-megamenu .btn-menu:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  position: absolute;
  width: 28px;
  height: 24px;
  top: 0;
  left: 22px;
  font-size: 23px;
}

.large-menu .elements-info .hot-info .menu-small-menu-container .small-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  height: 50px;
  overflow: hidden;
}

.large-menu .elements-info .hot-info .menu-small-menu-container .small-menu li {
  position: relative;
}

.large-menu .elements-info .hot-info .menu-small-menu-container .small-menu li:before {
  content: "Hot";
  position: absolute;
  top: 9px;
  left: calc(50% + 25px);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 1px 3px;
  color: #fff;
  border: 1px solid #ed1d24;
  line-height: 100%;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
}

.large-menu .elements-info .hot-info .menu-small-menu-container .small-menu li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ed1d24;
  position: absolute;
  top: 22px;
  left: calc(48% + 25px);
}

.large-menu .elements-info .hot-info .menu-small-menu-container .small-menu li a {
  text-decoration: none;
  font-size: 12px;
  color: inherit;
  position: relative;
  top: 9px;
}

.large-menu .elements-info .hot-info .menu-small-menu-container .small-menu li a:hover,
.large-menu .elements-info .hot-info .menu-small-menu-container .small-menu li a:focus {
  outline: none;
  color: #ff9900;
}

/*
* Footer
*/

.home .nbtsow-icon-section .icon-wrap {
  width: 12%;
  float: left;
}

.home .nbtsow-icon-section .nbtsow-icon-text {
  color: #cccccc;
}

.footer-bottom {
  background: #1b242f;
  color: #ccc;
  margin: 0;
  line-height: 50px;
}

.footer-bottom p {
  line-height: 50px;
  margin-bottom: 0;
}

.footer-bottom .img-bot-footer {
  float: right;
}

.site-footer {
  background: #3d4855;
  clear: both;
}

.site-footer aside {
  margin-bottom: 0;
}

.site-footer .widget_nav_menu ul li {
  font-size: 13px;
  margin-bottom: 7px;
}

.site-footer .widget_nav_menu ul li a {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #dddddd;
  border-bottom: none;
}

.site-footer .widget_nav_menu ul li a:hover {
  color: #ff9900;
}

.site-footer .footer-top {
  border: 1px solid #495665;
}

.site-footer .floor-middle {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 48px;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-image-contact {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap {
  width: 75%;
  float: left;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap .icon-list .icon-wrap span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 25px;
  display: inline-block;
  position: relative;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap .icon-list .icon-wrap span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap .icon-list .nbtsow-icon-text {
  width: calc(100% - 65px);
  display: block;
  float: right;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap .icon-list .nbtsow-icon-section {
  padding: 0 15px;
  width: 33.333333%;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact {
  width: 25%;
  float: left;
  padding: 0 15px;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact a {
  display: block;
  float: left;
  color: #fff;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact a:hover {
  color: #ff9900;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact a i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact a i.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact a i.fa-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact a i.fa-google-plus {
  background: #db4437;
  border-color: #db4437;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact a i.fa-pinterest {
  background: #d50c22;
  border-color: #d50c22;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact a i.fa-linkedin {
  background: #006fa6;
  border-color: #006fa6;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-title-icon {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}

.site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-title-social {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}

.site-footer .footer-bottom-m {
  background: #293544;
  padding: 50px 0;
}

.site-footer .footer-bottom-m aside {
  margin-bottom: 0;
}

.site-footer .footer-bottom-m .widget-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4em;
}

.site-footer .footer-bottom-m .widget_text {
  width: 25%;
  float: left;
  padding: 0 15px;
}

.site-footer .footer-bottom-m .widget_text .textwidget {
  color: #dddddd;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.site-footer .footer-bottom-m .widget_text .textwidget h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 15px 0 5px;
}

.site-footer .footer-bottom-m .widget_text .textwidget h4.margin0 {
  margin: 0 0 5px;
}

.site-footer .footer-top {
  padding: 50px 0 40px 0;
}

.site-footer .footer-columns img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.site-footer .footer-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.site-footer .nbtsow-title,
.site-footer .widget-title {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.site-footer #footer-column-1 .widget_nbtsow-image-widget {
  margin-bottom: 10px;
}

.site-footer #footer-column-1 .nbtsow-image-widget {
  position: relative;
  border-bottom: 1px solid #888;
  padding-bottom: 25px;
}

.site-footer #footer-column-1 .nbtsow-image-widget:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #dfb858;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.site-footer #footer-column-1 .nbtsow-icon-list-wrap .nbtsow-icon-section {
  margin-bottom: 15px;
}

.site-footer #footer-column-1 .nbtsow-icon-list-wrap .nbtsow-icon-section:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer #footer-column-1 .nbtsow-icon-list-wrap .nbtsow-icon-section:hover .sow-icon-fontawesome {
  color: #dfb858;
}

.site-footer #footer-column-1 .nbtsow-icon-list-wrap .sow-icon-fontawesome {
  color: #888;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.site-footer #footer-column-1 .nbtsow-icon-list-wrap .nbtsow-icon-text {
  float: left;
}

.site-footer #footer-column-1 .nbtsow-social-wrap {
  border-bottom: 0;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-footer #footer-column-1 .nbtsow-social-wrap i {
  background: #555;
  border-radius: 50%;
  font-size: 21px;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #999;
  margin-right: 5px;
}

.site-footer #footer-column-1 .nbtsow-social-wrap i:hover {
  background: #dfb858;
  color: #fff;
}

.site-footer #footer-column-1 .nbtsow-social-wrap i.fa-facebook {
  padding: 10px 16px;
}

.site-footer #footer-column-1 .nbtsow-social-wrap i.fa-google-plus {
  padding: 10px 12px;
}

.site-footer #footer-column-1 .nbtsow-social-wrap i.fa-twitter {
  padding: 11px 12px;
  margin-right: 0;
}

.site-footer #footer-column-1 .nbtsow-social-wrap i.fa-pinterest {
  padding: 10px 12px;
}

.site-footer #footer-column-1 .nbtsow-social-wrap i.fa-linkedin {
  padding: 10px 13px;
}

.site-footer #footer-column-2 .product {
  margin-bottom: 15px;
}

.site-footer #footer-column-2 .product:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer #footer-column-2 .product .product-thumb {
  float: left;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 3px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.site-footer #footer-column-2 .product .product-thumb:hover {
  border: 3px solid #dfb858;
}

.site-footer #footer-column-2 .product .product-details .product-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.site-footer #footer-column-2 .product .product-details .product-title a {
  color: #999;
}

.site-footer #footer-column-2 .product .product-details .product-title a:hover {
  color: #dfb858;
}

.site-footer #footer-column-3 .column-title {
  margin-bottom: 38px;
}

.site-footer #footer-column-3 p {
  margin-bottom: 20px;
}

.site-footer #footer-column-3 .time {
  float: right;
  color: #999;
  font-weight: bold;
}

.site-footer #footer-column-4 .widget_nbtsow-collection-widget {
  float: left;
}

.site-footer #footer-column-4 .nbtsow-gallery-image {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 5px;
  border-radius: 8px;
  float: left;
  border: 3px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.site-footer #footer-column-4 .nbtsow-gallery-image:hover {
  border: 3px solid #dfb858;
}

.site-footer .footer-social {
  padding-left: 15px;
}

.site-footer .footer-social i {
  background: #555;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #999;
  padding: 6px;
}

.site-footer .footer-social i:hover {
  color: #fff;
  background: #dfb858;
}

.site-footer .footer-bottom {
  position: relative;
  background: #3d4855;
}

.site-footer .footer-bottom .footer-cpr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  margin: 0;
  line-height: 50px;
}

.site-footer .footer-bottom .footer-cpr a {
  color: #dfb858;
}

.site-footer .footer-bottom .footer-bottom-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  float: right;
  line-height: 50px;
}

.padding5 {
  padding: 5px;
}

.main-container {
  position: relative;
  padding: 0;
  float: left;
  margin: 0;
  width: 100%;
}

.left-el-slide img {
  width: 100%;
  height: auto;
}

/**
* Owl Carousel
*/

.owl-carousel {
  display: block;
}

.wctab-list {
  width: 100%;
  float: left;
}

.wctab-list .tabcat {
  position: relative;
  overflow: hidden;
  background: #232f3e;
  width: 100%;
  height: 75px;
  border: none;
}

.wctab-list .tabcat .owl-stage-outer {
  height: 100%;
}

.wctab-list .tabcat .checked-ab .pst-item:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #ffffff;
  left: 50%;
  bottom: 10px;
  margin: 0 0 -14px -8px;
}

.wctab-list .tabcat .checked-ab .pst-item a {
  color: #ff9900;
}

.wctab-list .tabcat .owl-item:first-child .pst-item .pst-item-text {
  border-left: none;
}

.wctab-list .tabcat .pst-item {
  width: 100%;
  overflow: visible;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.wctab-list .tabcat .pst-item.active {
  position: relative;
}

.wctab-list .tabcat .pst-item.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #ffffff;
  left: 50%;
  bottom: 10px;
  margin: 0 0 -14px -8px;
}

.wctab-list .tabcat .pst-item.active a {
  color: #ff9900;
}

.wctab-list .tabcat .pst-item .pst-item-text {
  text-align: center;
  margin: 14px 0;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border-left: 1px solid #55667b;
}

.wctab-list .tabcat .pst-item .pst-item-text i {
  height: 20px;
  margin-bottom: 6px;
  font-size: 16px;
  width: 100%;
  float: left;
}

.wctab-list .tabcat .pst-item .pst-item-text:hover {
  color: #ff9900;
}

.wctab-list .tabcat .pst-item .pst-item-text .cat-name {
  margin-top: 6px;
}

.wctab-list .tabcat .pst-item.pn-active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  z-index: 99;
  bottom: -5px;
  left: 45%;
}

.wctab-list .tabcat .pst-item.pn-active .pst-item-text {
  color: #ff9900;
}

.wctab-list .tabcat .item-pst-list {
  border: none;
  margin: 0;
  height: 74px;
}

.wctab-list .tab-content {
  position: relative;
}

.wctab-list .item-posts {
  padding: 15px 30px;
  list-style: none;
  margin: 0;
  border: none;
  background: #fff;
}

.wctab-list .item-posts .owl-stage-outer {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.wctab-list .item-posts .owl-stage-outer .owl-item {
  border-left: 1px solid #eeeeee;
}

.wctab-list .item-posts .owl-stage-outer .owl-item img {
  width: auto;
  margin: 0 auto;
  max-height: 160px;
  max-width: 160px;
  border: 1px solid #fff;
}

.wctab-list .add_to_cart_button,
.wctab-list .product_type_simple {
  text-align: center;
  border: none;
  background: #394351;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 200;
  padding: 9px 20px;
  font-size: 14px;
}

.wctab-list .add_to_cart_button i,
.wctab-list .product_type_simple i {
  margin-right: 5px;
}

/**
* Product Items
*/

.product-items {
  position: relative;
  overflow: hidden;
}

.product-items .product-meta-wrap {
  position: relative;
  padding-bottom: 19px;
  text-align: center;
  min-height: 170px;
}

.product-items .product-meta-wrap .price {
  line-height: 24px;
  width: 100%;
  text-align: center;
  display: inline-block;
  min-height: 26px;
}

.product-items .product-meta-wrap .price .amount {
  margin-left: 5px;
  color: #ff9900;
  font-size: 16px;
  font-weight: 700;
}

.product-items .product-meta-wrap .price del .amount {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.product-items .product-meta-wrap .price ins {
  text-decoration: none;
}

.product-items .product-meta-wrap .title-pro {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  height: 42px;
  overflow: hidden;
}

.product-items .product-meta-wrap .title-pro h3 {
  min-height: 35px;
  line-height: 16px;
  overflow: hidden;
  margin-top: 10px;
  color: #232f3e;
  margin-bottom: 0;
  font-size: 13px;
}

.product-items .product-meta-wrap .wap-rat {
  max-height: 26px;
}

.product-items .product-meta-wrap .wap-rat span.ratings-count {
  display: inline-block;
  overflow: hidden;
  font-family: 'Roboto';
  right: 0;
  font-size: 14px;
  color: #888;
  line-height: 26px;
  margin-left: 10px;
  margin-bottom: 0;
}

.product-items .product-meta-wrap .star-rating {
  display: inline-block;
  position: relative;
  height: 26px;
  font-size: 1em !important;
  font-family: 'star';
}

.product-items .product-meta-wrap .star-rating:before {
  content: "\53\53\53\53\53";
  color: #c7c7c7;
  float: left;
  line-height: 26px;
}

.product-items .product-meta-wrap .star-rating span {
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
  color: #ff9900;
}

.product-items .product-meta-wrap .star-rating span:before {
  position: absolute;
  content: "\53\53\53\53\53";
  top: 0;
  left: 0;
  line-height: 26px;
}

.product-items .product-meta-wrap .empty-rating {
  position: relative;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.product-items .product-meta-wrap .empty-rating:before {
  display: inline-block;
  z-index: 1;
  color: #c7c7c7;
  font-family: 'star';
  font-size: 1em;
  line-height: 26px;
  content: '\53\53\53\53\53';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.product-items .product-meta-wrap .empty-rating span.ratings-count {
  font-family: 'Roboto';
  display: inline-block;
  font-size: 14px;
  color: #888;
  margin-left: 10px;
  margin-bottom: 0;
}

.product-items .product-meta-wrap .add_to_cart_button {
  opacity: 1;
}

.product-items .product-info {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: rgba(128, 125, 116, 0);
}

.product-items .product-info .ms-fix-width {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-items .product-info .view-detail {
  position: absolute;
  bottom: 20px;
  width: 120px;
  left: 50%;
  height: 38px;
  line-height: 38px;
  margin-left: -60px;
  background: #ff9900;
  color: #fff;
}

.product-items .product-info .view-detail:before,
.product-items .product-info .view-detail:after {
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  content: "";
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.product-items .product-info .view-detail:before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.product-items .product-info .view-detail:after {
  border-left: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.product-items .product-info .view-detail:hover:before,
.product-items .product-info .view-detail:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.product-items .product-info .wc-forward {
  display: none;
}

.product-items .product-info a {
  color: #000;
}

.product-items .product-info a.button {
  margin-top: 0 !important;
  line-height: 20px;
}

.product-items .product-info a.add_to_wishlist {
  background-color: transparent;
  color: inherit;
  padding: 0;
}

.product-items .product-info a.add_to_wishlist:hover {
  background: transparent;
}

.product-items .product-info .add_to_cart_button {
  font-size: 14px;
}

.product-items .product-info .yith-wcwl-add-to-wishlist {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
}

.product-items .product-info .yith-wcwl-add-to-wishlist i {
  color: #000;
}

.product-items .product-info .yith-wcwl-add-to-wishlist i:before {
  font-weight: bold;
}

.product-items .product-info .yith-wcwl-add-to-wishlist:hover {
  background: #ff9900;
}

.product-items .product-info .yith-wcwl-add-to-wishlist:hover a {
  color: #fff;
}

.product-items .product-info .yith-wcwl-add-to-wishlist:hover i {
  color: #fff;
}

.product-items .product-info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 12px;
  left: 12px;
}

.product-items .product-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
  display: none;
}

.product-items .product-info .yith-wcwl-add-to-wishlist i {
  margin: 0;
}

.product-items .product-info .yith-wcqv-button {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
}

.product-items .product-info .yith-wcqv-button:before {
  content: '\f002';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-items .product-info .yith-wcqv-button:hover {
  background: #ff9900;
  color: #fff;
}

.product-items .product-info .compare {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}

.product-items .product-info .compare:before {
  content: '\f021';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-items .product-info .compare:hover {
  background: #ff9900;
  color: #fff;
}

.product-items .product-info .compare.added {
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 40px;
  padding: 0;
  border-radius: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 40px;
}

.product-items .product-info .compare.added:before,
.product-items .product-info .compare.added:after {
  display: none;
}

.product-items .thumbnail-pro {
  padding: 10px;
  overflow: hidden;
  min-height: 160px;
}

.product-items .onsale {
  position: absolute;
  top: 10px;
  padding: 2px 10px;
  background: #ef5350;
  left: 0;
  color: #fff;
}

.nbt-widget-title {
  float: left;
  min-height: 18px;
  text-align: center;
  line-height: 48px;
  width: 100%;
  padding: 13px 0;
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #aeb2b8;
  padding: 8px 5px;
}

.owl-controls .owl-nav .owl-prev i,
.owl-controls .owl-nav .owl-next i {
  font-size: 24px;
  color: #fff;
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover {
  background: #ff9900;
}

.owl-controls .owl-nav .owl-prev {
  left: 0;
}

.owl-controls .owl-nav .owl-next {
  right: 0;
}

/**
* Edit Contac Icon Wiget
**/

.nbtsow-icon-section .icon-wrap i.fa {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 25px;
  display: inline-block;
  color: #fff;
}

/**
* Edit Image Wiget Link
**/

.nbtsow-image-widget-hover-link .title-link-wap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -41%);
  transform: scale(1) translate(-50%, -41%);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.nbtsow-image-widget-hover-link .title-link-wap .nbt-widget-title {
  padding: 0;
  line-height: 1;
}

.nbtsow-image-widget-hover-link .title-link-wap .nbt-widget-title:before {
  content: '';
  width: 60%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -20px;
  top: -32px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nbtsow-image-widget-hover-link .title-link-wap .nbt-widget-title:after {
  top: 50px;
  left: 55px;
  content: '';
  width: 60%;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nbtsow-image-widget-hover-link:hover .title-link-wap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  color: #f8981d;
}

/**
* Countdown Time
*/

.nbt-count-down .countdown-content {
  position: relative;
  display: table;
  width: 100%;
}

.nbt-count-down .countdown-content .countdown-section ul.count-down-time {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  list-style: none;
  margin: 0;
  text-align: center;
}

.nbt-count-down .countdown-content .countdown-section ul.count-down-time li {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 24px auto 0;
  position: relative;
}

.nbt-count-down .countdown-content .countdown-section ul.count-down-time li:nth-child(1) {
  margin-top: 0;
}

.nbt-count-down .countdown-content .countdown-section ul.count-down-time li h3 {
  font-size: 18px;
  margin: 0 auto;
  line-height: 28px;
  color: #293544;
  margin-top: 0;
  position: relative;
}

.nbt-count-down .countdown-content .countdown-section ul.count-down-time li h3:before {
  content: "";
  position: absolute;
  width: 70%;
  background: #dedede;
  height: 1px;
  bottom: 0;
  left: 15%;
}

.nbt-count-down .countdown-content .countdown-section ul.count-down-time li p {
  line-height: 20px;
  font-size: 12px;
  margin: 0;
  color: #000;
}

/*
 * Mega Menu
 */

#mega-menu-wrap-menu-cat {
  z-index: 99;
}

#mega-menu-wrap-menu-cat .product-items .thumbnail-pro {
  min-height: 1px;
}

#mega-menu-wrap-menu-cat .product-items .product-meta-wrap {
  min-height: 1px;
}

#mega-menu-wrap-menu-cat .product-items .product-meta-wrap > a {
  display: block;
  height: auto;
  padding: 0 !important;
}

#mega-menu-wrap-menu-cat .product-items .title-pro h3 {
  margin: 0 !important;
  height: 16px;
  min-height: 16px;
  text-transform: capitalize;
}

.menu-pri #mega-menu-wrap-menu-cat > li.mega-menu-item-object-custom:last-of-type > a {
  position: relative;
}

.menu-pri #mega-menu-wrap-menu-cat > li.mega-menu-item-object-custom:last-of-type > a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical {
  display: none;
  border: 1px solid #d7d7d7;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li:last-of-type {
  position: relative;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li:last-of-type i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item {
  position: static !important;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link {
  text-align: left;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link:before {
  float: left;
  margin: 0 10px 0 0;
  width: 22px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link:after {
  float: right;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li > a.mega-menu-link {
  text-align: left;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li > a.mega-menu-link:after {
  float: right;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li > a.mega-menu-link:before {
  float: left;
  margin: 0 10px 0 0;
  width: 22px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left > ul.mega-sub-menu {
  left: 120%;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  left: 120%;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left ul.mega-sub-menu {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left ul.mega-sub-menu li.mega-menu-item {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 25px;
  border-bottom: 1px dotted #d7d7d7;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left ul.mega-sub-menu li.mega-menu-item:hover > a {
  color: #ff9900;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left ul.mega-sub-menu li.mega-menu-item:hover > a:before {
  border: 1px solid #ff9900;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left ul.mega-sub-menu li.mega-menu-item a {
  line-height: 40px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left ul.mega-sub-menu li.mega-menu-item a:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  top: 16px;
  left: -15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #999999;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left:hover > ul.mega-sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left:hover > ul.mega-sub-menu > li.mega-menu-item:hover > ul.mega-sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical li.mega-menu-item a.mega-menu-link:before {
  width: 22px;
  margin-right: 10px;
  font-size: 16px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu {
  right: auto !important;
  border: 1px solid #d7d7d7;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item {
  margin-bottom: 30px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item.widget_nbtsow-wc-product-bestseller-widget {
  margin-bottom: 10px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item a {
  padding-bottom: 6px;
  text-transform: uppercase;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  position: static;
  margin-top: 9px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li a {
  text-transform: capitalize;
  line-height: 22px;
  clear: both;
  border: none;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left:hover > ul.mega-sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100% !important;
}

/*
* Brand 
*/

.brand-list {
  text-align: center;
  background: #fff;
  position: relative;
}

.brand-list .nav-tabs {
  position: relative;
  border: none;
}

.brand-list .nav-tabs > .owl-stage-outer .owl-item.active {
  border-bottom: 1px solid #f3f3f3;
}

.brand-list .nav-tabs > .owl-stage-outer .owl-item.active:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60%;
  background: #f3f3f3;
  top: 50%;
  right: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.brand-list .no-brand {
  padding-top: 20px;
  font-size: 18px;
  color: #293544;
  text-transform: capitalize;
}

.brand-list .item {
  text-align: center;
  padding: 15px 0;
}

.brand-list .item a.item-brand {
  text-align: center;
  color: #394351;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.brand-list .item a.item-brand i {
  font-size: 19px;
  margin-bottom: 5px;
  width: 100%;
  line-height: 100%;
  display: table;
}

.brand-list .item a.item-brand:hover {
  color: #ff9900;
}

.brand-list #owl-tab-brand .owl-item.active:first-child .item-brand {
  border-left: none;
}

.brand-list #owl-tab-brand .checked-ab .item:before {
  content: '';
  position: absolute;
  top: 55px;
  border: 10px solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-bottom-color: #f3f3f3;
  left: 50%;
  margin-left: -10px;
}

.brand-list #owl-tab-brand .checked-ab .item:after {
  content: '';
  position: absolute;
  top: 57px;
  border: 9px solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-bottom-color: #fff;
  left: 50%;
  margin-left: -9px;
}

.brand-list #owl-tab-brand .checked-ab a {
  color: #ff9900;
}

.brand-list #owl-tab-brand .checked-ab a i {
  color: #ff9900;
}

.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-prev,
.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-next {
  background: transparent;
}

.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-prev i,
.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-next i {
  color: #000000;
}

.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-prev:hover,
.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-next:hover {
  background: #ff9900;
}

.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-prev:hover i,
.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-next:hover i {
  color: #fff;
}

.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-prev {
  left: 0;
  background: white;
}

.brand-list #owl-tab-brand .owl-controls .owl-nav .owl-next {
  right: 0;
}

.brand-list .tab-content .tab-pane {
  min-height: 200px;
}

.brand-list .tab-content .tab-pane .item {
  width: 150px;
  overflow: hidden;
  margin: 0 auto;
}

.brand-list .tab-content .tab-pane .item a {
  float: left;
  position: relative;
  width: 100%;
}

/*
* Revo Slider 
*/

.zeus .tp-bullet {
  width: 7px;
  height: 7px;
}

.zeus .tp-bullet .select {
  background: #ff9900;
}

.zeus .tp-bullet:hover {
  background: #ff9900;
}

.cat-list-product .nbtsow-title {
  text-transform: uppercase;
  color: #ff9900;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  letter-spacing: 5px;
  margin-top: 0;
}

.cat-list-product .show-product ul.item-posts li {
  float: left;
  padding: 0 15px;
  text-align: center;
  min-height: 215px;
  margin-top: 15px;
}

.cat-list-product .show-product ul.item-posts li .thumbnail-pro {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cat-list-product .show-product ul.item-posts li .thumbnail-pro img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cat-list-product .show-product ul.item-posts li .thumbnail-pro:hover img {
  margin-top: -10px;
  margin-bottom: 10px;
}

.cat-list-product .show-product ul.item-posts li .thumbnail-pro .onsale,
.cat-list-product .show-product ul.item-posts li .thumbnail-pro .thumb-discount-label {
  display: none;
}

.cat-list-product .show-product ul.item-posts li .product-meta-wrap .title-pro {
  color: #374250;
  margin-bottom: 0;
}

.cat-list-product .show-product ul.item-posts li .product-meta-wrap .title-pro:hover {
  color: #ff9900;
}

.cat-list-product .show-product ul.item-posts li .product-meta-wrap .title-pro h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.cat-list-product .show-product ul.item-posts li .product-meta-wrap .price del {
  color: #ff9900;
  margin-right: 10px;
}

.cat-list-product .show-product ul.item-posts li .product-meta-wrap .price ins {
  text-decoration: none;
}

.cat-list-product .show-product ul.item-posts li .product-meta-wrap .price .amount {
  color: #ff9900;
  font-weight: 700;
}

/**
* Home Responsive
*/

.home1.page-template-home-layout1 .panel-grid:nth-child(3) > .panel-grid-cell:nth-child(1) .widget-title {
  background: #fa6165;
}

.home1.page-template-home-layout1 .panel-grid:nth-child(3) > .panel-grid-cell:nth-child(1) .nbtsow-image-widget img {
  max-height: 383px;
}

.home1.page-template-home-layout1 .panel-grid:nth-child(5) .countdown-content img {
  max-height: 383px;
}

.home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .nbt-widget-title {
  background: #FA8BAE;
}

.home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product > .panel-grid-cell:nth-child(1) img {
  max-height: 383px;
}

.home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .nbt-widget-title {
  background: #15C1D7;
  text-transform: uppercase;
}

.home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product > .panel-grid-cell:nth-child(1) img {
  max-height: 383px;
}

.home2-slider .tp-bullet,
.home4-slider .tp-bullet,
.home3-slider .tp-bullet,
.home5-slider .tp-bullet {
  background: #fff !important;
}

.home2-slider .tp-bullet.selected,
.home4-slider .tp-bullet.selected,
.home3-slider .tp-bullet.selected,
.home5-slider .tp-bullet.selected {
  background: #ff9900 !important;
}

.home2-slider .tp-bullet:hover,
.home4-slider .tp-bullet:hover,
.home3-slider .tp-bullet:hover,
.home5-slider .tp-bullet:hover {
  background: #ff9900 !important;
}

.home2-plicios > .panel-grid-cell, .home2-two-img > .panel-grid-cell {
  padding: 0 15px;
}

.home2-hotdeal .nbt-count-down .widget-title {
  background: #00acd7;
}

.home2-four-img > .panel-grid-cell {
  padding: 0 15px;
}

.home2-four-img > .panel-grid-cell:not(:nth-child(2)) > .panel-first-child {
  margin-bottom: 30px !important;
}

.home2-bestseller > .panel-grid-cell:first-of-type .widget-title {
  background: #24ab5c;
}

.home2-newproduct > .panel-grid-cell:first-of-type .widget-title {
  background: #fa8aae;
}

.home2-three-img > .panel-grid-cell {
  padding: 0 15px;
}

.home2-feature > .panel-grid-cell .widget-title {
  background: #ff9900;
}

.home2-tabs > .panel-grid-cell:nth-child(1) img {
  max-height: 382px;
}

.home2 .panel-grid {
  margin-bottom: 30px !important;
}

.home3 .entry-content > div > .panel-grid {
  margin-bottom: 30px !important;
}

.home3 .entry-content > div > .panel-grid:first-of-type {
  margin-top: 30px;
}

.home3-slider > .panel-grid-cell {
  padding: 0 15px;
}

.home3-five-img > .panel-grid-cell {
  padding: 0 15px;
}

.home3-five-img .home3-right > .panel-grid-cell:last-of-type {
  padding-left: 15px;
}

.home3-five-img .home3-right .hom3-mid-top {
  margin-bottom: 15px;
}

.home3-five-img .home3-right .home3-mid-bottom > .panel-grid-cell:first-of-type {
  padding-right: 7.5px;
}

.home3-five-img .home3-right .home3-mid-bottom > .panel-grid-cell:last-of-type {
  padding-left: 7.5px;
}

.home3-tabs .wctab-list .widget-title {
  width: 23%;
  margin: 0;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 75px;
}

.home3-tabs .wctab-list .nav-tabs {
  width: 77%;
  float: left;
}

.home3-tabs .wctab-list .tab-content {
  clear: both;
}

.home3-tabs.home3-bestseller .widget-title {
  background: #24ab5c;
}

.home3-tabs.home3-newproduct .widget-title {
  background: #fa8bae;
}

.home3-tabs.home3-feature .widget-title {
  background: #ff9900;
}

.home4 .panel-grid {
  margin-bottom: 30px !important;
}

.home4-slider {
  margin-top: 30px;
}

.home4-slider > .panel-grid-cell {
  padding: 0 15px;
}

.home4-tabs .nbtsow-title {
  margin: 0;
  padding-left: 15px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  background: #394351;
}

.home4-tabs .nbtsow-wcproducts {
  margin: 0;
  padding: 15px 40px;
  background: #fff;
}

.home4-tabs .nbtsow-wcproducts .owl-stage-outer {
  border: 1px solid;
  border-color: #eee #eee #eee transparent;
}

.home4-tabs .nbtsow-wcproducts .active {
  border-left: 1px solid #eee;
}

.home4-tabs .nbtsow-wcproducts .add_to_cart_button {
  text-align: center;
  border: none;
  background: #394351;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 200;
  padding: 9px 20px;
  font-size: 14px;
}

.home4-tabs .nbtsow-wcproducts .thumbnail-pro img {
  border: 1px solid #fff;
}

.home4-dif-img > .panel-grid-cell {
  padding: 0 15px;
}

.home4-dif-img .hom4-dif-right .panel-grid:last-of-type {
  margin-bottom: 0 !important;
}

.home4-dif-img .hom4-dif-right .hom4-dif-right-top > .panel-grid-cell {
  padding: 0 15px;
}

.home5 .panel-grid {
  margin-bottom: 30px !important;
}

/*
3.2   Blog 
*/

.archive,
.single,
.search-results,
.blog {
  background: #fff;
}

.archive a,
.archive a:hover,
.archive a:active,
.archive a:focus,
.single a,
.single a:hover,
.single a:active,
.single a:focus,
.search-results a,
.search-results a:hover,
.search-results a:active,
.search-results a:focus,
.blog a,
.blog a:hover,
.blog a:active,
.blog a:focus {
  text-decoration: none;
}

.archive .page-head,
.single .page-head,
.search-results .page-head,
.blog .page-head {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 75px;
  margin-top: 30px;
}

.archive .page-head img,
.single .page-head img,
.search-results .page-head img,
.blog .page-head img {
  width: 100%;
  height: auto;
}

.archive .page-head h1,
.archive .page-head h2,
.single .page-head h1,
.single .page-head h2,
.search-results .page-head h1,
.search-results .page-head h2,
.blog .page-head h1,
.blog .page-head h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.archive.left-sidebar #primary,
.archive.right-sidebar #primary,
.single.left-sidebar #primary,
.single.right-sidebar #primary,
.search-results.left-sidebar #primary,
.search-results.right-sidebar #primary,
.blog.left-sidebar #primary,
.blog.right-sidebar #primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.archive.left-sidebar .blog-sidebar,
.archive.right-sidebar .blog-sidebar,
.single.left-sidebar .blog-sidebar,
.single.right-sidebar .blog-sidebar,
.search-results.left-sidebar .blog-sidebar,
.search-results.right-sidebar .blog-sidebar,
.blog.left-sidebar .blog-sidebar,
.blog.right-sidebar .blog-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.archive .site-main .post,
.single .site-main .post,
.search-results .site-main .post,
.blog .site-main .post {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.archive .site-main .post .entry-title,
.single .site-main .post .entry-title,
.search-results .site-main .post .entry-title,
.blog .site-main .post .entry-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 18px;
}

.archive .site-main .post .entry-title a,
.single .site-main .post .entry-title a,
.search-results .site-main .post .entry-title a,
.blog .site-main .post .entry-title a {
  color: #444;
}

.archive .site-main .post .entry-title a:hover,
.single .site-main .post .entry-title a:hover,
.search-results .site-main .post .entry-title a:hover,
.blog .site-main .post .entry-title a:hover {
  text-decoration: none;
}

.archive .site-main .post .entry-meta,
.single .site-main .post .entry-meta,
.search-results .site-main .post .entry-meta,
.blog .site-main .post .entry-meta {
  margin-bottom: 15px;
}

.archive .site-main .post .entry-meta span,
.single .site-main .post .entry-meta span,
.search-results .site-main .post .entry-meta span,
.blog .site-main .post .entry-meta span {
  margin-right: 12px;
  text-transform: capitalize;
  font-size: 12px;
  font-style: italic;
}

.archive .site-main .post .entry-meta span a,
.single .site-main .post .entry-meta span a,
.search-results .site-main .post .entry-meta span a,
.blog .site-main .post .entry-meta span a {
  color: #ff9900;
}

.archive .site-main .post .entry-meta span a:hover,
.single .site-main .post .entry-meta span a:hover,
.search-results .site-main .post .entry-meta span a:hover,
.blog .site-main .post .entry-meta span a:hover {
  text-decoration: none;
}

.archive .site-main .post .entry-meta span a:focus,
.single .site-main .post .entry-meta span a:focus,
.search-results .site-main .post .entry-meta span a:focus,
.blog .site-main .post .entry-meta span a:focus {
  text-decoration: none;
}

.archive .site-main .post .entry-meta span a:active,
.single .site-main .post .entry-meta span a:active,
.search-results .site-main .post .entry-meta span a:active,
.blog .site-main .post .entry-meta span a:active {
  text-decoration: none;
}

.archive .site-main .post .entry-meta span:before,
.single .site-main .post .entry-meta span:before,
.search-results .site-main .post .entry-meta span:before,
.blog .site-main .post .entry-meta span:before {
  font-size: 16px;
  margin-right: 7px;
  color: #888;
}

.archive .site-main .post .entry-thumb,
.single .site-main .post .entry-thumb,
.search-results .site-main .post .entry-thumb,
.blog .site-main .post .entry-thumb {
  margin-bottom: 20px;
}

.archive .site-main .post .entry-thumb img,
.single .site-main .post .entry-thumb img,
.search-results .site-main .post .entry-thumb img,
.blog .site-main .post .entry-thumb img {
  display: block;
  margin: 0 auto;
}

.archive .site-main .post .entry-content p,
.single .site-main .post .entry-content p,
.search-results .site-main .post .entry-content p,
.blog .site-main .post .entry-content p {
  color: #a1a1a1;
  line-height: 23px;
}

.single .entry-content p {
  margin-bottom: 20px;
}

.blog-sidebar .widget-title,
.blog-sidebar .nbtsow-title {
  font-size: 20px;
  color: #444;
  font-weight: bold;
  margin-bottom: 30px;
}

.blog-sidebar .nbtsow-social-wrap {
  text-align: center;
  padding: 15px 0 35px;
  border: 2px solid #ff9900;
  margin-bottom: 55px;
}

.blog-sidebar .nbtsow-social-wrap .nbtsow-title {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  color: #444;
  margin-bottom: 30px;
  margin-right: 0;
}

.blog-sidebar .nbtsow-social-wrap a i {
  color: #666;
  background: #e6e7e8;
  border-radius: 50%;
  font-size: 17px;
  margin-right: 17px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-sidebar .nbtsow-social-wrap a i:hover {
  background: #ff9900;
  color: #fff;
}

.blog-sidebar .nbtsow-social-wrap a i.fa-facebook {
  padding: 13px 17px;
}

.blog-sidebar .nbtsow-social-wrap a i.fa-twitter {
  padding: 13px 14px;
}

.blog-sidebar .nbtsow-social-wrap a i.fa-pinterest,
.blog-sidebar .nbtsow-social-wrap a i.fa-linkedin {
  padding: 13px 15px;
}

.blog-sidebar .nbtsow-social-wrap a i.fa-google-plus {
  padding: 13px 11px;
}

.blog-sidebar .widget_search {
  margin-bottom: 50px;
}

.blog-sidebar .widget_search .form-control,
.blog-sidebar .widget_search .woocommerce-checkout .input-text,
.woocommerce-checkout .blog-sidebar .widget_search .input-text {
  border-color: #e1e1e1;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 55px;
}

.blog-sidebar .widget_search .form-control::-webkit-input-placeholder,
.blog-sidebar .widget_search .woocommerce-checkout .input-text::-webkit-input-placeholder,
.woocommerce-checkout .blog-sidebar .widget_search .input-text::-webkit-input-placeholder {
  color: #ccc;
}

.blog-sidebar .widget_search .form-control:-moz-placeholder,
.blog-sidebar .widget_search .woocommerce-checkout .input-text:-moz-placeholder,
.woocommerce-checkout .blog-sidebar .widget_search .input-text:-moz-placeholder {
  color: #ccc;
}

.blog-sidebar .widget_search .form-control::-moz-placeholder,
.blog-sidebar .widget_search .woocommerce-checkout .input-text::-moz-placeholder,
.woocommerce-checkout .blog-sidebar .widget_search .input-text::-moz-placeholder {
  color: #ccc;
}

.blog-sidebar .widget_search .form-control:-ms-input-placeholder,
.blog-sidebar .widget_search .woocommerce-checkout .input-text:-ms-input-placeholder,
.woocommerce-checkout .blog-sidebar .widget_search .input-text:-ms-input-placeholder {
  color: #ccc;
}

.blog-sidebar .widget_search .btn-default {
  height: 55px;
  border-color: #e1e1e1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.blog-sidebar .widget_search .btn-default i {
  color: #ccc;
}

.blog-sidebar .nbtsow-wcproducts {
  margin-bottom: 60px;
}

.blog-sidebar .nbtsow-wcproducts .product {
  margin-bottom: 30px;
}

.blog-sidebar .nbtsow-wcproducts .product:after {
  content: "";
  display: table;
  clear: both;
}

.blog-sidebar .nbtsow-wcproducts .product .product-thumb {
  width: 28%;
  float: left;
  border: 1px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-right: 5%;
  padding: 5px;
}

.blog-sidebar .nbtsow-wcproducts .product .product-thumb img {
  width: 100%;
  height: auto;
}

.blog-sidebar .nbtsow-wcproducts .product .product-thumb:hover {
  border: 1px solid #ff9900;
}

.blog-sidebar .nbtsow-wcproducts .product .product-details {
  width: 67%;
  float: left;
}

.blog-sidebar .nbtsow-wcproducts .product .product-details .product-title {
  font-size: 16px;
  margin-top: 0;
}

.blog-sidebar .nbtsow-wcproducts .product .product-details .product-title a {
  color: #444;
}

.blog-sidebar .nbtsow-wcproducts .product .product-details .product-price ins {
  text-decoration: none;
}

.blog-sidebar .nbtsow-wcproducts .product .product-details > a {
  text-transform: capitalize;
  color: #ccc;
}

.blog-sidebar .nbtsow-wcproducts .product .product-details > a i {
  margin-left: 8px;
}

.blog-sidebar .nbtsow-wcproducts .product .product-details > a:hover {
  color: #ff9900;
}

.blog-social-share {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  padding-bottom: 10px;
}

.blog-social-share .social-button {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.blog-social-share .social-button span:not(.social-number) {
  border: 1px solid;
  border-radius: 2px;
  border: 0;
}

.blog-social-share .social-button span.icon:before {
  position: absolute;
  left: 3px;
  top: 5px;
  color: #fff;
}

.blog-social-share .social-button span a {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}

.blog-social-share .social-button span a:hover,
.blog-social-share .social-button span a:focus,
.blog-social-share .social-button span a:active {
  text-decoration: none;
}

.blog-social-share .social-button span.icon-facebook {
  background: #3b5998;
  box-shadow: 0px -2px 0px 0px #6a84b6;
  padding: 2px 12px 6px 26px;
}

.blog-social-share .social-button span.icon-twitter {
  background: #00a6ef;
  box-shadow: 0px -2px 0px 0px #38c4f4;
  padding: 2px 8px 6px 23px;
}

.blog-social-share .social-button span.icon-pinterest {
  background: #c91f26;
  box-shadow: 0px -2px 0px 0px #da5359;
  padding: 2px 11px 6px 23px;
}

.blog-social-share .social-button span.icon-gplus {
  background: #df4f3c;
  box-shadow: 0px -2px 0px 0px #e77868;
  padding: 2px 8px 6px 23px;
}

.search-results .page-header {
  margin-top: 0;
}

.search-results .page-header .page-title {
  margin-top: 0;
  font-size: 28px;
}

.search-results .page-header .page-title > span {
  color: #ff9900;
  text-transform: capitalize;
}

.search-no-results .search-form .search-field {
  border-color: #ccc;
}

.search-no-results .search-form button.btn {
  border-color: #ccc;
}

.search-no-results .search-form button.btn .icon-search {
  color: #444;
}

.search-no-results #secondary {
  display: none;
}

.home.blog #primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
}

.home.blog #secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.archive .sticky,
.single .sticky,
.search-results .sticky,
.home.blog .sticky {
  border: 2px solid #ff9900;
  padding: 15px;
}

article.post h1,
article.post h2,
article.post h3,
article.post h4,
article.post h5,
article.post h6,
.comments-area h1,
.comments-area h2,
.comments-area h3,
.comments-area h4,
.comments-area h5,
.comments-area h6 {
  color: #444;
}

article.post table,
.comments-area table {
  width: 100%;
}

article.post table th,
.comments-area table th {
  padding: 10px 0;
}

article.post table tr,
.comments-area table tr {
  border-bottom: 1px dotted #ccc;
}

article.post ul:not(.comment-list):not(.children),
.comments-area ul:not(.comment-list):not(.children) {
  list-style-type: disc;
  line-height: 1.8;
  margin-left: 20px;
}

article.post ul:not(.comment-list):not(.children) ul,
.comments-area ul:not(.comment-list):not(.children) ul {
  list-style-type: circle;
  margin-left: 20px;
}

article.post ul:not(.comment-list):not(.children) ul ul,
.comments-area ul:not(.comment-list):not(.children) ul ul {
  list-style-type: square;
  margin-left: 20px;
}

article.post ol:not(.comment-list):not(.children),
.comments-area ol:not(.comment-list):not(.children) {
  list-style-type: decimal;
  margin-left: 20px;
  line-height: 1.8;
}

article.post ol:not(.comment-list):not(.children) ol,
.comments-area ol:not(.comment-list):not(.children) ol {
  margin-left: 20px;
}

article.post ol:not(.comment-list):not(.children) ol ol,
.comments-area ol:not(.comment-list):not(.children) ol ol {
  margin-left: 20px;
}

article.post address,
.comments-area address {
  font-style: italic;
}

article.post p,
.comments-area p {
  margin-bottom: 20px;
}

article.post .entry-meta-footer,
.comments-area .entry-meta-footer {
  border-top: 1px dotted #ececec;
  padding-top: 25px;
}

article.post .entry-meta-footer span,
.comments-area .entry-meta-footer span {
  margin-right: 5px;
  padding-right: 5px;
}

article.post .entry-meta-footer .meta-category,
.comments-area .entry-meta-footer .meta-category {
  border-right: 1px solid #ccc;
}

article.post .more-link,
.comments-area .more-link {
  display: inline-block;
  background: #ff9900;
  padding: 5px 10px;
  color: #fff;
}

article.post.post-password-required label,
.comments-area.post-password-required label {
  width: 85%;
}

article.post.post-password-required input[type="password"],
.comments-area.post-password-required input[type="password"] {
  width: 88%;
  border: 1px solid #ccc;
  min-height: 35px;
}

article.post.post-password-required input[type="submit"],
.comments-area.post-password-required input[type="submit"] {
  width: 14%;
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  min-height: 35px;
}

.single-post .pingback p {
  margin-bottom: 15px;
  font-size: 15px;
}

.single-page-links {
  margin-top: 30px;
  font-size: 16px;
}

/*
3.3   Woocommerce Category
*/

.archive.woocommerce {
  background: #f3f3f3;
}

.archive.woocommerce .ms-cate-slider .tparrows {
  background: transparent !important;
}

.archive.woocommerce .ms-cate-slider .tparrows:before {
  font-size: 20px;
}

.archive.woocommerce .ms-cate-slider .tparrows:hover:before {
  color: #ff9900;
}

.archive.woocommerce #main .products .thumbnail-pro img {
  width: auto;
  margin: 0 auto;
}

.archive.woocommerce .brand-product-cate {
  margin-bottom: 60px;
}

.archive.woocommerce #secondary .widget {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.archive.woocommerce #secondary .nbtsow-title {
  text-indent: 0;
  font-size: 14px;
  color: #293544;
  background: transparent;
}

.archive.woocommerce #secondary .nbtsow-wc-categories {
  background: transparent;
  padding: 0;
}

.archive.woocommerce #secondary .nbtsow-wc-categories li a {
  font-size: 14px;
  color: #293544;
  border-bottom-color: #d8d8d8;
}

.archive.woocommerce #secondary .nbtsow-wc-categories li i {
  color: #999;
  right: 0;
}

.archive.woocommerce #secondary .nbtsow-wc-categories li .li-count {
  right: 0;
}

.archive.woocommerce .product {
  min-height: 100px;
}

.archive.woocommerce .product-items .product-meta-wrap {
  padding-bottom: 0;
  min-height: 1px;
}

.archive.woocommerce .product-items .product-meta-wrap .add_to_cart_button {
  margin: 0 0 20px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #394351;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 200;
  padding: 9px 20px;
  font-size: 14px;
}

ul.products:not(.owl-carousel) li.product .cate-product-wap {
  position: relative;
  overflow: hidden;
}

.woocommerce.left-sidebar #primary,
.woocommerce.right-sidebar #primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.woocommerce.left-sidebar .shop-sidebar,
.woocommerce.right-sidebar .shop-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.woocommerce.right-sidebar #secondary {
  float: right;
}

.woocommerce.left-sidebar #secondary {
  float: left;
}

.woocommerce ul.products {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
  content: "";
  display: table;
}

.woocommerce ul.products:after {
  clear: both;
}

.woocommerce ul.products li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.woocommerce ul.products li.product h3 {
  font-size: 16px;
  color: #444;
  padding-top: 15px;
  padding-bottom: 10px;
}

.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  min-height: auto;
  min-width: auto;
  margin: 0;
  border-radius: 0;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  background: #ef5350;
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
  color: #ff9900;
  font-weight: bold;
}

.woocommerce ul.products li.product .price del {
  display: inline;
  color: #444;
  opacity: 1;
  padding-right: 10px;
  margin-right: 4px;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  color: #ff9900;
}

.woocommerce ul.products.grid li.product .cate-product-wap {
  background: #fff;
  border: 1px solid #dedede;
}

.woocommerce ul.products.grid li.product h3 {
  text-align: center;
}

.woocommerce ul.products.grid li.product .product_list_data {
  display: none;
}

.woocommerce ul.products.grid li.product .price {
  height: 26px;
  text-align: center;
  margin-bottom: 0;
}

.woocommerce ul.products.grid li.product .product-meta-wrap .title-pro h3 {
  padding: 10px 5px !important;
}

.woocommerce ul.products.list .product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.woocommerce ul.products.list .product:hover .product-info {
  display: none !important;
}

.woocommerce ul.products.list .product:hover .add_to_cart_button {
  opacity: 1 !important;
}

.woocommerce ul.products.list .product .cate-product-wap {
  background: transparent;
}

.woocommerce ul.products.list .product .thumbnail-pro {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}

.woocommerce ul.products.list .product .thumbnail-pro img {
  margin: 2em auto !important;
}

.woocommerce ul.products.list .product .product-meta-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.woocommerce ul.products.list .product .product-meta-wrap .hidden-in-list {
  display: none;
}

.woocommerce ul.products.list .product .product-meta-wrap .title-pro {
  height: auto;
  margin-bottom: 5px;
}

.woocommerce ul.products.list .product .product-meta-wrap h3 {
  font-weight: 700;
  display: inline-block;
  margin-right: 30px;
  padding: 0 !important;
  min-height: auto;
}

.woocommerce ul.products.list .product .product-meta-wrap .price {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}

.woocommerce ul.products.list .product .product-meta-wrap .price > .amount {
  margin-left: 0;
}

.woocommerce ul.products.list .product .product-meta-wrap .price del .amount {
  margin-left: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .price .woocs_price_code > .amount {
  margin-left: 0;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .price del .amount {
  margin-left: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .empty-rating {
  text-align: left;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .star-rating {
  margin: 0;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .add_to_cart_button {
  padding: 14px;
  margin-top: 0;
  text-transform: uppercase;
  background: #293544;
  font-weight: 500;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .add_to_cart_button i {
  margin-right: 10px;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .added_to_cart {
  display: none;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .button-tooltip {
  margin-left: 7px;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .yith-wcwl-add-to-wishlist .add_to_wishlist {
  background: transparent;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .yith-wcwl-add-to-wishlist i {
  border: 1px solid #d6d6d6;
  padding: 12px 13px;
  color: #444;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .yith-wcwl-add-to-wishlist .icon-heart:before {
  display: inherit;
}

.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .add_to_cart_button:hover,
.woocommerce ul.products.list .product .product-meta-wrap .product_list_data .yith-wcwl-add-to-wishlist i:hover {
  background: #ff9900;
  color: #fff;
}

@-moz-document url-prefix()  {
  .woocommerce ul.products.grid li.product .product-action-buttons .compare.added {
    line-height: 13px;
  }
}

/*
3.4   Woocommerce Single Product
*/

.single-product {
  background: #f3f3f3;
}

.single-product .container .row > div.product {
  padding: 0 15px;
}

.single-product .single-product-images-wraps {
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-product .single-product-images-wraps .onsale {
  position: absolute;
  top: 25px;
  left: 125px;
  right: auto;
  min-height: 1px;
  min-width: 1px;
  margin: 0;
  border-radius: 0;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  background: #ef5350;
}

.single-product .single-product-images-wraps .images {
  overflow: hidden;
}

.single-product .single-product-images-wraps .images .single-product-thumb {
  margin-bottom: 20px;
}

.single-product .single-product-images-wraps .images .ms-set-width .thumbnails {
  padding: 0 !important;
}

.single-product .single-product-images-wraps .images .ms-set-width .thumbnails a {
  display: block;
}

.single-product .single-product-images-wraps .images .ms-set-width .thumbnails img {
  border: 1px solid #ccc;
  border-radius: 1px;
}

.single-product .single-product-images-wraps .images > i {
  position: absolute;
  font-size: 40px;
  font-weight: 100;
  color: #999999;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.single-product .single-product-images-wraps .images > i:hover {
  color: #ff9900;
}

.single-product .single-product-images-wraps .images > i.fa-angle-up {
  top: 0;
  left: 43px;
}

.single-product .single-product-images-wraps .images > i.fa-angle-down {
  left: 41px;
  bottom: 15px;
}

.single-product #secondary aside {
  margin-bottom: 0;
}

.single-product div.product div.summary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-product div.product div.summary div[itemprop=offers] {
  overflow: hidden;
}

.single-product div.product div.summary div[itemprop=offers] .price-title {
  width: 15%;
  float: left;
  font-size: 13px;
  color: #888888;
}

.single-product div.product div.summary div[itemprop=offers] .price {
  width: 85%;
  float: left;
  color: #ff9900;
}

.single-product div.product div.summary div[itemprop=offers] .price > .amount {
  font-size: 25px;
  font-weight: 700;
}

.single-product div.product div.summary div[itemprop=offers] .price del {
  margin-right: 20px;
  font-size: 16px;
}

.single-product div.product div.summary div[itemprop=offers] .price ins {
  font-size: 18px;
  text-decoration: none;
}

.single-product div.product div.summary .ms-feature {
  overflow: hidden;
}

.single-product div.product div.summary .ms-feature > p {
  width: 15%;
  float: left;
  font-size: 13px;
  color: #888888;
}

.single-product div.product div.summary .ms-feature > ul {
  width: 85%;
  float: left;
}

.single-product div.product div.summary .ms-feature > ul li {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  color: #5c5c5c;
  padding-left: 20px;
}

.single-product div.product div.summary .ms-feature > ul li:before {
  position: absolute;
  font-family: 'Fontawesome';
  top: 0;
  left: 0;
}

.single-product div.product div.summary .ms-feature > ul li:not(.ms-waranty):before {
  content: '\f111';
  color: #cccccc;
  font-size: 9px;
}

.single-product div.product div.summary .ms-feature > ul li.ms-waranty:before {
  content: '\f132';
  font-size: 16px;
  color: #20b335;
}

.single-product div.product div.summary .stock-and-sku-wrap {
  margin-bottom: 15px;
}

.single-product div.product div.summary .stock-and-sku-wrap .product-stock {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #293544;
  text-transform: capitalize;
}

.single-product div.product div.summary .stock-and-sku-wrap span:not(.product-stock) {
  font-size: 13px;
  color: #888888;
  display: block;
}

.single-product div.product div.summary .yith-wcwl-add-to-wishlist {
  display: block;
  margin-right: 30px;
  margin-top: 0;
  float: left;
}

.single-product div.product div.summary .yith-wcwl-add-to-wishlist > a {
  display: block;
}

.single-product div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist {
  background: transparent;
  padding: 0;
}

.single-product div.product div.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none !important;
}

.single-product div.product div.summary .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}

.single-product div.product div.summary .compare.button {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #394351;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  margin-right: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #dedede;
}

.single-product div.product div.summary .compare.button:hover {
  background: #ff9900;
  border-color: #ff9900;
  color: #fff;
}

.single-product div.product div.summary .compare.button:before {
  position: absolute;
  content: '\E829';
  font-family: 'fontello';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-product div.product div.summary .compare.button.added {
  line-height: 40px;
  font-weight: bold;
  border: none;
}

.single-product div.product div.summary .compare.button.added:after {
  display: none;
}

.single-product div.product div.summary .compare.button.added:before {
  display: none;
}

.single-product div.product div.summary .compare.button.added:hover {
  background: transparent;
  color: #394351;
}

.single-product div.product div.summary .icon-heart,
.single-product div.product div.summary .icon-heart-empty {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-right: 0;
  font-size: 16px;
  color: #394351;
}

.single-product div.product div.summary .icon-heart:before,
.single-product div.product div.summary .icon-heart-empty:before {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-product div.product div.summary .icon-heart:hover,
.single-product div.product div.summary .icon-heart-empty:hover {
  background: #ff9900;
  color: #fff;
  border: 1px solid #ff9900;
}

.single-product div.product .product_title {
  font-size: 18px;
  margin-top: 0;
  color: #293544;
  font-weight: bold;
}

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

.single-product div.product .woocommerce-product-rating .star-rating {
  color: #fc0;
  font-size: 11px;
  margin-top: 9px;
}

.single-product div.product .woocommerce-product-rating .product-review-rating {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  font-size: 13px;
  color: #25a8ed;
  text-transform: capitalize;
}

.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #25a8ed;
}

.single-product div.product .product-intro {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.single-product div.product .product-intro li {
  color: #666;
  position: relative;
  padding-left: 25px;
}

.single-product div.product .product-intro li:before {
  content: '\e82a';
  font-family: 'fontello';
  position: absolute;
  left: 0;
}

.single-product div.product form.cart {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.single-product div.product form.cart .variations {
  margin-bottom: 0;
}

.single-product div.product form.cart .variations .label {
  color: #888;
  padding-right: 0;
  width: 15%;
  font-size: 13px;
}

.single-product div.product form.cart .variations .label label {
  font-weight: normal;
}

.single-product div.product form.cart .variations .label .swatchtitlelabel {
  display: inline-block;
  padding-top: 12px;
  text-transform: capitalize;
  font-weight: normal;
  color: #888;
}

.single-product div.product form.cart .variations .value {
  width: 85%;
  line-height: 30px;
}

.single-product div.product form.cart .variations .value > select {
  height: 35px;
  width: 100%;
  text-indent: 15px;
}

.single-product div.product form.cart .variations .value > select option {
  text-indent: 15px;
}

.single-product div.product form.cart .variations .value .swatchinput {
  padding-top: 10px;
}

.single-product div.product form.cart .reset_variations {
  vertical-align: top;
}

.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price {
  padding-left: 15%;
  margin-bottom: 30px;
}

.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price del {
  margin-right: 20px;
  font-size: 16px;
  color: #ff9900;
  opacity: 0.5;
}

.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price ins {
  font-size: 18px;
  text-decoration: none;
  color: #ff9900;
}

.single-product div.product form.cart .woocommerce-variation-add-to-cart > span {
  float: left;
  margin-top: 13px;
  color: #888;
}

.single-product div.product form.cart .single_add_to_cart_button {
  background: #ff9900;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
}

.single-product div.product form.cart .single_add_to_cart_button:disabled[disabled] {
  background: #ff9900;
  color: #fff;
}

.single-product div.product form.cart .quantity-label {
  float: left;
  width: 15%;
  margin-top: 18px;
  font-size: 13px;
  color: #888;
}

.single-product div.product form.cart .quantity input {
  height: 35px;
  width: 60px;
  margin-top: 11px;
}

.single-product div.product .wc-details-share-button {
  display: table;
}

.single-product div.product .wc-details-share-button > span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.single-product div.product .wc-details-share-button .button-wrap {
  display: table-cell;
  top: 0;
  left: 80px;
}

.single-product div.product .wc-details-share-button .button-wrap a {
  display: block;
  float: left;
  color: #888;
}

.single-product div.product .wc-details-share-button .button-wrap a i {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-product div.product .wc-details-share-button .button-wrap a i.fa-facebook {
  background: #3b5998;
}

.single-product div.product .wc-details-share-button .button-wrap a i.icon-gplus {
  background: #e53935;
}

.single-product div.product .wc-details-share-button .button-wrap a i.fa-pinterest {
  background: #b60012;
}

.single-product div.product .wc-details-share-button .button-wrap a i.fa-linkedin {
  background: #006fa6;
}

.single-product div.product .wc-details-share-button .button-wrap a i:hover {
  background: #ff9900;
}

.single-product div.product .wc-details-share-button .button-wrap a i:before {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-product div.product .wc-details-share-button > span {
  font-size: 12px;
  font-weight: 300;
  color: #444;
}

.single-product div.product .ms-product-adv-wap {
  float: left;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.single-product div.product .ms-product-adv-wap .ms-product-adv {
  float: left;
  text-align: center;
}

.single-product div.product .woocommerce-tabs {
  background: #fff;
  margin-bottom: 30px;
}

.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  overflow: visible;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  background: #293544;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.single-product div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0 15px 0 0;
  border: none;
  background: transparent;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
  padding: 9px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}

.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #ff9900;
}

.single-product div.product .woocommerce-tabs ul.tabs li:before,
.single-product div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  border: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  width: 100%;
  background: transparent;
  color: #ff9900;
  border-bottom: 3px solid #ff9900;
}

.single-product div.product .woocommerce-tabs .entry-content p {
  font-size: 13px;
  line-height: 24px;
  color: #5c5c5c;
}

.single-product div.product .woocommerce-tabs #tab-reviews .star-rating span {
  color: #fcac33;
}

.single-product div.product .woocommerce-tabs #tab-reviews #review_form .comment-reply-title {
  font-size: 18px;
  color: #293544;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #review_form label {
  font-weight: normal;
  font-size: 14px;
  color: #293544;
  width: 100%;
}

.single-product div.product .woocommerce-tabs #tab-reviews #review_form .comment-form-author input,
.single-product div.product .woocommerce-tabs #tab-reviews #review_form .comment-form-email input {
  border: 1px solid #ccc;
  height: 35px;
  width: 75%;
}

.single-product div.product .woocommerce-tabs #tab-reviews #review_form .comment-form-author input:focus,
.single-product div.product .woocommerce-tabs #tab-reviews #review_form .comment-form-email input:focus {
  border: 1px solid #ff9900;
}

.single-product div.product .woocommerce-tabs #tab-reviews #review_form .comment-form-comment #comment {
  border: 1px solid #ccc;
  height: 120px;
  /* &:focus {
								//border-collapse: $c1;
							} */
}

.single-product div.product .woocommerce-tabs #tab-reviews #review_form #commentform p input:not(#submit) {
  width: 100%;
}

.single-product div.product .woocommerce-tabs #tab-reviews #review_form #commentform p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #review_form #commentform p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 15px;
  margin-bottom: 20px;
}

.single-product div.product .woocommerce-tabs #tab-seller > h2 {
  margin-top: 0;
}

.single-product div.product .woocommerce-tabs #tab-seller ul {
  list-style: none;
}

.single-product div.product .woocommerce-tabs #tab-seller ul li {
  position: relative;
}

.single-product div.product .woocommerce-tabs #tab-seller ul li:before {
  position: absolute;
  font-family: 'Fontawesome';
  content: '\f046';
  font-size: 14px;
  top: 0;
  left: -20px;
}

.single-product div.product .woocommerce-tabs #tab-seller ul .seller-rating span {
  color: #ff9900;
}

.single-product div.product .woocommerce-tabs .panel {
  box-shadow: none;
  padding: 0 15px;
  margin: 0;
}

.single-product div.product .woocommerce-tabs .panel .shop_attributes tr th,
.single-product div.product .woocommerce-tabs .panel .shop_attributes tr td {
  background: transparent;
}

.single-product div.product .woocommerce-tabs .panel .commentlist .comment_container {
  padding: 10px 0 30px 0 !important;
  border-bottom: 1px solid #ccc;
}

.single-product div.product .woocommerce-tabs .panel .commentlist .comment_container img {
  padding: 0 !important;
  width: 70px !important;
  height: auto;
  top: 10px !important;
  left: 15px !important;
  border-radius: 50%;
}

.single-product div.product .woocommerce-tabs .panel .commentlist .comment_container .comment-text {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 120px !important;
}

.single-product div.product .woocommerce-tabs .panel .commentlist .comment_container .comment-text .star-rating {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
}

.single-product div.product .woocommerce-tabs .panel .commentlist .comment_container .comment-text .meta {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #999999;
}

.single-product div.product .woocommerce-tabs .panel .commentlist .comment_container .comment-text .meta strong {
  font-size: 13px;
  color: #293544;
}

.single-product div.product .woocommerce-tabs .panel .commentlist .comment_container .comment-text .description {
  width: 100%;
  float: left;
}

.single-product div.product .woocommerce-tabs .panel .commentlist .comment_container .comment-text .description p {
  margin: 0 !important;
}

.single-product div.product .woocommerce-tabs .required {
  color: red;
  font-size: 10px;
  vertical-align: top;
}

.single-product div.product .single-product-sidebar .widget_nbtsow-image-widget img {
  border-radius: 3px;
}

.single-product .up-sells {
  background-color: #f1f2f2;
  padding-top: 45px;
  padding-bottom: 45px;
}

.single-product .up-sells .owl-carousel .product-thumb:before {
  border-radius: 0;
}

.single-product .up-sells h2 {
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  margin-bottom: 20px;
}

.single-product .up-sells .owl-nav i {
  position: absolute;
  top: -40px;
  font-size: 20px;
}

.single-product .up-sells .owl-nav i.icon-left-open {
  right: 35px;
}

.single-product .up-sells .owl-nav i.icon-right-open {
  right: 5px;
}

.single-product .up-sells .owl-nav i:hover {
  color: #444;
}

.single-product p.stars a {
  color: #fcac33;
  font-size: 20px;
}

.single-product #respond input#submit {
  margin-bottom: 20px;
  background: #293544;
  color: #fff;
  padding: 13px 30px;
  font-size: 14px;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 0;
  font-weight: normal;
}

.single-product #respond input#submit:hover {
  background: #ff9900;
  color: #fff;
}

.single-product #respond p.form-submit {
  text-align: right;
}

.single-product .ms-detail-related {
  clear: both;
}

.single-product .ms-detail-related .nbtsow-title {
  padding: 0 15px;
  margin: 0;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background: #3e4956;
  border-radius: 3px 3px 0 0;
}

.single-product .ms-detail-related .nbtsow-wcproducts {
  margin: 0;
}

.single-product .ms-detail-related .nbtsow-wcproducts div.active {
  border-right: 1px solid #f3f3f3;
  background: #fff;
}

.single-product .ms-detail-related .nbtsow-wcproducts .thumbnail-pro .onsale {
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  min-height: 1px;
  min-width: 1px;
  margin: 0;
  border-radius: 0;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  background: #ef5350;
}

.single-product .ms-detail-related .nbtsow-wcproducts .thumbnail-pro > a img {
  max-width: 160px;
  max-height: 160px;
  margin: 0 auto;
  border: 1px solid #fff;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-meta-wrap {
  min-height: 1px;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-meta-wrap .star-rating {
  float: none;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-meta-wrap .add_to_cart_button {
  text-align: center;
  border: none;
  border-radius: 0;
  background: #394351;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 200;
  padding: 9px 20px;
  font-size: 14px;
  color: #fff;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-info .add_to_wishlist i {
  border: none;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-meta {
  padding: 0 15px;
  margin-bottom: 30px;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-title a {
  font-size: 14px;
  line-height: 18px;
  color: #232f3e;
  text-transform: capitalize;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-price > .amount {
  font-size: 18px;
  line-height: 24px;
  color: #b12704;
  font-weight: bold;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-price del {
  font-size: 14px;
  line-height: 18px;
  color: #888888;
  margin-right: 5px;
}

.single-product .ms-detail-related .nbtsow-wcproducts .product-price ins {
  font-size: 18px;
  line-height: 24px;
  color: #b12704;
  font-weight: bold;
  text-decoration: none;
}

.single-product .ms-detail-related .nbtsow-wcproducts .owl-prev,
.single-product .ms-detail-related .nbtsow-wcproducts .owl-next {
  position: absolute;
  top: -25px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: #424f60;
  border: 1px solid #666666;
  border-radius: 2px;
}

.single-product .ms-detail-related .nbtsow-wcproducts .owl-prev i,
.single-product .ms-detail-related .nbtsow-wcproducts .owl-next i {
  display: block;
  width: 100%;
  height: 100%;
  color: #999999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-product .ms-detail-related .nbtsow-wcproducts .owl-prev i:before,
.single-product .ms-detail-related .nbtsow-wcproducts .owl-next i:before {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-product .ms-detail-related .nbtsow-wcproducts .owl-prev i:hover,
.single-product .ms-detail-related .nbtsow-wcproducts .owl-next i:hover {
  color: #fff;
  background: #ff9900;
}

.single-product .ms-detail-related .nbtsow-wcproducts .owl-prev {
  right: 55px;
  left: auto;
}

.single-product .ms-detail-related .nbtsow-wcproducts .owl-next {
  right: 15px;
}

.single-product #tab-more_seller_product {
  text-align: center;
}

.single-product #tab-more_seller_product .products li del {
  display: none;
}

.single-product .ms-detail-related .nbtsow-wcproducts del {
  display: none;
}

.single-product:not(.has-page-title) #primary {
  padding-bottom: 60px;
}

.single-product:not(.has-page-title) .background-set {
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}

.single-product:not(.has-page-title) .site-footer {
  margin-top: 0;
}

.single-product:not(.has-page-title) .cart .amount {
  color: #ff9900;
  font-weight: bold;
}

#yith-quick-view-content.single-product {
  background: #fff;
}

.nw-cart-drop-content-in .cart_list.product_list_widget .thumbnail-p img {
  width: 60px !important;
}

/*
3.5   Wishlist
*/

#yith-wcwl-popup-message {
  display: none !important;
}

#yith-quick-view-content .single-product-thumb {
  padding: 15px;
}

.woocommerce-wishlist .ms-page-top {
  margin-bottom: 30px;
}

.woocommerce-wishlist #main .wishlist-title h2 {
  font-size: 20px;
  color: #293544;
  margin: 0 0 30px 0;
  padding: 0;
  text-transform: capitalize;
}

.woocommerce-wishlist #main .shop_table {
  border: none;
  border-radius: 0;
}

.woocommerce-wishlist #main .shop_table tr {
  border-bottom: 1px dotted #ececec;
}

.woocommerce-wishlist #main .shop_table thead {
  background: transparent;
}

.woocommerce-wishlist #main .shop_table thead tr th {
  text-align: left;
  font-size: 14px;
  color: #293544;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #ececec;
}

.woocommerce-wishlist #main .shop_table thead tr th.product-remove {
  width: 3%;
}

.woocommerce-wishlist #main .shop_table thead tr th.product-thumbnail {
  width: 15%;
}

.woocommerce-wishlist #main .shop_table thead tr th.product-name {
  width: 30%;
}

.woocommerce-wishlist #main .shop_table thead tr th.product-price {
  width: 20%;
}

.woocommerce-wishlist #main .shop_table thead tr th.product-stock-stauts {
  width: 15%;
}

.woocommerce-wishlist #main .shop_table thead tr th.product-add-to-cart {
  width: 15%;
}

.woocommerce-wishlist #main .shop_table tbody tr td {
  text-align: left;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-remove a {
  margin: 0 auto;
  width: auto;
  height: auto;
  background: transparent;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-remove a:hover {
  background: transparent;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-remove a i {
  color: #ff9900;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-remove a i:hover {
  background: #ff9900;
  color: #fff;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-thumbnail {
  padding: 30px 12px;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-name a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-size: 14px;
  font-weight: bold;
  color: #293544;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-name a.yith-wcqv-button {
  display: none;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-name a:hover {
  color: #ff9900;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-price .amount {
  font-size: 14px;
  color: #ff9900;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-price .amount span {
  color: #ff9900;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-price del {
  margin-right: 5px;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-price del .amount {
  font-size: 12px;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-price ins {
  margin-left: 0;
  text-decoration: none;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-stock-status .wishlist-in-stock {
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-add-to-cart a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 12px;
  color: #ffffff;
  background: #293544;
  text-transform: capitalize;
  padding: 15px;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-add-to-cart a:before {
  content: '\f07a';
  font-family: 'Fontawesome';
  margin-right: 3px;
}

.woocommerce-wishlist #main .shop_table tbody tr td.product-add-to-cart a:hover {
  background: #ff9900;
}

/*
3.6   Cart
*/

.woocommerce-cart {
  background: #fff;
}

.woocommerce-cart .ms-page-top {
  margin-bottom: 30px;
}

.woocommerce-cart a,
.woocommerce-cart a:hover,
.woocommerce-cart a:active,
.woocommerce-cart a:focus {
  text-decoration: none;
}

.woocommerce-cart .woocommerce {
  overflow: hidden;
  margin-bottom: 30px;
}

.top-banner-wrap {
  margin-bottom: 15px;
}

.top-banner-wrap .top-banner {
  background: url(assets/images/cart-top-banner.jpg) repeat;
  padding: 10px 115px;
}

.top-banner-wrap .top-banner p {
  color: #fff;
  display: inline-block;
  margin: 10px 0;
}

.top-banner-wrap .top-banner p a {
  color: #fff;
}

.top-banner-wrap .top-banner p:first-child {
  font-size: 30px;
}

.top-banner-wrap .top-banner p:last-child {
  float: right;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-banner-wrap .top-banner p:last-child span {
  border-bottom: 2px solid #fff;
}

.top-banner-wrap .top-banner p:last-child i {
  margin-left: 4px;
}

.top-banner-wrap .top-banner p:last-child i:before {
  font-size: 23px;
}

.cart-top-section span {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  text-transform: capitalize;
}

.cart-top-section span:last-of-type a {
  color: #444;
}

.cart-top-section span:last-of-type i:before {
  font-weight: bold;
}

.cart-top-section p {
  font-size: 12px;
  margin-top: 15px;
}

.sp-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}

.sp-sidebar img {
  width: 100%;
  height: auto;
}

table.cart.stacktable {
  border-collapse: collapse !important;
  margin-bottom: 45px;
}

table.cart.stacktable tbody .product-subtotal span {
  color: #5c5c5c;
}

table.cart.stacktable tbody tr td {
  padding: 20px 10px;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
}

table.cart.stacktable tbody tr td.st-key {
  border-right: 1px solid #ececec;
}

table.cart.stacktable tbody .st-head-row .product-name a {
  color: #293544;
  text-transform: capitalize;
  font-size: 20px;
}

table.cart.stacktable tbody td.product-quantity > .quantity > .input-text {
  width: 40px;
  height: 35px;
}

table.cart thead {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

table.cart thead th {
  color: #293544;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 45px;
}

table.cart thead th:first-of-type {
  text-indent: 15px;
  padding: 0;
}

table.cart thead th:not(:first-of-type) {
  text-align: center;
}

table.cart tbody i {
  color: #444;
}

table.cart tbody span {
  font-size: 16px;
  color: #5c5c5c;
}

table.cart tbody dt,
table.cart tbody dd {
  font-size: 12px;
  color: #444;
  text-transform: capitalize;
  margin-bottom: 15px;
}

table.cart tbody td:not(.product-meta) {
  text-align: center;
}

table.cart tbody .product-meta .product-thumbnail {
  width: 25%;
  margin-right: 5%;
  float: left;
  text-align: center;
}

table.cart tbody .product-meta .product-thumbnail img {
  width: 100px;
  height: auto;
}

table.cart tbody .product-meta .remove {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

table.cart tbody .product-meta .remove i {
  border-radius: 50%;
  margin-top: 10px;
  color: #ff9900;
  -webkit-transition: all .4s;
  transition: all .4s;
}

table.cart tbody .product-meta .remove:hover i {
  color: #fff;
  background: #ff9900;
}

table.cart tbody .product-meta .product-name {
  width: 70%;
  float: left;
}

table.cart tbody .product-meta .product-name h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

table.cart tbody .product-meta .product-name h2 a {
  font-size: 14px;
  color: #293544;
  font-weight: normal;
}

table.cart tbody .product-meta .product-name dd {
  color: #888;
  margin-left: 5px;
}

table.cart tbody .product-meta .product-name dt {
  float: left;
  margin-right: 7px;
  font-weight: 500;
}

table.cart tbody .product-total span {
  font-weight: bold;
  color: #ff9900;
}

.cart-table-bot-section .coupon {
  display: inline-block;
}

.cart-table-bot-section .coupon input.input-text {
  height: 40px;
  border: 1px solid #e9e9e9;
  text-indent: 12px;
  width: 250px;
}

.cart-table-bot-section .coupon input.button {
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 14px 25px;
  background: #293544;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}

.cart-table-bot-section .coupon input.button:hover {
  background: #ff9900;
}

.cart-table-bot-section .cart-update {
  float: right;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 10px 30px;
  background: #293544;
}

.cart-table-bot-section .cart-update input.button {
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  color: #fff;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.cart-table-bot-section .cart-update input.button:disabled[disabled] {
  padding: 0;
  color: #888;
  opacity: 1;
}

.cart-table-bot-section .cart-update:hover {
  background: #ff9900;
}

.cart-table-bot-section .cart-update:hover input.button {
  color: #fff;
}

.cart-table-bot-section .cart-update:hover input.button:disabled[disabled] {
  background: transparent;
  color: #fff;
}

.cart-table-bot-section .cart-update:hover:before {
  color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #293544;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin-bottom: 20px;
  border-collapse: collapse;
  border-radius: 0;
  border-color: transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal {
  border-bottom: 1px solid #ececec;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal .amount {
  font-size: 13px;
  color: #293544;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal th {
  font-weight: 300;
  color: #999999;
  font-size: 13px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  border-top: 0;
  padding: 15px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr a {
  color: #ff9900;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr input,
.woocommerce-cart .cart-collaterals .cart_totals table tr select {
  color: #444;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total .amount {
  font-size: 18px;
  color: #293544;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th {
  color: #293544;
  font-size: 14px;
  font-weight: bold;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  padding: 12px 1em;
  text-transform: uppercase;
  border-radius: 0;
  background: #ff9900;
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}

.cart-form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.cart-form table.cart tbody .cart_item .product-thumbnail {
  display: block !important;
}

.cart-form table.cart tbody .cart_item .product-thumbnail a.remove {
  margin: 0 auto;
  background: #fff;
}

.cart-form table.cart tbody .cart_item .product-thumbnail a.remove i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
  color: #ff9900;
}

.cart-form table.cart tbody .cart_item .product-thumbnail a.remove:hover {
  background: #fff;
}

.cart-form table.cart tbody .cart_item .product-thumbnail a.remove:hover i {
  background: #ff9900;
  color: #fff;
}

.woocommerce-sub-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 3px;
}

.header-cart {
  position: relative;
}

.header-cart:hover .header-mini-cart {
  visibility: visible;
  opacity: 1;
}

.header-cart .header-cart-total {
  position: absolute;
  top: 3px;
  left: 18px;
  border-radius: 50%;
  background: #ff9900;
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
}

.header-cart .icon-shop {
  font-size: 28px;
  color: #fff;
}

/*
3.7   Checkout
*/

.woocommerce-checkout .ms-page-top {
  margin-bottom: 30px;
}

.woocommerce-checkout form .form-row:before,
.woocommerce-checkout form .form-row:after {
  content: "";
  display: table;
}

.woocommerce-checkout form .form-row:after {
  clear: both;
}

.woocommerce-checkout form .form-row label {
  display: block;
}

.woocommerce-checkout form .form-row label.checkbox {
  display: inline;
}

.woocommerce-checkout form .form-row select {
  width: 100%;
}

.woocommerce-checkout form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}

.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}

.woocommerce-checkout form .form-row-last {
  float: right;
}

.woocommerce-checkout form .form-row-wide {
  clear: both;
}

.woocommerce-checkout .col2-set {
  width: 100%;
  margin-bottom: 50px;
}

.woocommerce-checkout .col2-set:before,
.woocommerce-checkout .col2-set:after {
  content: "";
  display: table;
}

.woocommerce-checkout .col2-set:after {
  clear: both;
}

.woocommerce-checkout .dokan-info {
  background: transparent;
  border-top-color: #ff9900;
}

.woocommerce-checkout .dokan-info:before {
  background: #ff9900;
}

.woocommerce-checkout .col2-set h3 {
  background: #fff;
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-checkout .woocommerce-shipping-fields h3 {
  padding-top: 20px;
}

.woocommerce-checkout label {
  font-weight: normal;
}

.woocommerce-checkout .col-1 {
  background: #f7f6f7;
  padding: 0 15px;
}

.woocommerce-checkout #order_review_heading {
  margin-bottom: 0;
}

.woocommerce-checkout .top-banner-wrap {
  margin-bottom: 30px;
}

.woocommerce-checkout .login .button {
  background: #ff9900;
  color: #fff;
  border: 0;
  margin-right: 15px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 8px 18px;
}

.woocommerce-checkout .login .button:hover {
  background: #ff9900;
  color: #fff;
}

.woocommerce-checkout .login .lost_password a {
  color: #ff9900;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  padding-top: 20px;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label {
  font-weight: bold;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address > label {
  display: inline-block;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address > input {
  margin-top: 0;
  vertical-align: middle;
  margin-left: 10px;
}

.checkout_coupon input.button {
  background: #ff9900;
  color: #fff;
  padding: 10px 18px;
}

.checkout_coupon input.button:hover {
  background: #ff9900;
  color: #fff;
}

.woocommerce-info {
  border-top-color: #ff9900;
}

.woocommerce-info a {
  color: #ff9900;
}

.woocommerce-info:before {
  color: #ff9900;
  font-size: 16px;
  content: '\e831';
  font-family: "fontello";
  top: 12px;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
  border: none;
  background: #f7f6f7;
  margin-bottom: 0;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .order-total span.amount {
  font-size: 24px;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td {
  padding: 12px;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td.product-name dl.variation dt {
  font-weight: 500;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-name {
  font-weight: 500;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
  font-weight: 500;
}

.woocommerce-checkout #payment {
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
  background: #f7f6f7;
  padding-top: 20px;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce-checkout #payment div.form-row > .button {
  width: 100%;
  border: 0;
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  background: #ff9900;
  border-radius: 0;
}

body.woocommerce-checkout {
  padding-top: 0;
  background: #fff;
}

.woocommerce-lost-password input.button {
  background: #ff9900;
  color: #fff;
  border-bottom: 3px solid #444;
  font-weight: 500;
  border-radius: 0;
  padding: 15px 20px;
}

.woocommerce-lost-password input.button:hover {
  background: #ff9900;
  color: #fff;
}

.woocommerce-order-received .ms-page-top {
  display: none;
}

.woocommerce-order-received .woocommerce {
  padding-top: 50px;
}

.woocommerce-order-received .woocommerce .addresses .col-1 {
  background: transparent;
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  font-size: 20px;
  color: #293544;
  text-transform: uppercase;
}

.woocommerce-order-received h2,
.woocommerce-order-received p,
.woocommerce-order-received h3,
.woocommerce-order-received address {
  color: #293544;
}

.woocommerce-order-received .shop_table {
  color: #293544;
}

.woocommerce-order-received .order_details li {
  color: #293544;
}

.woocommerce-order-received .order_details .total {
  margin: 0 2em 0 0;
}

/*
3.8   404
*/

.error404 main {
  text-align: center;
}

.error404 main .error-top {
  padding: 106px 0;
  background: url("assets/images/page_404_top_bg.jpg") no-repeat center;
}

.error404 main .error-top h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px 0;
}

.error404 main .error-top img {
  margin-bottom: 15px;
}

.error404 main .error-top p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
}

.error404 main .error-top p a {
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.error404 main .error-top p a:hover {
  color: #ff9900;
}

.error404 main .error-top p span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 20px;
}

.error404 main .error-top p span:hover {
  color: #ff9900;
}

.error404 main .container {
  padding: 150px 0;
}

.error404 main .container p {
  margin-bottom: 30px;
}

.error404 main .container .wrap-content {
  margin: 0;
  padding: 0;
}

.error404 main .container .wrap-content .text-wrap p {
  max-width: 550px;
  font-size: 14px;
  line-height: 24px;
  color: #5c5c5c;
  padding: 0;
  margin: 0 auto 30px auto;
}

.error404 main .container .wrap-content .home-link {
  text-align: center;
  border: 2px solid #ff9900;
  padding: 10px;
  max-width: 180px;
  margin: 0 auto;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
}

.error404 main .container .wrap-content .home-link:hover {
  background: #ff9900;
}

.error404 main .container .wrap-content .home-link:hover a {
  color: #fff;
}

.error404 main .container .wrap-content .home-link a {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #ff9900;
  text-decoration: none;
  text-transform: uppercase;
}

/*
3.9   FAQ
*/

#faq-header-banner .nbtsow-cta-wrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 55px;
}

#faq-header-banner .nbtsow-cta-wrap img {
  width: 100%;
  height: auto;
}

#faq-header-banner .nbtsow-cta-wrap .nbt-cta-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}

#faq-page-faq .nbtsow-title {
  font-size: 30px;
  color: #444;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}

#faq-page-faq .nbtsow-faqs-wrap .nbtsow-faqs .ui-state-active {
  background: #ff9900;
}

#faq-page-faq .nbtsow-faqs-wrap .nbtsow-faqs-answer {
  margin: 0;
  background: transparent !important;
}

/*
3.10  Contact
*/

/*============== Multil Store Contact ========*/

#multistore-address-contact {
  text-align: center;
}

#multistore-address-contact .nbtsow-headline {
  font-size: 24px;
  font-weight: bold;
  color: #293544;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

#multistore-address-contact .nbtsow-headline:before {
  display: none;
}

#multistore-address-contact .nbtsow-headline:after {
  display: none;
}

#multistore-address-contact .nbtsow-firstsub {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #5c5c5c;
  max-width: 940px;
  margin: 0 auto 55px auto;
}

#multistore-address-contact .ms-address-box {
  text-align: left;
  overflow: hidden;
}

#multistore-address-contact .ms-address-box .ms-contact-icon {
  float: left;
  width: 25%;
  min-height: 70px;
  overflow: hidden;
}

#multistore-address-contact .ms-address-box .ms-contact-icon span {
  position: relative;
  float: left;
}

#multistore-address-contact .ms-address-box .ms-contact-icon span:before {
  position: absolute;
  top: 0;
  left: 1px;
}

#multistore-address-contact .ms-address-box > div {
  width: 75%;
  float: left;
}

#multistore-address-contact .ms-address-box > div h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #293544;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

#multistore-address-contact .ms-address-box > div p {
  font-size: 14px;
  line-height: 24px;
  color: #293544;
  margin: 0;
}

#multistore-contact-map {
  position: relative;
}

#multistore-contact-map .ms-show-contact {
  position: absolute;
  top: 2px;
  right: 20px;
  z-index: 1000;
  font-size: 12px;
  color: #fff;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: bold;
  cursor: pointer;
  background: #ff9900;
}

#multistore-contact-map .ms-contact-form {
  position: absolute;
  width: 362px;
  height: 100%;
  padding: 50px 10px 60px 10px;
  top: 0;
  right: 0;
  z-index: 100;
  background: rgba(35, 47, 62, 0.8);
  text-align: center;
}

#multistore-contact-map .ms-contact-form .ms-hide-contact {
  position: absolute;
  top: 10px;
  right: 30px;
  color: red;
  font-size: 30px;
  cursor: pointer;
  opacity: 0.8;
}

#multistore-contact-map .ms-contact-form .ms-contact-title {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 25px 0;
}

#multistore-contact-map .ms-contact-form .ms-contact-subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  max-width: 318px;
  margin: 0 auto 30px auto;
}

#multistore-contact-map .ms-contact-form .wpcf7-form > p label > span {
  display: block;
}

#multistore-contact-map .ms-contact-form .wpcf7-form > p label > span .wpcf7-not-valid-tip {
  position: absolute;
  top: 37px;
  font-size: 12px;
  font-weight: normal;
}

#multistore-contact-map .ms-contact-form .wpcf7-form > p:not(:last-of-type) {
  margin-bottom: 20px;
}

#multistore-contact-map .ms-contact-form .wpcf7-form > p:last-of-type {
  margin-bottom: 0;
  text-align: center;
  margin-left: 22px;
  margin-top: -10px;
}

#multistore-contact-map .ms-contact-form label {
  margin: 0;
}

#multistore-contact-map .ms-contact-form input:not(.wpcf7-submit) {
  text-indent: 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #999999;
  width: 300px;
}

#multistore-contact-map .ms-contact-form textarea {
  text-indent: 15px;
  padding-top: 5px;
  margin-bottom: 5px;
  width: 300px;
  height: 80px;
  font-weight: normal;
}

#multistore-contact-map .ms-contact-form input[type=text] {
  line-height: 33px;
}

#multistore-contact-map .ms-contact-form input[type=email] {
  line-height: 33px;
}

#multistore-contact-map .ms-contact-form input[type=submit] {
  width: 300px;
  line-height: 40px;
  height: 42px;
  color: #fff;
  background: #ff9900;
  border: none;
  text-transform: uppercase;
  margin: 0 auto;
}

#multistore-contact-map .ms-contact-form .wpcf7-validation-errors {
  border: none;
  color: red;
  margin: 0;
  font-size: 12px;
}

#multistore-contact-map .ms-contact-form .wpcf7-mail-sent-ng {
  border: none;
  color: red;
  margin: 0;
}

/*
3.11  About
*/

/*=========Multistore About=========*/

.ms-replace-overflow {
  display: block;
  clear: both;
}

#ms-about-know {
  padding-top: 60px;
  text-align: center;
}

#ms-about-know .nbtsow-headline {
  font-size: 36px;
  line-height: 24px;
  color: #293544;
  margin: 0 0 25px 0;
}

#ms-about-know .nbtsow-headline:before {
  display: none;
}

#ms-about-know .nbtsow-headline:after {
  display: none;
}

#ms-about-know .nbtsow-firstsub {
  font-size: 14px;
  line-height: 24px;
  color: #5c5c5c;
  max-width: 710px;
  margin: 0 auto 50px auto;
  font-weight: normal;
}

#ms-about-know .ms-know-box {
  margin: 0 0 50px 0;
}

#ms-about-know .ms-know-box .ms-icon-wap {
  padding: 0 15px;
}

#ms-about-know .ms-know-box .ms-icon-wap .sow-icon-fontawesome {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 0 20px 0;
  background: #ff9900;
  border: 3px solid #f7d8aa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#ms-about-know .ms-know-box .ms-icon-wap .sow-icon-fontawesome:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f3f3f3;
}

#ms-about-know .ms-know-box .ms-icon-wap .ms-bout-number-box h3 {
  font-size: 24px;
  line-height: 30px;
  color: #293544;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#ms-about-know .ms-know-box .ms-icon-wap .ms-bout-number-box p {
  font-size: 18px;
  line-height: 24px;
  color: #5c5c5c;
  margin: 0;
}

#ms-about-know .ms-about-know-text {
  padding-bottom: 30px;
}

#ms-about-know .ms-about-know-text p {
  font-size: 14px;
  line-height: 24px;
  color: #5c5c5c;
  margin: 0 0 24px 0;
}

#ms-about-know .ms-about-know-box {
  margin-bottom: 50px;
}

#ms-about-know .ms-about-know-box .media-wap {
  position: relative;
  margin: 0 15px;
}

#ms-about-know .ms-about-know-box .media-wap > img {
  border-radius: 3px;
}

#ms-about-know .ms-about-know-box .media-wap div {
  padding: 20px;
  text-align: left;
  background: #ffffff;
}

#ms-about-know .ms-about-know-box .media-wap div h3 {
  font-size: 24px;
  line-height: 24px;
  color: #293544;
  margin: 0 0 18px 0;
  font-weight: normal;
}

#ms-about-know .ms-about-know-box .media-wap div p {
  font-size: 14px;
  line-height: 24px;
  color: #5c5c5c;
  margin: 0;
}

#ms-about-know .ms-about-know-box .media-wap div a {
  color: #ff9900;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

#multistore-about-team {
  text-align: center;
}

#multistore-about-team .nbtsow-headline {
  font-size: 36px;
  line-height: 24px;
  color: #293544;
  margin: 0 0 25px 0;
}

#multistore-about-team .nbtsow-headline:before {
  display: none;
}

#multistore-about-team .nbtsow-headline:after {
  display: none;
}

#multistore-about-team .nbtsow-firstsub {
  font-size: 14px;
  line-height: 24px;
  color: #5c5c5c;
  max-width: 710px;
  margin: 0 auto 50px auto;
  font-weight: normal;
}

#multistore-about-team .ms-team {
  position: relative;
  text-align: center;
  margin: 0 15px 140px 15px;
}

#multistore-about-team .ms-team:hover .ms-about-team-box {
  top: 0;
  visibility: visible;
  opacity: 1;
}

#multistore-about-team .ms-team img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#multistore-about-team .ms-team .ms-about-team-box {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  padding: 20px;
  text-align: left;
  background: rgba(41, 53, 68, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 3px;
}

#multistore-about-team .ms-team .ms-about-team-box p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

#multistore-about-team .ms-team .ms-about-team-box a {
  margin-right: 10px;
  text-decoration: none;
}

#multistore-about-team .ms-team .ms-about-team-box a i {
  font-size: 16px;
  color: #999;
}

#multistore-about-team .ms-team .ms-about-team-box a:hover i {
  color: #f8981d;
}

#multistore-about-team .ms-team .ms-team-info {
  position: absolute;
  padding: 15px 0;
  z-index: 11;
  width: 90%;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f8981d;
}

#multistore-about-team .ms-team .ms-team-info p:first-child {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 2px 0;
}

#multistore-about-team .ms-team .ms-team-info p:last-child {
  font-size: 14px;
  line-height: 24px;
  color: #f9e1c3;
  margin: 0;
}

#multistore-about-history {
  text-align: center;
  padding-bottom: 90px;
}

#multistore-about-history .nbtsow-headline {
  font-size: 36px;
  line-height: 24px;
  color: #293544;
  margin: 0 0 25px 0;
}

#multistore-about-history .nbtsow-headline:before {
  display: none;
}

#multistore-about-history .nbtsow-headline:after {
  display: none;
}

#multistore-about-history .ms-about-chart .ms-row-chart .textwidget {
  position: relative;
}

#multistore-about-history .ms-about-chart .ms-row-chart .textwidget:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  top: 0;
  background: #ccc;
}

#multistore-about-history .ms-about-chart .ms-history-year {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 50%;
  left: -32px;
  margin-top: -35px;
  border: 3px solid #FFF;
  border-radius: 50%;
}

#multistore-about-history .ms-about-chart .ms-history-year p {
  width: 100%;
  height: 60px;
  line-height: 55px;
  font-size: 16px;
  color: #fefefe;
  font-weight: bold;
  background: #ff9900;
  text-align: center;
  border: 3px solid #f5d8b2;
  border-radius: 50%;
  margin: 0;
}

#multistore-about-history .ms-about-chart .ms-history-box {
  padding: 20px;
  text-align: left;
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 2px;
  box-shadow: 0 0 5px #cecece;
}

#multistore-about-history .ms-about-chart .ms-history-box > p {
  width: 30%;
  float: left;
  margin: 0;
}

#multistore-about-history .ms-about-chart .ms-history-box > p img {
  border-radius: 50%;
}

#multistore-about-history .ms-about-chart .ms-history-box > div {
  width: 70%;
  float: left;
  padding-left: 20px;
}

#multistore-about-history .ms-about-chart .ms-history-box > div p:first-child {
  font-size: 16px;
  line-height: 24px;
  color: #293544;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#multistore-about-history .ms-about-chart .ms-history-box > div p:last-child {
  font-size: 14px;
  line-height: 24px;
  color: #293544;
  margin: 0;
}

#multistore-about-history .ms-about-chart .ms-history-box-left {
  position: relative;
  margin-right: 113px;
}

#multistore-about-history .ms-about-chart .ms-history-box-left:before {
  position: absolute;
  content: '';
  width: 113px;
  height: 1px;
  background: #ccc;
  top: 20px;
  right: -113px;
  z-index: 1;
}

#multistore-about-history .ms-about-chart .ms-history-box-left:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #999999;
  box-shadow: 0 0 0 3px #fff;
  top: 20px;
  right: -123px;
  margin-top: -7px;
  z-index: 2;
}

#multistore-about-history .ms-about-chart .ms-history-box-right {
  position: relative;
  margin-left: 113px;
}

#multistore-about-history .ms-about-chart .ms-history-box-right:before {
  position: absolute;
  content: '';
  width: 113px;
  height: 1px;
  background: #ccc;
  top: 20px;
  left: -113px;
  z-index: 1;
}

#multistore-about-history .ms-about-chart .ms-history-box-right:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #999999;
  box-shadow: 0 0 0 3px #fff;
  top: 20px;
  left: -120px;
  margin-top: -7px;
  z-index: 2;
}

#multistore-about-history .ms-about-chart .ms-row-1 .textwidget {
  min-height: 170px;
}

#multistore-about-history .ms-about-chart .ms-row-1 .textwidget:before {
  left: 0;
}

#multistore-about-history .ms-about-chart .ms-row-4 .textwidget {
  min-height: 170px;
}

#multistore-about-history .ms-about-chart .ms-row-4 .textwidget:before {
  left: 0;
}

#multistore-about-history .ms-about-chart .ms-row-8 .textwidget {
  min-height: 170px;
}

#multistore-about-history .ms-about-chart .ms-row-8 .textwidget:before {
  left: 0;
}

#multistore-about-history .ms-about-chart .ms-row-2 .textwidget {
  min-height: 170px;
  padding-bottom: 30px;
}

#multistore-about-history .ms-about-chart .ms-row-2 > .panel-grid-cell:first-of-type .textwidget:before {
  right: -3px;
}

#multistore-about-history .ms-about-chart .ms-row-2 > .panel-grid-cell:last-of-type .textwidget:before {
  left: 0;
}

#multistore-about-history .ms-about-chart .ms-row-3 .textwidget {
  min-height: 170px;
  padding-bottom: 30px;
}

#multistore-about-history .ms-about-chart .ms-row-3 > .panel-grid-cell:first-of-type .textwidget:before {
  right: -3px;
}

#multistore-about-history .ms-about-chart .ms-row-3 > .panel-grid-cell:last-of-type .textwidget:before {
  left: 0;
}

#multistore-about-history .ms-about-chart .ms-row-5 .textwidget {
  min-height: 170px;
  padding-bottom: 30px;
}

#multistore-about-history .ms-about-chart .ms-row-5 > .panel-grid-cell:first-of-type .textwidget:before {
  right: -3px;
}

#multistore-about-history .ms-about-chart .ms-row-5 > .panel-grid-cell:last-of-type .textwidget:before {
  left: 0;
}

#multistore-about-history .ms-about-chart .ms-row-6 .textwidget {
  min-height: 170px;
  padding-bottom: 30px;
}

#multistore-about-history .ms-about-chart .ms-row-6 > .panel-grid-cell:first-of-type .textwidget:before {
  right: -3px;
}

#multistore-about-history .ms-about-chart .ms-row-6 > .panel-grid-cell:last-of-type .textwidget:before {
  left: 0;
}

#multistore-about-history .ms-about-chart .ms-row-7 .textwidget {
  min-height: 170px;
  padding-bottom: 30px;
}

#multistore-about-history .ms-about-chart .ms-row-7 > .panel-grid-cell:first-of-type .textwidget:before {
  right: -3px;
}

#multistore-about-history .ms-about-chart .ms-row-7 > .panel-grid-cell:last-of-type .textwidget:before {
  left: 0;
}

#multistore-about-history .ms-about-chart .ms-row-9 .textwidget {
  min-height: 170px;
}

#multistore-about-history .ms-about-chart .ms-row-9 > .panel-grid-cell:first-of-type .textwidget:before {
  right: -3px;
}

#multistore-about-history .ms-about-chart .ms-row-9 > .panel-grid-cell:last-of-type .textwidget:before {
  left: 0;
}

/*
3.12  My Account
*/

/*==================== Woocommerce Account =====================*/

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: 25%;
  float: left;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -15px;
  list-style: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: 2px solid #ccc;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li[class*="dashboard"] a:before {
  content: '\f0e4';
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li[class*="orders"] a:before {
  content: '\f044';
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li[class*="downloads"] a:before {
  content: '\f019';
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li[class*="edit-address"] a:before {
  content: '\f041';
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li[class*="account"] a:before {
  content: '\f007';
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li[class*="logout"] a:before {
  content: '\f08b';
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li[class*="login"] a:before {
  content: '\f090';
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f8981d;
  color: #fefefe;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a:before {
  color: #fefefe;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover {
  color: #fff;
  background: #ff9900;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover:before {
  color: #fff;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
  display: block;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  font-size: 14px;
  color: #293544;
  line-height: 48px;
  background: #dee0e1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.4s;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a:before {
  position: absolute;
  font-family: 'Fontawesome';
  color: #293544;
  font-size: 15px;
  top: 50%;
  left: 15px;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 35px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  background-clip: content-box;
  background: #fefefe;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content a {
  text-decoration: none;
  color: #FF9900;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-columns .woocommerce-Address {
  background: #DEE0E1;
  padding: 15px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-columns .woocommerce-Address h3 {
  font-size: 16px;
  line-height: 14px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-columns .woocommerce-Address a {
  line-height: 66px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content p {
  margin-top: 0;
  font-size: 14px;
  line-height: 14px;
  color: #5c5c5c;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Message:before {
  content: '\f129';
  font-family: 'Fontawesome';
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Message a {
  background: #FF9900;
  color: #fefefe;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content form p {
  margin-bottom: 20px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content form p label {
  line-height: 14px;
  font-size: 14px;
  color: #293544;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content form p input:not([type=submit]) {
  line-height: 30px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content form p input[type=submit] {
  background: #FF9900;
  color: #fefefe;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-top: 15px;
}

.woocommerce-account .woocommerce-error {
  border-top-color: #ff9900;
}

.woocommerce-account form p {
  margin-bottom: 20px;
}

.woocommerce-account form p label {
  font-size: 14px;
  line-height: 14px;
  color: #293544;
}

.woocommerce-account form p input:not([type=submit]) {
  line-height: 30px !important;
}

.woocommerce-account form p input[type=submit] {
  background: #3D4855;
  color: #fff;
  margin-right: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.woocommerce-account form p input[type=submit]:hover {
  background: #FF9900 !important;
  color: #fff;
}

.woocommerce-account form a {
  text-decoration: none;
  color: #FF9900;
}

.woocommerce-account .col-2 .register .form-group input {
  border-radius: 0;
  border: 1px solid #888888;
  box-shadow: none !important;
}

.woocommerce-account .col-2 .register > .form-group {
  margin-left: 20px;
}

.woocommerce-account .col-2 .register > .form-group label.radio {
  line-height: 1.5;
}

.woocommerce-lost-password .lost_reset_password .woocommerce-Button {
  border: none;
}

.woocommerce-lost-password .lost_reset_password .woocommerce-Button:hover {
  border: none;
}

/*-----------
4. Partials
-----------*/

/*
4.1   Heading
*/

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header .nbtsow-headline {
  margin-top: 0;
  color: #ff9900;
  margin-bottom: 0;
}

.section-header .nbtsow-secondsub {
  line-height: 22px;
}

/*
4.2  View toogle button in shop page
*/

.shop-view-toogle i {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 21px;
  color: #888;
  cursor: pointer;
  border: 1px solid #666;
}

.shop-view-toogle i:first-of-type {
  margin-right: 8px;
}

.shop-view-toogle i.active {
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #fff;
}

.shop-view-toogle i:hover {
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #fff;
}

.woocommerce .product-filter-wrap {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 7px 14px;
  background: #374250;
}

.woocommerce .product-filter-wrap .woocommerce-message {
  margin-top: 15px !important;
}

.woocommerce .shop-view-toogle,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering-wrap,
.woocommerce .product-cate-title {
  display: table-cell;
  vertical-align: middle;
}

.woocommerce .product-cate-title {
  width: 50%;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
}

.woocommerce .shop-view-toogle {
  width: 9%;
  text-align: right;
}

.woocommerce .woocommerce-result-count {
  width: 10%;
  text-align: center;
  font-size: 14px;
  color: #ccc;
}

.woocommerce .sort-label {
  line-height: 36px;
  font-size: 14px;
  color: #ccc;
}

.woocommerce .woocommerce-ordering-wrap {
  width: 28%;
}

.woocommerce .woocommerce-ordering-wrap .woocommerce-ordering {
  float: right;
  margin: 0;
}

.woocommerce .woocommerce-ordering-wrap .woocommerce-ordering select {
  border: 1px solid #666666;
  padding: 6px 10px;
  margin-top: 3px;
  font-size: 12px;
  color: #999;
  background: #424f60;
}

.woocommerce .ppp-wrap {
  display: inline-block;
}

.woocommerce .ppp-wrap .ppp-label {
  padding-right: 8px;
}

.woocommerce .ppp-wrap select {
  border: 1px solid #e1e1e1;
  padding: 8px 10px;
  font-size: 12px;
  color: #666;
  outline: none;
}

/*
4.3  Pagination
*/

.woocommerce nav.woocommerce-pagination {
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 6px;
  border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  background: #ff9900;
  width: 30px;
  height: 30px;
  border: 1px solid #e28802;
}

.woocommerce nav.woocommerce-pagination ul li a {
  background: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #394351;
  width: 30px;
  height: 30px;
  border: 1px solid #dedede;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #fff;
  background: #ff9900;
  border-color: #e28802;
}

.woocommerce nav.woocommerce-pagination ul .next,
.woocommerce nav.woocommerce-pagination ul .prev {
  width: 30px;
  height: 30px;
  color: #394351;
  background: #ffffff;
}

.paging-navigation {
  text-align: right;
}

.paging-navigation .pagination .current,
.paging-navigation .pagination .page-numbers {
  padding: 6px 9px;
  border-radius: 3px;
  margin-right: 3px;
}

.paging-navigation .pagination .page-numbers {
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #f1f1f1;
  color: #444;
}

.paging-navigation .pagination .page-numbers:hover {
  background: #ff9900;
  color: #fff;
}

.paging-navigation .pagination .current {
  background: #ff9900;
  color: #fff;
}

.paging-navigation .pagination .next,
.paging-navigation .pagination .prev {
  color: #fff;
  background: #444;
  padding: 6px 11px;
}

.paging-navigation .pagination .next i,
.paging-navigation .pagination .prev i {
  display: inline;
}

.paging-navigation .pagination .next:hover,
.paging-navigation .pagination .prev:hover {
  background: #ff9900;
  color: #fff;
}

.posts-navigation .screen-reader-text {
  display: none;
}

.posts-navigation .nav-links {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.posts-navigation .nav-links > div {
  display: inline-block;
  position: relative;
}

.posts-navigation .nav-links a {
  text-transform: uppercase;
  font-size: 18px;
}

.posts-navigation .nav-links .nav-previous {
  float: left;
  margin-left: 25px;
}

.posts-navigation .nav-links .nav-previous:before {
  content: '\e81f\e81f';
  font-family: fontello;
  position: absolute;
  top: 3px;
  left: -25px;
  padding-right: 10px;
}

.posts-navigation .nav-links .nav-next {
  float: right;
  margin-right: 25px;
}

.posts-navigation .nav-links .nav-next:after {
  content: '\e820\e820';
  font-family: fontello;
  position: absolute;
  top: 3px;
  right: -25px;
  padding-left: 10px;
}

  .home6 .large-menu .menu-pri .dropdown-megamenu{
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow:    1px 0px 5px 0px rgba(0, 0, 0, 0.38);
    box-shadow:         1px 0px 5px 0px rgba(0, 0, 0, 0.38);
  }
  .home6-multi-call-button{
      background: #fff;
  }
  .home6-multi-call-button .nbt-cta-headline{
      font-family: 'Roboto';
      color: #444;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: right;
  }
  .home6-multi-call-button .nbt-cta-subhead{
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: normal;
      color: #666;
      line-height: 22px;
      text-align: right;
  }
  .home6-multi-call-button .nbtsow-cta-button{
      font-size: 16px;
      font-weight: normal;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border: 1px solid #666;
      float: right;
      padding: 8px 25px; 
  }
  .home6-multi-call-button .nbtsow-cta-button:hover{
      background: #ff9900;
      border: 1px solid transparent;
  }
  .home6-multi-call-button .nbtsow-cta-button:hover a{
      color: #fff;
  }
  .home6-multi-call-button .nbtsow-cta-button a{
      color: #666;
  }
  .home6-multi-call-button .home6-padding-right .nbt-cta-details{
      padding-right: 15px;
  }
  .home6 .zeus .tp-bullet{
      width: 11px;
      border: none;
      height: 11px;
      background-color: #fff;
  }
  .home6 .zeus .tp-bullet:after{
      background-color: #ff9900;
  }
  .home6 .zeus .tp-bullet:hover:after, .home6 .zeus .tp-bullet.selected:after {
    -webkit-transform: scale(1) ;
    transform: scale(1);
}
/*
4.4  Comments
*/

.comments-area .comments-title {
  font-size: 20px;
  color: #444;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.comments-area .comments-title:nth-of-type(2) {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comments-area .comment-list {
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
}

.comments-area .comment-list .comment .comment-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.comments-area .comment-list .comment .comment-body:after {
  content: "";
  display: table;
  clear: both;
}

.comments-area .comment-list .comment:after {
  content: "";
  display: table;
  clear: both;
}

.comments-area .comment-list .comment:not(.parent) {
  border-top: 1px solid #eee;
}

.comments-area .comment-list .comment .comment-author {
  float: left;
  margin-right: 20px;
}

.comments-area .comment-list .comment .comment-author img {
  max-width: 100%;
  height: auto;
}

.comments-area .comment-list .comment .comment-details {
  width: 83%;
  float: left;
}

.comments-area .comment-list .comment .comment-details .comment-meta {
  margin-bottom: 10px;
}

.comments-area .comment-list .comment .comment-details .comment-meta > cite {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 30px;
  font-style: normal;
}

.comments-area .comment-list .comment .comment-details .comment-meta > a {
  color: #444;
}

.comments-area .comment-list .comment .comment-edit-link {
  margin-left: 30px;
}

.comments-area .comment-list .comment .comment-reply-link:after {
  content: '\e820';
  font-family: "fontello";
  margin-left: 15px;
}

.comments-area .comment-list .children .comment {
  margin-left: 14%;
}

.comments-area .comment-list .children .comment:last-child {
  border-bottom: 1px solid #eee;
}

.comments-area .comment-list .children .comment .comment-avatar {
  width: 16%;
  margin-right: 4%;
}

.comments-area .comment-list .children .comment .comment-details {
  width: 80%;
}

.comments-area .comment-list .reply a {
  color: #ccc;
}

.comments-area .comment-list .reply span {
  text-transform: capitalize;
  margin-right: 8px;
}

.comments-area .comment-respond {
  margin-bottom: 45px;
}

.comments-area .comment-respond .comment-reply-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.comments-area .comment-respond textarea,
.comments-area .comment-respond input {
  border: 1px solid transparent;
}

.comments-area .comment-respond textarea:focus,
.comments-area .comment-respond input:focus {
  box-shadow: 0 0 5px #ff9900;
  border: 1px solid #ff9900 !important;
}

.comments-area .comment-form {
  border: 1px solid #e1e1e1;
  padding: 5%;
}

.comments-area .comment-form p {
  margin-bottom: 20px;
}

.comments-area .comment-form p label {
  font-weight: bold;
  text-transform: capitalize;
  color: #444;
  line-height: 30px;
  font-size: 16px;
  margin-right: 6%;
}

.comments-area .comment-form p textarea,
.comments-area .comment-form p input:not(#submit) {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 5px;
}

.comments-area .comment-form p textarea::-moz-placeholder,
.comments-area .comment-form p input:not(#submit)::-moz-placeholder {
  text-transform: uppercase;
  text-indent: 15px;
}

.comments-area .comment-form p textarea:-ms-input-placeholder,
.comments-area .comment-form p input:not(#submit):-ms-input-placeholder {
  text-transform: uppercase;
  text-indent: 15px;
}

.comments-area .comment-form p textarea::-webkit-input-placeholder,
.comments-area .comment-form p input:not(#submit)::-webkit-input-placeholder {
  text-transform: uppercase;
  text-indent: 15px;
}

.comments-area .comment-form p textarea::-ms-expand,
.comments-area .comment-form p input:not(#submit)::-ms-expand {
  text-transform: uppercase;
  text-indent: 15px;
}

.comments-area .comment-form p input:not(#submit) {
  height: 35px;
}

.comments-area .comment-form p input#submit {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  background: #ff9900;
  color: #fff;
  border: 0;
  height: 40px;
}

.comments-area .comment-form p.form-submit {
  text-align: right;
  margin-bottom: 0;
}

.comments-area .required {
  font-size: 12px;
  color: red;
  vertical-align: top;
}

/*
4.5  Other 
*/

.page {
  background: #fff;
}

.home-slidershow {
  margin-bottom: 90px;
}

.home-slidershow .slide-color {
  color: #c0c0c0;
}

.home-slidershow .tparrows {
  top: 500px !important;
}

.home-slidershow .tp-rightarrow:hover {
  background-position: initial;
}

.home-slidershow .tp-leftarrow:hover {
  background-position: initial;
}

#hero-image .nbtsow-parallax > .panel-grid-cell {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#hero-image .nbtsow-parallax .nbtsow-image-widget {
  text-align: center;
}

#hero-image .nbtsow-parallax img {
  width: auto;
  vertical-align: top;
}

#hero-image .nbtsow-parallax .textwidget {
  display: inline-block;
  font-size: 60px;
  text-transform: capitalize;
  margin-top: 15px;
  color: #fff;
}

#hero-image .nbtsow-parallax .textwidget:last-child {
  margin-left: 5px;
}

.icon-star-1 {
  font-size: 8px;
  color: #de6f6f;
}

.icon-star-1:before {
  vertical-align: top;
}

.woocommerce-tabs {
  clear: both;
}

.site-footer img {
  max-width: 100%;
  height: auto;
}

.site-footer .widget_text img {
  margin-bottom: 15px;
  margin-top: 5px;
}

.site-footer select {
  width: 100%;
  min-height: 40px;
  border-color: #ccc;
  border-radius: 3px;
  text-indent: 10px;
}

.site-footer .widget_calendar .calendar_wrap {
  border-top: 2px solid #ccc;
}

.site-footer .widget_calendar table {
  width: 100%;
}

.site-footer .widget_calendar table caption {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.site-footer .widget_calendar table tbody > tr {
  border-bottom: 1px dotted #ccc;
}

.site-footer .widget_calendar table td {
  padding: 5px 0;
}

.site-footer .widget_calendar #today {
  color: #ff9900;
}

.site-footer .widget_rss li {
  margin-bottom: 20px;
}

.site-footer .widget_rss .rsswidget img {
  margin-bottom: 0;
  margin-top: 0;
}

.site-footer .widget_rss .rss-date {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-footer .widget_rss .rssSummary {
  margin-bottom: 10px;
}

.site-footer .widget_text .wp-caption-text {
  margin-bottom: 10px;
}

.site-footer .widget_text p {
  margin-bottom: 15px;
}

.site-footer .widget_tag_cloud .tagcloud a {
  border: 1px solid #888;
  color: #888;
  -webkit-transition: all .4s;
  transition: all .4s;
  line-height: 24px;
  font-size: 12px !important;
  padding: 0 8px;
}

.site-footer .widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #ff9900;
  color: #ff9900;
}

.site-footer .widget_archive li {
  margin-bottom: 15px;
}

.site-footer .widget_categories a {
  display: block;
}

.site-footer .widget_pages li,
.site-footer .widget_meta li {
  line-height: 120%;
}

.site-footer .widget_pages li a,
.site-footer .widget_meta li a {
  padding-bottom: 10px;
  display: block;
}

.site-footer .widget_recent_comments .recentcomments {
  padding-bottom: 15px;
}

.site-footer .widget_nav_menu a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.site-footer .widget_search .search-field {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.site-footer .widget_search .btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#secondary:not(.blog-sidebar) .widget {
  margin-bottom: 20px;
}

#secondary:not(.blog-sidebar) .widget-title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-top: 0;
}

#secondary:not(.blog-sidebar) .widget-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  border-bottom: 2px solid #ff9900;
}

#secondary .widget-title,
#secondary .nbtsow-title {
  font-size: 20px;
  color: #444;
  text-transform: uppercase;
}

#secondary aside {
  margin-bottom: 45px;
}

#secondary img {
  max-width: 100%;
  height: auto;
}

#secondary .widget_text img {
  margin-bottom: 15px;
  margin-top: 5px;
}

#secondary select {
  width: 100%;
  min-height: 40px;
  border-color: #ccc;
  border-radius: 3px;
  text-indent: 10px;
}

#secondary .widget_calendar .calendar_wrap {
  border-top: 2px solid #ccc;
}

#secondary .widget_calendar table {
  width: 100%;
}

#secondary .widget_calendar table caption {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#secondary .widget_calendar table tbody > tr {
  border-bottom: 1px dotted #ccc;
}

#secondary .widget_calendar table td {
  padding: 5px 0;
}

#secondary .widget_calendar #today {
  color: #ff9900;
}

#secondary .widget_rss li {
  margin-bottom: 20px;
}

#secondary .widget_rss .rsswidget img {
  margin-bottom: 0;
  margin-top: 0;
}

#secondary .widget_rss .rss-date {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#secondary .widget_rss .rssSummary {
  margin-bottom: 10px;
}

#secondary .widget_text .wp-caption-text {
  margin-bottom: 10px;
}

#secondary .widget_text p {
  margin-bottom: 15px;
}

#secondary .widget_tag_cloud .tagcloud a {
  border: 1px solid #444;
  color: #444;
  -webkit-transition: all .4s;
  transition: all .4s;
  line-height: 24px;
  font-size: 12px !important;
  padding: 0 8px;
}

#secondary .widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #ff9900;
  color: #ff9900;
}

#secondary .widget_archive li {
  margin-bottom: 15px;
}

#secondary .widget_categories a {
  display: block;
}

#secondary .widget_pages li,
#secondary .widget_meta li {
  line-height: 120%;
}

#secondary .widget_pages li a,
#secondary .widget_meta li a {
  padding-bottom: 10px;
  display: block;
}

#secondary .widget_recent_comments .recentcomments {
  padding-bottom: 15px;
}

#secondary .widget_nav_menu a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#secondary .widget_search .search-field {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: #ccc;
}

#secondary .widget_search .btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #ccc;
}

#secondary .widget_search .icon-search {
  color: #ccc;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}

.home-page-title {
  color: #ff9900;
  font-weight: 700;
  margin-bottom: 30px;
}

.woocs_price_code ins {
  text-decoration: none !important;
}

/*
4.6  Page Title
*/

.page .ms-page-top {
  position: relative;
}

.page .ms-page-top > p {
  margin: 0;
}

.page .ms-page-top > p img {
  min-height: 200px;
}

.page .ms-page-top .ms-page-top-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.page .ms-page-top .ms-page-top-content > h1 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px 0;
}

.page .ms-page-top .ms-page-top-content > p {
  margin: 0 0 10px 0;
}

.page .ms-page-top .ms-page-top-content .page-breadcrumb {
  color: #fff;
}

.page .ms-page-top .ms-page-top-content .page-breadcrumb span {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page .ms-page-top .ms-page-top-content .page-breadcrumb span a {
  text-decoration: none;
}

.page .ms-page-top .ms-page-top-content .page-breadcrumb span:hover {
  color: #ff9900;
}

.page-title-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.page-title-wrap .page-entry-title {
  font-size: 16px;
  margin-top: 0;
}

.page-title-wrap .page-breadcrumb {
  line-height: 17px;
}

.page-title-wrap .page-breadcrumb span {
  margin-right: 10px;
  margin-left: 10px;
  text-transform: capitalize;
  display: inline-block;
}

.page-title-wrap .page-breadcrumb span a {
  font-size: 12px;
  line-height: 24px;
  color: #777777;
}

.page-title-wrap .page-breadcrumb > span:last-child {
  font-size: 12px;
  line-height: 24px;
  color: #ff9900;
}

.page-title-wrap .page-breadcrumb > span:first-child {
  margin-left: 0;
}

.page-title-wrap .page-breadcrumb > span:first-child a span {
  margin-left: 0;
}

/*
4.7  Quickview
*/
table.compare-list td img{
    max-width: 100% !important;
}
#yith-quick-view-modal .images {
  width: 40%;
  float: left;
  opacity: 1 !important;
}

#yith-quick-view-modal .entry-summary {
  width: 55%;
}

#yith-quick-view-modal div.product .images {
  margin-bottom: 0;
}

#yith-quick-view-modal div.product .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  min-height: 1px;
  min-width: 1px;
  margin: 0;
  border-radius: 0;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  background: #ef5350;
}

#yith-quick-view-modal div.product .woocommerce-product-rating .product-review-rating {
  border-right: 0;
}

#yith-quick-view-modal div.product #pa_color {
  display: block !important;
}

#yith-quick-view-modal div.product .attribute-swatch {
  display: none;
}

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none;
  overflow: hidden;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  height: auto;
}

#yith-quick-view-close:hover {
  color: #ff9900;
}

@media (min-width: 420px) {
  .single-product div.product form.cart .single_add_to_cart_button {
    float: left;
    margin-left: 30px;
  }
}

@media (min-width: 450px) {
  .cart-top-section span:last-of-type {
    float: right;
  }
}

@media (min-width: 481px) {
  .single-product div.product form.cart .woocommerce-variation-add-to-cart > span {
    width: 15%;
  }
}

@media (min-width: 600px) {
  .page-title-wrap .page-entry-title {
    float: left;
    margin-bottom: 0;
  }

  .page-title-wrap .page-breadcrumb {
    float: left;
  }
}

@media (min-width: 601px) {
  .woocommerce ul.products.list .product .thumbnail-pro {
    width: 30%;
    float: left;
    padding: 0 15px;
  }

  .woocommerce ul.products.list .product .product-meta-wrap {
    width: 70%;
    float: left;
    padding: 0 15px;
  }

  #multistore-about-team .ms-team-wap {
    width: 25%;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .container {
    width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .form-inline .woocommerce-checkout .input-text,
  .woocommerce-checkout .form-inline .input-text {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .woocommerce-checkout .input-text,
  .woocommerce-checkout
    .form-inline .input-group .input-text {
    width: auto;
  }

  .form-inline .input-group > .form-control,
  .form-inline .woocommerce-checkout .input-group > .input-text,
  .woocommerce-checkout .form-inline .input-group > .input-text {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }

  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }

  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }

  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-static-top {
    border-radius: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control,
  .navbar-form .woocommerce-checkout .input-text,
  .woocommerce-checkout .navbar-form .input-text {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .woocommerce-checkout .input-text,
  .woocommerce-checkout
      .navbar-form .input-group .input-text {
    width: auto;
  }

  .navbar-form .input-group > .form-control,
  .navbar-form .woocommerce-checkout .input-group > .input-text,
  .woocommerce-checkout .navbar-form .input-group > .input-text {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }

  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }

  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }

  .nav-header {
    width: 750px;
  }

  .home.page header {
    position: relative;
    z-index: 100;
    width: 100%;
  }

  .footer-bottom p {
    text-align: left;
  }

  .site-footer #footer-column-1 .textwidget {
    margin-bottom: 25px;
  }

  .site-footer #footer-column-1 .nbtsow-icon-list-wrap .sow-icon-fontawesome {
    width: 5%;
  }

  .site-footer #footer-column-1 .nbtsow-icon-list-wrap .nbtsow-icon-text {
    width: 95%;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left ul.mega-sub-menu {
    position: absolute;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item {
    padding-right: 20px;
  }

  .archive .page-head,
  .single .page-head,
  .search-results .page-head,
  .blog .page-head {
    float: left;
    width: 100%;
  }

  .archive .page-head h1,
  .archive .page-head h2,
  .single .page-head h1,
  .single .page-head h2,
  .search-results .page-head h1,
  .search-results .page-head h2,
  .blog .page-head h1,
  .blog .page-head h2 {
    margin: 0;
  }

  .woocommerce.left-sidebar #primary,
  .woocommerce.right-sidebar #primary {
    float: left;
    width: 100%;
  }

  .woocommerce.left-sidebar .shop-sidebar,
  .woocommerce.right-sidebar .shop-sidebar {
    float: left;
    width: 100%;
  }

  .woocommerce ul.products.grid li.product {
    width: 33.33333%;
    float: left;
  }

  .woocommerce ul.products.list .product {
    float: left;
    width: 100%;
  }

  .single-product .single-product-images-wraps {
    float: left;
    width: 41.66667%;
  }

  .single-product div.product div.summary {
    float: left;
    width: 58.33333%;
  }

  .single-product div.product form.cart .single_add_to_cart_button {
    padding: 16px 35px;
  }

  .single-product div.product .wc-details-share-button .button-wrap a i {
    margin-right: 3px;
    padding: 3px;
    font-size: 17px;
  }

  .single-product div.product .ms-product-adv-wap {
    margin-bottom: 30px;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv {
    width: 33.33%;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv:nth-child(1) {
    padding-right: 20px;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv:nth-child(2) {
    padding: 0 10px;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv:nth-child(3) {
    padding-left: 20px;
  }

  .single-product .up-sells h2 {
    font-size: 22px;
  }

  table.cart td {
    padding-top: 30px;
  }

  .cart-form {
    float: left;
    width: 100%;
  }

  .woocommerce-sub-sidebar {
    float: left;
    width: 100%;
  }

  #multistore-contact-map .ms-show-contact {
    display: none;
  }

  #multistore-contact-map .ms-contact-form .ms-hide-contact {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-2 .textwidget .ms-history-box-right {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-3 .textwidget .ms-history-box-left {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-5 .textwidget .ms-history-box-right {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-6 .textwidget .ms-history-box-left {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-7 .textwidget .ms-history-box-right {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-9 .textwidget .ms-history-box-left {
    display: none;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    width: 75%;
    float: left;
    padding: 15px;
  }

  .woocommerce-account .entry-content {
    padding: 30px 0 40px;
  }

  .woocommerce-account .col-1,
  .woocommerce-account .col-2 {
    width: 50%;
    float: left;
  }

  .woocommerce-account .col-1 {
    padding-right: 15px;
  }

  .woocommerce-account .col-2 {
    padding-left: 15px;
  }

  .woocommerce-edit-account .entry-content {
    padding: 30px 0 10px;
  }

  .section-header .nbtsow-headline {
    font-size: 16px;
  }

  #home-blog-posts .nbtsow-secondsub {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  #team-member-wrap .section-header .nbtsow-secondsub {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 35px;
  }

  .comments-area .comment-form p label {
    float: left;
    width: 18%;
  }

  .comments-area .comment-form p textarea,
  .comments-area .comment-form p input:not(#submit) {
    width: 76%;
  }

  #hero-image {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .modal-lg {
    width: 900px;
  }

  .nav-header {
    width: 970px;
  }

  .site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap .icon-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .site-footer .footer-top {
    padding: 50px 0 40px 0;
  }

  .site-footer .footer-column {
    float: left;
    width: 25%;
  }

  .site-footer #footer-column-1 .textwidget {
    margin-bottom: 60px;
  }

  .site-footer #footer-column-1 .nbtsow-icon-list-wrap .sow-icon-fontawesome {
    width: 12%;
  }

  .site-footer #footer-column-1 .nbtsow-icon-list-wrap .nbtsow-icon-text {
    width: 85%;
  }

  .archive .page-head h1,
  .archive .page-head h2,
  .single .page-head h1,
  .single .page-head h2,
  .search-results .page-head h1,
  .search-results .page-head h2,
  .blog .page-head h1,
  .blog .page-head h2 {
    margin: 0;
  }

  .archive.left-sidebar #primary,
  .archive.right-sidebar #primary,
  .single.left-sidebar #primary,
  .single.right-sidebar #primary,
  .search-results.left-sidebar #primary,
  .search-results.right-sidebar #primary,
  .blog.left-sidebar #primary,
  .blog.right-sidebar #primary {
    float: left;
    width: 66.66667%;
  }

  .archive.left-sidebar .blog-sidebar,
  .archive.right-sidebar .blog-sidebar,
  .single.left-sidebar .blog-sidebar,
  .single.right-sidebar .blog-sidebar,
  .search-results.left-sidebar .blog-sidebar,
  .search-results.right-sidebar .blog-sidebar,
  .blog.left-sidebar .blog-sidebar,
  .blog.right-sidebar .blog-sidebar {
    float: left;
    width: 33.33333%;
  }

  .archive.right-sidebar #primary,
  .single.right-sidebar #primary,
  .search-results.right-sidebar #primary,
  .blog.right-sidebar #primary {
    float: left;
  }

  .archive.left-sidebar #primary,
  .single.left-sidebar #primary,
  .search-results.left-sidebar #primary,
  .blog.left-sidebar #primary {
    float: right;
  }

  .home.blog #primary {
    float: left;
    width: 66.66667%;
  }

  .home.blog #secondary {
    float: left;
    width: 33.33333%;
  }

  .woocommerce.left-sidebar #primary,
  .woocommerce.right-sidebar #primary {
    float: left;
    width: 75%;
  }

  .woocommerce.left-sidebar .shop-sidebar,
  .woocommerce.right-sidebar .shop-sidebar {
    float: left;
    width: 25%;
  }

  .woocommerce.right-sidebar #primary {
    float: left;
  }

  .woocommerce.left-sidebar #primary {
    float: left;
  }

  .sp-sidebar {
    float: left;
    width: 25%;
  }

  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: 100%;
  }

  .cart-form {
    float: left;
    width: 75%;
  }

  .cart-form {
    padding-left: 0;
  }

  .woocommerce-sub-sidebar {
    float: left;
    width: 25%;
  }

  .woocommerce-checkout .col2-set .col-1 {
    float: left;
    width: 48%;
  }

  .woocommerce-checkout .col2-set .col-2 {
    float: right;
    width: 48%;
  }

  #ms-about-know .ms-about-know-box {
    margin-bottom: 110px;
  }

  #ms-about-know .ms-about-know-box .media-wap div {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 82%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .large-menu .elements-info {
    margin: 0;
  }

  .cat-list-product .show-product ul.item-posts li {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .nav-header {
    width: 1170px;
  }

  .head-two .head-user .search-cate {
    margin-left: -15px;
    margin-right: 15px;
    padding: 0;
  }

  .product-items:hover .product-info {
    background: rgba(128, 125, 116, 0.5);
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .product-items:hover .product-meta-wrap .add_to_cart_button {
    opacity: 0;
  }

  .home4-tabs .nbtsow-wcproducts .add_to_cart_button i {
    margin-right: 5px;
  }

  .single-product .single-product-images-wraps .images {
    height: 360px;
    margin-top: 25px;
  }

  .single-product .single-product-images-wraps .images .single-product-thumb {
    width: 75%;
    float: right;
  }

  .single-product .single-product-images-wraps .images .ms-set-width {
    width: 25%;
    height: 100%;
    float: left;
  }

  .single-product .single-product-images-wraps .images .ms-set-width .thumbnails a {
    width: 80px !important;
  }

  .single-product .single-product-images-wraps .images .ms-set-width .thumbnails img {
    width: 80px;
    height: 80px;
  }

  .single-product div.product form.cart .single_add_to_cart_button {
    padding: 16px 55px;
  }

  .single-product div.product .wc-details-share-button .button-wrap a i {
    margin-right: 10px;
    padding: 6px;
    font-size: 15px;
  }

  .single-product div.product .woocommerce-tabs {
    width: 75%;
    float: left;
  }

  .single-product div.product .single-product-sidebar {
    width: 25%;
    float: left;
    padding-left: 30px;
    margin-bottom: 30px;
  }

  .single-product .up-sells {
    margin-top: 75px;
  }

  .single-product #tab-more_seller_product .products li {
    width: 25%;
  }
}

@media (min-width: 1300px) {
  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu {
    left: 120% !important;
  }
}

@media (min-width: 1600px) {
  .home5 .home2-three-img {
    margin-top: -125px;
  }

  .home5 .header-default {
    position: absolute !important;
  }

  .home5 .header-default .top-bar,
  .home5 .header-default .head-two,
  .home5 .header-default #menu-small-menu {
    background: transparent !important;
  }

  .home5 .header-default .large-menu {
    background: #2a3457;
  }

  .home5 .header-default .head-two {
    border-bottom-color: transparent;
  }

  .home5 .header-default .head-two .nw-cart-contents .your-cart a {
    color: #ccc !important;
  }

  .home5 .header-default .head-two .nw-cart-contents .your-cart a:hover {
    color: #ff9900 !important;
  }

  .home5 .header-default .head-two .sign-in {
    color: #ccc !important;
  }

  .home5 .header-default .head-two .sign-in:hover {
    color: #ff9900 !important;
  }

  .home5 .header-default .top-bar {
    color: #ebebeb;
    border-bottom: 1px solid #999;
  }

  .home5 .header-default .top-bar .topbar-right {
    color: #ebebeb;
  }

  .home5 .header-default .top-bar .topbar-right ul li:not(:last-of-type) {
    position: relative;
    border-right-color: transparent;
  }

  .home5 .header-default .top-bar .topbar-right ul li:not(:last-of-type):after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: #999;
    top: 50%;
    right: 0;
    margin-top: -5px;
  }

  .home5 .header-default .top-bar .dd-select label {
    color: #ebebeb !important;
  }

  .home5 .header-default .top-bar .dd-select .dd-pointer:before {
    color: #ebebeb !important;
  }

  .home5 .header-default .top-bar .switcher-options span {
    color: #ebebeb;
  }
}

@media (max-width: 1200px) {
  .large-menu .elements-info .hot-info .menu-small-menu-container .small-menu li a {
    padding-left: 5px;
  }
}

@media (max-width: 1199px) {
  .head-two .head-user .user-cart {
    margin-top: 15px;
  }

  .large-menu .elements-info .hot-info .menu-small-menu-container .small-menu li a {
    font-size: 10px;
  }

  .single-product .single-product-images-wraps .onsale {
    left: 10px;
  }

  .single-product .single-product-images-wraps .images > i {
    display: none;
  }

  .single-product div.product .single-product-sidebar {
    display: none;
  }

  .single-product .up-sells .owl-nav {
    display: none;
  }
}

@media (max-width: 1024px) {
  .large-menu .elements-info {
    margin: 0;
    display: none;
  }
}

@media (max-width: 992px) {
  .home .nbtsow-icon-section .icon-wrap {
    width: 20%;
  }

  .site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap {
    width: 100%;
  }

  .site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap .icon-list .nbtsow-icon-section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 46px;
    width: 75%;
  }

  .site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-social-contact {
    width: 100%;
  }

  .blog-sidebar .nbtsow-wcproducts {
    display: none;
  }

  .comments-area {
    margin-bottom: 90px;
  }

  #hero-image {
    display: none;
  }
}

@media (max-width: 991px) and (max-width: 400px) {
  .woocommerce-wishlist #main .shop_table tbody tr td.product-price del {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .head-two .head-user .search-cate {
    padding: 0;
  }

  .head-two .head-user .user-cart .user-name {
    margin-left: 0;
  }

  .footer-bottom .img-bot-footer {
    float: none;
  }

  .site-footer .footer-bottom-m .widget_text {
    width: 100%;
  }

  .site-footer .footer-bottom-m .widget_text:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .site-footer .footer-bottom {
    text-align: center;
  }
  .home1.page-template-home-layout1 .panel-grid:nth-child(1) .panel-grid-cell:nth-child(1),
  .home1.page-template-home-layout1 .panel-grid:nth-child(1) .panel-grid-cell .panel-grid-cell-empty {
    display: none;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(1) .panel-grid-cell:nth-child(2) {
    width: 100% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(1) .panel-grid-cell:nth-child(3) {
    display: none;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(2) {
    display: none;
  }
  .home6-multi-slide > .panel-grid-cell:nth-child(odd){
      display: none;
  }
  .home6-multi-slide > .panel-grid-cell:nth-child(even){
      width: 100% !important;
  }
  .home6-multi-slide > .panel-grid-cell:nth-child(even) .panel-widget-style{
      padding: 0 !important;
  }
  .home6-multi-banner > .panel-grid-cell:first-of-type{
      display: none;
  }
  .home6-multi-banner{
      margin-left: -15px;
      margin-right: -15px;
  }
  .home6-multi-banner > .panel-grid-cell{
      width: 33.3% !important;
      padding: 0 15px;
  }
  .tax-product_cat #primary {
    float: left;
  }

  .tax-product_cat #secondary {
    display: block !important;
    float: left;
    margin-bottom: 30px;
  }

  .tax-product_cat #secondary .widget_nbtsow-wc-category-widget {
    display: none;
  }

  .woocommerce-wishlist #main .shop_table thead {
    display: none;
  }

  .woocommerce-wishlist #main .shop_table tbody tr {
    margin-bottom: 30px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td {
    width: 100%;
    float: left;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-thumbnail {
    border-top: none;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-thumbnail:before {
    content: 'Product Images';
    width: 50%;
    float: left;
    text-align: right;
    font-size: 14px;
    margin-top: 30px;
    padding-right: 30px;
    color: #293544;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-thumbnail a {
    width: 50%;
    float: left;
    border-left: 1px solid #ececec;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-thumbnail a img {
    margin-left: 30px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-name:before {
    content: 'Product Name';
    width: 50%;
    float: left;
    text-align: right;
    font-size: 14px;
    padding-right: 30px;
    color: #293544;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-name a {
    width: 50%;
    float: left;
    border-left: 1px solid #ececec;
    padding-left: 30px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-price:before {
    content: 'Product Price';
    width: 50%;
    float: left;
    text-align: right;
    font-size: 14px;
    padding-right: 30px;
    border-right: 1px solid #ececec;
    color: #293544;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td .woocs_price_code {
    margin-left: 30px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-price > .amount {
    margin-left: 30px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-stock-status:before {
    content: 'Stock Status';
    width: 50%;
    float: left;
    text-align: right;
    font-size: 14px;
    padding-right: 30px;
    border-right: 1px solid #ececec;
    color: #293544;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-stock-status > span {
    margin-left: 30px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-add-to-cart a {
    max-width: 150px;
    margin: 0 auto;
  }

  table.cart.stacktable tbody .product-name h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .cart-form {
    padding: 0;
  }

  .cart-form table.cart tbody .cart_item .product-thumbnail a:first-of-type {
    display: none;
  }

  .woocommerce-checkout .col2-set .col-2 {
    margin-top: 45px;
  }
  #ms-about-know .ms-about-know-box .panel-grid{
      flex-direction: column;
  }
  #ms-about-know .ms-about-know-box .panel-grid-cell {
    width: 100%;
  }

  #ms-about-know .ms-about-know-box .media-wap div {
    position: static;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }

  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs,
  .archive .page-head,
  .single .page-head,
  .search-results .page-head,
  .blog .page-head,
  .archive.left-sidebar .blog-sidebar,
  .archive.right-sidebar .blog-sidebar,
  .single.left-sidebar .blog-sidebar,
  .single.right-sidebar .blog-sidebar,
  .search-results.left-sidebar .blog-sidebar,
  .search-results.right-sidebar .blog-sidebar,
  .blog.left-sidebar .blog-sidebar,
  .blog.right-sidebar .blog-sidebar,
  .home.blog #secondary,
  .top-banner-wrap,
  .top-banner-wrap .top-banner,
  .sp-sidebar,
  table.cart.stacktable tbody .product-thumbnail,
  table.cart.stacktable tbody .product-name dl,
  #faq-header-banner,
  .woocommerce .woocommerce-result-count,
  .home-slidershow {
    display: none !important;
  }

  body {
    font-size: 13px;
  }

  .head-two .head-user .logo {
    text-align: center;
  }

  .site-footer #footer-column-1 .textwidget {
    margin-bottom: 25px;
  }

  .nbt-count-down {
    position: relative;
  }

  .nbt-count-down > .nbt-widget-title {
    background: #EDAB57;
  }

  .nbt-count-down .countdown-content {
    position: static;
  }

  .nbt-count-down .countdown-content img {
    display: none;
  }

  .nbt-count-down .countdown-content .countdown-section {
    width: 100%;
    position: relative;
    height: 100px;
  }

  .nbt-count-down .countdown-content .countdown-section ul.count-down-time {
    width: 100%;
  }

  .nbt-count-down .countdown-content .countdown-section ul.count-down-time li {
    display: inline-block;
    margin-top: 0 !important;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu {
    width: 100% !important;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-flyout.mega-align-bottom-left ul.mega-sub-menu {
    padding-right: 10px;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu {
    width: 100% !important;
    opacity: 1;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
    padding-right: 0 !important;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item.widget_nbtsow-image-widget:last-of-type {
    display: none;
  }
  .home1 .nbtsow-image-widget-link {
    width: 100%;
  }

  .home1 .nbtsow-image-widget-link img {
    width: 100%;
  }
  .home1.page-template-home-layout1 .panel-grid:nth-child(3),
  .home1.page-template-home-layout1 .panel-grid:nth-child(5),
  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product,
  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product{
      flex-direction: column;
  }
  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(1) {
    width: 100% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(1) img {
    display: none;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(2) {
    width: 100% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(1) {
    width: 100% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(1) img {
    display: none;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(2) {
    width: 100% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(1) {
    width: 100% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(1) img {
    display: none;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(2) {
    width: 100% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(1) {
    width: 100% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(1) img {
    display: none;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(2) {
    width: 100% !important;
  }
  .home2-two-img{
      flex-direction: column;
  }
  .home2-two-img > .panel-grid-cell {
    width: 100% !important;
  }

  .home2-two-img > .panel-grid-cell:not(:last-of-type) {
    margin-bottom: 30px !important;
  }

  .home2-tabs > .panel-grid-cell:nth-child(1) img {
    display: none;
  }
  .home2-feature, .home2-newproduct, .home2-bestseller{
      flex-direction: column;
  }
  .home2-tabs > .panel-grid-cell {
    width: 100% !important;
  }

  .home2-tabs > .panel-grid-cell .countdown-content {
    background: #0ac6e3;
  }
  .home2-hotdeal.home2-tabs{
      flex-direction: column;
  }
  .home3-slider > .panel-grid-cell:first-of-type {
    display: none;
  }

  .home3-slider > .panel-grid-cell:last-of-type {
    width: 100% !important;
  }

  .home3-tabs .wctab-list .widget-title {
    width: 100%;
  }

  .home3-tabs .wctab-list .nav-tabs {
    width: 100%;
  }

  .home4-slider > .panel-grid-cell:last-of-type {
    display: none;
  }

  .home4-slider > .panel-grid-cell:first-of-type {
    width: 100% !important;
  }
  .home6-multi-call-button > .panel-grid-cell{
      width: 100% !important;
  }
  .home6-multi-call-button > .panel-grid-cell:nth-child(2){
      position: relative;
      margin: 20px 0;
  }
  .home6-multi-call-button > .panel-grid-cell:nth-child(2) .nbtsow-cta-wrap .nbt-cta-details{
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      display: block;
  }
  .home6-multi-call-button > .panel-grid-cell:nth-child(2) .nbtsow-cta-wrap > img{
      padding-top: 160px;
  }
  .home6-multi-call-button .nbtsow-cta-wrap{
      text-align: left;
  }
  .home6-multi-call-button .nbt-cta-headline{
      text-align: left;
  }
  .home6-multi-call-button .nbt-cta-subhead{
      text-align: left;
  }
  .home6-multi-call-button .nbtsow-cta-button{
      float: left;
  }
  .home6-multi-call-button .nbtsow-cta-wrap .nbt-cta-details{
      overflow: hidden;
      padding-left: 15px;
  }
  .home6-multi-call-button .nbtsow-cta-wrap > img{
      padding-right: 15px;
  }
  .home6-multi-sale, .home6-multi-call-button{
      flex-direction: column;
  }
  .home6-multi-sale > .panel-grid-cell{
      width: 100% !important;
  }
  .home6-multi-sale > .panel-grid-cell:last-of-type > .so-panel{
      width: 50%;
      float: left;
  }
  .category .content-area,
  .single .content-area {
    margin-top: 45px;
  }

  .blog-social-share {
    display: none;
  }

  .woocommerce ul.products.list .product {
    float: none;
  }

  .single-product .single-product-images-wraps .images .single-product-thumb {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }

  .single-product .single-product-images-wraps .images .single-product-thumb img {
    margin-top: 5px;
  }

  .single-product div.product div.summary {
    margin-top: 30px;
  }

  .single-product div.product .wc-details-share-button .button-wrap {
    top: 35px;
    left: 0;
  }

  .single-product div.product .wc-details-share-button .button-wrap a i {
    margin-right: 3px;
    padding: 3px;
    font-size: 17px;
  }

  .single-product .up-sells h2 {
    font-size: 18px;
  }

  .single-product:not(.has-page-title) #primary {
    margin-top: 0;
  }

  .woocommerce .quantity .qty {
    width: 36px;
  }

  #multistore-contact-map .ms-show-contact {
    right: 40px;
  }

  #multistore-contact-map .ms-contact-form {
    display: none;
  }

  #multistore-contact-map .ms-contact-form .wpcf7-form > p:last-of-type {
    margin-left: 0;
  }

  #multistore-contact-map .ms-contact-form .wpcf7-form > p:last-of-type .ajax-loader {
    display: none !important;
  }

  #ms-about-know .nbtsow-headline {
    line-height: 36px;
  }

  #ms-about-know .nbtsow-firstsub {
    text-align: justify;
  }

  #ms-about-know .ms-about-know-text p {
    text-align: justify;
  }

  #multistore-about-team .nbtsow-headline {
    line-height: 36px;
  }

  #multistore-about-team .nbtsow-firstsub {
    text-align: justify;
  }

  #multistore-about-history .ms-about-chart .ms-row-chart > .panel-grid-cell:first-of-type {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-chart > .panel-grid-cell:last-of-type {
    width: 100%;
    padding-left: 30px;
  }

  #multistore-about-history .ms-about-chart .ms-row-5 .textwidget .ms-history-box-left {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-6 .textwidget .ms-history-box-left {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-7 .textwidget .ms-history-box-left {
    display: none;
  }

  #multistore-about-history .ms-about-chart .ms-row-9 .textwidget .ms-history-box-left {
    display: none;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    width: 100%;
    float: left;
  }

  .woocommerce-account .entry-content {
    padding: 30px 0 10px;
  }

  .woocommerce-edit-address .entry-content {
    padding: 30px 0;
  }

  .section-header .nbtsow-headline {
    font-size: 18px;
  }

  .woocommerce .product-cate-title {
    display: none;
  }

  .woocommerce .woocommerce-result-count {
    width: 15%;
  }

  .woocommerce .ppp-wrap .ppp-label {
    padding-right: 16px;
  }

  .comments-area .comment-form p label {
    width: 100%;
  }

  .comments-area .comment-form p textarea,
  .comments-area .comment-form p input:not(#submit) {
    width: 100%;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings ul {
    display: none;
  }
  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
    width: 100%;
  }

  .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-right: none;
    width: 100%;
  }

  .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-w3 {
    width: 100%;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-w5 {
    width: 100%;
  }

  .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-form-group.dokan-left {
    width: 100%;
  }

  .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-control-label[for=setting_map] {
    padding: 0 15px;
  }

  .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-control-label[for=setting_map] + div {
    width: 100%;
  }

  .dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form > .dokan-form-group:last-of-type .dokan-w4 {
    margin: 0 !important;
    text-align: center;
  }

  .dokan-store #dokan-secondary {
    width: 100%;
  }

  .dokan-store #dokan-primary {
    width: 100%;
  }

  #dokan-seller-listing-wrap .dokan-seller-wrap li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .top-bar .topbar-right {
    display: none;
  }
}

@media (max-width: 650px) {
  .cart-table-bot-section .coupon {
    width: 100%;
  }

  .cart-table-bot-section .cart-update {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .head-two .head-user .logo {
    margin-bottom: 20px;
  }
  .home4-dif-img, .home4-dif-img .hom4-dif-right .hom4-dif-right-top{
      flex-direction: column;
  }
  .home4-dif-img > .panel-grid-cell {
    width: 100% !important;
  }

  .home4-dif-img > .panel-grid-cell:first-of-type {
    margin-bottom: 30px;
  }

  .home4-dif-img .hom4-dif-right .hom4-dif-right-top > .panel-grid-cell {
    width: 100% !important;
  }

  .home4-dif-img .hom4-dif-right .hom4-dif-right-top > .panel-grid-cell:first-of-type {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .woocommerce ul.products li.product {
    width: 90%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0;
  }

  .woocommerce ul.products.list .product {
    max-width: 100%;
  }

  .woocommerce ul.products.list .product .thumbnail-pro {
    margin-bottom: 15px;
  }

  .woocommerce ul.products.list .product .product-meta-wrap {
    padding: 0;
  }

  .error404 main .container .wrap-content .text-wrap p {
    padding: 0 15px;
  }

  #multistore-about-team .ms-team-wap {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .page-title-wrap .page-entry-title {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media (max-width: 550px) {
  .site-footer .floor-middle .widget_nbtsow-contact-widget .so-widget-nbtsow-contact-widget .nbtsow-icon-list-wrap .icon-list .nbtsow-icon-section {
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .page-title-wrap .page-breadcrumb span {
    margin-right: 5px;
    margin-left: 5px;
  }
  .home6-multi-call-button > .panel-grid-cell:nth-child(2) .nbtsow-cta-wrap > img{
      padding-top: 180px;
  }
}

@media (max-width: 500px) {
  .head-two .head-user .user-cart .cart-shop .nw-cart-container .nw-cart-drop-content {
    width: 274px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: auto;
  }

  .footer-bottom p:not(.img-bot-footer) {
    line-height: 24px;
    margin-top: 10px;
  }

  .wctab-list .tabcat {
    text-align: center;
  }

  .wctab-list .tabcat .pst-item .pst-item-text {
    border-left: none;
  }

  .single-product .single-product-images-wraps .images .ms-set-width {
    height: 60px;
  }

  .single-product .single-product-images-wraps .images .ms-set-width .thumbnails img {
    width: 60px;
    margin: 0 auto;
  }

  .woocommerce-checkout .login .form-row-first,
  .woocommerce-checkout .login .form-row-last {
    width: 100%;
  }
}

@media (max-width: 480px) {
   .woocommerce-wishlist #main .shop_table tbody tr td .woocs_price_code {
    margin-left: 15px;
  }
  .head-two .head-user .search-cate .header-search-form select.wd_search_product {
    display: none;
  }

  .head-two .head-user .search-cate .header-search-form .wd_search_form {
    width: 100%;
  }

  .home1 .nbtsow-image-widget-link {
    margin-bottom: 30px;
  }
  .home1 .panel-grid:nth-child(4),
  .home1 .panel-grid:nth-child(6),
  .home1 .panel-grid:nth-child(8){
      flex-direction: column;
  }
  .home1 .panel-grid:nth-child(4) > .panel-grid-cell {
    width: 100% !important;
  }

  .home1 .panel-grid:nth-child(4) > .panel-grid-cell:nth-child(2) .widget_nbtsow-image-cat-widget:first-of-type .nbtsow-image-widget {
    margin-bottom: 0;
  }

  .home1 .panel-grid:nth-child(6) > .panel-grid-cell,
  .home1 .panel-grid:nth-child(8) > .panel-grid-cell {
    width: 100% !important;
  }

  .home1 .panel-grid:nth-child(6) > .panel-grid-cell:not(:last-of-type) .nbtsow-image-widget,
  .home1 .panel-grid:nth-child(8) > .panel-grid-cell:not(:last-of-type) .nbtsow-image-widget {
    margin-bottom: 30px;
  }

  .home2-plicios > .panel-grid-cell {
    width: 100% !important;
  }

  .home2-plicios > .panel-grid-cell:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .home2-four-img > .panel-grid-cell {
    width: 100% !important;
  }

  .home2-four-img > .panel-grid-cell img {
    width: 100%;
  }

  .home2-four-img > .panel-grid-cell:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .home2-three-img, .home2-plicios{
      flex-direction: column;
  }
  .home2-three-img > .panel-grid-cell {
    width: 100% !important;
  }

  .home2-three-img > .panel-grid-cell:not(:last-of-type) {
    margin-bottom: 30px;
  }
  
  .home3-five-img, .home3-five-img .home3-right, .home2-four-img{
      flex-direction: column;
  }
  
  .home3-five-img > .panel-grid-cell:first-of-type {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .home3-five-img > .panel-grid-cell:last-of-type {
    width: 100% !important;
  }

  .home3-five-img .home3-right > .panel-grid-cell:first-of-type {
    width: 100% !important;
    margin-bottom: 30px;
    padding: 0;
  }

  .home3-five-img .home3-right > .panel-grid-cell:last-of-type {
    width: 100% !important;
    padding: 0;
  }
  .home6-multi-banner{
      flex-direction: column;
      margin-right: 0;
      margin-left: 0;
  }
  .home6-multi-banner > .panel-grid-cell{
      width: 100% !important;
      padding: 15px 0;
  }
  .home6-multi-banner > .panel-grid-cell:nth-child(2){
      padding: 0 0 15px 0;
  }
  .home6-multi-banner > .panel-grid-cell:last-of-type{
      padding: 15px 0 0 0;
  }
  .home6-multi-sale > .panel-grid-cell:last-of-type > .so-panel{
      width: 100%;
      float: none;
  }
  .home6-multi-sale > .panel-grid-cell:last-of-type > .so-panel:first-of-type > .panel-widget-style{
      padding: 0 0 15px 0 !important;
  }
  .home6-multi-sale > .panel-grid-cell:last-of-type > .so-panel:last-of-type > .panel-widget-style{
      padding: 15px 0 0 0 !important;
  }
  .single-product div.product div.summary div[itemprop=offers] .price-title {
    width: 20%;
  }

  .single-product div.product div.summary div[itemprop=offers] .price {
    width: 80%;
  }

  .single-product div.product div.summary .ms-feature > p {
    width: 20%;
  }

  .single-product div.product div.summary .ms-feature > ul {
    width: 80%;
  }

  .single-product div.product form.cart .variations .label {
    width: 20%;
  }

  .single-product div.product form.cart .variations .value {
    width: 80%;
  }

  .single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price {
    width: 20%;
  }

  .single-product div.product form.cart .woocommerce-variation-add-to-cart > span {
    width: 20%;
  }

  .single-product div.product .wc-details-share-button .button-wrap a i {
    width: 30px;
    height: 30px;
    font-size: 13px;
    margin-top: 5px;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv {
    width: 100%;
    margin-bottom: 30px;
  }

  .single-product:not(.has-page-title) .page-breadcrumb {
    overflow: hidden;
  }

  .single-product:not(.has-page-title) .page-breadcrumb > span {
    display: inline-block;
  }

  .cart-table-bot-section .coupon input.button {
    margin-top: 15px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: 100%;
  }

  .error404 main .container p {
    padding: 0 15px;
  }

  .error404 main .container .wrap-content .text-wrap p {
    padding: 0 15px;
    text-align: justify;
  }

  #multistore-address-contact .nbtsow-firstsub {
    text-align: justify;
  }
   #multistore-address-contact .ms-four-column .panel-grid {
    flex-direction: column;
  }
  #multistore-address-contact .ms-four-column .panel-grid-cell {
    width: 100%;
  }

  #multistore-address-contact .ms-four-column .panel-grid-cell:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
  }
  #ms-about-know .ms-know-box .panel-grid {
    flex-direction: column;
  }
  #ms-about-know .ms-know-box .panel-grid-cell {
    width: 100%;
  }

  #ms-about-know .ms-know-box .panel-grid-cell:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  #ms-about-know .ms-about-know-box .media-wap div p {
    text-align: justify;
  }
}

@media (max-width: 479px) {
  .single-product div.product form.cart .quantity-label {
    margin-right: 15px;
  }

  .single-product div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .woocommerce .shop-view-toogle {
    width: 35%;
  }

  .woocommerce .sort-label {
    display: none;
  }

  .woocommerce .woocommerce-ordering-wrap {
    width: 65%;
  }

  .woocommerce .woocommerce-ordering-wrap .woocommerce-ordering {
    float: none;
    margin: 0 auto;
  }
  .woocommerce .woocommerce-ordering-wrap .woocommerce-ordering select{
      width: 100%;
  }
}

@media (max-width: 473px) {
  .cat-list-product .show-product ul.item-posts li {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .cat-list-product .show-product ul.item-posts li:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 450px) {
  .site-footer #footer-column-1 .nbtsow-icon-list-wrap .sow-icon-fontawesome {
    width: 11%;
  }

  .site-footer #footer-column-1 .nbtsow-icon-list-wrap .nbtsow-icon-text {
    width: 89%;
  }

  .cart-table-bot-section .coupon input.input-text {
    width: 100%;
  }

  .comments-area .comment-list .comment .comment-details .comment-meta > a {
    display: block;
  }
}

@media (max-width: 449px) {
  .cart-top-section span:last-of-type {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
}

@media (max-width: 419px) {
  .single-product div.product form.cart .single_add_to_cart_button {
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  .woocommerce-wishlist #main .shop_table tbody tr td.product-price .amount {
    font-size: 12px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-price .amount .woocommerce-Price-currencySymbol {
    font-size: 10px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-price del .amount {
    font-size: 10px;
  }

  .woocommerce-wishlist #main .shop_table tbody tr td.product-price del .amount .woocommerce-Price-currencySymbol {
    font-size: 10px;
  }

  .woocommerce-checkout #payment .about_paypal {
    width: 100%;
  }

  #multistore-contact-map .ms-contact-form {
    width: 320px;
    left: -15px;
  }
}

@media (max-width: 350px) {
  .single-product div.product div.summary .yith-wcwl-add-to-wishlist {
    margin-right: 5px;
  }

  .single-product div.product div.summary .compare.button {
    margin-right: 15px;
  }
  .home6-multi-call-button > .panel-grid-cell:nth-child(2) .nbtsow-cta-wrap > img{
      padding-top: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm,
  .archive.left-sidebar .blog-sidebar,
  .archive.right-sidebar .blog-sidebar,
  .single.left-sidebar .blog-sidebar,
  .single.right-sidebar .blog-sidebar,
  .search-results.left-sidebar .blog-sidebar,
  .search-results.right-sidebar .blog-sidebar,
  .blog.left-sidebar .blog-sidebar,
  .blog.right-sidebar .blog-sidebar,
  .home.blog #secondary,
  .top-banner-wrap,
  .sp-sidebar,
  table.cart.stacktable tbody .product-thumbnail,
  table.cart.stacktable tbody .product-name dl {
    display: none !important;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu {
    width: 500px !important;
    left: 100% !important;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li a {
    font-size: 12px;
  }
  .home6 #mega-menu-wrap-menu-cat #mega-menu-menu-cat > li.mega-menu-item > a.mega-menu-link{
      line-height: 44px;
      height: 44px;
  }
  .home6-multi-sale > .panel-grid-cell:first-of-type img{
      min-height: 306px;
  }
  .home1 .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li > a {
    line-height: 43px !important;
    height: 43px !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }

  .home2-four-img > .panel-grid-cell:nth-child(1),
  .home2-four-img > .panel-grid-cell:nth-child(3) {
    width: 33% !important;
  }

  .home2-four-img > .panel-grid-cell:nth-child(2) {
    width: 34% !important;
  }

  .home2-tabs > .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home2-tabs > .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }

  .home3-slider > .panel-grid-cell:first-of-type {
    width: 31% !important;
  }

  .home3-slider > .panel-grid-cell:last-of-type {
    width: 69% !important;
  }

  .home3-five-img > .panel-grid-cell:first-of-type {
    width: 33% !important;
  }

  .home3-five-img > .panel-grid-cell:last-of-type {
    width: 67% !important;
  }

  .home3-five-img .home3-right > .panel-grid-cell:first-of-type {
    width: 100% !important;
  }

  .home3-tabs .wctab-list .widget-title {
    font-size: 16px;
  }

  .home4-slider > .panel-grid-cell:last-of-type img {
    min-height: 250px;
  }

  .home4-dif-img > .panel-grid-cell:first-of-type {
    width: 34.3% !important;
  }

  .home4-dif-img > .panel-grid-cell:last-of-type {
    width: 65.7% !important;
  }

  .single-product .single-product-images-wraps .images .ms-set-width {
    height: 60px;
  }

  .single-product .single-product-images-wraps .images .ms-set-width .thumbnails img {
    width: 60px;
  }

  #multistore-address-contact .ms-address-box .ms-contact-icon span:before {
    font-size: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }

  .site-footer #footer-column-1 .nbtsow-social-wrap i {
    font-size: 12px;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu {
    width: 725px !important;
    left: 100% !important;
  }
  .home6 #mega-menu-wrap-menu-cat #mega-menu-menu-cat > li.mega-menu-item > a.mega-menu-link{
      height: 39px;
      line-height: 39px;
  }
  .home6-multi-sale > .panel-grid-cell:first-of-type img{min-height: 391px}
  .home1 .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li > a {
    line-height: 38px !important;
    height: 38px !important;
  }
  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(1) {
    width: 36% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(2) {
    width: 64% !important;
  }
  .home2-tabs > .panel-grid-cell:nth-child(1) {
    width: 28% !important;
  }

  .home2-tabs > .panel-grid-cell:nth-child(2) {
    width: 72% !important;
  }

  .home4-dif-img > .panel-grid-cell:first-of-type {
    width: 33.7% !important;
  }

  .home4-dif-img > .panel-grid-cell:last-of-type {
    width: 66.3% !important;
  }

  .single-product .single-product-images-wraps .images .ms-set-width {
    height: 70px;
  }

  .single-product .single-product-images-wraps .images .ms-set-width .thumbnails img {
    width: 70px;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .head-two .head-user .logohead {
    width: 30%;
    float: left;
  }

  .head-two .head-user .search-cate {
    width: 70%;
    float: left;
  }

  .cat-list-product .show-product ul.item-posts li {
    width: 33.33%;
  }

  .home4-dif-img > .panel-grid-cell:first-of-type {
    display: none;
  }

  .home4-dif-img > .panel-grid-cell:last-of-type {
    width: 100% !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .head-two .head-user .search-cate .header-search-form select.wd_search_product {
    width: 28%;
  }

  .head-two .head-user .search-cate .header-search-form .wd_search_form {
    width: 72%;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item.widget_nbtsow-image-widget {
    width: 50%;
    float: left;
    padding: 0 15px;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-vertical > li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu > li.mega-menu-item.widget_nbtsow-image-widget img {
    width: auto;
    margin: 0 auto;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(4) > .panel-grid-cell:last-of-type {
    display: none;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(4) > .panel-grid-cell:nth-child(1) {
    width: 45% !important;
    float: left;
    padding-right: 15px;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(4) > .panel-grid-cell:nth-child(2) {
    width: 55% !important;
    float: left;
    padding-left: 15px;
  }
  .home1.page-template-home-layout1 .panel-grid:nth-child(6),
  .home1.page-template-home-layout1 .panel-grid:nth-child(8){
      margin-left: -15px;
      margin-right: -15px;
  }
  .home1.page-template-home-layout1 .panel-grid:nth-child(6) > .panel-grid-cell,
  .home1.page-template-home-layout1 .panel-grid:nth-child(8) > .panel-grid-cell {
    width: 50% !important;
    padding: 0 15px;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(6) > .panel-grid-cell:nth-child(3),
  .home1.page-template-home-layout1 .panel-grid:nth-child(8) > .panel-grid-cell:nth-child(3) {
    display: none;
  }
  .home2-plicios, .home2-three-img, .home2-four-img{
      flex-direction: column;
      display: block !important;
      display: -webkit-block !important;
  }
  .home2-plicios > .panel-grid-cell {
    width: 50% !important;
    float: left;
  }

  .home2-plicios > .panel-grid-cell:nth-child(1),
  .home2-plicios > .panel-grid-cell:nth-child(2) {
    margin-bottom: 30px;
  }

  .home2-four-img > .panel-grid-cell:nth-child(2) {
    display: none;
  }

  .home2-four-img > .panel-grid-cell:nth-child(1),
  .home2-four-img > .panel-grid-cell:nth-child(3) {
    width: 50% !important;
    float: left;
  }

  .home2-three-img > .panel-grid-cell {
    width: 50% !important;
    float: left
  }

  .home2-three-img > .panel-grid-cell:last-of-type {
    display: none;
  }

  .home3-five-img > .panel-grid-cell:first-of-type {
    display: none;
  }

  .home3-five-img > .panel-grid-cell:last-of-type {
    width: 100% !important;
  }

  .home3-five-img .home3-right > .panel-grid-cell:first-of-type {
    width: 100% !important;
    padding: 0;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv {
    width: 50%;
    margin-bottom: 30px;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv:nth-child(1) {
    padding-right: 15px;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv:nth-child(2) {
    padding-left: 15px;
  }

  .single-product div.product .ms-product-adv-wap .ms-product-adv:last-of-type {
    display: none;
  }
  #multistore-address-contact .ms-four-column .panel-grid{
      flex-direction: column;
      display: block;
  }
  #multistore-address-contact .ms-four-column .panel-grid-cell {
    width: 50%;
    min-height: 130px;
    float: left;
  }

  #multistore-address-contact .ms-four-column .panel-grid-cell:nth-child(odd) {
    border-right: 1px solid #dfdfdf;
    padding-right: 20px;
  }

  #multistore-address-contact .ms-four-column .panel-grid-cell:nth-child(even) {
    padding-left: 20px;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .site-footer #footer-column-1 .nbtsow-icon-list-wrap .sow-icon-fontawesome {
    width: 8%;
  }

  .site-footer #footer-column-1 .nbtsow-icon-list-wrap .nbtsow-icon-text {
    width: 92%;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .site-footer .footer-columns .footer-column {
    width: 50%;
    float: left;
    min-height: 170px;
  }

  .site-footer .footer-columns .footer-column:nth-child(1),
  .site-footer .footer-columns .footer-column:nth-child(2) {
    margin-bottom: 30px;
  }

  .home3-five-img .home3-right > .panel-grid-cell:last-of-type {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 640px) {
  .cat-list-product .show-product ul.item-posts li {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(1) {
    width: 28% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(3) .panel-grid-cell:nth-child(2) {
    width: 72% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(1) {
    width: 28% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(5) .panel-grid-cell:nth-child(2) {
    width: 72% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(1) {
    width: 28% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(7) #multistore-new-product .panel-grid-cell:nth-child(2) {
    width: 72% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(1) {
    width: 28% !important;
  }

  .home1.page-template-home-layout1 .panel-grid:nth-child(9) #multistore-feature-product .panel-grid-cell:nth-child(2) {
    width: 72% !important;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50%;
    float: left;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .single-product .single-product-images-wraps .images .ms-set-width {
    max-width: 60%;
    height: 70px;
  }

  .single-product .single-product-images-wraps .images .ms-set-width .thumbnails img {
    width: 70px;
    margin: 0 auto;
  }
}

@media (min-width: 385px) and (max-width: 419px) {
  .single-product div.product form.cart .quantity {
    margin: 0 50px 0 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 650px) {
  .single-product div.product .woocommerce-tabs ul.tabs li a {
    padding: 9px 5px;
  }
}

@media (min-width: 651px) and (max-width: 991px) {
  .cart-form .cart-table-bot-section {
    margin-bottom: 30px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  #multistore-about-team .ms-team-wap {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #multistore-about-history .ms-about-chart .ms-history-box-right {
    margin-left: 30px;
  }

  #multistore-about-history .ms-about-chart .ms-history-box-right:before {
    left: -30px;
    width: 30px;
  }

  #multistore-about-history .ms-about-chart .ms-history-box-right:after {
    left: -37px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .woocommerce .product-cate-title {
    width: 25%;
  }

  .home-slidershow .tparrows {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce .shop-view-toogle {
    width: 30%;
  }

  .woocommerce .sort-label {
    float: left;
  }

  .woocommerce .woocommerce-ordering-wrap {
    width: 70%;
  }

  .woocommerce .woocommerce-ordering-wrap .woocommerce-ordering {
    float: left;
    margin-left: 5px;
  }
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }

  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  .woocommerce-checkout input[type="date"].input-text,
  input[type="time"].form-control,
  .woocommerce-checkout input[type="time"].input-text,
  input[type="datetime-local"].form-control,
  .woocommerce-checkout input[type="datetime-local"].input-text,
  input[type="month"].form-control,
  .woocommerce-checkout input[type="month"].input-text {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .woocommerce-checkout .input-group-sm > input[type="date"].input-text,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .woocommerce-checkout .input-group-sm > input[type="time"].input-text,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .woocommerce-checkout .input-group-sm > input[type="datetime-local"].input-text,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .woocommerce-checkout .input-group-sm > input[type="month"].input-text,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .woocommerce-checkout .input-group-lg > input[type="date"].input-text,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .woocommerce-checkout .input-group-lg > input[type="time"].input-text,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .woocommerce-checkout .input-group-lg > input[type="datetime-local"].input-text,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .woocommerce-checkout .input-group-lg > input[type="month"].input-text,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .woocommerce ul.products.grid li.product .product-action-buttons .compare.added {
    line-height: 13px;
  }
}
.h1-logo{
  position: absolute;
  z-index: -1000;
}
.woocommerce-checkout .woocommerce-account-fields{
  position: relative;

}
.woocommerce-checkout .woocommerce-account-fields #createaccount{
  position: absolute;
  left: -3px;
  top: 4px;
}
.woocommerce-checkout .woocommerce-account-fields p.create-account span{
  padding-left: 18px
}
/*
Dokan Dashboard
*/

.dokan-dashboard .ms-page-top {
  display: none;
}

.dokan-dashboard.single-product .dokan-dashboard-wrap {
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar {
  background: transparent;
  overflow: visible;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: url("assets/images/dokan-dashboard.jpg") no-repeat;
  background-size: cover;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  background: transparent;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings {
  position: relative;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings .fa-angle-right {
  display: none;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings ul {
  position: absolute;
  z-index: 100;
  margin: 0;
  width: 100%;
  left: 110%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  background: #ff9900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings ul li:hover {
  background: #3c3c3c;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings ul li a {
  text-align: left;
  padding: 10px 15px;
  color: #fff !important;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings ul li a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings:hover ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
  border-bottom: none;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  width: 100%;
  padding: 20px 0;
  border-right: none;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
  background: transparent;
  color: #ff9900;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:not(:last-of-type):hover {
  background: transparent;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:not(:last-of-type):hover a {
  color: #ff9900;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
  display: block;
  padding: 0;
  margin-bottom: 5px;
  font-size: 36px;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .dokan-banner {
  max-width: none;
  height: 225px;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-w3 {
  width: 24%;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-w5 {
  width: 76%;
  text-align: left;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-form-group.dokan-left {
  width: 50%;
  margin: 0;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-form-group.dokan-left.dokan-w6 {
  margin-bottom: 10px;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-form-group.dokan-left.dokan-w5 {
  margin-bottom: 10px;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content #store-form .dokan-control-label[for=setting_map] + div {
  width: 76%;
}

.dokan-dashboard form.edit-account input.input-text {
  height: 35px;
}

.dokan-dashboard #profile-form .dokan-form-group:last-of-type .dokan-w4,
.dokan-dashboard #dokan-store-seo-form .dokan-form-group:last-of-type .dokan-w4 {
  margin-left: 23% !important;
}

.dokan-dashboard #profile-form .dokan-form-group .dokan-w3,
.dokan-dashboard #dokan-store-seo-form .dokan-form-group .dokan-w3 {
  width: 23%;
  text-align: left;
}

.dokan-dashboard #profile-form .dokan-form-group .dokan-w5,
.dokan-dashboard #profile-form .dokan-form-group .dokan-w7,
.dokan-dashboard #dokan-store-seo-form .dokan-form-group .dokan-w5,
.dokan-dashboard #dokan-store-seo-form .dokan-form-group .dokan-w7 {
  width: 77%;
  text-align: left;
}

.dokan-dashboard #shipping-form .dokan-w4 {
  width: 25%;
  text-align: left;
}

.dokan-dashboard #shipping-form .dokan-w5,
.dokan-dashboard #shipping-form .dokan-w6 {
  width: 75%;
  text-align: left;
}

.dokan-dashboard .coupons .dokan-w3 {
  width: 23%;
  text-align: left;
}

.dokan-dashboard .coupons .dokan-w5 {
  width: 77%;
  text-align: left;
}

.dokan-dashboard .star-rating {
  color: #ff9900;
}

.dokan-btn {
  background: #3c3c3c !important;
  border: none !important;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff !important;
}

.dokan-btn:hover {
  background: #ff9900 !important;
  color: #fff !important;
}

/*
Dokan Store
*/

.dokan-store .page-title-wrap {
  display: none;
}

.dokan-store #dokan-secondary {
  padding-top: 60px;
}

.dokan-store #dokan-secondary .widget {
  margin-bottom: 30px;
}

.dokan-store #dokan-secondary .widget .widget-title {
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #444444;
  text-transform: uppercase;
}

.dokan-store #dokan-secondary .widget .dokan-btn {
  background: #3c3c3c;
  border: none;
}

.dokan-store #dokan-secondary .widget .dokan-btn:hover {
  background: #ff9900;
}

.dokan-store #cat-drop-stack ul {
  margin: 0;
  background: #ccc;
}

.dokan-store #cat-drop-stack ul > li {
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dokan-store #cat-drop-stack ul > li:before {
  font-family: 'Fontawesome';
  content: '\f1db';
  font-size: 12px;
  margin-right: 10px;
  margin-left: 1px;
}

.dokan-store #cat-drop-stack ul > li.has-children {
  position: relative;
}

.dokan-store #cat-drop-stack ul > li:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}

.dokan-store #cat-drop-stack ul > li:hover:before {
  color: #ff9900;
}

.dokan-store #cat-drop-stack ul > li:hover > a {
  color: #ff9900;
}

.dokan-store #cat-drop-stack ul > li:hover .sub-category {
  display: block;
}

.dokan-store #cat-drop-stack ul > li a {
  display: inline-block;
  font-size: 14px;
  color: #3c3c3c;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dokan-store #cat-drop-stack ul > li a .caret {
  position: absolute;
  right: 15px;
  top: 23px;
}

.dokan-store #cat-drop-stack ul > li .sub-category {
  position: static;
  padding-left: 20px;
  display: none;
}

.dokan-store #cat-drop-stack ul > li .sub-category .sub-block:not(:last-of-type) h3 {
  border-bottom: 1px solid #777;
}

.dokan-store #cat-drop-stack ul > li .sub-category h3 {
  margin: 0;
}

.dokan-store #cat-drop-stack ul > li .sub-category h3 a {
  padding: 10px 0;
  font-weight: 300;
}

.dokan-store #cat-drop-stack ul > li .sub-category h3 a:hover {
  color: #ff9900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dokan-store #dokan-content {
  padding-top: 60px;
}

.dokan-store #dokan-content .dokan-store-info {
  padding-left: 15px;
}

.dokan-store #dokan-content .products > li del {
  display: none;
}

/*
Dokan Store-listing
*/

#main .dokan-seller-listing .dokan-seller-search-form {
  text-align: center;
}

#main .dokan-seller-listing .dokan-seller-search-form > label {
  display: inline-block;
  height: 32px;
  margin: 0;
  width: 119px;
  padding-right: 20px;
  text-align: right;
}

#main .dokan-seller-listing .dokan-seller-search-form > label span {
  line-height: 32px;
}

#main .dokan-seller-listing .dokan-seller-search-form > input#search {
  display: inline-block;
  width: 70%;
}

#dokan-seller-listing-wrap .dokan-seller-wrap {
  margin: 0;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 15px;
  border: none;
  clear: none;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div {
  border: 1px solid #ededed;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption {
  position: relative;
  padding: 60px 20px 10px 20px;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption .vender-avatar {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption .vender-avatar img {
  border-radius: 50%;
  border: 2px solid #fff;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption > h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption > h3:hover {
  color: #ff9900;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption > div p {
  color: #3c3c3c;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption > div p:first-of-type {
  margin-bottom: 5px;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption > div p i {
  font-size: 14px;
  margin-right: 10px;
}

#dokan-seller-listing-wrap .dokan-seller-wrap li > div .dokan-store-caption > p {
  text-align: center;
}