/**
	
 **/

/*------------------------------------------------------------------
[Table of contents]

	1. Import vendor
		1.1. Vendor
			1.1.1. Google fonts
			1.1.2. Icon Fonts
			1.1.3. Vendor library
		1.2. Bootstrap
	2. Reset
		2.1. Reset
		2.2. Default base
			2.2.1.	Button
			2.2.2.	Link
			2.2.3.	Typo
			2.2.4.	Heading
			/assets.
		2.3. Variable
	3. Mixins
	4. Elements
		4.1. About page
		4.2. Banner
		4.3. Blog
		4.4. Icon-progress
		4.5. Popup
		4.6. Slide
		4.7. Contact page
		4.8. 404 Error page
	5. Ecommerce
		5.1. Cart Page
		5.2. Item view templates
		5.3. Checkout Page
		5.4. Newsletter 
		5.5. Single product detail page
	6. Layout
		6.1. Header
			6.1.1. Header version 1
			6.1.2. Header version 2
			6.1.3. Header version 3
			6.1.4. Header version 4
			6.1.5. Header version 5
		6.2. Footer
			6.2.1 Footer version 1
		6.3. Homepages
			6.3.1. Home 1
			6.3.2. Home 2
			6.3.3. Home 3
			6.3.4. Home 4
			6.3.5. Home 5
		6.4. Other Page
			6.4.1 My account
		6.5. Commingsoon
			6.5.1 Commingsoon Page
	7.Responsive
		7.1. FullHD
			7.1.1 FullHD
			7.1.2 Min Fullhd
		7.2. Desktop
			7.2. Max Desktop
		7.3. Table
			7.3.1. tablet
			7.3.2. Max tablet
		7.4. Mobile
			7.4.1. mobile
			7.4.2. Max mobile
-------------------------------------------------------------------*/

/** 1. Import vendor **/

/** 1.1. Vendor **/

/** 1.1.1.	Google fonts **/

/** 1.1.2.	Icon Fonts **/
































@import url("/assets/sass/components/Vendor/font-awesome/font-awesome.min.css");
@import url("/assets/sass/components/Vendor/simple-line-icon/css/simple-line-icons.css");
@import url("/assets/sass/components/Vendor/blanch/fonts.css");
@import url("/assets/sass/components/Vendor/Helvetica/fonts.css");
@import url("/assets/sass/components/Vendor/PlayfairDisplay/fonts.css");
@import url("/assets/sass/components/Vendor/ionicons/css/ionicons.min.css");
/** 1.1.3. Vendor library **/

/* EX: @import url('components/Vendor/owlcarousel/owlcarousel.css'); */

/** 1.2. Bootstrap **/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 */


.main-color{
  color: var(--main-color)
}

.border-reduse-color{
  border: 1px solid var(--main-color);
}



*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #ffffff;
}

*::-webkit-scrollbar {
  width:5px;
  height: 5px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--main-color);
}

html {
  font-family: 'Quicksand', 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;
  object-fit: contain;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: 'Quicksand', sans-serif;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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 */

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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;
  }
}

@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";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  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 : var(--a-hover-color);
  text-decoration: underline;
}

a:focus {
  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: 'Quicksand', sans-serif;
  font-weight: 700;
  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;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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-right: -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-right: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1025px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-right: 180px;
  }
}

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: 'Quicksand', sans-serif;
}

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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  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-right: auto;
  padding-left: 15px;
  max-width: 100%!important;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%!important;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 100%!important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%!important;
  }
}

.container-fluid {
  margin-right: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -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-right: 0%;
}

.col-xs-offset-1 {
  margin-right: 8.33333%;
}

.col-xs-offset-2 {
  margin-right: 16.66667%;
}

.col-xs-offset-3 {
  margin-right: 25%;
}

.col-xs-offset-4 {
  margin-right: 33.33333%;
}

.col-xs-offset-5 {
  margin-right: 41.66667%;
}

.col-xs-offset-6 {
  margin-right: 50%;
}

.col-xs-offset-7 {
  margin-right: 58.33333%;
}

.col-xs-offset-8 {
  margin-right: 66.66667%;
}

.col-xs-offset-9 {
  margin-right: 75%;
}

.col-xs-offset-10 {
  margin-right: 83.33333%;
}

.col-xs-offset-11 {
  margin-right: 91.66667%;
}

.col-xs-offset-12 {
  margin-right: 100%;
}

@media (min-width: 768px) {
  .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-right: 0%;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-right: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-right: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-right: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-right: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
  }
}

@media (min-width: 1025px) {
  .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-right: 0%;
  }
  .col-md-offset-1 {
    margin-right: 8.33333%;
  }
  .col-md-offset-2 {
    margin-right: 16.66667%;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-4 {
    margin-right: 33.33333%;
  }
  .col-md-offset-5 {
    margin-right: 41.66667%;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-7 {
    margin-right: 58.33333%;
  }
  .col-md-offset-8 {
    margin-right: 66.66667%;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-10 {
    margin-right: 83.33333%;
  }
  .col-md-offset-11 {
    margin-right: 91.66667%;
  }
  .col-md-offset-12 {
    margin-right: 100%;
  }
}

@media (min-width: 1200px) {
  .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-right: 0%;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-right: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-right: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-right: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-right: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: right;
}

.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;
}

.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%;
}

@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;
  }
}

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;
  font-size: 15px;
  margin: 5px 0px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  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: 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 {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  margin: 12px 0px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 23px;
  -webkit-appearance: none;
}

.form-control:focus {
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm>input[type="date"].form-control, .input-group-sm>input[type="date"].input-group-addon, .input-group-sm>.input-group-btnn>input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm>input[type="time"].form-control, .input-group-sm>input[type="time"].input-group-addon, .input-group-sm>.input-group-btnn>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, .input-group-sm>input[type="datetime-local"].input-group-addon, .input-group-sm>.input-group-btnn>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, .input-group-sm>input[type="month"].input-group-addon, .input-group-sm>.input-group-btnn>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, .input-group-lg>input[type="date"].input-group-addon, .input-group-lg>.input-group-btnn>input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg>input[type="time"].form-control, .input-group-lg>input[type="time"].input-group-addon, .input-group-lg>.input-group-btnn>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, .input-group-lg>input[type="datetime-local"].input-group-addon, .input-group-lg>.input-group-btnn>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, .input-group-lg>input[type="month"].input-group-addon, .input-group-lg>.input-group-btnn>input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
  text-align: start;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 0;
  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-right: -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-right: 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, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btnn>.form-control-static.btn, .form-control-static.input-sm, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btnn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btnn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, .input-group-sm>.input-group-btnn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, .input-group-sm>.input-group-btnn>textarea.btn, select[multiple].input-sm, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>.input-group-btnn>select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  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, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btnn>.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, .input-group-lg>select.input-group-addon, .input-group-lg>.input-group-btnn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, .input-group-lg>.input-group-btnn>textarea.btn, select[multiple].input-lg, .input-group-lg>select[multiple].form-control, .input-group-lg>select[multiple].input-group-addon, .input-group-lg>.input-group-btnn>select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  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 {
  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, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btnn>.btn+.form-control-feedback, .input-group-lg+.form-control-feedback, .form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btnn>.btn+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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 {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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 {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    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-btnn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group>.form-control {
    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-right: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.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-right: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.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: 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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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);
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none;
  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-right: 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%;
  right: -30px;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 183px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: start;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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 : var(--a-hover-color);
  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;
  border-radius: 5px;
}

.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;
}

@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.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-right: -1px;
}

.btn-toolbar {
  margin-right: -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-right: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-right: 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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-right: 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-right: 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 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon, .input-group-btnn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btnn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btnn {
  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, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btnn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btnn>.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-addon:first-child, .input-group-btnn:first-child>.btn, .input-group-btnn:first-child>.btn-group>.btn, .input-group-btnn:first-child>.dropdown-toggle, .input-group-btnn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btnn: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-addon:last-child, .input-group-btnn:last-child>.btn, .input-group-btnn:last-child>.btn-group>.btn, .input-group-btnn:last-child>.dropdown-toggle, .input-group-btnn:first-child>.btn:not(:first-child), .input-group-btnn: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-btnn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btnn>.btn {
  position: relative;
}

.input-group-btnn>.btn+.btn {
  margin-right: -1px;
}

.input-group-btnn>.btn:hover, .input-group-btnn>.btn:focus, .input-group-btnn>.btn:active {
  z-index: 2;
}

.input-group-btnn:first-child>.btn, .input-group-btnn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btnn:last-child>.btn, .input-group-btnn:last-child>.btn-group {
  z-index: 2;
  margin-right: -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;
}

.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 : var(--a-hover-color);
  background-color: #cfcfcf;
  border: 0;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-right: 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-right: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li, .nav-tabs.nav-justified>li {
  float: left;
}

.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;
}

@media (min-width: 480px) {
  .nav-justified>li, .nav-tabs.nav-justified>li {
    width: 20%;
    float: left;
  }
  .nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
  margin-right: 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: 2px solid var(--a-clicked-color);
  border-left: 0;
}

.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;
}

@media (min-width: 1025px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 1025px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  /* padding-right: 15px;
  padding-left: 15px; */
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
}

@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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;
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-right: -15px;
}

@media (min-width: 1025px) {
  .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-right: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1025px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 1025px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.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;
}

@media (min-width: 1025px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-right: -15px;
  }
}

.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;
}

@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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;
  }
}

@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav>li {
    float: left;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-right: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    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-btnn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group>.form-control {
    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-right: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1024px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-right: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 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;
}

@media (min-width: 1025px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1025px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.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;
}

@media (max-width: 1024px) {
  .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-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;
}

@media (max-width: 1024px) {
  .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;
  }
}

.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 {
  list-style: none;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "\>";
  font-family: 'FontAwesome', sans-serif;
  padding: 0 16px;
  color: #ccc;
}

@media (max-width: 480px) {
  .breadcrumb>li+li:before {
    padding: 0 5px;
  }
}

.breadcrumb>.active {
  color: #000;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 10px 21px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  margin-right: -1px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-right: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding-right: 30px;
  border-right: 2px solid #f0f0f0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 30px;
  border-left: 2px solid #f0f0f0;
}

.pagination>li>a, .pagination>li>span {
  color: #999;
}

.pagination>.active>a, .pagination>.active>span {
  color: #333333;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  color : var(--a-hover-color);
  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 : var(--a-hover-color);
  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-right: 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%;
}

@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;
  }
}

.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-right: 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;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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: var(--font-white-text-color);
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  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: 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: 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: 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: 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: 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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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: 19px 40px;
  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-right: 5px;
  margin-bottom: 0;
  padding: 10px 18px;
  border-radius: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-right: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-right: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -95px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}

.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-right: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-right: -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-right: -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-right: -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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-right: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-right: -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-right: -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-right: -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-right: -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-right: -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;
}

@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;
  }
}

.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: var(--font-white-text-color);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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-right: -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-right: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -5px;
  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;
}

@media screen and (min-width: 768px) {
  .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-right: -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;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  display: flex;
  align-items: flex-end;
}

.center-block {
  display: block;
  margin-right: 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;
}

@media (max-width: 767px) {
  .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;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .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;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) 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;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .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: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/** 1.2. Bootstrap **/

/** 1.3. Animation **/

/** 2. Reset **/

/*
	2.Reset
		2.3. Variable

 */

/** 3. Mixins **/

/*
    3. Mixins

    
 */

/*
    2.Reset
        2.2. Default base

 */

.f-red {
  color: #ff0000;
}

.f-10 {
  font-size: 10px;
}

.f-15 {
  font-size: 15px;
}

.f-20 {
  font-size: 20px;
}

.bd-7 {
  border: 2px solid #ebebeb;
  border-radius: 10px;
}

.bd-7.v2 {
  border: 1px solid #f0f0f0;
}

.bd-999 {
  border: 2px solid #f0f0f0;
  border-radius: 5px;
}

.pd-bd {
  border: 1px solid #d7b01661;
  border-radius: 5px;
  padding: 10px;
}

.item-pd {
  border: 1px solid #d7b01661;
  border-radius: 5px;
  padding: 25px 25px 32px 25px;
}

.item-pd:hover {
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
}

.image-bd {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.image-bd img {
  border-radius: 10px;
}

.bd-half {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

/*Padding Around the Block*/

.space-padding-0 {
  padding: 0;
}

.space-padding-10 {
  padding: 10px;
}

.space-padding-20 {
  padding: 20px;
}

.space-padding-30 {
  padding: 30px;
}

.space-padding-40 {
  padding: 40px;
}

.space-padding-50 {
  padding: 50px;
}

/*Padding Top & Bottom*/

.space-padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.space-padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-padding-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.space-padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.space-padding-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.space-padding-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.space-padding-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.space-padding-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-padding-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.margin-0 {
  margin: 0px;
}

/*Margin Bottom*/

.space-5 {
  margin-bottom: 5px;
}

.space-10 {
  margin-bottom: 10px;
}

.space-15 {
  margin-bottom: 15px;
}

.space-20 {
  margin-bottom: 20px;
}

.space-25 {
  margin-bottom: 25px;
}

.space-30 {
  margin-bottom: 30px;
}

.space-35 {
  margin-bottom: 35px;
}

.space-40 {
  margin-bottom: 40px;
}

.space-45 {
  margin-bottom: 45px;
}

.space-50 {
  margin-bottom: 50px;
}

.space-55 {
  margin-bottom: 55px;
}

.space-60 {
  margin-bottom: 60px;
}

.space-65 {
  margin-bottom: 65px;
}

.space-70 {
  margin-bottom: 70px;
}

.space-75 {
  margin-bottom: 75px;
}

.space-80 {
  margin-bottom: 80px;
}

.space-85 {
  margin-bottom: 85px;
}

.space-90 {
  margin-bottom: 90px;
}

.space-95 {
  margin-bottom: 95px;
}

.space-100 {
  margin-bottom: 100px;
}

.space-32 {
  margin-bottom: 32px;
}

.engoc-equal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*Margin top*/

.space-margin-top-0 {
  margin-top: 0px;
}

.space-margin-top-85 {
  margin-top: 85px;
}

.space-margin-top-50 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .space-margin-top-50 {
    margin-top: 0px;
  }
}

.mg-l10 {
  margin-right: 10px;
}

.hover-images img {
  /* width: 90px!important; */
  /* height: 90px; */
  border-radius: 50px;
}

@media (min-width: 1025px) {
  .hover-images {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
  }
  .hover-images img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .hover-images:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.effect_img:hover {
  background-color: #000;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.effect_img {
  position: relative;
  overflow: hidden;
}

.effect_img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.effect_img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

@media (min-width: 1025px) {
  .effect_img:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .effect_img:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
  }
}

.effect_img2 {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.effect_img2:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform: rotate(45deg) scaleY(0);
  -o-transform: rotate(45deg) scaleY(0);
  -webkit-transform: rotate(45deg) scaleY(0);
  -moz-transform: rotate(45deg) scaleY(0);
  -ms-transform: rotate(45deg) scaleY(0);
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
  transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s, -webkit-transform .35s ease 0s;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 100%;
}

@media (min-width: 1025px) {
  .effect_img2:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate(45deg) scaleY(4);
    -o-transform: rotate(45deg) scaleY(4);
    -webkit-transform: rotate(45deg) scaleY(4);
    -moz-transform: rotate(45deg) scaleY(4);
    -ms-transform: rotate(45deg) scaleY(4);
  }
}

.effect-img3 {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.plus-zoom:hover:before {
  right: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.plus-zoom:hover:after {
  top: 50%;
  bottom: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.plus-zoom::before, .plus-zoom::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}

@media (min-width: 1600px) {
  .container-240 {
    width: 1430px;
  }
}

.container-msr {
  padding-left: 114px;
  width: 100%;
}

.container-50 {
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
}

.container-42 {
  padding-right: 42px;
  padding-left: 42px;
  width: 100%;
}

.container-40 {
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
}

.container-hf {
  padding-left: 40px;
  padding-right: 37px;
  width: 100%;
}

.container-fullwidth {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 1500px) {
  .container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1025px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-15:nth-child(5n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

/*  Medium Desktop  */

@media (min-width: 1025px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-15:nth-child(5n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

/*  Large Desktop  */

@media (min-width: 1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

.e-gradient, .blog-post-social a:hover, .blog-comment-item .cmt-content .btn-author:hover {
  background: var(--main-color);
  background-image: linear-gradient(122deg, var(--sec-main-color), var(--main-color));
}

.e-pink-gradient {
  background: #ec1dff;
  background-image: linear-gradient(122deg, #ec1dff, #f79bdc);
}

.e-pink-gradient:hover {
  color: #fff;
  -webkit-box-shadow: 0px 2px 20px 2px rgba(236, 29, 255, 0.68);
  box-shadow: 0px 2px 20px 2px rgba(236, 29, 255, 0.68);
}

.e-yl-gradient {
  background: #ca9171;
  background-image: linear-gradient(122deg, #ca9171, #f8ccb3);
}

.e-yl-gradient:hover {
  color: #fff;
  -webkit-box-shadow: 0px 2px 20px 2px rgba(202, 145, 112, 0.68);
  box-shadow: 0px 2px 20px 2px rgba(202, 145, 112, 0.68);
}

.e-red-gradient {
  background: #ff4065;
  background-image: linear-gradient(122deg, #ff4065, #ffdce9);
}

.e-red-gradient:hover {
  color: #fff;
  -webkit-box-shadow: 0px 2px 20px 2px rgba(255, 64, 100, 0.68);
  box-shadow: 0px 2px 20px 2px rgba(255, 64, 100, 0.68);
}

.e-orange-gradient {
  background: #fa4168;
  background-image: linear-gradient(122deg, #fa4168, #f7cfba);
}

.e-orange-gradient:hover {
  color: #fff;
  -webkit-box-shadow: 0px 2px 20px 2px rgba(255, 64, 100, 0.68);
  box-shadow: 0px 2px 20px 2px rgba(255, 64, 100, 0.68);
}

.btn-gradient, .product-tab-sw li a:hover, .product-tab-sw li.active a, .product-tab-sw2 li a:hover, .product-tab-sw2 li.active a {
  color: var(--font-white-text-color);
  font-weight: 500;
  background: var(--main-color);
  background-image: linear-gradient(122deg, var(--sec-main-color), var(--main-color));
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.btn-gradient:hover, .product-tab-sw li a:hover, .product-tab-sw2 li a:hover {
  color: #fff;
  -webkit-box-shadow: 0px 2px 20px 2px rgb(246 199 25);
  box-shadow: 0px 2px 20px 2px rgb(246 199 25);
}

.h-ribbon {
  width: 40px;
  height: 17px;
  line-height: 18px;
  border-radius: 5px;
  letter-spacing: 0.2em;
  font-size: 8px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: inline-block;
}

.h-ribbon.v3 {
  width: 31px;
  height: 13px;
  line-height: 13px;
  font-size: 7px;
}

.h-ribbon.v3.e-green:before {
  content: none;
}

.h-ribbon.e-green {
  background: #42e9a8;
}

.h-ribbon.e-green:before {
  content: ' ';
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  width: 0;
  height: 0;
  left: 8px;
  border: 4px solid;
  top: 12px;
  border-color: #42e9a8 transparent transparent #42e9a8;
}

.h-ribbon.e-skyblue {
  background: #55d1e3;
}

.h-ribbon.e-skyblue:before {
  content: ' ';
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  width: 0;
  height: 0;
  left: 8px;
  border: 4px solid;
  top: 12px;
  border-color: #55d1e3 transparent transparent #55d1e3;
}

.h-ribbon.e-red {
  background: #ff5050;
}

.h-ribbon.e-red.v2:before {
  content: ' ';
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  width: 0;
  height: 0;
  left: 8px;
  border: 4px solid;
  top: 12px;
  border-color: #ff5050 transparent transparent #ff5050;
}

.h-ribbon.h-pos {
  position: absolute;
  top: 0;
  right: 0;
}

.h-ribbon.h-pos.v2 {
  right: 50px;
  top: -8px;
}

.h-ribbon.h-pos.v3 {
  margin-right: 5px;
  top: -10px;
  position: relative;
}

.h-ribbon.h-pos.v4 {
  top: -5px;
  right: 22px;
}

.icon-mobile {
  margin: 0;
  padding: 0;
  border: 0;
  height: 30px;
  width: 30px;
  margin-right: -10px;
  margin-top: 0px;
  background: transparent;
}

.e-icon-menu .navbar-toggler-bar {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  background: #d7d7d7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-icon-menu .navbar-toggler-bar:last-child {
  margin-bottom: 0;
}

.e-icon-menu.active .navbar-toggler-bar:first-child {
  position: relative;
  top: 6px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.e-icon-menu.active .navbar-toggler-bar:nth-child(2) {
  opacity: 0;
}

.e-icon-menu.active .navbar-toggler-bar:nth-child(3) {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: relative;
  bottom: 8px;
}

.scroll_top {
  display: inline-block;
  bottom: 65px;
  position: fixed;
  right: 15px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 1003;
}

.scroll_top i {
  line-height: 44px;
}

section.all-s {
  background: #fff;
}

@media (min-width: 1681px) {
  .wrappage.v2 {
    width: 1522px;
    margin: 0 auto;
  }
}

.h3-bg {
  background: url("/assets/img/h3-bg.jpg") no-repeat center center;
  background-size: cover;
}

.tab-content>.tab-pane {
  display: block;
  visibility: hidden;
}

.tab-content>.tab-pane.active {
  visibility: visible;
}

.tab-content {
  position: relative;
}

.tab-pane:not(:first-child) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*
    2. Reset
      2.1. Reset

 */

html, body, ul, p, h1, h2, h3, h4, h5, ol {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #333333;
  font-size: 14px;
}

a {
  color: #000000;
}

a:hover, a:focus {
  color : var(--a-hover-color);
  text-decoration: none;
  outline: none;
}

ul, li {
  list-style: none;
}

img {
  display: inline;
  max-width: 100%;
}

input, textarea, button {
  border-radius: 0px;
}

button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

* {
  outline: none;
}

body {
  overflow-x: hidden;
  position: relative;
  right: 0;
}

.pushmenu {
  /*this is the nav*/
  background: #1d1d1f;
  width: 362px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
}

.pushmenu.pushmenu-left {
  background: transparent;
  width: 417px;
}

.pushmenu-left {
    right: -417px;
}

.pushmenu-left.pushmenu-open {
    right: 0;
}

.pushmenu-push-toright {
    right: 362px;
}

.pushmenu-push-toright-cart {
    right: 417px;
}

/*Transition*/

.pushmenu, body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

.pushmenu-push-toright .wrappage {
  position: relative;
}

.pushmenu-push-toright-cart .wrappage:after {
  position: absolute;
  background: rgba(29, 29, 31, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
}

@media (max-width: 320px) {
  .pushmenu {
    width: 280px;
  }
  .pushmenu-left {
    left: -280px;
  }
  .pushmenu-push-toright-cart {
    left: 280px;
  }
  .pushmenu.pushmenu-left {
    width: 280px;
  }
  .menu-social {
    width: 280px;
  }
  .cart-bottom {
    width: 300px;
  }
}

/** 4. Elements **/

/*
	4. Elements
		4.1. About page
		4.2. Banner
		4.3. Blog
		4.4. Icon-progress
		4.5. Popup
		4.6. Slide
		4.7. Contact page
		4.8. 404 Error page
 */

/*
     4.3. Blog
 */

.blog-post-title a {
  font-size: 18px;
  line-height: 24px;
}

.blog-post-desc {
  color: #666666;
  line-height: 26px;
  margin-bottom: 26px;
}

@media (max-width: 480px) {
  .blog-post-desc {
    margin-bottom: 15px;
  }
}

.blog-post-date {
  color: #ffffff;
  text-transform: uppercase;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-date .b-date {
  font-size: 20px;
  margin-bottom: 7px;
  padding-top: 12px;
  line-height: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.blog-post-date .b-month {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.blog-post-date.abs {
  position: absolute;
  bottom: -33px;
  left: 25px;
}

.blog-post-date.abs.v2 {
  left: 40px;
}

.blog-img {
  position: relative;
}

.blog-img .hover-images {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
}

.widget-blog-title {
  font-size: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid #f0f0f0;
  padding-right: 23px;
  text-align: start;
}

.blog-widget {
  border-radius: 10px;
  position: relative;
  border: 2px solid #f0f0f0;
  padding-top: 16px;
  margin-bottom: 39px;
}

/* ---------------------------------*/

@media (min-width: 768px) {
  .blog-single-post {
    padding-top: 28px;
  }
  .blog-single-post.blog-standar {
    padding-top: 0;
  }
}

.blog-single-post.blog-standar {
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .blog-single-post.blog-standar {
    padding-bottom: 100px;
  }
}

@media (min-width: 1681px) {
  .blog-single-post .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-single-post .blog-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-single-post .row {
    margin-right: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 1024px) {
  .blog-single-post .blog-content {
    margin-bottom: 30px;
  }
}

.blog .pagination {
  margin: 0;
}

.blog.spc1 {
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .blog.spc1 {
    padding-bottom: 76px;
  }
}

.blog-heading {
  font-size: 22px;
  position: relative;
  padding-bottom: 25px;
  padding-top: 7px;
  margin-bottom: 73px;
}

.blog-heading:before {
  border-bottom: 1px solid transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 68px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
  border: 0;
}

.blog-post-title {
  font-size: 18px;
  line-height: 24px;
}

.blog-post-title.v2 {
  font-size: 22px;
}

.blog-post-title.v2 a {
  font-size: 22px;
}

.blog-post-desc {
  color: #666666;
  line-height: 26px;
  margin-bottom: 26px;
}

@media (max-width: 480px) {
  .blog-post-desc {
    margin-bottom: 15px;
  }
}

.blog-post-author {
  color: #b0b0b0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-author .blog-post-comment {
  background: url(../img/blog/blog-cm-icon.png) no-repeat left top;
  background-position: left 4px;
  padding: 2px 10px 0 28px;
}

.c-black {
  color: #000000;
}

@media (min-width: 1681px) {
  .blog-grid .row {
    margin-right: -20px;
    margin-right: -20px;
  }
  .blog-grid [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.blog-post-item {
  margin-bottom: 30px;
}

@media (min-width: 1681px) {
  .blog-post-item {
    margin-bottom: 48px;
  }
}

.blog-post-item .blog-info {
  padding: 60px 12px 34px 24px;
  border: 2px solid #f0f0f0;
  border-radius: 0 0 10px 10px;
  border-top: 0;
}

@media (max-width: 480px) {
  .blog-post-item .blog-info {
    padding: 40px 12px 20px 24px;
  }
}

.blog-post-item .blog-post-title {
  max-width: 300px;
  margin-bottom: 22px;
}

@media (max-width: 480px) {
  .blog-post-item .blog-post-title {
    margin-bottom: 15px;
  }
}

.blog-post-item.v2 .blog-info-bd {
  border-bottom: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  border-radius: 0 0 10px 10px;
}

.blog-post-item.v2 .blog-info {
  padding: 60px 39px 38px 41px;
  border: 0;
}

@media (max-width: 480px) {
  .blog-post-item.v2 .blog-info {
    padding: 40px 12px 20px 24px;
  }
}

.blog-post-item.v2 .blog-post-title {
  max-width: 100%;
  margin-bottom: 26px;
  padding-bottom: 18px;
  position: relative;
}

.blog-post-item.v2 .blog-post-title:before {
  border-bottom: 1px solid transparent;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 71px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
  border: 0;
}

.blog-post-item.v2 .blog-post-desc p {
  margin-bottom: 28px;
}

.blog-post-item.v2 .blog-post-author.v2 {
  padding-left: 40px;
  padding-right: 34px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-top: 1px solid #f0f0f0;
}

.blog-post-item.v2 .blog-post-author.v2>a {
  color: #666666;
}

.blog-post-item.v2 .blog-post-author.v2>a:hover {
  color: #000;
}

@media (max-width: 480px) {
  .blog-post-item.v2 .blog-post-author.v2 {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.blog-post-item.v3 .blog-img {
  margin-bottom: 26px;
}

.blog-post-item.v3 .blog-img .hover-images {
  border-radius: 10px;
}

.blog-post-item.v3 .blog-post-title {
  margin-bottom: 0;
  margin-right: 14px;
}

@media (max-width: 480px) {
  .blog-post-item.v3 .blog-post-title {
    max-width: 210px;
  }
}

.blog-post-item.v3 .heading-blog {
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .blog-post-social {
    margin-top: 15px;
  }
}

.blog-post-social a {
  width: 41px;
  height: 41px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  color: #999999;
  margin-right: 8px;
}

.blog-post-social a i {
  line-height: 41px;
}

.blog-post-social a:hover {
  color: #fff;
}

.cmt-title.abs {
  position: relative;
  top: -30px;
}

.cmt-title h1 {
  font-size: 18px;
}

.cmt-title .oval-bd {
  display: inline-block;
  width: 232px;
  height: 58px;
  line-height: 52px;
  border: 2px solid #f0f0f0;
  background: #fff;
  border-radius: 5px;
}

.cmt-title.v2 .oval-bd {
  width: 439px;
  height: 57px;
  line-height: 57px;
  background: var(--main-color);
  background-image: linear-gradient(122deg, var(--sec-main-color), #54f0ff);
  border: 0;
}

@media (max-width: 480px) {
  .cmt-title.v2 .oval-bd {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cmt-title.v2 h1 {
    font-size: 16px;
  }
}

.cmt-title.v3 .oval-bd {
  width: 199px;
  height: 57px;
  line-height: 57px;
  background: #54f0ff;
  background-image: linear-gradient(122deg, var(--sec-main-color), #54f0ff);
  border: 0;
}

@media (max-width: 480px) {
  .cmt-title.v3 .oval-bd {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cmt-title.v3 h1 {
    font-size: 16px;
  }
}

.blog-comment-item {
  padding: 50px 15px 30px 15px;
  border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 480px) {
  .blog-comment-item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}

@media (min-width: 768px) {
  .blog-comment-item {
    padding: 54px 54px 42px 40px;
  }
}

.blog-comment-item .cmt-img {
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 480px) {
  .blog-comment-item .cmt-img {
    margin-bottom: 15px;
  }
}

.blog-comment-item .cmt-img img {
  border-radius: 100%;
}

.blog-comment-item .wrp-name {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.blog-comment-item .wrp-name .name {
  font-size: 18px;
  margin-bottom: 11px;
  font-weight: 500;
}

.blog-comment-item .wrp-name .date {
  color: #b0b0b0;
  margin-bottom: 9px;
}

.blog-comment-item .wrp-name .wrp-element {
  /* display: -webkit-box; */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* display: -ms-flexbox; */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* display: flex; */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.blog-comment-item .wrp-name .wrp-element>a {
  font-size: 16px;
  color: #999999;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.blog-comment-item .wrp-name .wrp-element>a:hover {
  color: #777;
}

.blog-comment-item .cmt-content p {
  color: #666666;
  line-height: 26px;
}

.blog-comment-item .cmt-content .btn-author {
  color: #fff;
  font-weight: 500;
  width: 179px;
  height: 42px;
  line-height: 42px;
  background: #333333;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-top: 23px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.blog-comment-item .cmt-content .btn-author i {
  margin-right: 8px;
}

.blog-comment-content {
  border-radius: 10px;
  position: relative;
  border: 2px solid #f0f0f0;
}

@media (min-width: 480px) {
  .blog-comment-content ul li:nth-child(2) {
    padding-left: 0px;
  }
  .blog-comment-content ul li:nth-child(2) .blog-comment-item {
    padding-left: 0;
  }
}

.blog-comment-content ul li:nth-child(2) .blog-comment-item {
  border-bottom: 1px solid #f0f0f0;
}

.blog-comment-content ul li:last-child {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

.blog-comment-top {
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  margin-bottom: 70px;
}

.blog-comment-bottom {
  position: relative;
  margin-top: 70px;
  padding: 0 15px 12px 15px;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .blog-comment-bottom {
    padding: 0 39px 12px 52px;
  }
}

.bdr {
  border-radius: 5px;
}

.bdr2 {
  border-radius: 5px;
}

@media (min-width: 1025px) {
  .cmt-form {
    padding-top: 20px;
  }
}

@media (max-width: 1024px) {
  .cmt-form [class*="col-"] {
    margin-bottom: 15px;
  }
}

@media (min-width: 1025px) {
  .cmt-form .form-group {
    margin-bottom: 40px;
  }
}

.cmt-form input {
  height: 54px;
  border: 1px solid #e1e1e1;
  padding-left: 32px;
}

.cmt-form input::-webkit-input-placeholder {
  color: 14px;
  font-size: #999999;
}

.cmt-form input:-moz-placeholder {
  color: 14px;
  font-size: #999999;
}

.cmt-form input::-moz-placeholder {
  color: 14px;
  font-size: #999999;
}

.cmt-form input:-ms-input-placeholder {
  color: 14px;
  font-size: #999999;
}

.cmt-form textarea {
  resize: none;
  border: 1px solid #e1e1e1;
  padding-top: 30px;
  padding-left: 34px;
}

.cmt-form .btn-submit {
  width: 229px;
  height: 54px;
  padding: 0;
  font-size: 16px;
  line-height: 54px;
  border: 0;
  border-radius: 5px;
}

.number {
  color: #aaaaaa;
}

.wiget-content li {
  border-bottom: 1px solid #ededed;
}

.wiget-content li:last-child {
  border-bottom: 0;
}

.wiget-content li a {
  color: #666;
  line-height: 45px;
  padding-right: 16px;
  margin-left: 23px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.wiget-content li a:before {
  content: "\>";
  font-family: "ionicons";
  position: absolute;
  top: 0;
  left: 0px;
  color: #bfbfbf;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.wiget-content li a:hover {
  color: #000;
}

.wiget-content li a:hover:before {
  color: #000;
}

.wiget-content.v2 li.active a:before {
  content: "\>";
  font-family: "ionicons";
  position: absolute;
  top: 0;
  left: 0px;
  right: unset;
  color: #bcbcbc;
}

.wiget-content.v2 a {
  padding-left: 0;
  margin-right: 20px;
}

.wiget-content.v2 a:before {
  content: none;
}

.wiget-content.v3 li.active>a {
  background: #f0f0f0;
  font-weight: 500;
}

.wiget-content.v3 li.active>a:before {
  content: "\f3d1";
  font-family: "ionicons";
  position: absolute;
  top: 0;
  right: 25px;
  left: unset;
  color: #bcbcbc;
}

.wiget-content.v3 a {
  padding-left: 23px;
  margin: 0;
}

.wiget-content.v3 a:before {
  content: none;
}

.wiget-content.v4 h3 {
  font-size: 14px;
  padding-left: 23px;
  line-height: 45px;
}

.wiget-content.v4 a {
  margin-right: 23px;
  padding-left: 15px;
}

.wiget-content.v4 a:before {
  content: "\f363";
  font-family: "ionicons";
  position: absolute;
  top: 0;
  left: 0px;
  color: #bfbfbf;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.blog-widget-social .social {
  margin-right: 23px;
  padding: 35px 0px;
}

.blog-widget-popular .post-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-left: 23px;
  padding-top: 28px;
  padding-bottom: 23px;
  padding-right: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.blog-widget-popular .post-item:last-child {
  border-bottom: 0;
}

.blog-widget-popular .post-item .post-img {
  margin-left: 20px;
}

.blog-widget-popular .post-item .post-img img {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}

.blog-widget-popular .post-item .post-info {
  padding-top: 3px;
}

.blog-widget-popular .post-item .post-info h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-widget-popular .post-item .post-info p {
  color: #666666;
}

.blog-widget-popular .owl-nav {
  position: absolute;
  top: -45px;
  left: 12px;
  margin-top: 0;
}

.blog-widget-popular .owl-theme .owl-nav [class*=owl-] {
  color: #bcbcbc;
  background: transparent;
  padding: 4px 7px;
  margin-right: 0;
  margin-right: 0;
}

.blog-widget-popular .owl-theme .owl-nav [class*=owl-] span {
  font-size: 17px;
}

.blog-widget-newsletter .newsletter {
  padding: 26px 21px 38px 25px;
}

.blog-widget-newsletter .form_newsletter {
  position: relative;
}

.blog-widget-newsletter .form_newsletter .form-control {
  height: 51px;
  line-height: 51px;
  border: 1px solid #f0f0f0;
  padding-left: 26px;
  padding-top: 10px;
  border-radius: 5px;
  font-size: 12px;
}

.blog-widget-newsletter .form_newsletter .form-control::-webkit-input-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.blog-widget-newsletter .form_newsletter .form-control:-moz-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.blog-widget-newsletter .form_newsletter .form-control::-moz-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.blog-widget-newsletter .form_newsletter .form-control:-ms-input-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.blog-widget-newsletter .form_newsletter .button_mini {
  background: url("../img/blog/newsletter.png") no-repeat center;
  width: 24px;
  height: 19px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.blog-widget-instagram .instagram {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -6.5px;
  margin-right: -6.5px;
  padding-top: 28px;
  padding-bottom: 17px;
  padding-left: 25px;
  padding-right: 22px;
}

.blog-widget-instagram .instagram a {
  width: 33.33333%;
  padding-left: 6.5px;
  padding-right: 6.5px;
  margin-bottom: 13px;
  border-radius: 5px;
}

.blog-widget-instagram .instagram a img {
  border-radius: 5px;
}

.blog-standar .blog-post-item.v2 .blog-info {
  padding: 60px 39px 27px 41px;
}

@media (min-width: 1681px) {
  .blog-standar .blog-post-item {
    margin-bottom: 60px;
  }
}

.blog-standar .blog-post-desc {
  margin-bottom: 0;
}

.blog-standar .blog-post-item.v2 .blog-post-author.v2 {
  padding-top: 18px;
  padding-bottom: 14px;
}

.blog-standar blockquote {
  padding: 80px 20px;
  margin: 0;
  border-left: 0;
  background: #000;
}

@media (min-width: 480px) {
  .blog-standar blockquote {
    padding: 103px 183px 94px 159px;
  }
}

.blog-standar blockquote:before {
  position: absolute;
  content: url("../img/blog/quote.png");
  top: 58px;
  left: 61px;
}

@media (max-width: 480px) {
  .blog-standar blockquote:before {
    top: 15px;
    left: 20px;
  }
}

.blog-standar blockquote p {
  color: #fff;
}

@media (min-width: 1025px) {
  .blog-standar blockquote p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}

.blog-post-tags.v2 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media (max-width: 480px) {
  .blog-post-tags.v2 {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.blog-post-tags.v2 .author {
  padding-right: 15px;
}

.blog-post-tags.v2 .blog-tag {
  padding-left: 15px;
  position: relative;
}

@media (max-width: 480px) {
  .blog-post-tags.v2 .blog-tag {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 480px) {
  .blog-post-tags.v2 .blog-tag:before {
    border-right: 1px solid #d6d6d6;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.blog-post-item .slick-dots {
  border: 1px solid #eaeaea;
  margin: 0 auto;
  display: table !important;
  padding: 6px 18px;
  border-radius: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  bottom: -19px;
}

.blog-post-item .slick-dots li {
  margin: 0;
}

.blog-post-item .slick-dots li button:before {
  font-size: 12px;
}

.blog-post-item .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*
     4.4. Icon-progress
 */

span.star {
  color: #ffb933;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

span.star:first-child {
  margin-right: 0;
}

span.star:last-child {
  color: #bfbfbf;
}

span.star:before {
  content: '\f005';
  font-family: FontAwesome;
}

/*
	4.2. Banner
 */

.banner-callus.spc1 {
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .banner-callus.spc1 {
    margin-bottom: 78px;
  }
}

.banner-callus.spc2 {
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .banner-callus.spc2 {
    margin-bottom: 86px;
  }
}

.banner-callus.spc5 {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .banner-callus.spc5 {
    margin-top: -136px;
  }
}

@media (min-width: 1681px) {
  .homepage-banner .row {
    margin: 0 -20px;
  }
  .homepage-banner [class*="col-"] {
    padding: 0 20px;
  }
}

.homepage-banner.spc1 {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .homepage-banner.spc1 {
    margin-bottom: 76px;
  }
}

@media (max-width: 480px) {
  .homepage-banner.spc1 {
    margin-bottom: 0px;
  }
}

.homepage-banner.spc2 {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .homepage-banner.spc2 {
    margin-bottom: 59px;
  }
}

.homepage-banner.spc3 {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .homepage-banner.spc3 {
    margin-bottom: 125px;
  }
}

.banner-content {
  position: absolute;
  left: 60px;
  top: 50%;
}

@media (max-width: 480px) {
  .banner-content {
    top: 15%;
  }
}

.banner-content .banner-title {
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 5px;
}

.banner-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}

.banner-content p:before {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  position: absolute;
  width: 32px;
}

.h-banner-content {
  position: absolute;
  right: 58px;
  top: 113px;
  max-width: 200px;
}

.h-banner-content.v2 {
  left: 48px;
  top: 83px;
  max-width: 177px;
}

@media (max-width: 1024px) {
  .h-banner-content.v2 {
    top: 40px;
  }
}

.h-banner-content.v3 {
  max-width: unset;
  text-align: center;
  top: 70px;
}

@media (max-width: 1366px) {
  .h-banner-content.v3 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.h-banner-content.v3 .content-name {
  margin-bottom: 5px;
}

.h-banner-content.v3 .content-price {
  margin-bottom: 12px;
}

.h-banner-content.v4 {
  max-width: 166px;
  left: 42px;
  top: 82px;
}

@media (max-width: 1024px) {
  .h-banner-content.v4 {
    top: 20%;
  }
}

.h-banner-content.v5 {
  top: 70px;
  left: 39px;
}

@media (max-width: 1024px) {
  .h-banner-content.v5 {
    top: 20%;
  }
}

.h-banner-content.v5 .content-name {
  margin-bottom: 4px;
}

.h-banner-content.v6 {
  text-align: center;
  top: 44px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.h-banner-content.v6 .content-name {
  margin-bottom: 0;
}

.h-banner-content.v6 .content-price {
  margin-bottom: 0px;
}

.h-banner-content.v7 {
  max-width: unset;
  text-align: center;
  top: 44px;
}

.h-banner-content.v7 .content-name {
  margin-bottom: 0;
}

.h-banner-content.v7 .content-price {
  margin-bottom: 4px;
}

@media (max-width: 1366px) {
  .h-banner-content.v7 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1024px) {
  .h-banner-content {
    left: 58px;
    top: 25%;
  }
}

.h-banner-content .content-name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 13px;
}

@media (max-width: 812px) {
  .h-banner-content .content-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.h-banner-content .content-price {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 20px;
}

@media (max-width: 812px) {
  .h-banner-content .content-price {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.h-banner-content .content-price .red {
  color: #ff5050;
  font-size: 30px;
  position: relative;
}

.h-banner-content .content-price .red:before {
  content: "$";
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  right: -15px;
}

@media (max-width: 812px) {
  .h-banner-content .content-price .red {
    font-size: 20px;
  }
}

.h-banner-content .content-price.percent .red:before {
  content: "%";
  position: absolute;
  font-size: 15px;
  font-weight: 500;
}

.h-banner-content .btn-banner {
  color: #ff5050;
  font-weight: 500;
}

.h-banner-content .btn-banner i {
  margin-right: 15px;
}

.banner-img {
  position: relative;
}

@media (max-width: 767px) {
  .banner-img {
    margin-bottom: 30px;
  }
}

.pd-banner.v2 {
  padding-top: 27px;
}

/*
    4.6. Slide
    
 */

.ads-group {
  margin-bottom: 40px;
  padding-top: 6px;
}

@media (max-width: 760px) {
  .ads-group {
    margin-bottom: 0;
  }
}

.ads-group .row {
  margin: 0 -5px;
}

.ads-group [class*="col-"] {
  padding: 0 5px;
}

@media (min-width: 1025px) {
  .ads-group .set-w {
    width: 23.41%;
  }
}

.ads-group .set-flex {
  padding-left: 0;
}

@media (min-width: 1025px) {
  .ads-group .set-flex {
    width: 76.59%;
  }
}

@media (min-width: 1025px) {
  .ads-group .set-w2 {
    width: 76.5%;
  }
  .ads-group .set-w2 [class*="col-"]:first-child {
    width: 67.8%;
  }
  .ads-group .set-w2 [class*="col-"]:last-child {
    width: 32.2%;
  }
}

.ads-group .slide {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .ads-group .slide {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.ads-group.v2 {
  padding-top: 30px;
}

.ads-group.v2 .row {
  margin: 0 -8px;
}

.ads-group.v2 [class*="col-"] {
  padding: 0 8px;
}

@media (min-width: 767px) {
  .ads-group.v2 [class*="col-sm-8"]:first-child {
    width: 66.1016949%;
  }
  .ads-group.v2 [class*="col-sm-4"]:last-child {
    width: 33.8983051%;
  }
}

.ads-group.v2 .banner-img-item:first-child {
  margin-bottom: 16px;
}

.ads-group.v3 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ads-group.nospc {
  padding-top: 6px;
}

.homeclean-slider .slider-img {
  position: relative;
}

.homeclean-slider .slider-content h1 {
  color: #000;
  font-size: 150px;
  font-weight: 500;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .homeclean-slider .slider-content h1 {
    font-size: 80px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .homeclean-slider .slider-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.homeclean-slider .slider-content .btn-shop {
  width: 196px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.homeclean-slider .slider-content .btn-shop:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-color: var(--a-clicked-color);
}

@media (max-width: 480px) {
  .homeclean-slider .slider-content .btn-shop {
    width: 130px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
}

.homeclean-slider .slick-dots {
  top: 100%;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -50);
  transform: matrix(1, 0, 0, 1, 0, -50);
}

.homeclean-slider .slick-dots li button:before {
  font-size: 10px;
}

.slider-homesimple {
  background: #f8f8f8;
}

.slider-homesimple .slider-img {
  position: relative;
  padding-bottom: 81px;
}

.slider-homesimple .slider-content {
  background: #fff;
  bottom: 0;
  border-bottom: 56px solid #ffffff;
  border-top: 46px solid #ffffff;
  min-width: 555px;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
  margin: 0 auto;
  z-index: 4;
}

.slider-homesimple .slider-content h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.slider-homesimple .slider-content a {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid;
}

.slider-homesimple .slick-dotted.slick-slider {
  margin-bottom: 158px;
}

@media (max-width: 767px) {
  .slider-homesimple .slick-dotted.slick-slider {
    margin-bottom: 100px;
  }
}

.slider-homesimple .slick-dots {
  bottom: -60px;
}

.slider-homesimple .slick-dots li {
  margin: 0 17px;
  padding: 0 6px;
}

.slider-homesimple .slick-dots li a {
  font-size: 14px;
  font-weight: 500;
  color: #cfcfcf;
}

.slider-homesimple .slick-dots .slick-active {
  border-bottom: 1px solid #000;
}

.slider-homesimple .slick-dots .slick-active a {
  color: #000;
}

.slider-homesimple .slick-prev:before {
  content: 'p';
}

.slider-homesimple .slick-next:before {
  content: 'n';
}

.slider-homesimple .slick-prev:before, .slider-homesimple .slick-next:before {
  color: #000;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.slider-homesimple .slick-next {
  border-top: 1px solid #000;
  right: -40px;
  width: 86px;
  text-align: right;
  text-transform: uppercase;
  z-index: 3;
}

.slider-homesimple .slick-prev {
  border-top: 1px solid #000;
  left: -40px;
  width: 86px;
  text-align: left;
  text-transform: uppercase;
  z-index: 3;
}

.btn-shop {
  width: 196px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.btn-shop.v2 {
  border: 2px solid #fff;
  color: #fff;
  width: 165px;
}

@media (max-width: 480px) {
  .btn-shop.v2 {
    width: 130px;
  }
}

.btn-shop:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-color: var(--a-clicked-color);
}

@media (max-width: 480px) {
  .btn-shop {
    width: 130px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
}

.slider-homecate .slick-dots {
  top: 100%;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -60);
  transform: matrix(1, 0, 0, 1, 0, -60);
}

@media (max-width: 768px) {
  .slider-homecate .slick-dots {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -30);
    transform: matrix(1, 0, 0, 1, 0, -30);
  }
}

.slider-homecate .slick-dots li button:before {
  font-size: 10px;
}

.slider-homecate .slick-next {
  right: 40px;
  background: url(../img/Long-Arrow-right-50.png) no-repeat center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.slider-homecate .slick-next:before {
  content: none;
}

@media (max-width: 767px) {
  .slider-homecate .slick-next {
    right: 5px;
  }
}

.slider-homecate .slick-prev {
  left: 40px;
  background: url(../img/Long-Arrow-Left-50.png) no-repeat center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 100;
}

.slider-homecate .slick-prev:before {
  content: none;
}

@media (max-width: 767px) {
  .slider-homecate .slick-prev {
    left: 5px;
  }
}

.slider-homecate.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider-homecate .slider-img {
  position: relative;
}

.homecate-cosre-content {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 43%;
}

@media (max-width: 1024px) {
  .homecate-cosre-content {
    text-align: center;
    top: 25%;
  }
}

.homecate-cosre-content.left {
  left: 50%;
}

.homecate-cosre-content.center {
  left: 50%;
  text-align: center;
}

.homecate-cosre-title-wrap .home-cate-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.homecate-cosre-title-wrap .homecate-title-block {
  text-transform: capitalize;
  font-size: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 48px;
  position: relative;
}

@media (max-width: 767px) {
  .homecate-cosre-title-wrap .homecate-title-block {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.homecate-cosre-title-wrap .homecate-title-block.left:before {
  border-bottom: 1px solid #000;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 67px;
}

@media (max-width: 1024px) {
  .homecate-cosre-title-wrap .homecate-title-block.left:before {
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 67px;
  }
}

.homecate-cosre-title-wrap .homecate-title-block.center:before {
  border-bottom: 1px solid #000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 67px;
}

.homecate-cosre-title-wrap .homecate-title-block.right:before {
  border-bottom: 1px solid #000;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 67px;
}

@media (max-width: 767px) {
  .homecate-cosre-title-wrap .homecate-title-block.right:before {
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 67px;
  }
}

.cosre-bg-parallax [class*="parallax_"] {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 100vh;
}

.parallax_1 {
  background-image: url(/assets/img/parallax_1.jpg);
}

.parallax_2 {
  background-image: url(/assets/img/parallax_2.jpg);
  height: 100vh;
}

.parallax_3 {
  background-image: url(/assets/img/parallax_3.jpg);
  height: 100vh;
}

.parallax_4 {
  background-image: url(/assets/img/parallax_4.jpg);
  height: 100vh;
}

.cosre-bg-parallax .cosre-title-wrap {
  padding-top: 60px;
}

.cosre-bg-parallax .cosre-title-wrap .subtitle-with-desc {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3em;
}

.cosre-bg-parallax .cosre-title-wrap .subtitle-with-desc.c-black {
  color: black;
}

.cosre-bg-parallax .cosre-title-wrap .title-block {
  color: #fff;
  font-size: 80px;
  margin-top: 5px;
  margin-bottom: 51px;
  padding-bottom: 29px;
  position: relative;
}

.cosre-bg-parallax .cosre-title-wrap .title-block.center:before {
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 85px;
}

.cosre-bg-parallax .cosre-title-wrap .title-block.c-black {
  color: black;
}

.cosre-bg-parallax .cosre-title-wrap .title-block.right:before {
  border-bottom: 1px solid #000;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 85px;
}

@media (max-width: 767px) {
  .cosre-bg-parallax .cosre-title-wrap .title-block.right:before {
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 85px;
  }
}

.cosre-bg-parallax .cosre-title-wrap .title-block.left:before {
  border-bottom: 1px solid #000;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 85px;
}

@media (max-width: 767px) {
  .cosre-bg-parallax .cosre-title-wrap .title-block.left:before {
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 85px;
  }
}

.cosre-bg-parallax .cosre-title-wrap .title-block.custom-font-2 {
  font-family: "Mr Dafoe", cursive;
}

.cosre-bg-parallax .cosre-title-wrap .title-block.custom-font {
  font-family: "Playfair Display", serif;
}

.cosre-bg-parallax .cosre-title-wrap .btn-shop.ver2 {
  background: #fff;
  color: #000;
  border: 0;
}

.cosre-bg-parallax .cosre-title-wrap .btn-shop.ver2:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.cosre-bg-parallax .cosre-title-wrap .btn-shop.ver2.c-black {
  color: black;
}

.parallax_3 .cosre-title-wrap .title-block {
  font-weight: 500;
}

.box-center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .box-center.v2 {
    padding-top: 50px;
  }
}

@media (min-width: 1025px) {
  .header-parallax a {
    color: #fff;
  }
  .header-parallax a:hover {
    color: #777;
  }
}

@media (min-width: 1025px) {
  .header-parallax .sticky-header .text {
    color: #fff;
  }
}

.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .scroll {
    display: none;
  }
}

.scroll-down {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: relative;
  top: -145px;
  right: auto;
  z-index: 13;
}

.scroll-down:after {
  content: url(/assets/img/scrolldown.png);
  -webkit-animation-name: dropdown;
  animation-name: dropdown;
  position: absolute;
  right: 39px;
  top: 30px;
  display: block;
}

.fullw-slider .slider-img {
  position: relative;
}

.fullw-slider .slider-content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 55px;
}

@media (max-width: 480px) {
  .fullw-slider .slider-content h1 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
  }
}

.fullw-slider .slider-content .fullw-susbtitle {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.5em;
}

.fullw-slider .slider-content .fullw-susbtitle.center:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 59px;
}

@media (max-width: 480px) {
  .fullw-slider .slider-content .fullw-susbtitle {
    display: none;
  }
}

.fullw-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.fullw-slider .slick-dots {
  bottom: unset;
  top: 46%;
  width: 70px;
  right: 0;
  left: auto;
  text-align: left;
  -webkit-transform: matrix(1, 0, 0, 1, -52, -45);
  transform: matrix(1, 0, 0, 1, -52, -45);
}

.fullw-slider .slick-dots li {
  display: block;
  margin: 0 0 26px 30px;
  width: unset;
  height: unset;
}

.fullw-slider .slick-dots li:hover {
  margin-right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.fullw-slider .slick-dots li:hover a:after {
  width: 68px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.fullw-slider .slick-dots li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.fullw-slider .slick-dots li a:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  top: 45%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 37px;
  margin-right: 8px;
}

.fullw-slider .slick-dots li.slick-active {
  margin-right: 0;
}

.fullw-slider .slick-dots li.slick-active a {
  color: white;
}

.fullw-slider .slick-dots li.slick-active a:after {
  width: 68px;
}

.e-slide-img {
  position: relative;
}

.e-slide-img img {
  width: 100%;
}

@media (min-width: 1025px) {
  .e-slide-img.v2 img {
    max-width: unset;
  }
}

.slide-content {
  position: absolute;
}

.slide-content.v1 {
  top: 171px;
  left: 65px;
  max-width: 260px;
}

@media (max-width: 1024px) {
  .slide-content.v1 {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .slide-content.v1 {
    left: 45px;
  }
}

.slide-content.v2 {
  top: 146px;
  left: 110px;
}

@media (min-width: 480px) {
  .slide-content.v2 {
    max-width: 400px;
  }
}

@media (max-width: 1024px) {
  .slide-content.v2 {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .slide-content.v2 {
    left: 45px;
  }
}

@media (min-width: 480px) {
  .slide-content.v4 {
    margin-top: -17px;
  }
}

.slide-content .cate {
  color: #898e92;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .slide-content .cate {
    margin-bottom: 16px;
  }
}

.slide-content .cate.v2 {
  letter-spacing: 0em;
  color: #999999;
}

@media (min-width: 480px) {
  .slide-content .cate.v2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.slide-content .cate.white {
  color: #fff;
}

.slide-content .sale {
  color: #898e92;
  font-weight: 300;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .slide-content .sale {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}

.slide-content .sale .red {
  color: #ff0000;
}

.slide-content .sale.v2 {
  color: #999999;
  font-weight: 500;
}

@media (min-width: 480px) {
  .slide-content .sale.v2 {
    font-size: 16px;
    margin-bottom: 42px;
  }
  .slide-content .sale.v2 .red {
    font-size: 30px;
  }
}

.slide-content .sale.v3 {
  color: #898e92;
}

@media (min-width: 480px) {
  .slide-content .sale.v3 {
    font-size: 30px;
  }
}

.slide-content .sale.white {
  color: #fff;
}

.slide-content h3 {
  color: #2f3337;
  font-weight: 300;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .slide-content h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 9px;
  }
}

.slide-content h3.v2 {
  color: #333333;
}

@media (min-width: 480px) {
  .slide-content h3.v2 {
    margin-bottom: 12px;
  }
}

@media (min-width: 480px) {
  .slide-content h3.v3 {
    max-width: 350px;
    margin-bottom: 25px;
  }
}

@media (min-width: 767px) {
  .slide-content h3.v4 {
    font-size: 50px;
  }
}

.slide-content h3.white {
  color: #fff;
}

.slide-content .slide-btn {
  font-size: 14px;
  color: #fefefe;
  border-radius: 5px;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (min-width: 480px) {
  .slide-content .slide-btn {
    font-size: 16px;
    width: 177px;
    height: 50px;
    line-height: 50px;
  }
}

.slide-content .slide-btn i {
  margin-right: 5px;
}

@media (min-width: 480px) {
  .slide-content .slide-btn i {
    margin-right: 15px;
  }
}

.e-slide {
  position: relative;
  /* border-radius: 10px; */
  overflow: hidden;
}

@media (max-width: 480px) {
  .e-slide {
    margin-bottom: 30px;
  }
}

.e-slide .slick-slide img {
  display: inline-block;
  object-fit: cover;
}

.e-slide .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 767px) {
  .e-slide .slick-dots {
    bottom: 36px;
  }
}

.e-slide.v2 .slick-dots {
  bottom: 0;
}

@media (min-width: 767px) {
  .e-slide.v2 .slick-dots {
    bottom: 20px;
  }
}

.e-slide.v3.slick-slide img {
  width: 100%;
}

.e-slide.v3 .slick-dots {
  bottom: 0;
}

@media (min-width: 767px) {
  .e-slide.v3 .slick-dots {
    bottom: 10px;
  }
}

.slide-fullw {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .slide-fullw .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}

.slide-fullw .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (min-width: 480px) {
  .slide-fullw .slick-arrow {
    width: 53px;
    height: 53px;
  }
}

.slide-fullw .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.75);
}

.slide-fullw .slick-arrow i {
  line-height: 30px;
}

@media (min-width: 480px) {
  .slide-fullw .slick-arrow i {
    line-height: 53px;
    font-size: 22px;
  }
}

.slide-fullw .prev {
  display: block;
  position: absolute;
  z-index: 3;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1681px) {
  .slide-fullw .prev {
    left: 100px;
  }
}

.slide-fullw .next {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

@media (min-width: 1681px) {
  .slide-fullw .next {
    right: 100px;
  }
}

/*
    4.5. Popup
 */

.modal-body .input-group {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 100%;
}

.modal-content {
  border-radius: 35px;
}

.modal-header {
  border: none;
}

.modal-title {
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #333;
}

.modal-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  left: 50%;
  margin-right: -40px;
  bottom: -10px;
}

.input-group-btnn:last-child>.btn, .input-group-btnn:last-child>.btn-group {
  outline: none;
}

.button_search {
  border: none;
  background: none;
  width: auto;
  height: auto;
  color: #333;
}

.button_search:hover {
  background: none;
  outline: none;
  color: #777;
}

.button_search:focus {
  outline: none;
  background: none;
}

.input-group-btnn {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  width: 40px;
  line-height: 34px;
  z-index: 100;
}

.modal-body {
  padding: 0 50px;
}

.close-popup {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  cursor: pointer;
}

@media (min-width: 767px) {
  .close-popup {
    font-size: 30px;
  }
}

.modal-header .close {
  margin-top: -15px;
  margin-right: -15px;
}

.quickview-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.quickview-wrapper.open {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}

.quickview-wrapper .quick-modal {
  max-width: 920px;
  width: 90%;
  margin: 100px auto 0px;
  background: #fff;
  text-align: left;
  position: relative;
  border-radius: 10px;
  display: none;
}

.quickview-wrapper .quick-modal.show {
  height: auto;
}

.quickview-wrapper .quick-modal #quickview-content {
  padding: 32px 34px;
}

@media (min-width: 1681px) {
  .quickview-wrapper .quick-modal #quickview-content [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .quickview-wrapper .quick-modal #quickview-content .row {
    margin-right: -20px;
    margin-right: -20px;
  }
}

.quickview-wrapper .quick-modal #quickview-content .quickview-close {
  position: absolute;
  top: 10px;
  left: 14px;
  display: inline-block;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border: 2px solid #ededed;
  border-radius: 50%;
}

.quickview-wrapper .quick-modal #quickview-content .quickview-close:before {
  height: 1px;
}

.quickview-wrapper .quick-modal #quickview-content .quickview-close:after {
  height: 1px;
}

.quickview-wrapper .quick-modal #quickview-content .close-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quickview-wrapper .quick-modal #quickview-content .close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.quickview-wrapper .quick-modal #quickview-content .close-btn::before, .quickview-wrapper .quick-modal #quickview-content .close-btn::after {
  content: '';
  position: absolute;
  width: 9px;
  top: 49%;
  left: 37%;
  background: #bcbcbc;
}

.quickview-wrapper .quick-modal #quickview-content .product-img {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.quickview-wrapper .quick-modal #quickview-content .product-img .main-img a {
  width: 100%;
}

.quickview-wrapper .quick-modal #quickview-content .product-img img {
  margin: 50px 0;
  width: 100%;
}

.quickview-wrapper .quick-modal #quickview-content .slick-dots {
  bottom: -20px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 39px;
  line-height: 31px;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  border-radius: 5px;
}

@media (min-width: 1025px) {
  .quickview-wrapper .quick-modal #quickview-content .slick-dots {
    width: 98px;
  }
}

.quickview-wrapper .quick-modal #quickview-content .slick-dots li {
  margin: 0;
}

.quickview-wrapper .quick-modal #quickview-content .slick-dots li button:before {
  font-size: 12px;
}

.quickview-wrapper .quick-modal #quickview-content .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.quickview-wrapper .quick-modal #quickview-content .slick-arrow i {
  font-size: 17px;
}

.quickview-wrapper .quick-modal #quickview-content .prev {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quickview-wrapper .quick-modal #quickview-content .next {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

/*
	4.8. 404 Error page
 */

.error-page {
  padding: 15px;
  margin: 30px 0;
}

@media (min-width: 1025px) {
  .error-page {
    padding-bottom: 44px;
    padding-top: 62px;
    margin: 29px 60px 110px 60px;
  }
}

@media (min-width: 1681px) {
  .error-page {
    margin: 29px 120px 110px 120px;
  }
}

.error-img {
  margin-bottom: 10px;
}

.error-title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 49px;
}

.btn-back {
  width: 199px;
  height: 47px;
  line-height: 48px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 23px;
}

.btn-back i {
  margin-right: 8px;
}

.searchform.full {
  position: relative;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .searchform.full {
    width: 581px;
    margin: 0 auto;
    margin-bottom: 28px;
  }
}

.searchform.full input {
  height: 62px;
  border-radius: 5px;
  border: 2px solid #eaeaea;
  padding-left: 40px;
}

.searchform.full .input-group-btnn {
  padding: 0;
  width: 50px;
  top: 6px;
  right: 5px;
}

.searchform.full .input-group-btnn .button_search {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  background: #333333;
}

.vertical-divider {
  display: table;
  text-align: center;
  height: 58px;
  width: 100%;
  font-weight: 500;
  color: #999;
}

.vertical-divider .center-element {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.vertical-divider .center-element:before, .vertical-divider .center-element:after {
  position: absolute;
  content: "";
  width: 1px;
  left: 50%;
  border-left: 1px solid #e0e0e0;
}

.vertical-divider .center-element:before {
  bottom: 17px;
  top: 0;
  margin-bottom: 20px;
}

.vertical-divider .center-element:after {
  top: 17px;
  bottom: 0;
  margin-top: 20px;
}

/*
	4.7. Contact page
		
 */

.contact-title {
  font-size: 20px;
  font-weight: bold;
}

.contact-title.v2 {
  font-size: 16px;
}

.contact-title.spc {
  margin-bottom: 34px;
}

.contact-info {
  margin-bottom: 33px;
}

.contact-info p {
  line-height: 26px;
  color: #666666;
}

@media (min-width: 1025px) {
  .contact-info p {
    max-width: 560px;
  }
}

@media (min-width: 1025px) {
  .pdl {
    padding-left: 40px;
  }
}

.e-contact {
  padding-top: 24px;
  padding-bottom: 87px;
}

.e-contact .row {
  margin-bottom: 36px;
}

@media (min-width: 1025px) {
  .e-contact .row {
    padding: 0 80px;
  }
}

@media (min-width: 1681px) {
  .e-contact .row {
    padding: 0 120px;
  }
}

.e-contact .map {
  border-radius: 10px;
  height: 400px;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .e-contact .map {
    height: 705px;
    margin-bottom: 92px;
  }
}

.e-contact .footer-block-content {
  margin-top: 17px;
  margin-bottom: 55px;
}

.e-contact .form-control {
  margin-bottom: 26px;
}

.e-contact input {
  height: 54px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding-left: 33px;
}

.e-contact input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.e-contact input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.e-contact input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.e-contact input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .e-contact input {
    width: 440px;
  }
}

.e-contact textarea {
  border: 1px solid #eaeaea;
  padding-left: 33px;
  padding-top: 15px;
  border-radius: 22px;
  resize: none;
}

.e-contact textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.e-contact textarea:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.e-contact textarea::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.e-contact textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .e-contact textarea {
    width: 440px;
    padding-top: 34px;
  }
}

.e-contact textarea.form-control {
  margin-bottom: 29px;
}

.e-contact .btn-submit {
  width: 229px;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  font-size: 16px;
  padding: 0;
  border: 0;
}

.banner-callus p {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}

@media (min-width: 480px) {
  .banner-callus p {
    font-size: 50px;
    margin-bottom: 14px;
  }
}

.banner-callus .btn-callus {
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 480px) {
  .banner-callus .btn-callus {
    font-size: 16px;
    padding-bottom: 6px;
  }
}

.banner-callus.v2 p {
  color: #333;
}

.banner-callus.v2 .btn-callus {
  color: #ff5050;
  border-bottom: 1px solid #ff5050;
}

/*
	4.1. About page
 */

.about-title {
  font-size: 20px;
  font-weight: bold;
}

.about-title.spc {
  margin-bottom: 28px;
}

.about-title.v2 {
  font-size: 18px;
}

.about-title.v3 {
  font-size: 24px;
}

.about-title.v3.spc {
  margin-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 1025px) {
  .about-title.v3.spc {
    margin-bottom: 84px;
    padding-top: 80px;
  }
}

.about-desc {
  line-height: 26px;
}

.about-desc.spc {
  margin-bottom: 82px;
}

@media (max-width: 767px) {
  .about-desc.spc {
    margin-bottom: 30px;
  }
}

.about-element img {
  margin-bottom: 24px;
}

.about-element h3 {
  margin-bottom: 24px;
}

.about-element p {
  line-height: 26px;
}

@media (min-width: 1025px) {
  .about-element p {
    max-width: 395px;
    margin: 0 auto;
  }
}

.aboutus {
  padding-bottom: 50px;
}

@media (min-width: 1681px) {
  .aboutus [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutus .row {
    margin-right: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1025px) {
  .aboutus {
    padding-top: 25px;
    padding-bottom: 105px;
  }
}

.about-img, .banner-img2, .team-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 0;
}

.about-img.spc, .spc.banner-img2, .spc.team-img {
  margin-bottom: 40px;
}

.about-img.spc2, .spc2.banner-img2, .spc2.team-img {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .about-img.spc2, .spc2.banner-img2, .spc2.team-img {
    margin-bottom: 78px;
  }
}

.about-img img, .banner-img2 img, .team-img img {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  object-fit: cover;

}

.about-img img:hover, .banner-img2 img:hover, .team-img img:hover {
  display: block;
  z-index: 100;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.about-content .row.pd1 {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .about-content .row.pd1 [class*="col-"] {
    margin-bottom: 30px;
  }
}

.about-content .row.pd2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1681px) {
  .about-content .row.pd2 {
    padding-bottom: 167px;
  }
}

@media (min-width: 1025px) {
  .about-content .row.pd2 {
    padding-top: 111px;
  }
}

@media (max-width: 767px) {
  .about-content .row.pd2 [class*="col-"] {
    margin-bottom: 15px;
  }
}

.team .owl-nav>div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (max-width: 1024px) {
  .team .owl-nav>div {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .team .owl-nav>div {
    top: 34%;
  }
}

.team .owl-nav>div.owl-prev {
  right: auto;
  left: 0;
}

.team .owl-nav>div.owl-next {
  right: 0;
  left: auto;
}

.team .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  border-radius: 0;
}

.team-img {
  margin-bottom: 33px;
}

.team-info .team-name {
  font-size: 16px;
  margin-bottom: 5px;
}

.team-info .team-career {
  color: #999999;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 16px;
}

.team-info .team-career:before {
  border-bottom: 1px solid transparent;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 68px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
  border: 0;
  bottom: 0;
  left: 0;
}

.team-info .team-desc {
  color: #666666;
  line-height: 26px;
}

.agency-title {
  font-size: 35px;
  position: relative;
  padding-bottom: 55px;
  padding-top: 50px;
  margin-bottom: 50px;
}

.agency-title:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 67px;
}

.agency-title a {
  font-weight: 600;
  position: relative;
  padding-bottom: 1px;
}

.agency-title a:before {
  border-bottom: 3px solid #000;
  bottom: 6px;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
}

@media (min-width: 1500px) {
  .agency-title {
    width: 982px;
    margin: 0 auto;
    padding-top: 118px;
  }
}

@media (max-width: 480px) {
  .agency-title {
    font-size: 19px;
  }
}

.agency-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1500px) {
  .agency-container {
    padding: 75px 188px 140px 190px;
    width: 100%;
  }
  .agency-container .row {
    margin: 0;
  }
  .agency-container [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .agency-container.v2 {
    padding: 102px 139px 160px 190px;
  }
  .agency-container.v3 {
    padding: 80px 221px 118px 380px;
  }
  .agency-container.v3 .shop-content {
    padding-right: 53px;
  }
}

@media (min-width: 768px) {
  .agency-clm-right {
    text-align: right;
    padding-top: 147px;
  }
}

@media (min-width: 1025px) {
  .agency-clm-right.ver2 {
    padding-top: 378px;
  }
}

.agency-title-noline {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 45px;
}

.agency-title-noline.ver2 {
  font-size: 22px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .agency-title-noline.ver2 {
    font-size: 19px;
  }
}

.agency-title-noline.ver3 {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 36px;
}

@media (min-width: 1025px) {
  .agency-title-noline.ver3 {
    max-width: 514px;
  }
}

.agency-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}

@media (min-width: 1025px) {
  .agency-content {
    padding-bottom: 90px;
  }
}

.agency-content p {
  color: #a4a4a4;
}

@media (max-width: 1024px) {
  .agency-content p {
    margin-bottom: 30px;
  }
}

.agency-img {
  margin: 0 auto;
  padding: 40px 0;
}

@media (min-width: 1025px) {
  .agency-img {
    padding: 80px 0;
  }
}

.agency-title-line {
  padding-bottom: 32px;
  position: relative;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 40px;
}

.agency-title-line:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 67px;
}

@media (min-width: 1025px) {
  .agency-title-line {
    margin-bottom: 79px;
  }
}

@media (max-width: 480px) {
  .agency-title-line {
    font-size: 25px;
  }
}

.heading-top {
  margin-bottom: 40px;
}

.heading-top i {
  background: #fb5757;
  color: #fff;
  display: inline-block;
  height: 74px;
  line-height: 74px;
  width: 74px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  margin-right: 19px;
}

.agency-service {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}

.agency-service p {
  color: #a4a4a4;
}

@media (min-width: 1025px) {
  .agency-service p {
    max-width: 340px;
  }
}

@media (max-width: 1024px) {
  .agency-service p {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .agency-service {
    padding-bottom: 117px;
  }
}

.agency-client .owl-theme .client-item {
  text-align: center;
}

.agency-client .owl-carousel .owl-item img {
  display: block;
  width: initial;
  height: 260px;
  object-fit: cover;
  margin: 0 auto;
}

.agency-client {
  padding: 50px 0;
}

@media (min-width: 1025px) {
  .agency-client {
    padding-top: 93px;
    padding-bottom: 100px;
  }
}

.brand-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3em;
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 45px;
}

.brand-title:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 67px;
}

@media (max-width: 480px) {
  .brand-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.shop-content p {
  color: #a4a4a4;
  line-height: 24px;
}

@media (min-width: 1500px) {
  .shop-content p {
    max-width: 549px;
  }
}

.shop-content.ver2 a {
  color: #a4a4a4;
  line-height: 24px;
  display: block;
}

.shop-content.ver2 a:hover {
  color: var(--a-clicked-color);
}

@media (min-width: 1024px) {
  .shop-content.ver2 {
    width: 195px;
    float: left;
    margin-right: 96px;
  }
}

.shop-content.ver2 p {
  line-height: 24px;
}

@media (min-width: 1024px) {
  .shop-content.ver2 p {
    max-width: 140px;
  }
}

@media (max-width: 1024px) {
  .shop-content.ver2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .shop-content {
    margin-bottom: 30px;
  }
}

.shop-social {
  margin-top: 64px;
}

.shop-social a {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.shop-social a i {
  font-size: 18px;
}

.shop-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 17px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .about-shop-ver1 {
    padding-bottom: 100px;
  }
}

.info-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 68px;
  letter-spacing: 0.3em;
}

.info-title:before {
  border-bottom: 1px solid #6deee0;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 67px;
}

@media (max-width: 767px) {
  .info-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.info-desc {
  font-size: 35px;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .info-desc {
    max-width: 610px;
  }
}

@media (max-width: 767px) {
  .info-desc {
    font-size: 20px;
  }
}

.design-tag a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin-right: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .design-tag a {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.container-design {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1500px) {
  .container-design {
    padding: 79px 380px 65px 190px;
    width: 100%;
  }
  .container-design .row {
    margin-right: 0;
    margin-right: 0;
  }
  .container-design [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1500px) {
  .container-design.ver2 {
    padding: 0 190px 109px 380px;
  }
}

@media (min-width: 1025px) {
  .container-design.ver2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container-design.ver2 .row .flex-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }
}

.container-design .design-content {
  padding-top: 5px;
}

@media (min-width: 1025px) {
  .container-design .design-content {
    padding-left: 80px;
  }
}

@media (max-width: 1024px) {
  .container-design .design-content {
    margin-top: 30px;
  }
}

.container-design .design-content p {
  color: #a4a4a4;
  line-height: 24px;
}

.container-design .design-content p:first-child {
  margin-bottom: 30px;
}

.container-design .design-content p:nth-child(2) {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .container-design .design-content p:nth-child(2) {
    margin-bottom: 100px;
  }
}

.container-design .design-content.ver2 {
  padding-top: 18px;
}

@media (min-width: 1025px) {
  .container-design .design-content.ver2 {
    padding-left: 0;
    padding-right: 250px;
  }
}

.container-design .design-content.ver2 p:first-child {
  margin-bottom: 0;
}

.container-design .design-content.ver2 p:nth-child(2) {
  margin-bottom: 0;
}

.container-design .design-content.ver2 .info-title {
  margin-bottom: 40px;
}

.container-design .design-content .info-title {
  margin-bottom: 55px;
}

.introduce {
  padding-top: 50px;
}

@media (min-width: 1025px) {
  .introduce {
    padding-top: 190px;
  }
}

/** 5. Ecommerce **/

/*
	5. Ecommerce
		5.1. Cart Page
		5.2. Item view templates
		5.3. Checkout Page
		5.4. Newsletter 
		5.5. Single product detail page
 */

/*
    5.2. Item view templates
 */

.product-title {
  font-size: 14px;
  text-transform: capitalize;
}

.product-cate {
  color: #999;
  font-size: 12px;
  text-transform: capitalize;
}

.product-price {
  color: #666;
  font-size: 18px;
}

.btn-icon {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-bg {
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.icon-bg:hover {
  opacity: 1;
}

.icon-view {
  background-image: url("/assets/img/icon-eye.png");
  background-repeat: no-repeat;
  height: 13px;
  width: 24px;
}

.icon-cart {
  background-image: url("/assets/img/icon-cart2.png");
  background-repeat: no-repeat;
  height: 21px;
  width: 26px;
}

.icon-cart.v2 {
  background-image: url("/assets/img/cart-w.png");
  opacity: 1;
}

.icon-wishlist {
  background-image: url("/assets/img/icon-heart2.png");
  background-repeat: no-repeat;
  height: 18px;
  width: 21px;
}

.icon-compare {
  background-image: url("/assets/img/icon-compare.png");
  background-repeat: no-repeat;
  height: 18px;
  width: 20px;
}

.pd-top, .pd-middle {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 0;
}

@media (max-width: 480px) {
  .pd-top, .pd-middle {
    padding-bottom: 10px;
  }
}

.pd-top .title, .pd-middle .title {
  font-size: 20px;
}

.pd-top .title.v2, .pd-middle .title.v2 {
  font-size: 18px;
}

.pd-top .show-element, .pd-middle .show-element {
  color: #999999;
}

.pd-middle {
  padding-top: 10px;
}

@media (max-width: 480px) {
  .pd-middle {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.pd-middle.space-v1 {
  padding-top: 0;
}

@media (min-width: 1025px) {
  .pd-middle.space-v1 {
    padding-bottom: 99px;
  }
}

@media (max-width: 480px) {
  .pd-middle.space-v1 {
    padding-bottom: 30px;
  }
  .pd-middle.space-v1 .pd-sort {
    display: none;
  }
}

.pd-middle .pagination {
  margin: 0;
}

.pd-sort {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media (max-width: 480px) {
  .pd-sort {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.pd-sort .dropdown {
  height: 43px;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
}

.pd-sort .dropdown span {
  color: #999;
}

.pd-sort .dropdown:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
}

@media (max-width: 480px) {
  .pd-sort .dropdown-menu {
    width: 100%;
  }
}


@media (max-width: 480px) {
  .filter-sort {
    margin-bottom: 15px;
  }
}

.filter-sort .dropdown {
  padding: 10px 23px;
  margin: 0px 5px;
}

.filter-sort .dropdown:after {
  right: 23px;
}

.filter-sort .dropdown button {
  background: transparent;
}

@media (min-width: 480px) {
  .filter-sort .dropdown button {
    padding-right: 71px;
    padding-left: 4px;
  }
}

@media (max-width: 480px) {
  .filter-sort .dropdown button {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .filter-show {
    margin-right: 9px;
  }
}

.filter-show .dropdown {
  padding: 10px 21px;
}

.filter-show .dropdown:after {
  right: 21px;
}

.filter-show button {
  background: transparent;
}

@media (min-width: 480px) {
  .filter-show button {
    padding-right: 24px;
    padding-left: 5px;
  }
}

@media (max-width: 480px) {
  .filter-show button {
    width: 100%;
  }
}

.filter-show .dropdown-menu {
  left: unset;
  right: -30px;
}

.view-mode.view-group {
  width: 120px;
  height: 43px;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 0px 8px;
}

@media (max-width: 480px) {
  .view-mode.view-group {
    width: 100%;
    margin-bottom: 15px;
  }
}

.view-mode.view-group a {
  width: 33.333333%;
  text-align: center;
  cursor: pointer;
}

.view-mode.view-group a img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.view-mode.view-group a:hover img {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.view-mode.view-group a.active img {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.product-bottom, .product-button-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (min-width: 1681px) {
  .product-grid [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-grid .row {
    margin-right: -20px;
    margin-right: -20px;
  }
}

.product-inner {
  position: relative;
}

@media (min-width: 1025px) {
  .product-inner.v2:after {
    bottom: -17%;
  }
}

@media (min-width: 1025px) {
  .product-inner.v3:after {
    bottom: -4%;
  }
}

@media (min-width: 1025px) {
  .product-inner:after {
    content: '';
    width: 100%;
    display: block;
    z-index: -1;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: -8%;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
    moz-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
  }
}

@media (min-width: 1025px) {
  .product-inner.v3 .product-info .product-title {
    font-size: 18px;
  }
}

.product-inner.v2 .product-img {
  /* margin-left: 5px; */
  display: flex;
  justify-content: center;
}

@media (min-width: 1025px) {
  .product-inner.v2 .product-img {
    /* margin-left: 30px; */
    display: flex;
    justify-content: center;
  }
}

.product-inner.v2 .product-img img {
  width: 139px;
  height: 450px;
}

.product-inner.v2 .product-bottom.v2, .product-inner.v2 .v2.product-button-group {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.product-inner.v2 .product-info .color-group {
  padding-top: 6px;
  margin-right: 10px;
}

.product-inner.v2 .product-bottom-element {
  margin-top: 14px;
}

.product-inner.v2 .product-button-group .btn-icon {
  width: 100px;
}

.product-button-group {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding-bottom: 15px;
  margin-top: 17px;
  /* margin: 5px -30px -30px -30px; */
}

@media (min-width: 1025px) {
  .product-button-group {
    opacity: 0;
    visibility: hidden;
    bottom: -5px;
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin-bottom: -25px;
    z-index: 33;
  }
}

.product-button-group .btn-icon {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 80px;
}

.product-item {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (max-width: 1024px) {
  .product-item .pd-bd {
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1025px) {
  .product-item:hover .pd-bd {
    border: 0;
    box-shawdow: unset;
  }
  .product-item:hover .pd-bd:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  .product-item:hover .product-button-group {
    opacity: 1;
    visibility: visible;
    bottom: -19px;
  }
}

.product-list .product-item .product-inner:after {
  bottom: 0;
}

@media (max-width: 1024px) {
  .btn-view {
    display: none;
  }
}

@media (min-width: 1025px) {
  .e-category {
    padding-bottom: 63px;
  }
}

@media (min-width: 1681px) {
  .e-category .row {
    margin-right: -20px;
    margin-right: -20px;
  }
  .e-category [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .e-category [class*="col-"] {
    margin-bottom: 15px;
  }
}

.cate-title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 19px;
  border-bottom: 1px solid #e7e7e7;
}

.e-category .cate-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-category .cate-item:last-child {
  border-bottom: 0;
}

.e-category .cate-item .product-img {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
}

.e-category .cate-item .product-img img {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  height: 90px!important;
  width: 100%;
}

.e-category .cate-item:hover .product-img img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(to right, var(--sec-main-color), #57eeff);
  border-image: -webkit-gradient(linear, left top, right top, from(var(--sec-main-color)), to(#57eeff));
  border-image: linear-gradient(to right, var(--sec-main-color), #57eeff);
  border-image-slice: 1;
}

.desc-list {
  margin-bottom: 14px;
}

.desc-list li {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  position: relative;
  display: block;
  margin-right: 13px;
}

.desc-list li:before {
  content: "\f363";
  font-family: "ionicons";
  position: absolute;
  top: 0;
  right: -13px;
  color: #bfbfbf;
}

.product-grid-v2 .product-rating {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-grid-v2 .product-rating.bd-rating {
  border-top: 1px solid #e9e9e9;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-top: 19px;
}

.product-grid-v2 .product-rating .number-rating {
  color: #999;
  font-size: 12px;
  margin-right: 10px;
}

.product-grid-v2 .desc-list {
  display: block;
}

.product-rating {
  display: none;
}

.desc-list {
  display: none;
}

.product-bottom-group {
  display: none;
}

@media (min-width: 1025px) {
  .product-img.v2 {
    margin: 19.6% 0;
  }
}

@media (min-width: 1681px) {
  .product-img.v2 {
    margin: 20.6% 0;
  }
}

@media (min-width: 1025px) {
  .product-img.v3 {
    margin: 10.5% 0;
  }
}

@media (min-width: 1681px) {
  .product-img.v3 {
    margin: 17.4% 0;
  }
}

.filter-brand li a {
  position: relative;
  padding-right: 22px;
  color: #666666;
  line-height: 40px;
}

.filter-brand li a:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
}

.filter-brand li a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  top: 2px;
  width: 12px;
  height: 12px;
  opacity: 0;
  background: #333333;
  border-radius: 50%;
}

.filter-brand li.active-filter a:after {
  opacity: 1;
}

.filter-product.e-category .cate-item .product-img {
  width: 81px;
  height: 81px;
  margin-right: 20px;
}

.filter-product .cate-item {
  padding-left: 23px;
  padding-right: 20px;
}

.filter {
  border-radius: 10px;
  border: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.filter.filter-product {
  padding-top: 21px;
}

.filter.filter-group {
  padding-top: 20px;
}

.filter-inside {
  padding-right: 23px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 28px;
}

.filter-inside.filter-color {
  border-bottom: 0;
}

.filter-inside.filter-price h3 {
  margin-bottom: 20px;
  text-align: start;
}

.filter-inside.filter-price .filter-content {
  padding-left: 22px;
}

.filter-inside.filter-price .min-max {
  color: #666666;
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline-block;
}

.filter-inside.filter-price .btn-filter {
  width: 271px;
  height: 45px;
  line-height: 48px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
}

.filter-inside h3 {
  font-size: 16px;
  padding-top: 18px;
  text-align: start;
}

.e-filter {
  margin-top: 12px;
  margin-bottom: 15px;
}

.btn-showmore {
  color: #999999;
  font-size: 12px;
  padding-left: 19px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.filter-collection-left {
  margin-bottom: 15px;
}

.filter-collection-left .btn {
  color: #fff;
  padding: 0 25px;
  text-transform: uppercase;
  line-height: 36px;
  height: 36px;
  letter-spacing: 0.05em;
  text-decoration: none;
  background-color: #000;
  border-color: #ffff;
  margin: 0 auto;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

.close-sidebar-collection {
  font-size: 16px;
  line-height: 50px;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.close-sidebar-collection span {
  display: inline-block;
}

@media (max-width: 1024px) {
  .close-sidebar-collection {
    margin: 0 -15px 30px;
  }
}

@media (max-width: 1024px) {
  .close-sidebar-collection .icon_close {
    left: auto;
    right: 10px;
    top: 0;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    color: #fff;
  }
}

.show-filter:after {
  background: rgba(29, 29, 31, 0.6);
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1024px) {
  .show-filter .col-left {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .col-left {
    position: fixed;
    display: block;
    margin: 0;
    background: #fff;
    list-style: none;
    z-index: 4;
    top: 0;
    left: -300px;
    height: 100%;
    width: 300px;
    text-align: left;
    overflow-x: scroll;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
}

.shop-collection .breadcrumb {
  margin: 24px 0;
}

@media (min-width: 1025px) {
  .shop-collection .product-grid {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .r-sidebar {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .r-sidebar .collection-sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .r-sidebar .collection-list {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.e-heading {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .e-heading {
    margin-bottom: 53px;
  }
}

.e-heading .product-tab-sw {
  position: relative;
  z-index: 1;
  width: 85.666666%;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .e-heading .product-tab-sw {
    margin-bottom: 0;
  }
  .e-heading .product-tab-sw:before {
    border-top: 1px solid #ededed;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
}

.e-heading h3 {
  font-size: 22px;
  position: relative;
  z-index: 1;
  width: 85.666666%;
}

.e-heading h3.v2 {
  font-size: 20px;
  font-weight: bold;
}

.e-heading h3.v3 {
  font-size: 18px;
}

@media (max-width: 480px) {
  .e-heading h3 {
    font-size: 18px;
  }
}

@media (max-widht: 320px) {
  .e-heading h3 {
    font-size: 16px;
  }
}

.e-heading h3 span {
  background: #fff;
  display: inline;
  padding-right: 15px;
}

@media (min-width: 1025px) {
  .e-heading h3 span {
    padding-right: 40px;
  }
}

.e-heading h3:before {
  border-top: 1px solid #ededed;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.e-heading .btn-show {
  font-size: 16px;
  color: #999999;
  width: 201px;
  line-height: 54px;
  height: 56px;
  display: inline-block;
  text-align: center;
  border: 1px solid #eaeaea;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .e-heading .btn-show {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
}

.e-heading .btn-show i {
  margin-right: 15px;
}

.e-heading .btn-show:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  color: #fff;
  background: #000;
  border-color: #000;
}

@media (min-width: 1025px) {
  .e-heading.spc1 {
    margin-bottom: 43px;
  }
}

.e-cat {
  padding-top: 27px;
}

.e-title {
  font-size: 22px;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 48px;
  padding-top: 8px;
}

.e-title:before {
  border-bottom: 1px solid transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 68px;
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
  height: 1px;
  border: 0;
}

.section-cate {
  margin-bottom: 30px;
}

.section-cate .item .product-img {
  margin-bottom: 20px;
}

.section-cate .item h3 {
  font-size: 16px;
}

.bestseller {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .bestseller.single-space {
    margin-bottom: 122px;
  }
}

.onsale {
  margin-bottom: 30px;
}

.brand {
  padding: 30px 0;
}

@media (min-width: 1025px) {
  .brand {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.owl-cate.owl-theme .owl-dots .owl-dot.active span, .owl-cate .owl-theme .owl-dots .owl-dot:hover span {
  background: #333333;
  opacity: 1;
}

.owl-cate.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #333333;
  opacity: 0.21;
}

.owl-cate.owl-theme .owl-dots .owl-dot {
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .owl-cate.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 44px;
  }
}

@media (min-width: 1025px) {
  .owl-cate.v2.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 3px;
  }
}

@media (min-width: 1025px) {
  .owl-cate.v3.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 6px;
  }
}

.owl-cate .owl-dots {
  border: 1px solid #eaeaea;
  margin: 0 auto;
  border-radius: 5px;
  padding: 8px 10px;
  display: table;
}

.about-brand {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .about-brand {
    margin-top: 58px;
  }
}

@media (min-width: 1681px) {
  .about-brand .row {
    margin-right: -20px;
    margin-right: -20px;
  }
  .about-brand [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .about-brand [class*="col-xs-6"] {
    width: 100%;
  }
}

.about-brand-info {
  padding: 50px 10px;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
}

@media (min-width: 1025px) {
  .about-brand-info {
    padding: 104px 11px;
  }
}

@media (min-width: 1681px) {
  .about-brand-info {
    padding: 93px 30px;
  }
}

@media (max-width: 1024px) {
  .about-brand-info {
    margin-bottom: 30px;
  }
}

.about-brand-info .brand-img {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .about-brand-info .brand-img {
    margin-bottom: 50px;
  }
}

.about-brand-info .brand-info {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .about-brand-info .brand-info {
    margin-bottom: 47px;
  }
}

.about-brand-info .brand-info p {
  color: #666666;
  line-height: 21.99px;
}

.about-brand-info .btn-brand {
  font-size: 16px;
  width: 198px;
  height: 51px;
  line-height: 50px;
  display: inline-block;
  font-weight: 500;
  border-radius: 5px;
}

.about-brand-info .btn-brand i {
  margin-right: 10px;
}

.brand-item img {
  opacity: 0.2;
}

.brand-item:hover img {
  opacity: 1;
}

.brand .owl-carousel .owl-item img {
  width: auto;
}

@media (max-width: 480px) {
  .brand .owl-carousel .owl-item img {
    margin: 0 auto;
    /* height: 260px; */
    object-fit: cover;
  }
}

.brand .owl-nav>div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 28px;
  left: 0;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand .owl-theme .owl-nav [class*=owl-], .brand .blog-home .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  border-radius: 0;
}

.brand .owl-nav>div.owl-next {
  left: auto;
  right: 0;
}

.brand .owl-nav>div.owl-prev {
  left: 0;
  right: auto;
}

.brand.v2 {
  border-top: 1px solid #ededed;
}

.brand.v2 .owl-theme .owl-nav [class*=owl-] {
  font-size: 28px;
  color: #cacaca;
}

.brand.v2 .owl-theme .owl-nav [class*=owl-].active {
  color: #333;
}

.brand.v2 .owl-theme .owl-nav [class*=owl-]:hover {
  color: #333;
}

.brand.v2 .owl-nav>div {
  font-size: 28px;
  top: 50%;
}

.brand.v2 .owl-nav>div.owl-next {
  left: auto;
  right: 0;
}

@media (min-width: 1681px) {
  .brand.v2 .owl-nav>div.owl-next {
    right: -66px;
  }
}

@media (min-width: 1025px) {
  .brand.v2 .owl-nav>div.owl-next {
    right: -30px;
  }
}

.brand.v2 .owl-nav>div.owl-prev {
  left: 0;
  right: auto;
}

@media (min-width: 1681px) {
  .brand.v2 .owl-nav>div.owl-prev {
    left: -66px;
  }
}

@media (min-width: 1025px) {
  .brand.v2 .owl-nav>div.owl-prev {
    left: -30px;
  }
}

.catleft .pd-banner {
  margin-bottom: 35px;
  padding-top: 0;
}

.ribbon, .ribbon-sale, .ribbon-new {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 96px;
  height: 23px;
  background: #d7d7d7;
  display: inline-block;
  text-align: center;
}

.ribbon span, .ribbon-sale span, .ribbon-new span {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}

.ribbon span:after, .ribbon-sale span:after, .ribbon-new span:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

.ribbon span:before, .ribbon-sale span:before, .ribbon-new span:before {
  position: absolute;
  top: 0;
  left: -8px;
  content: "";
  border-style: solid;
  border-width: 12px 8px 11px 8px;
  border-color: #d7d7d7 transparent #d7d7d7 transparent;
}

.product-images img {
  width: 100%;
}

.product, .item, .product-item {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product .product-images, .item .product-images, .product-item .product-images {
  position: relative;
}

@media (min-width: 1025px) {
  .product .product-images>a, .item .product-images>a, .product-item .product-images>a {
    position: relative;
  }
}

.product .product-images .btn-add-wishlist, .item .product-images .btn-add-wishlist, .product-item .product-images .btn-add-wishlist {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: inline-block;
  text-align: center;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

@media (min-width: 1025px) {
  .product .product-images .btn-add-wishlist, .item .product-images .btn-add-wishlist, .product-item .product-images .btn-add-wishlist {
    opacity: 0;
  }
}

.product .product-images .btn-add-wishlist.ver2, .item .product-images .btn-add-wishlist.ver2, .product-item .product-images .btn-add-wishlist.ver2 {
  right: initial;
  left: 10px;
}

.product .product-images .btn-quickview, .item .product-images .btn-quickview, .product-item .product-images .btn-quickview {
  bottom: 0;
  height: 40px;
  left: 0;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 40px);
  width: 100%;
  z-index: 2;
  opacity: 0;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  color: var(--a-clicked-color);
  font-size: 10px;
}

.product .product-images .btn-quickview:before, .item .product-images .btn-quickview:before, .product-item .product-images .btn-quickview:before {
  content: "\e087";
  font-family: "simple-line-icons";
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

@media (max-width: 1024px) {
  .product .product-images .btn-quickview, .item .product-images .btn-quickview, .product-item .product-images .btn-quickview {
    display: none;
  }
}

.product .product-images .button-group, .item .product-images .button-group, .product-item .product-images .button-group {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.product .product-images .button-group .button, .item .product-images .button-group .button, .product-item .product-images .button-group .button {
  width: 33.33333%;
  text-align: center;
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  height: 60px;
  line-height: 60px;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.product .product-images .button-group .button:before, .item .product-images .button-group .button:before, .product-item .product-images .button-group .button:before {
  font-family: 'simple-line-icons', sans-serif;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 12px;
}

.product .product-images .button-group .button.add-to-cart, .product .product-images .button-group .button.view-cart, .product .product-images .button-group .button.sold-out, .item .product-images .button-group .button.add-to-cart, .item .product-images .button-group .button.view-cart, .item .product-images .button-group .button.sold-out, .product-item .product-images .button-group .button.add-to-cart, .product-item .product-images .button-group .button.view-cart, .product-item .product-images .button-group .button.sold-out {
  background-color: rgba(37, 37, 37, 0.9);
}

.product .product-images .button-group .button.add-to-wishlist, .item .product-images .button-group .button.add-to-wishlist, .product-item .product-images .button-group .button.add-to-wishlist {
  background-color: rgba(73, 73, 73, 0.95);
}

.product .product-images .button-group .button.add-view, .item .product-images .button-group .button.add-view, .product-item .product-images .button-group .button.add-view {
  background-color: rgba(103, 103, 103, 0.95);
}

.product .product-images .button-group .button:hover, .item .product-images .button-group .button:hover, .product-item .product-images .button-group .button:hover {
  line-height: 10px;
}

.product .product-images .button-group .button:hover:before, .item .product-images .button-group .button:hover:before, .product-item .product-images .button-group .button:hover:before {
  margin-top: 15px;
  color: var(--a-clicked-color);
}

.product .product-images img, .item .product-images img, .product-item .product-images img {
  width: 100%;
}

.product .product-images img.secondary_image, .item .product-images img.secondary_image, .product-item .product-images img.secondary_image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: auto;
  bottom: 0;
}

.product .product-after-switch, .item .product-after-switch, .product-item .product-after-switch {
  height: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 1024px) {
  .product .product-after-switch, .item .product-after-switch, .product-item .product-after-switch {
    height: auto;
  }
}

.product .product-after-switch .product-price, .item .product-after-switch .product-price, .product-item .product-after-switch .product-price {
  color: #868686;
  opacity: 1;
  display: block;
  font-weight: 500;
}

.product .product-after-switch .product-after-button, .item .product-after-switch .product-after-button, .product-item .product-after-switch .product-after-button {
  opacity: 0;
  height: 33px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

@media (max-width: 1024px) {
  .product .product-after-switch .product-after-button, .item .product-after-switch .product-after-button, .product-item .product-after-switch .product-after-button {
    height: auto;
    opacity: 1;
  }
}

.product .product-after-switch .product-after-button .addcart, .item .product-after-switch .product-after-button .addcart, .product-item .product-after-switch .product-after-button .addcart {
  font-size: 12px;
  color: var(--a-clicked-color);
  display: inline-block;
}

.product .rating-star, .item .rating-star, .product-item .rating-star {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}

.product .product-desc, .item .product-desc, .product-item .product-desc {
  display: none;
}

.product .button-group, .item .button-group, .product-item .button-group {
  display: none;
}

@media (min-width: 1025px) {
  .product:hover img.primary_image, .item:hover img.primary_image, .product-item:hover img.primary_image {
    opacity: 0;
  }
  .product:hover img.secondary_image, .item:hover img.secondary_image, .product-item:hover img.secondary_image {
    opacity: 1;
  }
  .product:hover .btn-quickview, .product:hover .btn-add-wishlist, .item:hover .btn-quickview, .item:hover .btn-add-wishlist, .product-item:hover .btn-quickview, .product-item:hover .btn-add-wishlist {
    opacity: 1;
  }
  .product:hover .product-after-switch .product-price, .item:hover .product-after-switch .product-price, .product-item:hover .product-after-switch .product-price {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  .product:hover .product-after-switch .product-price.product-price-default, .item:hover .product-after-switch .product-price.product-price-default, .product-item:hover .product-after-switch .product-price.product-price-default {
    opacity: 1;
  }
  .product:hover .product-after-switch, .item:hover .product-after-switch, .product-item:hover .product-after-switch {
    -webkit-transform: translateY(-2);
    transform: translateY(-2);
  }
  .product:hover .product-after-button, .item:hover .product-after-button, .product-item:hover .product-after-button {
    opacity: 1;
  }
  .product:hover .button-group, .item:hover .button-group, .product-item:hover .button-group {
    opacity: 1;
  }
}

.add-to-cart:before {
  content: "\e04e";
}

.add-to-wishlist:before {
  content: "\e08a";
}

.add-view:before {
  content: "\e087";
}

.view-cart:before {
  content: "\e080";
}

.sold-out:before {
  content: "\e066";
}

.wrap-gallery {
  padding-bottom: 28px;
}

@media (min-width: 768px) {
  .wrap-gallery-masonry .wrap-gallery-item:nth-child(2) {
    margin-top: 129px;
  }
  .wrap-gallery-masonry .wrap-gallery-item:last-child {
    margin-bottom: 0;
  }
  .wrap-gallery-masonry .wrap-gallery-item {
    margin-bottom: 244px;
  }
}

@media (max-width: 767px) {
  .wrap-gallery-masonry .wrap-gallery-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .wrap-gallery-masonry .wrap-gallery-item {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .wrap-gallery-grid .row {
    margin-right: -20px;
    margin-right: -20px;
  }
  .wrap-gallery-grid [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lookbook {
  margin-bottom: 30px;
}

@media (min-width: 1681px) {
  .lookbook {
    margin-bottom: 63px;
  }
}

.lookbook .flex-colect {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media (max-width: 480px) {
  .lookbook .flex-colect {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.lookbook .flex-colect .flex-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.lookbook-img, .product-img {
  position: relative;
  display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
  .lookbitem:hover .lookbitem_content {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.lookbitem_content {
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .lookbitem_content {
    display: none;
  }
}

@media (min-width: 768px) {
  .lookbitem_content {
    position: absolute;
    z-index: 2;
    width: 186px;
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}

.lookbitem_content.centerl {
  margin-right: 20px;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lookbitem_content.centerl:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 1;
  margin-top: -12px;
  border-left: 15px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.lookbitem_content.centerr {
  margin-right: 20px;
  left: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lookbitem_content.centerr:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 1;
  margin-top: -12px;
  border-right: 15px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.lookbitem_content.topl {
  right: 28px;
  bottom: 28px;
}

.lookbitem_content.topr {
  left: 28px;
  bottom: 28px;
}

.lookbitem {
  position: absolute;
  margin-top: -20px;
  margin-right: -20px;
}

.lookbitem_price {
  text-align: center;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: pulse 1.5s infinite;
}

.lookbitem_price span {
  font-size: 16px;
  color: #fff;
}

.lookbitem_price.blue {
  background-color: #2f56ff;
}

.lookbitem_price2 {
  text-align: center;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 126px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: pulse 1.5s infinite;
}

.lookbitem_price2 span {
  color: #fff;
}

.lookbitem_price2.red {
  background-color: #f14444;
}

.lookbitem_btn:before, .lookbitem_btn:after {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.lookbitem_btn.green:before {
  background-color: #2cb96e;
}

.lookbitem_btn.green:after {
  background-color: #2cb96e;
}

.lookbitem_btn.pink:before {
  background-color: #dc30a1;
}

.lookbitem_btn.pink:after {
  background-color: #dc30a1;
}

.lookbitem_btn.skyblue:before {
  background-color: #41cce5;
}

.lookbitem_btn.skyblue:after {
  background-color: #41cce5;
}

.lookbitem_btn.yl:before {
  background-color: #ffae00;
}

.lookbitem_btn.yl:after {
  background-color: #ffae00;
}

.lookbitem_btn.green:after {
  background-color: rgba(44, 185, 110, 0.2);
}

.lookbitem_btn.pink:after {
  background-color: rgba(220, 48, 161, 0.2);
}

.lookbitem_btn.skyblue:after {
  background-color: rgba(65, 204, 229, 0.2);
}

.lookbitem_btn.yl:after {
  background-color: rgba(255, 174, 0, 0.2);
}

.lookbitem_price:after {
  -webkit-animation: lookbookBorder2 3s infinite;
  animation: lookbookBorder2 3s infinite;
}

.lookbitem_btn:after {
  -webkit-animation: lookbookBorder 3s infinite;
  animation: lookbookBorder 3s infinite;
}

@-webkit-keyframes lookbookBorder {
  0% {
    width: 14;
    height: 14;
  }
  50% {
    width: 25px;
    height: 25px;
  }
  100% {
    width: 14px;
    height: 14px;
  }
}

@keyframes lookbookBorder {
  0% {
    width: 14px;
    height: 14px;
  }
  50% {
    width: 25px;
    height: 25px;
  }
  100% {
    width: 14px;
    height: 14px;
  }
}

@-webkit-keyframes pulse {
  70% {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
}

.overlay-img {
  background-color: rgba(0, 0, 0, 0.48);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.overlay-img.ver2 {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(13%, rgba(255, 255, 255, 0.09)), color-stop(26%, rgba(255, 255, 255, 0.21)), color-stop(61%, rgba(255, 255, 255, 0.65)), color-stop(80%, rgba(255, 255, 255, 0.87)), color-stop(93%, rgba(255, 255, 255, 0.98)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(255, 255, 255, 0.21) 26%, rgba(255, 255, 255, 0.65) 61%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.98) 93%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.overlay-img.ver3 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.91+0,0.91+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.91)), to(rgba(255, 255, 255, 0.91)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.overlay-img.ver4 {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1024px) {
  .overlay-img {
    opacity: 1;
  }
}

.btn-shoplook {
  background: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  width: 180px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
}

.btn-shoplook.v2 {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .btn-shoplook.v2 {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .wrap-gallery-item:hover .overlay-img {
    opacity: 1;
  }
}

.wrap-gallery .heading-gallery {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .wrap-gallery .heading-gallery {
    margin-bottom: 85px;
    margin-top: 80px;
  }
}

.wrap-gallery .heading-gallery .title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .wrap-gallery .heading-gallery .title {
    font-size: 30px;
  }
}

.wrap-gallery .heading-gallery p {
  font-size: 20px;
  font-weight: 500;
  color: #a4a4a4;
  position: relative;
  padding-bottom: 30px;
}

.wrap-gallery .heading-gallery p:before {
  border-bottom: 1px solid #000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 59px;
  border-bottom: 2px solid #000;
}

.wrap-gallery-item {
  margin-bottom: 40px;
}

.banner-heading img {
  width: 100%;
}

.page-heading {
  position: relative;
}

.banner-heading {
  position: relative;
}

.banner-heading.hero-dark {
  min-height: 262px;
  background: #39393d;
}

.banner-heading.hero-light {
  min-height: 262px;
  background: #ebebeb;
}

.heading-content {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 8;
}

@media (max-width: 480px) {
  .heading-content {
    top: 50%;
  }
}

@media (min-width: 768px) {
  .heading-content.v2 {
    top: 35%;
  }
}

@media (min-width: 768px) {
  .heading-content.v3 {
    top: 58%;
  }
}

.heading-content .page-title {
  font-weight: 500;
}

@media (max-width: 480px) {
  .heading-content .page-title {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .heading-content .page-title {
    margin: 15px 0;
  }
}

@media (min-width: 1025px) {
  .heading-content .page-title {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .heading-content .page-title.v2 {
    font-size: 30px;
  }
}

.heading-content .page-title:before {
  border-bottom: 2px solid var(--a-clicked-color);
  top: 50%;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
}

@media (max-width: 480px) {
  .heading-content .page-title:before {
    top: 30%;
  }
}

.heading-content .page-title.white {
  color: #fff;
}

.heading-content .page-title.v2:before {
  content: none;
}

.heading-content .page-title.v2 {
  float: left;
  margin-bottom: 0;
}

.heading-content .breadcrumb {
  background: transparent;
}

.heading-content .breadcrumb li a {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: normal;
}

.heading-content .breadcrumb li+li:before {
  content: "\F105";
  font-family: 'FontAwesome', sans-serif;
  color: #000;
}

.heading-content .breadcrumb.black a {
  color: #000;
}

.heading-content .breadcrumb.white a {
  color: #fff;
}

.heading-content .breadcrumb.white li+li:before {
  color: #fff;
}

.heading-content .breadcrumb.v2 {
  float: right;
  margin: 12px 0 0 0;
}

.heading-content .breadcrumb.v2>li>a.active {
  color: #a4a4a4;
}

.hero-light .breadcrumb>li>a {
  color: #000;
}

.wrap-filter {
  display: table;
  width: 100%;
  position: relative;
}

.nav-filter .owl-theme .owl-nav {
  margin-top: 0;
}

.nav-filter .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
}

.nav-filter .owl-nav>div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-filter .owl-nav>div.owl-next {
  left: auto;
  right: 33px;
}

.nav-filter .owl-nav>div.owl-prev {
  left: 33px;
  right: auto;
}

.nav-filter .owl-carousel .owl-nav .owl-prev, .nav-filter .owl-carousel .owl-nav .owl-next, .nav-filter .owl-carousel .owl-dot {
  font-family: 'fontAwesome';
}

.nav-filter .owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
}

.nav-filter .owl-carousel .owl-nav .owl-next:after {
  content: "\f054";
}

@media (min-width: 768px) {
  .nav-filter {
    position: absolute;
    bottom: 0;
  }
}

.nav-filter li {
  text-align: center;
}

.nav-filter a {
  border-radius: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: "Helvetica Neue LT Std", sans-serif;
  text-transform: capitalize;
  display: inline-block;
  padding: 26px 0;
  width: 100%;
}

.nav-filter a:after {
  border-bottom: 3px solid var(--a-clicked-color);
  bottom: -1px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
}

@media (min-width: 768px) {
  .nav-filter a {
    font-size: 20px;
  }
}

.nav-filter a:hover:after {
  opacity: 1;
}

.nav-filter li {
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}

.nav-filter.white a {
  color: #fff;
}

.nav-filter.white li {
  border-right: 1px solid #8a8c8d;
  border-top: 1px solid #8a8c8d;
}

@media (max-width: 767px) {
  .nav-filter.white li {
    background: #000;
  }
}

.nav-filter.white li:hover {
  background: #8a8c8d;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.nav-filter.white .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
}

.nav-filter.boder-w-tlr-opc1 li {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.nav-filter.boder-w-tlr-opc1 li:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.08+0,0.08+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ffffff', endColorstr='#14ffffff', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.wrap-filter .wrap-filter-box {
  width: 25%;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 7px;
}

.wrap-filter .wrap-filter-box.filter-half {
  width: 50%;
  border-right: 0;
  border-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .wrap-filter .wrap-filter-box.filter-half {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .wrap-filter .wrap-filter-box {
    display: inline-block;
    width: 33.333333%;
    float: left;
    padding: 10px;
    line-height: 40px;
    border-top: 1px solid #e0e0e0;
  }
  .wrap-filter .wrap-filter-box.filter-half {
    border: 0;
    width: 100%;
    border-right: 0;
    border-left: 0;
    line-height: unset;
    padding: 10px 15px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .wrap-filter .wrap-filter-box.wrap-filter-sorting {
    width: 100%;
    border-top: 0;
  }
  .wrap-filter .wrap-filter-box:nth-child(3) {
    line-height: 20px;
  }
}

@media (min-width: 1025px) {
  .wrap-filter .wrap-filter-box {
    width: 20%;
  }
  .wrap-filter .wrap-filter-box.filter-half {
    width: 50%;
  }
}

.wrap-filter-tab {
  padding-left: 15px;
}

.wrap-filter-number.right {
  text-align: right;
  padding-right: 15px;
}

@media (min-width: 1025px) {
  .wrap-filter-number {
    text-align: left;
    padding-left: 42px;
    display: block;
  }
  .wrap-filter-number.right {
    text-align: right;
    padding-right: 42px;
  }
  .wrap-filter-tab {
    padding-left: 42px;
  }
  .wrap-filter-sorting {
    text-align: right;
    padding-right: 45px;
  }
}

.wrap-filter-box.wrap-filter-sorting {
  position: relative;
  border-right: 0;
}

.wrap-filter-box button {
  position: relative;
  font-size: 12px;
  color: #868686;
  border: 0;
  background: transparent;
  padding: 0;
  margin-right: 20px;
}

.wrap-filter-box button:before {
  color: #000000;
  content: "\f0d7";
  font-family: 'FontAwesome', sans-serif;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  height: 100%;
}

.list.active .icon-list-img {
  opacity: 1;
}

.col.active .icon-grid-img {
  opacity: 1;
}

.list:hover .icon-list-img {
  opacity: 1;
}

.col:hover .icon-grid-img {
  opacity: 1;
}

.icon-grid-img {
  content: "";
  height: 16px;
  display: inline-block;
  background: url(/assets/img/grid.png) no-repeat center;
  width: 16px;
  background-size: cover;
  opacity: 0.4;
}

.icon-list-img {
  content: "";
  height: 16px;
  display: inline-block;
  background: url(/assets/img/list.png) no-repeat center;
  width: 22px;
  background-size: cover;
  opacity: 0.4;
}

.filter-title:after {
  display: block;
  content: "Filters";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: 2;
}

@media (max-width: 1024px) {
  .wrap-filter-box {
    text-align: center;
  }
}

.wrap-filter-box .pagination {
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 1025px) {
  .wrap-filter-box .pagination {
    display: inline-block;
  }
}

.wrap-filter-box .pagination li {
  float: left;
  margin-right: 6px;
}

.wrap-filter-box .pagination li a {
  font-size: 11px;
  font-weight: 500;
  color: #ababab;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}

.wrap-filter-box .pagination li:first-child>a {
  border-radius: 50%;
}

.wrap-filter-box .pagination li:last-child>a {
  border-radius: 50%;
}

.wrap-filter-box .pagination li.active>a {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.wrap-filter-box .total-count {
  font-size: 12px;
  color: #868686;
  margin-right: 4px;
  display: inline-block;
}

.product-img {
  position: relative;
}

.product-img img {
  height: 450px;
}

.color-group .circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}

.color-group .circle.black {
  background: #000;
}

.color-group .circle.red {
  background: #ff413a;
}

.color-group .circle.gray {
  background: #e8e8e8;
}

.color-group .circle.blue {
  background: #616adb;
}

.color-group .circle.skyblue {
  background: #3aa5ff;
}

.color-group .circle.yellow {
  background: #f0da23;
}

.color-group .circle.darkyellow {
  background: #f2dac0;
}

.color-group .circle.pink {
  background: #f228ff;
}

.color-group .circle.aqua {
  background: #38d6cd;
}

.product-info .color-group {
  height: 20px;
  margin-bottom: 6px;
}

.product-info .product-img {
  margin-bottom: 20px;
}

.product-info .product-cate {
  color: #999;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.product-info .product-title {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.product-info .product-title.v2 {
  font-size: 16px;
  margin-top: 36px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  .product-info .product-title.v2 {
    margin-right: auto;
    margin-right: auto;
  }
}

.product-info .product-title.v3 {
  font-size: 18px;
  margin-bottom: 16px;
}

@media (min-width: 480px) {
  .product-info .product-title.v3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.product-info .product-title.v4 {
  font-size: 18px;
  margin-bottom: 32px;
}

@media (min-width: 480px) {
  .product-info .product-title.v4 {
    font-size: 20px;
    line-height: 28px;
    max-width: 280px;
    margin-right: auto;
    margin-right: auto;
  }
}

.product-info .product-price {
  color: #666;
  font-size: 18px;
}

.product-info .product-price.thin-price {
  font-weight: 300;
  font-size: 23px;
}

.product-info .product-price.thin-price .old {
  font-size: 16px;
  margin-right: 2px;
}

.product-info .product-price.v3 {
  width: 190px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f5f5f5;
  text-align: center;
  height: 58px;
  line-height: 58px;
}

.product-info .product-price.v3.no-bg {
  background: #fff;
}

.product-info .product-price.v3.bd {
  border: 1px solid #eaeaea;
}

.product-info .product-price .red {
  color: #ff2929;
}

.product-info .product-price .old {
  color: #aaaaaa;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 6px;
}

.product-info .product-price.v2 {
  font-size: 16px;
}

.product-info .btn-quickview {
  color: #fff;
}

@media (min-width: 1025px) {
  .product-img:hover .product-info {
    opacity: 1;
  }
}

.product-grid {
  padding-top: 34px;
}

@media (min-width: 1025px) {
  .product-grid.spc1 {
    padding-top: 0;
  }
}

.product-grid.modern-grid {
  padding-top: 40px;
}

.product-grid.modern-grid-custom {
  padding-top: 40px;
}

.product-grid.modern-grid-custom.space-v1 {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .product-grid.product-custom-bg {
    background: #f1f1f1;
  }
  .product-grid.product-custom-bg [class*="col-"] {
    padding: 0;
  }
  .product-grid.product-custom-bg .row {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .product-grid.product-flat [class*="col-"] {
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
  }
  .product-grid.product-flat .row {
    margin: 0;
  }
}

.product-grid.product-custom-bg.product-list {
  background: transparent;
}

.button-v {
  margin: 0 0 70px 0;
}

.button-v.v2 {
  margin: 0 0 40px 0;
}

.button-v.v3 {
  margin: 30px 0 80px 0;
}

.button-v.v4 {
  margin: 54px 0 94px 0;
}

.button-v.v5 {
  margin: 27px 0 94px 0;
}

.button-v.v6 {
  margin: 50px 0 50px 0;
}

.button-v.v7 {
  margin: 18px 0 70px 0;
}

.product-list .button-v.v2 {
  margin: 35px 0 65px 0;
}

.btn-loadmore {
  width: 196px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #000;
  display: inline-block;
}

.btn-loadmore:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.btn-loadmore i {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .product-flat .product-list {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
  }
}

.product-flat .product-img>a:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(13%, rgba(255, 255, 255, 0.09)), color-stop(26%, rgba(255, 255, 255, 0.21)), color-stop(61%, rgba(255, 255, 255, 0.65)), color-stop(80%, rgba(255, 255, 255, 0.87)), color-stop(93%, rgba(255, 255, 255, 0.98)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(255, 255, 255, 0.21) 26%, rgba(255, 255, 255, 0.65) 61%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.98) 93%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.product-flat .product-info {
  color: #000;
}

.product-flat .product-info .product-title a {
  color: #000;
}

.product-flat .product-info .btn-quickview {
  color: #000;
}

.product-flat.product-list .product-list {
  border: 0;
}

.product-flat.product-list .product-list .product-item {
  border-right: 0;
}

.product-grid.product-flat .product-info-ver2 {
  display: none;
}

.product-grid.modern-grid-custom .product-info-ver2 {
  display: none;
}

.product-grid.modern-grid .product-info-ver2 {
  display: none;
}

.ribbon-sale, .ribbon-new {
  top: 12px;
  right: 12px;
  width: 68px;
  height: 23px;
  line-height: 23px;
  background: var(--a-clicked-color);
}

.ribbon-sale span, .ribbon-new span {
  font-weight: 500;
  text-transform: uppercase;
}

.ribbon-sale span:before, .ribbon-new span:before {
  border-color: var(--a-clicked-color) transparent var(--a-clicked-color) transparent;
}

.ribbon-sale.ver2, .ver2.ribbon-new {
  top: 8px;
  right: 8px;
}

.ribbon-new {
  width: 68px;
  height: 23px;
  line-height: 23px;
  background: #58d6db;
}

.ribbon-new span {
  font-weight: 600;
  letter-spacing: 0.2em;
}

.ribbon-new span:before {
  border-color: #58d6db transparent #58d6db transparent;
}

.ribbon-new.ver2 {
  top: 8px;
  right: 8px;
}

.ribbon-price {
  position: absolute;
  top: -17px;
  right: -15px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  z-index: 50;
}

.ribbon-price.red {
  background: #ff5050;
}

.ribbon-price span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.ribbon-price.v2 {
  top: 17px;
  left: 21px;
  width: 58px;
  height: 58px;
  line-height: 56px;
}

.ribbon-price.v3 {
  width: 62px;
  height: 62px;
  line-height: 62px;
  top: 0;
  left: 40px;
}

.ribbon-price.v4 {
  top: 13px;
  right: 17px;
}

.ribbon-price-h {
  position: absolute;
  top: 40px;
  width: 149px;
  height: 57px;
  line-height: 57px;
  background: #000;
  text-align: center;
  display: inline-block;
}

@media (max-width: 768px) {
  .ribbon-price-h {
    top: 15px;
  }
}

@media (max-width: 480px) {
  .ribbon-price-h {
    width: 100px;
  }
}

.ribbon-price-h.left {
  left: -17px;
}

@media (max-width: 767px) {
  .ribbon-price-h.left {
    left: 0;
  }
}

.ribbon-price-h.left:before {
  position: absolute;
  top: 0;
  right: -8px;
  content: "";
  border-style: solid;
  border-width: 28px 8px 29px 8px;
  border-color: #000 transparent #000 transparent;
}

.ribbon-price-h.left:after {
  border-color: #dedede transparent transparent;
  border-style: solid;
  border-width: 14px 0 0 17px;
  bottom: -14px;
  content: "";
  left: 0;
  position: absolute;
  right: auto;
  z-index: 9;
}

@media (max-width: 767px) {
  .ribbon-price-h.left:after {
    content: none;
  }
}

.ribbon-price-h.right {
  right: -17px;
}

@media (max-width: 767px) {
  .ribbon-price-h.right {
    right: 0;
  }
}

.ribbon-price-h.right:before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  border-style: solid;
  border-width: 28px 0 29px 15px;
  border-color: #000 transparent #000 transparent;
}

.ribbon-price-h.right:after {
  border-right: 17px solid transparent;
  border-top: 14px solid #dddddd;
  bottom: -14px;
  content: "";
  position: absolute;
  right: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  .ribbon-price-h.right:after {
    content: none;
  }
}

.ribbon-price-h span {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 768px) {
  .ribbon-price-h span {
    font-size: 16px;
  }
}

.product-grid.product-list {
  padding-top: 0;
}

.product-grid.product-list .product-item {
  width: 100%;
}

@media (min-width: 768px) {
  .product-grid.product-list .product-item {
    margin-bottom: 40px;
  }
  .product-grid.product-list .product-item .product-inner {
    padding: 0;
  }
}

@media (min-width: 480px) {
  .product-grid.product-list .product-item .ribbon-price {
    top: 30px;
    right: 30px;
  }
}

.product-grid.product-list .product-item:first-child {
  padding-top: 0;
}

.product-grid.product-list .product-item .product-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media (max-width: 480px) {
  .product-grid.product-list .product-item .product-inner {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .product-grid.product-list .product-item .product-images, .product-grid.product-list .product-item .product-img {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 33.3333%;
    position: relative;
    padding-right: 25px;
    margin-left: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .product-grid.product-list .product-item .product-info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 66.666667%;
  }
  .product-grid.product-list .product-item .product-info .element-list {
    width: 50%;
  }
  .product-grid.product-list .product-item .product-info .element-list.element-list-left {
    padding-left: 25px;
    position: relative;
  }
  /* .product-grid.product-list .product-item .product-info .element-list.element-list-left:before {
              content: "";
              height: 100%;
              position: absolute;
              border-left: 1px solid #e9e9e9;
              left: -15px; } */
  .product-grid.product-list .product-item .product-info .element-list.element-list-left .desc-list {
    margin-top: 40px;
  }
  .product-grid.product-list .product-item .product-info .element-list.element-list-middle .product-rating {
    margin-top: 24px;
    border-top: 0;
  }
}

.product-grid.product-list .product-item .product-info .element-list-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

.product-grid.product-list .product-item .product-info .element-list-middle {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

.product-grid.product-list .product-item .product-info .color-group {
  position: absolute;
  left: 30px;
  top: 46px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.product-grid.product-list .product-item .product-info .product-bottom-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 14px;
}

.product-grid.product-list .product-item .product-info .product-bottom-group .btn-icon {
  width: 41px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.product-grid.product-list .product-item .product-info .product-bottom-group .btn-icon:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-color: #000;
}

.product-grid.product-list .product-item .product-info .product-bottom-group .btn-icon .icon-bg {
  background-size: cover;
}

.product-grid.product-list .product-item .product-info .product-bottom-group .btn-icon .icon-cart {
  height: 14px;
  width: 17px;
}

.product-grid.product-list .product-item .product-info .product-bottom-group .btn-icon .icon-wishlist {
  height: 12px;
  width: 14px;
}

.product-grid.product-list .product-item .product-info .product-bottom-group .btn-icon .icon-compare {
  height: 14px;
  width: 15px;
}

.product-grid.product-list .product-item .btn-view {
  display: none;
}

.product-grid.product-list .product-item .product-button-group {
  display: none;
}

.product-grid.product-list .row {
  margin: 0;
}

.product-grid.product-list .row>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.product-standard .product-item .product-title a {
  font-weight: 500;
}

.product-standard .product-item .product-after-switch .product-price {
  font-weight: 500;
}

@media (min-width: 1681px) {
  .shop-colect {
    margin-right: -20px;
    margin-right: -20px;
  }
  [class*="col-md-"].collection-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  [class*="col-md-"].collection-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.collection-sidebar.v2 .banner {
  margin-bottom: 41px;
}

.filter-product {
  padding-top: 34px;
  position: relative;
}

@media (min-width: 1025px) {
  .filter-product.e-category {
    padding-bottom: 22px;
  }
}

.filter-product .filtertitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.filter-product .filter-content {
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
  padding-bottom: 60px;
}

.filter-product .filter-content>li {
  position: relative;
}

.filter-product .filter-content>li>a {
  font: 500 14px/35px "Helvetica Neue LT Std", sans-serif;
  color: #a4a4a4;
  display: block;
  position: relative;
  text-transform: capitalize;
}

.filter-product .filter-content>li>a:hover {
  color: #777;
}

.filter-product .filter-content>li .filter-menu {
  margin-right: 10px;
  display: none;
}

.filter-product .filter-content>li .filter-menu>li>a {
  font-size: 12px;
  color: #a4a4a4;
}

.filter-product .filter-content>li .filter-menu>li>a:hover {
  color: #777;
}

.filter-product .filter-content .plus, .filter-product .filter-content .minus {
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
}

.filter-product .filter-content .plus:after {
  content: "\f489";
  display: block;
  font-family: "ionicons";
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 5px;
  color: #333;
  cursor: pointer;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
}

.filter-product .filter-content .minus:after {
  content: "\f462";
  display: block;
  font-family: "ionicons";
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 5px;
  color: #333;
  cursor: pointer;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
}

.filter-product .filter-color .filter-content>li>a {
  font-weight: 600;
  text-transform: capitalize;
}

.filter-product .filter-size .filter-content .btn {
  width: 100%;
  border-radius: 0;
  background: transparent;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 3px solid #000;
  color: #a4a4a4;
  font-weight: normal;
}

.filter-product .filter-size .filter-content .btn .caret {
  float: right;
  margin: 6px 0;
  color: #000;
}

.filter-product .filter-size .filter-content .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-product .filter-size .filter-content .dropdown-menu {
  width: 100%;
}

.filter-product .filter-size .filter-content .dropdown-menu>li>a {
  text-transform: uppercase;
}

.filter-product .owl-nav {
  position: absolute;
  top: -50px;
  left: 12px;
  margin-top: 0;
}

.filter-product .owl-theme .owl-nav [class*=owl-] {
  color: #bcbcbc;
  background: transparent;
  padding: 4px 7px;
  margin-right: 0;
  margin-right: 0;
}

.filter-product .owl-theme .owl-nav [class*=owl-] span {
  font-size: 17px;
}

.product-tab-sw {
  margin-bottom: 53px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border-bottom: 1px solid #e4b7008c;
}

@media (min-width: 480px) {
  .product-tab-sw {
    -moz-justify-content: start;
    -ms-justify-content: start;
    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-pack: start;
  }
}

@media (max-width: 480px) {
  .product-tab-sw {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: unset;
  }
}

.product-tab-sw li {
  float: left;
  padding: 0 3px;
  margin: 11px 7px;
  background: #fff;
}



.product-tab-sw li a {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  width: 174px;
  font-weight: bold;
  color: #666666;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e6e6e7;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
  .product-tab-sw li {
    margin-bottom: 15px;
  }
  /* .product-tab-sw li:last-child {
    margin-bottom: 0;
  } */
  .product-tab-sw li a{
    font-size: 13px;
    width: 158px;
  }
}

@media (min-width: 480px) {
  .product-tab-sw li a {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
  }
}

.product-tab-sw li a:hover {
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-tab-sw li.active a {
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.product-tab-sw li:first-child {
  padding-left: 0;
}

.product-tab-sw li:last-child {
  padding-right: 0;
}

.product-tab-sw.v2 {
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 480px) {
  .product-tab-sw.v2 {
    margin-bottom: 20px;
  }
}

.product-tab-sw.v2 li a {
  font-size: 18px;
}

.releases .product-tab-sw2 {
  background: transparent;
}

@media (min-width: 1025px) {
  .about-brand .product-inner.v2:after {
    z-index: 1;
  }
  .feature-product .product-inner:after {
    z-index: 1;
  }
  .product-tab.v2 .product-inner:after {
    z-index: 1;
  }
  .bestseller2 .product-inner:after {
    z-index: 1;
  }
  .bestseller2.bg-gradient.bg-insinde .product-button-group {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
  }
}

.product-tab-sw2 {
  position: relative;
  background: #fff;
}

@media (max-width: 1024px) and (min-width: 480px) {
  .product-tab-sw2 {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.product-tab-sw2 li {
  display: inline-block;
  margin: 0 auto;
  float: none;
  padding: 0px;
}

@media (max-width: 480px) {
  .product-tab-sw2 li {
    width: 100%;
    padding: 2px;
    text-align: center;
  }
}

.product-tab-sw2 li a {
  color: #666666;
  line-height: 45px;
  margin: 0 5px;
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 12px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.product-tab-sw2 li a:hover {
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-tab-sw2 li:first-child a {
  margin-right: 0;
}

.product-tab-sw2 li:last-child a {
  margin-right: 0;
}

.product-tab-sw2 li.active a {
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.form-filter-product {
  top: 100%;
  left: 0;
  height: 999em;
  max-height: 100vh;
  padding: 85px 110px;
  position: absolute;
  right: 0;
  margin: 0;
  z-index: 100;
  display: none;
}

.form-filter-product:before {
  background: #000000;
  bottom: 0;
  content: "";
  height: 999em;
  max-height: 200vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .form-filter-product {
    padding: 50px 30px;
  }
}

.form-filter-product .close-left {
  position: relative;
}

.product-filter-wrapper {
  margin-top: 20px;
}

.product-filter {
  width: 25%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.product-filter .title-filter {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 18px;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
}

.product-filter .title-filter:before {
  border-bottom: 1px solid #3a3a3a;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 40px;
}

@media (max-width: 1024px) {
  .product-filter {
    width: 50%;
    margin-right: -10px;
  }
}

@media (max-width: 480px) {
  .product-filter {
    width: 100%;
    float: none;
  }
}

.product-filter-button-group {
  margin-top: 62px;
}

.product-filter-button {
  width: 50%;
  float: left;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.product-filter-button:first-child {
  text-align: right;
}

@media (max-width: 767px) {
  .product-filter-button:first-child {
    text-align: center;
  }
}

.product-filter-button:last-child {
  text-align: left;
}

@media (max-width: 767px) {
  .product-filter-button:last-child {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .product-filter-button {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 30px;
  }
}

.product-filter-button .btn-submit {
  width: 196px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #fff;
}

.product-filter-button .btn-submit:hover {
  background: #fff;
  color: #000;
}

.product-filter .form-group {
  position: relative;
}

.product-filter .form-control {
  font-size: 14px;
  color: #a4a4a4;
  border-radius: 0;
  border: 1px solid #3a3a3a;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  height: 55px;
  -webkit-appearance: none;
  padding: 0 18px 0 25px;
  text-align: left;
}

.product-filter .form-control:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 20px;
  bottom: 23px;
  pointer-events: none;
}

.product-filter .dropdown-menu {
  border-radius: 0;
  width: 100%;
  padding: 20px 18px 20px 25px;
  margin-top: 10px;
}

.product-filter .dropdown-menu li {
  font-size: 14px;
  color: #a4a4a4;
  padding-bottom: 15px;
  cursor: pointer;
}

.product-filter .filter-content {
  color: #fff;
}

.product-filter .filter-content .slider-track {
  height: 2px;
  background: #a4a4a4;
}

.product-filter .filter-content .min-max {
  color: #a4a4a4;
  font-size: 14px;
  font-family: "Helvetica Neue LT Std", sans-serif;
}

@media (max-width: 767px) {
  .tab-filter {
    display: inline-block;
  }
}

.tab-filter li {
  float: left;
  margin: 0 12px;
}

@media (max-width: 480px) {
  .tab-filter li {
    margin: 0 5px;
  }
}

.tab-filter li a {
  font-size: 16px;
  font-weight: 500;
  color: #a4a4a4;
}

@media (max-width: 480px) {
  .tab-filter li a {
    font-size: 13px;
  }
}

.tab-filter li.active a {
  color: #000;
  border-bottom: 1px solid #000;
}

.tab-filter li:first-child {
  margin-right: 0;
}

.product-flat {
  padding-top: 30px;
}

.mg-flat {
  margin: 0 -15px;
}

.inner-masonry .grid-item {
  margin-bottom: 30px;
}

.ecome-heading {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}

@media (max-width: 480px) {
  .ecome-heading {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.ecome-heading h1 {
  font-size: 22px;
  background: #fff;
}

.ecome-heading h1.v2 {
  background: #f7f7f7;
}

.ecome-heading .btn-show {
  font-size: 16px;
  color: #999999;
  width: 201px;
  line-height: 54px;
  height: 56px;
  display: inline-block;
  text-align: center;
  border: 1px solid #eaeaea;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .ecome-heading .btn-show {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
}

.ecome-heading .btn-show i {
  margin-left: 15px;
}

.ecome-heading .btn-show:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  color: #fff;
  background: #000;
  border-color: #000;
}

@media (min-width: 480px) {
  .ecome-heading.style2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ededed;
  }
}

.ecome-heading.style2 h1 {
  margin: 13px 0;
}

@media (min-width: 480px) {
  .ecome-heading.style2 h1 {
    padding-right: 30px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 480px) {
  .ecome-heading.style3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ededed;
  }
}

.ecome-heading.style3 h1 {
  margin: 13px 0;
}

@media (min-width: 480px) {
  .ecome-heading.style3 h1 {
    padding-right: 40px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 480px) {
  .ecome-heading.style3v2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ededed;
  }
}

.ecome-heading.style3v2 h1 {
  margin: 13px 0;
  font-size: 18px;
}

@media (min-width: 480px) {
  .ecome-heading.style3v2 h1 {
    padding-right: 28px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 480px) {
  .ecome-heading.style5:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ededed;
  }
}

.ecome-heading.style5 h1 {
  margin: 13px 0;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 480px) {
  .ecome-heading.style5 h1 {
    padding-right: 33px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 480px) {
  .ecome-heading.style5v2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ededed;
  }
}

.ecome-heading.style5v2 h1 {
  margin: 13px 0;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 480px) {
  .ecome-heading.style5v2 h1 {
    padding-right: 40px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 480px) {
  .ecome-heading.style5v3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ededed;
  }
}

.ecome-heading.style5v3 h1 {
  margin: 13px 0;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 480px) {
  .ecome-heading.style5v3 h1 {
    padding-right: 30px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 812px) {
  .ecome-heading.style4 {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .ecome-heading.style4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ededed;
  }
}

.ecome-heading.spc3 {
  margin-bottom: 53px;
}

.ecome-heading.spc4 {
  margin-bottom: 55px;
}

.ecome-heading.spc5 {
  margin-bottom: 43px;
}

.ecome-heading.spc5v2 {
  margin-bottom: 55px;
}

@media (min-width: 1025px) {
  .ecome-heading.spc5v2 {
    margin-bottom: 77px;
  }
}

.ecome-heading.spc5v3 {
  margin-bottom: 46px;
}

.ecome-info {
  color: #666666;
  margin-top: -3px;
}

.ecome-info.spc1 {
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .ecome-info.spc1 {
    margin-bottom: 67px;
  }
}

.ecome-info.spc3 {
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .ecome-info.spc3 {
    margin-bottom: 91px;
  }
}

.ecome-info.spc2 {
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .ecome-info.spc2 {
    margin-bottom: 73px;
  }
}

.owl-custom-dots.v2 .owl-dots {
  background: #fff;
}

.owl-custom-dots .owl-dots {
  border: 1px solid #eaeaea;
  margin: 0 auto;
  border-radius: 5px;
  padding: 8px 11px;
  display: table;
}

.owl-custom-dots.owl-theme .owl-dots .owl-dot {
  vertical-align: middle;
}

.owl-custom-dots.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #333333;
  opacity: 0.21;
}

.owl-custom-dots.owl-theme .owl-dots .owl-dot.active span, .owl-custom-dots.owl-theme .owl-dots .owl-dot:hover span {
  background: #333333;
  opacity: 1;
}

/*
    5.5. Single product detail page
 */

.e-product-button {
  width: 59px;
  height: 59px;
  line-height: 54px;
  border: 2px solid #eaeaea;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  left: 17px;
  cursor: pointer;
}

.e-product-button span {
  font-weight: bold;
}

.e-threed-view .nav_bar a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  text-indent: unset;
  background: #fff;
}

.e-threed-view .nav_bar a:after {
  font-size: 26px;
  font-family: "ionicons";
}

.e-threed-view .nav_bar .nav_bar_previous:after {
  content: "\f3d2";
}

.e-threed-view .nav_bar .nav_bar_play:after {
  content: "\f487";
}

.e-threed-view .nav_bar .nav_bar_next:after {
  content: "\f3d3";
}

.e-threed-view .nav_bar .nav_bar_stop:after {
  content: "\f24f";
}

.product-360-view-wrapper {
  position: relative;
  max-width: 800px;
  margin: 100px auto;
}

.e-threed-view:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 50%;
  z-index: 5;
  border-bottom: 5px solid rgba(175, 175, 175, 0.15);
  border-top: 2px solid rgba(175, 175, 175, 0.05);
  border-right: 2px solid rgba(175, 175, 175, 0.1);
  border-left: 2px solid rgba(175, 175, 175, 0.1);
  border-radius: 50%;
}

.e-threed-view .nav_bar {
  bottom: 20px;
  z-index: 11;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.entry-info h3 {
  font-size: 18px;
  padding-bottom: 16px;
  margin-bottom: 0px;
  font-weight: normal;
  position: relative;
}

@media (max-width: 767px) {
  .entry-info h3 {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .entry-info h3 {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
}

.entry-info h3:before {
  border-bottom: 1px solid transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
  border: 0;
}

@media (min-width: 767px) {
  .entry-info h3:before {
    border-bottom: 1px solid transparent;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 85px;
    border-bottom: 1px solid transparent;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    width: 85px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
    background: linear-gradient(90deg, #c467f5, #53f3ff);
    border: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.entry-title {
  font-weight: 300;
  position: relative;
}

.entry-title.spc {
  padding-bottom: 24px;
  margin-bottom: 30px;
  padding-top: 24px;
}

@media (min-width: 1025px) {
  .entry-title {
    font-size: 30px;
    line-height: 40px;
  }
  .entry-title.spc {
    padding-bottom: 34px;
    margin-bottom: 57px;
    padding-top: 32px;
  }
}

.entry-title:before {
  border-bottom: 1px solid transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 85px;
  border: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
}

.entry-title.v2:before {
  content: none;
}

@media (min-width: 1025px) {
  .s-50 {
    width: 50%;
  }
  .single-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .single-product-feature {
    padding-left: 0px;
    padding-right: 15px;
  }
}

@media (min-width: 1367px) {
  .single-product-feature {
    padding-left: 84px;
  }
}

.s-50 {
  width: 100%;
}

.hot-line {
  margin-top: 20px;
  background: -webkit-gradient(linear, left top, right top, from(var(--sec-main-color)), to(var(--main-color)));
  background: linear-gradient(to right, var(--sec-main-color), var(--main-color));
  border-radius: 10px;
  padding: 2px;
}

.hot-line>p {
  background: #fff;
  display: block;
  border-radius: 9px 9px 0 0;
  padding: 15px 17px 1px 17px;
  color: #666666;
}

.hot-line .tele {
  background: #fff;
  border-radius: 0 0 9px 9px;
  padding: 0px 0px 16px 17px;
  font-size: 22px;
  font-weight: 300;
}

.hot-line .tele img {
  margin-right: 15px;
}

.single-feature-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-left: 23px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 1367px) {
  .single-feature-box {
    padding-right: 45px;
  }
}

.single-feature-box:last-child {
  border-bottom: 0;
}

.single-feature-box:first-child .single-feature-img {
  width: 70px;
}

.single-feature-box .single-feature-img {
  margin-right: 15px;
}

.single-feature-box .single-feature-img img {
  opacity: 0.3;
}

.single-feature-box .single-feature-info h3 {
  font-size: 14px;
  margin-bottom: 7px;
}

.single-feature-box .single-feature-info p {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}

.e-qa {
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-top: 70px;
  margin-bottom: 40px;
}

@media (min-width: 1681px) {
  .e-qa {
    padding-left: 80px;
    padding-right: 80px;
  }
  .e-qa .row {
    margin-right: -20px;
    margin-right: -20px;
  }
  .e-qa [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  .e-qa {
    padding-bottom: 79px;
    margin-top: 93px;
  }
  .e-qa.v2 {
    margin-top: 60px;
    padding-bottom: 44px;
    margin-bottom: 87px;
  }
}

.e-qa .form_newsletter {
  position: relative;
}

.e-qa .form_newsletter .form-control {
  height: 63px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  background: #fff;
  padding-left: 37px;
}

.e-qa .form_newsletter .form-control::-webkit-input-placeholder {
  color: 14px;
  font-size: #999999;
}

.e-qa .form_newsletter .form-control:-moz-placeholder {
  color: 14px;
  font-size: #999999;
}

.e-qa .form_newsletter .form-control::-moz-placeholder {
  color: 14px;
  font-size: #999999;
}

.e-qa .form_newsletter .form-control:-ms-input-placeholder {
  color: 14px;
  font-size: #999999;
}

@media (min-width: 480px) {
  .e-qa .form_newsletter .button_mini {
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 0;
  }
}

.e-qa .form_newsletter .button_mini.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: normal;
  height: 63px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  width: 176px;
  line-height: 54px;
}

@media (min-width: 480px) {
  .e-qa .form_newsletter .button_mini.btn {
    border-radius: 0 5px 5px 0;
  }
}

@media (max-width: 480px) {
  .e-qa .form_newsletter .button_mini.btn {
    margin-top: 15px;
    width: 100%;
  }
}

.e-qa .form_newsletter .button_mini.btn i {
  margin-right: 10px;
}

.btn-qa {
  width: 275px;
  height: 55px;
  line-height: 55px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
  background: #333333;
  border-radius: 5px;
  margin: 34px auto 67px auto;
}

@media (max-width: 480px) {
  .btn-qa {
    margin: 20px auto 40px auto;
  }
}

.btn-qa i {
  margin-right: 10px;
}

.qa-icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #ececec;
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 812px) {
  .qa-icon {
    display: none;
  }
}

.qa-element {
  padding: 30px 0;
  border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 1025px) {
  .qa-element {
    padding-top: 48px;
    padding-bottom: 42px;
  }
}

.qa-element:last-child {
  border-bottom: 0;
}

.qa-element:first-child {
  padding-top: 30px;
}

.qa-element h3 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .qa-element h3 {
    max-width: 230px;
  }
}

@media (min-width: 1025px) {
  .qa-element h3 {
    max-width: 100%;
  }
}

.qa-element p {
  color: #666666;
  line-height: 26px;
}

@media (min-width: 768px) {
  .qa-element p {
    max-width: 360px;
  }
}

@media (min-width: 813px) {
  .qa-element p {
    height: 80px;
  }
}

@media (min-width: 1025px) {
  .qa-element p {
    max-width: 475px;
  }
}

@media (min-width: 1681px) {
  .qa-element p {
    max-width: 514px;
  }
}

@media (min-width: 813px) {
  .qa-answer>* {
    display: inline-block;
  }
}

.qa-quest {
  margin-bottom: 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qa-quest .qa-icon {
  margin-left: 19px;
}

.qa-answer>* {
  vertical-align: top;
}

.breadcrumb {
  margin: 35px 0;
}

.breadcrumb>li>a {
  color: #000;
}

.breadcrumb .active {
  color: #666666;
}

@media (min-width: 1681px) {
  .breadcrumb.v2 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1025px) {
  .breadcrumb.v3 {
    margin: 42px 0;
  }
}

.breadcrumb.v4 {
  margin: 24px 0;
}

.add-cart, .tab-desc .product-info-ver2 .btn-download {
  width: 237px;
  height: 54px;
  line-height: 54px;
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-right: 13px;
}

.add-cart:hover, .tab-desc .product-info-ver2 .btn-download:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (min-width: 1025px) {
  .product-bundle .breadcrumb {
    margin-top: 38px;
    margin-bottom: 48px;
  }
}

@media (max-width: 480px) {
  .product-bundle .bundle .row.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1681px) {
  .single-product-detail [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-product-detail .row {
    margin-right: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .single-product-detail.v2 [class*="col-"] {
    width: 50%;
  }
}

@media (min-width: 1367px) {
  .single-product-detail.v2 [class*="col-"]:last-child {
    padding-right: 0;
  }
}

.single-product-detail .product-images {
  position: relative;
}

@media (max-width: 1366px) {
  .single-product-detail .product-images img {
    width: auto;
    height: 320px;
    margin: 0 auto;
  }
}

.single-product-detail .single-product-info label {
  font-weight: normal;
  margin-bottom: 0;
}

.single-product-detail .single-product-info .product-rating {
  margin-bottom: 16px;
}

.single-product-detail .single-product-info .product-title {
  font-size: 24px;
  font-weight: normal;
}

.single-product-detail .single-product-info .product-price {
  margin: 10px 0 10px 0;
}

.single-product-detail .single-product-info .product-price span {
  font-size: 30px;
  color: #666666;
}

.single-product-detail .single-product-info .product-price span.old {
  font-size: 16px;
  text-decoration: line-through;
  color: #a4a4a4;
  margin-right: 5px;
}

.single-product-detail .single-product-info .availability {
  margin-bottom: 15px;
}

.single-product-detail .single-product-info .availability .product-inventory label {
  color: #999999;
}

.single-product-detail .single-product-info .availability .product-inventory span {
  color: #5cb85c;
  font-weight: bold;
}

.single-product-detail .single-product-info .product-brand {
  margin-bottom: 27px;
}

.single-product-detail .single-product-info .product-brand p {
  margin-bottom: 13px;
}

.single-product-detail .single-product-info .product-sku {
  margin-bottom: 26px;
}

.single-product-detail .single-product-info .product-sku span {
  color: #999999;
}

.single-product-detail .single-product-info .product-sku .desc-list {
  margin-bottom: 26px;
}

.single-product-detail .single-product-info .short-desc {
  margin-bottom: 23px;
}

.single-product-detail .single-product-info .product-desc {
  color: #666666;
  line-height: 21.99px;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .single-product-detail .single-product-info .product-desc {
    max-width: 328px;
  }
}

.single-product-detail .single-product-info .color-group {
  margin-bottom: 34px;
}

.single-product-detail .single-product-info .color-group label {
  vertical-align: middle;
}

.single-product-detail .single-product-info .color-group .circle {
  vertical-align: middle;
}

.single-product-detail .single-product-info .product-tags a {
  color: #999999;
}

.single-product-detail .single-product-info .product-tags a:hover {
  color: #333333;
}

.single-product-detail .single-product-info .single-product-button-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.single-product-detail .single-product-info .single-product-button-group .e-btn {
    margin-right: 11px;
    direction: rtl;
}

.single-product-detail .single-product-info .single-product-button-group .e-btn:last-child {
  margin-right: 0;
}

@media (max-width: 480px) {
  .single-product-detail .single-product-info .single-product-button-group .e-btn:last-child {
    display: none;
  }
}

.single-product-detail .single-product-info .cart-qtt {
  width: 100%;
  height: 47px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-radius: 5px;
  padding-left: 19px;
  padding-right: 15px;
  align-items: center;
}

.single-product-detail .single-product-info .cart-qtt .btn-add-cart {
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product-detail .single-product-info .cart-qtt .btn-add-cart span {
  margin-right: 8px;
}

.single-product-detail .single-product-info .cart-qtt .btn-add-cart.btn-outofstock {
  color: #333333;
  text-align: center;
  display: block;
}

.single-product-detail .single-product-info .cart-qtt .btn-add-cart.btn-amazon {
  text-align: center;
  display: block;
}

.single-product-detail .single-product-info .cart-qtt.no-qtt {
  padding: 0;
  border: 2px solid #eaeaea;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: block;
  line-height: 43px;
}

.single-product-detail .single-product-info .cart-qtt.no-qtt.v2 {
  border: 0;
  width: 174px;
  line-height: 47px;
}

.single-product-detail .single-product-info .cart-qtt.no-qtt.v3 {
  border: 0;
  width: 148px;
  line-height: 47px;
}

.single-product-detail .single-product-info .btn-icon {
  width: 49px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.single-product-detail .single-product-info .e-quantity {
  width: 65px;
  height: 39px;
  text-align: left;
  margin-right: 0;
  position: relative;
  background: #fff;
  color: #333333;
  border-radius: 5px;
}

.single-product-detail .single-product-info .e-quantity input[type=number]::-webkit-inner-spin-button, .single-product-detail .single-product-info .e-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.single-product-detail .single-product-info .e-quantity input.input-text[type=number] {
  width: 100%;
  border: 0;
  height: 39px;
  background: 0 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.single-product-detail .single-product-info .e-quantity .tc {
  top: 0;
  right: 0;
  width: 20px;
  position: absolute;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.single-product-detail .single-product-info .e-quantity .tc a {
  height: 10px;
  line-height: 30px;
  color: #bfbfbf;
  cursor: pointer;
}

.single-product-detail .single-product-info .share-social {
  text-align: right;
}

@media (max-width: 768px) {
  .single-product-detail .single-product-info .share-social {
    text-align: unset;
  }
}

.single-product-detail .single-product-info .share-social span {
  font-weight: 500;
  text-decoration: underline;
}

.single-product-detail .single-product-info .share-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #f3f3f3;
  margin: 0 5px;
}

.single-product-detail .single-product-info .share-social a:last-child {
  margin-right: 0;
}

.single-product-detail .single-product-info .mobile-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media (max-width: 768px) {
  .share-social {
    text-align: unset;
  }
}

.share-social span {
  font-weight: 500;
  text-decoration: underline;
}

.share-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #f3f3f3;
  margin: 0 5px;
}

.share-social a:last-child {
  margin-right: 0;
}

.single-product-tab .nav-tabs {
  background: #fff;
  margin: 0 auto;
  margin-bottom: 29px;
}

@media (min-width: 480px) {
  .single-product-tab .nav-tabs {
    width: 439px;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    height: 57px;
    line-height: 57px;
  }
}

.single-product-tab .nav-tabs.v2 {
  margin-bottom: 17px;
}

.single-product-tab .nav-tabs.v3 {
  margin-bottom: 60px;
}

.single-product-tab .nav-tabs>li {
  float: none;
  display: inline-block;
  text-align: center;
}

.single-product-tab .nav-tabs>li>a {
  border: 0;
  font-size: 18px;
  font-weight: 500;
  color: #999;
  margin: 0;
  padding: 8px 26px;
}

@media (max-width: 480px) {
  .single-product-tab .nav-tabs>li>a {
    padding: 0;
  }
}

.single-product-tab .nav-tabs>li>a:hover {
  border: 0;
}

.single-product-tab .nav-tabs>li>a:before {
  border-right: 1px solid #dadada;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .single-product-tab .nav-tabs>li>a:before {
    content: none;
  }
}

@media (max-width: 480px) {
  .single-product-tab .nav-tabs>li {
    display: block;
  }
}

.single-product-tab .nav-tabs>li:first-child>a {
  padding-left: 0;
}

.single-product-tab .nav-tabs>li:first-child>a:before {
  content: none;
}

.single-product-tab .nav-tabs>li:last-child>a {
  padding-right: 0;
}

.single-product-tab .nav-tabs li.active>a {
  background-color: transparent;
  border: 0;
  color: #333;
}

.single-product-tab .nav-tabs li.active:hover {
  border: 0;
}

.single-product-tab .nav-tabs.nav-space {
  margin-bottom: 67px;
}

.single-product-tab .tab-content p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}

@media (max-width: 767px) {
  .single-product-tab .tab-content p {
    padding: 20px 0;
  }
}

.single-product-tab .tab-content .p-center {
  text-align: center;
}

@media (min-width: 1025px) {
  .single-product-tab .tab-content .p-center {
    width: 756px;
    margin: 0 auto;
  }
}

.entry-content {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .entry-content {
    padding: 0 15px;
  }
}

.entry-content .entry-img-first {
  padding: 0 30px;
}

@media (min-width: 1681px) {
  .entry-content .entry-img-first {
    padding-left: 78px;
    padding-right: 78px;
  }
  .entry-content .entry-img-first.v2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 480px) {
  .entry-content .entry-element {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.entry-content .entry-element h3 {
  font-size: 18px;
  padding-bottom: 16px;
  margin-bottom: 0px;
  font-weight: normal;
  position: relative;
}

@media (min-width: 480px) {
  .entry-content .entry-element h3 {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
}

.entry-content .entry-element h3:before {
  border-bottom: 1px solid transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 85px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, var(--sec-main-color), #57eeff);
  border-image: -webkit-gradient(linear, left top, right top, from(var(--sec-main-color)), to(#57eeff));
  border-image: linear-gradient(to right, var(--sec-main-color), #57eeff);
  border-image-slice: 1;
}

@media (min-width: 480px) {
  .entry-content .entry-element h3:before {
    border-bottom: 1px solid transparent;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 85px;
    -webkit-transform: none;
    transform: none;
  }
}

.entry-content .entry-element p {
  line-height: 26px;
}

.entry-content .entry-element .entry-img {
  width: 45.001%;
}

@media (max-width: 480px) {
  .entry-content .entry-element .entry-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.entry-content .entry-element .entry-info {
  width: 54.999%;
}

@media (max-width: 480px) {
  .entry-content .entry-element .entry-info {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .entry-content .entry-element.v2 .entry-img {
    width: 57%;
  }
}

@media (min-width: 480px) {
  .entry-content .entry-element.v2 .entry-info {
    width: 43%;
  }
}

.entry-content.active::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(transparent, #fff);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 600px;
  opacity: .7;
  z-index: 3;
  height: 200px;
}

@media (min-width: 1025px) {
  .entry-content.active::before {
    height: 500px;
  }
}

@media (min-width: 1025px) {
  .entry-inside {
    padding-left: 200px;
    padding-right: 200px;
  }
  .entry-inside.v2 {
    padding: 0 78px;
  }
  .entry-inside.v3 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .entry-inside.v4 {
    padding: 0 350px;
  }
}

@media (min-width: 1681px) {
  .entry-inside.v4 {
    padding: 0 455px;
  }
}

.entry-inside.v3 .entry-middle {
  padding: 30px 0;
}

@media (min-width: 1025px) {
  .entry-inside.v3 .entry-middle {
    padding-top: 84px;
    padding-bottom: 76px;
  }
}

@media (max-width: 480px) {
  .entry-element {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 15px;
    text-align: center;
  }
}

.entry-element:first-child {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 69px;
  padding-bottom: 82px;
}

@media (max-width: 480px) {
  .entry-element:first-child {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}

@media (min-width: 480px) {
  .entry-element:first-child .entry-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.entry-element:last-child {
  padding-top: 80px;
  padding-bottom: 92px;
}

@media (max-width: 480px) {
  .entry-element:last-child {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (min-width: 480px) {
  .entry-element:last-child .entry-info {
    text-align: right;
  }
}

@media (min-width: 480px) {
  .entry-element:last-child .entry-info h3:before {
    left: unset;
    border-bottom: 1px solid transparent;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    width: 85px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
    background: linear-gradient(90deg, #c467f5, #53f3ff);
    border: 0;
  }
}

.entry-element.v2:first-child {
  padding-top: 49px;
}

.information {
  background: #303030;
  padding: 20px 0;
}

@media (min-width: 1025px) {
  .information {
    line-height: 84px;
    height: 84px;
    padding: 0;
  }
}

.information ul>li {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #a5a5a5;
  text-align: center;
}

@media (min-width: 1025px) {
  .information ul>li {
    width: 33.33333%;
    float: left;
  }
}

.information ul>li span {
  color: #fff;
}

.information ul>li a {
  color: #a5a5a5;
}

.information ul>li a:hover {
  color: #777;
}

@media (min-width: 1025px) {
  .information ul .info-left {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .information ul .info-right {
    text-align: left;
  }
}

.product-related {
  padding: 92px 0 25px 0;
}

.product-related .title {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin: 0 0 56px;
  padding-bottom: 12px;
}

.product-related .title:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 73px;
}

.product-related .owl-nav>div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (max-width: 1024px) {
  .product-related .owl-nav>div {
    opacity: 1;
  }
}

.product-related:hover .owl-nav>div {
  opacity: 1;
}

.product-related .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  border-radius: 0;
}

.product-related .owl-nav>div.owl-prev {
  right: auto;
  left: 0;
}

.product-related .owl-nav>div.owl-next {
  right: 0;
  left: auto;
}

.single-product-detail.single-product-fullwidth .product-images {
  margin-bottom: 30px;
}

.single-product-detail.single-product-fullwidth .single-product-info {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 1025px) {
  .single-product-detail.single-product-fullwidth .single-product-info {
    width: 1170px;
  }
}

.single-product-detail.single-product-fullwidth .single-product-info .product-cate {
  margin-bottom: 16px;
}

.single-product-detail.single-product-fullwidth .single-product-info .product-rating {
  margin-bottom: 16px;
}

.single-product-detail.single-product-fullwidth .single-product-info .product-title {
  margin-bottom: 0;
}

.single-product-detail.single-product-fullwidth .single-product-info .rating-star .icon-rating {
  margin-right: 10px;
  display: inline;
  float: none;
}

.single-product-detail.single-product-fullwidth .single-product-info .action .quantity {
  float: none;
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 480px) {
  .single-product-detail.single-product-fullwidth .single-product-info .action .link-ver1 {
    float: none;
  }
}

.single-product-detail.single-product-fullwidth .single-product-info .share-social {
  text-align: center;
  margin: 60px 0;
}

.single-product-detail.single-product-fullwidth .single-product-info .product-desc {
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .single-product-detail.single-product-fullwidth .single-product-info .product-desc {
    max-width: 930px;
  }
}

.single-product-detail.single-product-fullwidth .single-product-info .action .quantity {
  float: none;
}

.single-product-detail.single-product-fullwidth .single-product-info .action .add-cart, .single-product-detail.single-product-fullwidth .single-product-info .action .tab-desc .product-info-ver2 .btn-download, .tab-desc .product-info-ver2 .single-product-detail.single-product-fullwidth .single-product-info .action .btn-download {
  display: block;
  margin: 18px auto;
}

.multiple-img-list {
  margin: 0 auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .multiple-img-list {
    left: 0;
    right: 0;
    bottom: 45px;
    width: 365px;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .multiple-img-list {
    margin-top: 15px;
  }
}

.multiple-img-list .product-col {
  float: left;
  width: 33.33333%;
  padding: 0 6px;
}

@media (max-width: 767px) {
  .multiple-img-list .product-col {
    padding: 0;
  }
}

.multiple-img-list .product-col .img {
  border: 4px solid #fff;
  opacity: 0.6;
}

.multiple-img-list .product-col .img.active {
  opacity: 1;
}

.multiple-img-list-ver2 {
  position: relative;
}

.multiple-img-list-ver2.slick-vertical .slick-slide {
  border-radius: 10px;
}

.multiple-img-list-ver2.v2 .slick-slide {
  border-radius: 10px;
}

@media (max-width: 1366px) {
  .multiple-img-list-ver2 {
    margin: 0 -4px;
  }
}

@media (min-width: 1367px) {
  .multiple-img-list-ver2 {
    width: 16.6666%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 12px;
  }
  .multiple-img-list-ver2.v2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-right: 12px;
  }
  .multiple-img-list-ver2 .img img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .multiple-img-list-ver2 .slick-slide img {
    display: inline-block;
  }
  .multiple-img-list-ver2 .product-col .img {
    display: inline-block;
  }
}

.multiple-img-list-ver2 .product-col {
  margin-bottom: 10px;
}

.multiple-img-list-ver2 .product-col.v2 {
  margin-bottom: 14px;
}

@media (max-width: 1366px) {
  .multiple-img-list-ver2 .product-col {
    margin-top: 30px;
    width: 108px;
    padding: 0 4px;
  }
  .multiple-img-list-ver2 .product-col .img img {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    opacity: .5;
    height: 150px;
    object-fit: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.multiple-img-list-ver2 .product-col.slick-current img {
  opacity: 1;
}

.main-img a {
  border-radius: 10px;
  overflow: hidden;
}

.main-img img {
  border-radius: 10px;
}

.main-img.v2 a {
  border-radius: 0;
  border: 0;
}

.main-img.v2 img {
  border-radius: 0;
}

.product-images {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}

@media (min-width: 1367px) {
  .product-images {
    width: 81.5555%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-images.v2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    border: 0;
  }
}

@media (max-width: 1366px) {
  .product-img-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.action {
  margin: 30px 0 30px 0;
}

.action.v2 {
  margin: 0 0 30px 0;
}

.action.v3 {
  margin: 20px 0 20px 0;
}

.action.v4 {
  margin: 40px 0 40px 0;
}

.action.v5 {
  margin: 30px 0 40px 0;
}

.action.v6 {
  margin: 40px 0 20px 0;
}

.action.v7 {
  margin: 0;
}

.btn-video, .btn-360 {
  height: 42px;
  line-height: 42px;
  font-size: 11px;
  letter-spacing: 0.3em;
}

.btn-video a, .btn-360 a {
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  color: #000000;
  display: inline-block;
  font-weight: 500;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
}

.btn-video a:before, .btn-360 a:before {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  content: "\F0da";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  height: 38px;
  letter-spacing: -3px;
  line-height: 38px;
  margin-right: -22px;
  margin-right: 13px;
  text-align: center;
  vertical-align: middle;
  width: 38px;
}

.btn-360 a:before {
  content: "\e098";
  font-family: simple-line-icons;
}

.single-product-tab .product-info-ver2 {
  max-width: 485px;
}

.single-product-tab .product-info-ver2.v2 {
  max-width: 379px;
}

.single-product-tab .product-info-ver2.v3 {
  max-width: 385px;
}

@media (max-width: 767px) {
  .single-product-tab .product-info-ver2 {
    margin: 0 auto;
  }
}

.single-product-tab .product-info-ver2 .product-title {
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
  color: #000;
}

@media (max-width: 767px) {
  .single-product-tab .product-info-ver2 .product-title {
    font-size: 20px;
  }
}

.single-product-tab .product-info-ver2 .product-title a {
  font-size: 30px;
  color: #000;
}

@media (max-width: 767px) {
  .single-product-tab .product-info-ver2 .product-title a {
    font-size: 20px;
  }
}

.single-product-tab .product-info-ver2 .product-title:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 73px;
}

.single-product-tab .product-info-ver2 .product-title.ver2:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 73px;
}

.single-product-tab .product-info-ver2 .product-title.ver3:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 73px;
  left: unset;
}

@media (max-width: 1024px) {
  .single-product-tab .product-info-ver2 .product-title.ver3:before {
    margin: 0 auto;
    left: 0;
  }
}

@media (min-width: 1025px) {
  .single-product-tab .product-info-ver2 .product-title.swith {
    max-width: 287px;
    margin: 0 auto;
  }
}

.single-product-tab .product-info-ver2 .product-title.space-pm {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.single-product-tab .product-info-ver2 .product-desc.center {
  margin: 0 auto;
}

.single-product-tab .product-info-ver2.center {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .single-product-tab .product-info-ver2.center {
    padding: 30px 0;
  }
}

@media (min-width: 1025px) {
  .single-product-tab .product-info-ver2.right {
    text-align: right;
    float: right;
  }
}

.tab-bg img {
  width: 100%;
}

@media (min-width: 1025px) {
  .flex-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.tab-desc {
  display: inline-block;
  vertical-align: bottom;
}

.tab-desc [class*="col-"] {
  padding: 0;
}

@media (min-width: 1025px) {
  .tab-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #171717;
  }
}

.tab-desc .column-1 {
  background: #171717;
}

.tab-desc .product-info-ver2 .product-title {
  position: relative;
  max-width: 348px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.tab-desc .product-info-ver2 .product-title a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .tab-desc .product-info-ver2 .product-title a {
    font-size: 20px;
  }
}

.tab-desc .product-info-ver2 .product-title:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 73px;
}

.tab-desc .product-info-ver2 .product-desc {
  padding: 0 0 45px 0;
}

.tab-desc .product-info-ver2 .btn-download {
  background: var(--a-clicked-color);
  margin-right: 0;
}

.single-product-detail .single-product-info .group-info .product-title a {
  font-size: 16px;
  color: var(--a-clicked-color);
}

.single-product-detail .single-product-info .group-info .product-price {
  margin: 0;
}

.single-product-detail .single-product-info .group-info .product-price span {
  font-size: 14px;
  color: #a4a4a4;
}

@media (max-width: 480px) {
  .single-product-detail .single-product-info .group-item .quantity {
    float: none;
  }
}

.tab-group:first-child {
  background: #f8f8f8;
}

.tab-group:nth-child(2n+1) {
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .tab-group .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tab-group .product-info-ver2 .product-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.tab-group .product-info-ver2 .product-title a {
  font-size: 30px;
  color: #000;
}

.tab-group .product-info-ver2 .product-title:before {
  border-bottom: 1px solid var(--a-clicked-color);
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 73px;
}

.tab-group .product-info-ver2 .product-desc {
  max-width: 379px;
  text-align: left;
  margin: unset;
}

.tab-simple>[class*="col-"] {
  padding: 0;
}

.tab-simple .product-images {
  position: relative;
}

@media (min-width: 1024px) {
  .tab-simple .tab-simple-content {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 42px;
    z-index: 1;
  }
}

@media (min-width: 1500px) {
  .tab-simple .tab-simple-content {
    width: 1669px;
    bottom: 96px;
  }
}

@media (min-width: 1024px) {
  .tab-simple .tab-simple-content .product-info-ver2 h3 a {
    color: #fff;
  }
}

.tab-simple .createdby {
  font-size: 80px;
  font-family: "Playfair Display";
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1366px) {
  .tab-simple .createdby {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .tab-simple .createdby {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .tab-simple .createdby {
    font-size: 14px;
  }
}

.tab-simple .createdby span {
  font-style: italic;
  font-weight: normal;
}

.tab-variable {
  display: inline-block;
  vertical-align: bottom;
}

.tab-variable>[class*="col-"] {
  padding: 0;
}

@media (min-width: 768px) {
  .tab-variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tab-variable:nth-child(2n+1) {
  background: #f8f8f8;
}

@media (min-width: 1500px) {
  .tab-variable-col {
    width: 100%;
    padding: 165px 175px 193px 175px;
  }
}

.tab-variable-col .product-info-ver2 {
  padding: 35px 0;
}

.tab-variable-col .product-info-ver2:first-child {
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 1024px) {
  .tab-variable-col .product-info-ver2 {
    margin: 0 auto;
    text-align: center;
  }
  .tab-variable-col .product-info-ver2 .product-title:before {
    margin: 0 auto;
    right: 0;
  }
}

.product-aff {
  margin-bottom: 70px;
}

.single-product-tab {
  margin-top: 90px;
}

@media (max-width: 480px) {
  .single-product-tab {
    margin-top: 30px;
  }
  .single-product-tab .cmt-title.abs {
    top: 0;
    padding: 10px 0;
  }
}

.single-product-tab.ver2 {
  margin-bottom: 0px;
}

@media (min-width: 480px) {
  .single-product-tab.ver3 {
    margin-top: 106px;
  }
}

.single-product-tab .tab-content {
  position: relative;
}

.single-product-tab .entry-button {
  z-index: 4;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}

.single-product-tab .entry-button.active {
  background-image: unset;
}

.single-product-tab .entry-button .btn-show {
  background: #fff;
  font-size: 12px;
  color: #999;
  width: 112px;
  line-height: 32px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border: 1px solid #eaeaea;
  font-weight: 500;
  border-radius: 5px;
}

.single-product-tab .entry-button .btn-show i {
  margin-right: 5px;
}

.single-product-tab .product-info-ver2.v2 .product-title {
  margin-bottom: 25px;
}

.single-product-left .product-images {
  margin-bottom: 30px;
}

@media (min-width: 1500px) {
  .single-product-info.v2 {
    padding-left: 69px;
  }
}

.single-product-right {
  max-width: 555px;
  position: static;
}

/* The sticky */

@media (min-width: 768px) {
  .sticky.fixed {
    height: 532px;
    max-width: 490px;
    position: fixed;
    top: 130px;
    z-index: auto;
  }
}

.single-product-space {
  margin-bottom: 75px;
}

.single-product-space.v2 {
  margin-bottom: 90px;
}

.single-product-space.v3 {
  margin-bottom: 40px;
}

.single-product-tab .nav>li>a {
  padding-bottom: 5px;
}

@media (max-width: 320px) {
  #my360 .modal-dialog {
    margin: 5px;
  }
}

.product-grouped {
  padding-top: 13px;
  padding-bottom: 30px;
}

.single-product-detail .single-product-info .product-grouped .e-quantity input.input-text[type=number] {
  border-radius: 5px;
  border: 2px solid #eaeaea;
}

.group-title {
  margin-right: 15px;
}

.group-title h3 {
  font-size: 14px;
  line-height: 22px;
}

.group-price {
  color: #ff5050;
  font-weight: 500;
}

.product-grouped-element:first-child {
  margin-bottom: 19px;
}

.bundle-title {
  font-size: 18px;
}

.bundle-title.spc {
  padding-bottom: 33px;
  padding-top: 47px;
}

@media (max-width: 480px) {
  .bundle-title.spc {
    padding-bottom: 15px;
    padding-top: 25px;
  }
}

@media (min-width: 1025px) {
  .bundle-product {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .bundle-product {
    margin-right: -23px;
    margin-right: -23px;
  }
}

.bundle-product .bundle-product-img {
  position: relative;
}

@media (min-width: 768px) {
  .bundle-product .bundle-product-img {
    max-width: 193px;
    padding-left: 23px;
    padding-right: 23px;
  }
}

.bundle-product .bundle-product-img:before {
  content: "\f218";
  font-family: 'ionicons', sans-serif;
  color: #999999;
  position: absolute;
  top: 50%;
  left: -6px;
}

.bundle-product .bundle-product-img:first-child:before {
  content: none;
}

.product-bundle-list.spc {
  padding-top: 27px;
  padding-bottom: 48px;
}

@media (max-width: 480px) {
  .product-bundle-list.spc {
    padding-bottom: 25px;
  }
}

.product-bundle-list input {
  display: none;
}

.product-bundle-list input[type="checkbox"]:checked+label:before {
  content: "\f192";
  color: #000000;
}

.product-bundle-list label {
  width: 100%;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}

.product-bundle-list label:before {
  content: "\f10c";
  display: inline-block;
  width: 14px;
  height: 14px;
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 15px;
  color: #d7d7d7;
}

@media (max-width: 480px) {
  .product-bundle-list label:before {
    margin-right: 5px;
  }
}

.product-bundle-list .bundle-price {
  color: #ff5050;
  font-size: 18px;
}

.bundle-info .bundle-price {
  color: #ff5050;
  font-size: 30px;
  margin-bottom: 5px;
  display: inline-block;
}

.bundle-info .bundle-total {
  color: #999999;
  margin-bottom: 25px;
}

.bundle-info .btn-addcart {
  font-weight: 500;
  width: 210px;
  height: 47px;
  line-height: 46px;
  text-align: center;
  background: #f3f3f3;
  display: inline-block;
  border-radius: 5px;
}

.bundle-left {
  padding-left: 15px;
}

@media (min-width: 1025px) {
  .bundle-left {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .bundle-info {
    padding-bottom: 30px;
  }
}

.bundle {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .bundle {
    margin-top: 65px;
  }
}

@media (min-width: 480px) {
  .bundle .bdl:before {
    background: #e8e8e8;
    content: "";
    height: 100%;
    right: -15px;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

@media (min-width: 1681px) {
  .bundle .bdl:before {
    right: -20px;
  }
}

@media (min-width: 1681px) {
  .bundle [class*="col-md-9"] {
    width: 72%;
  }
  .bundle [class*="col-md-3"] {
    width: 28%;
  }
}

/*
	5.4. Newsletter 
 */

.newsletter {
  padding-top: 125px;
  padding-bottom: 160px;
  background-size: cover;
}

@media (max-width: 767px) {
  .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.newsletter.ver2 {
  background: #f6f6f6;
}

.newsletter-title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .newsletter-title {
    font-size: 22px;
  }
}

.newsletter-title.ver2 {
  color: #000;
}

.newsletter-content {
  max-width: 520px;
  margin: 0 auto;
}

.newsletter-content .form-group {
  position: relative;
}

.newsletter-content .form-control {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0.16)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  height: 52px;
}

.newsletter-content .form-control::-webkit-input-placeholder {
  color: #fffefe;
  font-size: "14px";
}

.newsletter-content .form-control:-moz-placeholder {
  color: #fffefe;
  font-size: "14px";
}

.newsletter-content .form-control::-moz-placeholder {
  color: #fffefe;
  font-size: "14px";
}

.newsletter-content .form-control:-ms-input-placeholder {
  color: #fffefe;
  font-size: "14px";
}

@media (min-width: 768px) {
  .newsletter-content .form-control {
    width: 420px;
    padding-left: 30px;
  }
}

.newsletter-content .form-control.ver2 {
  background: transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.newsletter-content .form-control.ver2::-webkit-input-placeholder {
  color: #000;
  font-size: "14px";
}

.newsletter-content .form-control.ver2:-moz-placeholder {
  color: #000;
  font-size: "14px";
}

.newsletter-content .form-control.ver2::-moz-placeholder {
  color: #000;
  font-size: "14px";
}

.newsletter-content .form-control.ver2:-ms-input-placeholder {
  color: #000;
  font-size: "14px";
}

.newsletter-content .btn-newsletter {
  position: absolute;
  width: 77px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #000;
  background: #fbfbfb;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  right: 0;
}

.newsletter-content .btn-newsletter.ver2 {
  width: 77px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background: #000;
}

.newsletter-content .btn-newsletter:hover {
  background: var(--a-clicked-color);
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

/*
    5.1. Cart Page
 */

@media (min-width: 1681px) {
  .co .row, .co-coupon .row {
    margin-right: -20px;
    margin-right: -20px;
  }
  .co [class*="col-"], .co-coupon [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.co-coupon {
  padding: 20px 0;
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .co-coupon {
    padding-bottom: 76px;
  }
}

@media (max-width: 1024px) {
  .cart-box-container-ver2>[class*="col-"] {
    margin-bottom: 60px;
  }
}

.checkout {
  padding-bottom: 60px;
}

.checkout .row {
  margin-top: 60px;
}

@media (min-width: 1681px) {
  .checkout {
    padding-bottom: 88px;
  }
  .checkout .row {
    margin-right: -20px;
    margin-right: -20px;
    margin-top: 88px;
  }
  .checkout [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .checkout [class*="col-"] {
    margin-bottom: 60px;
  }
}

.checkout.wishlist .shopping-cart.v2 {
  margin-top: 94px;
}

@media (min-width: 1025px) {
  .checkout.wishlist .shopping-cart.v2 {
    margin-right: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1681px) {
  .checkout.wishlist .shopping-cart.v2 {
    margin-right: 120px;
    margin-right: 120px;
  }
}

.checkout.wishlist .shopping-cart.v2 .item_cart:last-child {
  border: 0;
}

.checkout.wishlist .shopping-cart.v2 .item_cart .product-name {
  padding: 44px 0 44px 80px;
}

.checkout.wishlist .shopping-cart.v2 .item_cart .total-price {
  padding: 12px 10px;
  text-align: start;
}

.checkout.wishlist .w-empty p {
  font-size: 25px;
  color: #666666;
  font-weight: lighter;
  text-align: center;
  line-height: 62px;
  max-width: 520px;
  margin: 0 auto;
  padding: 100px 0;
}

.item_cart {
  border-bottom: 3px solid #f1f1f1;
}

.item_cart .single-product-detail .single-product-info .e-quantity input.input-text[type=number] {
  border-radius: 5px;
  border: 2px solid #eaeaea;
}

.item_cart .product-name {
  padding: 28px 0 28px 28px;
}

.item_cart .product-name .btn-del {
  font-size: 38px;
  color: #bfbfbf;
  margin-right: 35px;
  margin-left: 35px;
}

.item_cart .product-name .product-img {
  width: 79px;
  margin-left: 28px;
}

.item_cart .product-name .product-img img {
  border-radius: 7px;
  border: 1px solid #ebebeb;
}

.item_cart .product-name .product-info {
  max-width: 170px;
}

.item_cart .product-name .product-info a {
  font-size: 16px;
  font-weight: 500;
}

.item_cart .bcart-quantity {
  padding: 49px 100px;
}

.item_cart .total-price {
  padding: 12px 10px;
  text-align: start;
  /* padding-left: 0;  */
}

.item_cart .total-price .price {
  font-size: 18px;
  color: #666666;
}

.item_cart .status {
  font-size: 14px;
  padding-left: 34px;
  border-left: #dedede 1px solid;
  color: #666666;
}

.item_cart .w-status {
  padding: 63px 40px;
}

.item_cart .w-status p {
  font-weight: 500;
  width: 107px;
  height: 39px;
  line-height: 35px;
  border-radius: 5px;
  border: 2px solid #eaeaea;
  text-align: center;
}

.item_cart .w-button {
  padding: 30px 54px;
}

.item_cart .w-button .btn-addcart {
  border-radius: 5px;
  font-size: 16px;
  width: 198px;
  height: 54px;
  line-height: 54px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.shopping-cart .table-cart-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-left: 78px;
  padding-right: 46px;
  padding-top: 27px;
  padding-bottom: 48px;
}

@media (max-width: 480px) {
  .shopping-cart .table-cart-bottom {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .shopping-cart .table-cart-bottom .btn-update {
    margin-top: 30px;
  }
}

.shopping-cart .table-cart-bottom .btn-update {
  width: 162px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #666666;
  background: #efefef;
  border-radius: 5px;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.shopping-cart .table-cart-bottom .btn-update:hover {
  background: #333;
  color: #fff;
}

.shopping-cart .table-cart-bottom .form_coupon {
  position: relative;
}

@media (min-width: 480px) {
  .shopping-cart .table-cart-bottom .form_coupon {
    width: 480px;
  }
}

@media (max-width: 480px) {
  .shopping-cart .table-cart-bottom .form_coupon {
    text-align: center;
  }
}

.shopping-cart .table-cart-bottom .form-control {
  height: 54px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding-right: 65px;
}

.shopping-cart .table-cart-bottom .form-control::-webkit-input-placeholder {
  color: 14px;
  font-size: #999999;
}

.shopping-cart .table-cart-bottom .form-control:-moz-placeholder {
  color: 14px;
  font-size: #999999;
}

.shopping-cart .table-cart-bottom .form-control::-moz-placeholder {
  color: 14px;
  font-size: #999999;
}

.shopping-cart .table-cart-bottom .form-control:-ms-input-placeholder {
  color: 14px;
  font-size: #999999;
}

.shopping-cart .table-cart-bottom .input-icon {
  position: absolute;
  top: 18px;
  left: 20px;
}

.shopping-cart .table-cart-bottom .button_mini {
  margin-top: 15px;
  font-weight: 500;
  color: #fff;
  background: #333333;
}

@media (min-width: 480px) {
  .shopping-cart .table-cart-bottom .button_mini {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 0;
  }
}

.shopping-cart .table-cart-bottom .button_mini.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  height: 49px;
  border: 0;
  border-left: 1px solid #e1e1e1;
  padding-left: 0;
  padding-right: 0;
  width: 162px;
  line-height: 30px;
}

@media (min-width: 480px) {
  .shopping-cart .table-cart-bottom .button_mini.btn {
    border-radius: 5px 0 0 5px;
  }
}

.shopping-cart .table-cart-bottom .button_mini.btn:hover {
  background: #efefef;
  color: #333;
}

.cart-total {
  background: #f8f8f8;
}

.cart-total th {
  padding: 30px 40px;
  vertical-align: top;
}

.cart-total .cart-product th {
  color: #666666;
  line-height: 24px;
}

.cart-total .cart-product td {
  color: #666666;
}

.cart-total .cart-subtotal {
  border-bottom: 1px solid #ececec;
}

.cart-total .cart-subtotal th {
  font-size: 16px;
  font-weight: 500;
  padding-top: 26px;
  padding-bottom: 30px;
  text-align: start;
}

.cart-total .cart-subtotal td {
  font-size: 16px;
  padding: 1em 20px;
  padding-top: 26px;
  padding-bottom: 30px;
}

@media (min-width: 1681px) {
  .cart-total .cart-subtotal td {
    padding: 1em 84px;
  }
}

.cart-total .cart-shipping {
  border-bottom: 1px solid #ececec;
}

.cart-total .cart-shipping .calcu {
  font-size: 16px;
  color: #ff5050;
  padding-left: 24px;
  text-decoration: underline;
}

.cart-total .cart-shipping th {
  font-size: 16px;
  font-weight: 500;
  padding-top: 30px;
  text-align: start;
}

.cart-total .cart-shipping td {
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 55px;
}

@media (min-width: 1681px) {
  .cart-total .cart-shipping td {
    padding-left: 84px;
  }
}

.cart-total .cart-shipping.v2 td {
  padding-bottom: 10px;
}

.cart-total .cart-shipping .shipping input {
  display: none;
}

.cart-total .cart-shipping .shipping input[type="radio"]:checked+label:before {
  content: "\f192";
  color: #000000;
}

.cart-total .cart-shipping .shipping label {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

.cart-total .cart-shipping .shipping label:before {
  content: "\f10c";
  display: inline-block;
  width: 14px;
  height: 14px;
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 10px;
  color: #d7d7d7;
}

@media (max-width: 480px) {
  .cart-total .cart-shipping .shipping label:before {
    margin-right: 5px;
  }
}

.cart-total .order-total th {
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  text-align: start;
}

.cart-total .order-total td {
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
}

@media (min-width: 1681px) {
  .cart-total .order-total td {
    padding: 15px 84px;
  }
}

.cart-total .order-total.v2 {
  border-bottom: 1px solid #ececec;
}

.cart-total .order-total.v2 td {
  padding-top: 25px;
  padding-bottom: 40px;
}

.cart-total .cart-total-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.cart-total .cart-total-bottom .btn-checkout {
  font-size: 16px;
  width: 228px;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

.cart-total .cart-total-bottom .btn-checkout.btn-co-order {
  width: 100%;
}

.cart-total .cart-total-bottom.v2 {
  padding: 0 42px;
  margin-bottom: 66px;
}

.cart-total .sign-in-divider {
  border-top: 1px solid #f1f1eb;
  margin: 38px 0 20px 0;
}

.cart-total .sign-in-divider span {
  color: #999999;
  padding: 0 10px;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  display: table;
  margin: -17px auto 0;
  position: relative;
  z-index: 1;
}

.cart-total .pp-checkout {
  margin-top: 30px;
  margin-bottom: 40px;
}

.cart-total .form-check {
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 37px;
}

.dropdown-cart {
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 24px 0px rgb(0 0 0 / 8%);
  border-radius: 5px;
  left: unset;
  right: -19px;
  top: 55px;
  min-width: 346px;
  border: 1px solid #ebebeb;
  padding: 15px 15px 37px 20px;
  text-align: start;
}

@media (max-width: 480px) {
  .dropdown-cart {
    right: -30px;
    top: 45px;
    width: 300px;
    min-width: 300px;
  }
}

@media (max-width: 1025px) {
  .dropdown-cart {
    margin: 10px 0 0;
  }
}

.dropdown-cart:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  right: 30px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (max-width: 480px) {
  .dropdown-cart:after {
    right: 45px;
  }
}

.mini-products-list .item-cart {
  position: relative;
 /* width: 100%; */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ebebeb;
  text-align: start;
}

.mini-products-list .e-del {
  position: absolute;
  right: 0;
  top: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  color: #bfbfbf;
}

.mini-products-list .product-img-wrap {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  margin-right: 15px;
  margin-left: 15px;
  height: 50px;
  width: 50px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.mini-products-list .product-details {
  position: relative;
}

.mini-products-list .product-details .inner-left {
  max-width: 190px;
  line-height: 21px;
}

.mini-products-list .product-details .inner-left .product-price {
  font-size: 14px;
  color: #333333;
}

.mini-products-list .product-details .product-price {
  font-weight: 500;
}

.cart-price {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-top: 28px;
  padding-bottom: 30px;
}

.cart-price span {
  font-weight: 500;
}

.button-cart {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.cart-btn {
  width: 142px;
  height: 54px;
  line-height: 51px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-weight: 500;
}

.cart-btn.btn-viewcart {
  color: #666;
  background: #fff;
  border: 2px solid #eeeeee;
}

.cart-btn:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-color: #000;
}

.payment {
  padding-left: 40px;
  padding-top: 40px;
}

.payment input {
  display: none;
}

.payment input[type="radio"]:checked+label:before {
  content: "\f192";
  color: #000000;
}

.payment input[type="radio"]:checked+label {
  color: #333;
}

.payment label {
  width: 100%;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  color: #666666;
}

.payment label:before {
  content: "\f10c";
  display: inline-block;
  width: 14px;
  height: 14px;
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
  color: #d7d7d7;
}

@media (max-width: 480px) {
  .payment label:before {
    margin-right: 5px;
  }
}

.co-left {
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 1681px) {
  .co-left {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.co-left:first-child {
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .co-left:first-child {
    margin-bottom: 75px;
  }
}

.co-pd {
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.co-pd .co-title {
  padding-top: 24px;
  padding-left: 42px;
  padding-right: 77px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
}

.co-pd .co-title span {
  float: right;
}

.co-pd .co-pd-list {
  padding: 0 18px;
}

.co-pd .co-pd-list .co-name {
  color: #666666;
  line-height: 24px;
  float: left;
  max-width: 140px;
}

.co-pd .co-pd-list .co-price {
  float: right;
  color: #666666;
}

.form-customer {
  padding-top: 25px;
}

.form-customer.v2 {
  padding-top: 0;
}

.form-customer .control-label {
  color: #0a0a0a;
  font-weight: 500;
 margin-bottom: 8px;
    font-size: 14px;
}

.form-customer input {
  height: 54px;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  padding-left: 33px;
  margin-bottom: 15px;
}

.form-customer input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.form-customer input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.form-customer input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.form-customer input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.form-customer textarea {
  border: 1px solid #e1e1e1;
  padding-left: 40px;
  padding-top: 40px;
  border-radius: 5px;
  resize: none;
}

.form-customer textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.form-customer textarea:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.form-customer textarea::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.form-customer textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}

@media (min-width: 1025px) {
  .form-customer textarea.form-control {
    margin-bottom: 60px;
  }
}

.form-customer .form-check {
  padding-top: 20px;
  padding-bottom: 44px;
}

.form-check .form-check-label span {
  color: #666666;
  font-weight: 500;
}

.form-check .form-check-label span:before {
  content: "";
  display: inline-block;
  width: 16PX;
  height: 16PX;
  border: 1px solid #676767;
  background: #fff;
  border-radius: 50%;
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: -2px;
}

.form-check .form-check-label .form-check-input {
  display: none;
}

.form-check .form-check-label .form-check-input:checked+span::before {
  background: #000000;
  border-color: #000000;
}

.btn-co-order {
  width: 100%;
}

.co-pp {
  margin-right: 15px;
}

.term {
  color: #ff0000;
}

.form_coupon {
  position: relative;
}

.form_coupon .form-control {
  height: 54px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding-left: 65px;
}

.form_coupon .input-icon {
  position: absolute;
  top: 18px;
  left: 20px;
}

.form_coupon .button_mini {
  font-weight: 500;
  color: #fff;
  background: #333333;
}

.form_coupon .button_mini.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  height: 54px;
  border: 0;
  border-left: 1px solid #e1e1e1;
  padding-left: 0;
  padding-right: 0;
  width: 162px;
  line-height: 44px;
}

@media (min-width: 480px) {
  .form_coupon .button_mini.btn {
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 10px;
    margin-top: 0;
    left: 0;
  }
}

.main-content.space1 {
  padding-top: 12px;
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .main-content.space1 {
    padding-bottom: 91px;
  }
}

/*
    5.3. Checkout Page
 */

.checkout-login .form-login {
  display: none;
}

.checkout-login .form-login p {
  color: #a4a4a4;
  line-height: 24px;
  margin-bottom: 20px;
}

.form-cp {
  display: none;
}

.box-toggle {
  font-weight: 500;
  color: #666666;
  width: 100%;
  border: 2px solid #f0f0f0;
  height: 105px;
  line-height: 105px;
  border-radius: 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 812px) {
  .box-toggle {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 480px) {
  .box-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1024px) {
  .box-toggle {
    padding-left: 70px;
  }
}

.box-toggle img {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 812px) {
  .box-toggle img {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 480px) {
  .box-toggle img {
    display: none;
  }
}

.box-toggle a {
  margin-right: 4px;
}

.box-toggle {
  margin-bottom: 35px;
}

.checkout-cp input {
  background: #f8f8f8;
}

.btn-cp-inline {
  width: 128px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  border-radius: 0;
  float: right;
}

.checkout .cart-list .product-price {
  float: none;
}

.checkout .cart-list .quantity {
  float: none;
  font-size: 14px;
  font-weight: 500;
}

.checkout .cart-list .list>li .text .product-name {
  margin-bottom: 5px;
}

.box-payment ul li:first-child {
  border: 0;
}

.box-payment ul li .payment label {
  color: #000;
}

.box-payment ul li .payment .no-checkbox {
  color: #a4a4a4;
  line-height: 18px;
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 35px;
}

.btn-checkout {
  height: 83px;
  line-height: 83px;
  font-size: 18px;
}

.form-note {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/** 6. Templates Layout **/

/*
	6. Layout
		6.1. Header
			6.1.1. Header version 1
			6.1.2. Header version 2
			6.1.3. Header version 3
			6.1.4. Header version 4
			6.1.5. Header version 5
		6.2. Footer
			6.2.1 Footer version 1
		6.3. Homepages
			6.3.1. Home 1
			6.3.2. Home 2
			6.3.3. Home 3
			6.3.4. Home 4
			6.3.5. Home 5
		6.4. Other Page
			6.4.1 My account
		6.5. Commingsoon
			6.5.1 Commingsoon Page
 */

/*
    6.1. Header
            6.1.1. Header version 1
            6.1.2. Header version 2
            6.1.3. Header version 3
            6.1.4. Header version 4
            6.1.5. Header version 5
 */

.topbar {
  background: white;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

@media (min-width: 1025px) {
  .topbar {
    padding: 5px 0;
  }
}

.row.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.v-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex.lr {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.lr2 {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.align-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.element {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.element a, .element span {
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
}

.element a:hover, .element span:hover {
  color : var(--a-hover-color);
}

.element img {
  vertical-align: middle;
  margin-top: -2px;
}

@media (min-width: 1025px) {
  .element span {
    margin-left: 10px;
  }
}

.element span.e-arrow {
  margin-right: 5px;
}

.element:first-child {
  padding-left: 0;
}

.element:last-child {
  padding-left: 15px;
}

.element:before {
  border-left: 1px solid #d9d9d9;
  content: "";
  height: 17px;
  right: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1025px) {
  .element.element-account {
    padding-left: 0;
  }
  .element.element-account:before {
    border: 0;
  }
  .element.element-leaguage:before {
    border: 0;
  }
}

.element.element-currency .dropdown-menu {
  left: -130px;
  right: unset;
}


.topbar-left .element:first-child:before {
  border: 0;
}

.topbar-right .element:first-child:before {
  border: 0;
}

.topbar-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.header-search {
  padding-left: 50px;
  padding-top: 0px;
}

@media (min-width: 1650px) {
  .header-search form {
    width: 760px;
  }
}

.header-search form {
  display: flex;
  position: relative;
}
/* 
.header-search input {
  height: 62px;
  border-radius: 31px 31px 31px 31px;
  border: 2px solid #eaeaea;
  padding-right: 20px;
  display: table-cell;
  -webkit-box-shadow: none;
  box-shadow: none;
} */

.header-search input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.header-search input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.header-search input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.header-search input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.header-search input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .header-search input {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .header-search input {
    width: 100%;
  }
}

@media (min-width: 1460px) {
  .header-search input {
    width: 100%;
  }
}

@media (min-width: 1600) {
  .header-search input {
    width: 100%;
  }
}

@media (min-width: 1650px) {
  .header-search input {
    width: 100%;
  }
}

.header-search .select-option {
  width: 220px;
  height: 62px;
  border: 2px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-radius: 0 31px 31px 0;
  border-radius: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  padding-left: 29px;
}

.header-search .search-panel {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  border: 2px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-radius: 0 5px 5px 0;
  border-radius: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}

@media (min-width: 1025px) {
  .header-search .search-panel {
    padding-left: 13px;
  }
}

@media (min-width: 1681px) {
  .header-search .search-panel {
    padding-left: 29px;
  }
}

.header-search .search-panel>a {
  display: block;
  color: #999;
}

.header-search .search-panel>a span {
  margin-right: 14px;
  color: #000;
}

.header-search .search-panel .dropdown-category {
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  width: 256px;
  right: 0;
  left: unset;
  border: 1px solid #ebebeb;
  padding: 12px 0;
  margin-top: 17px;
}

.header-search .search-panel .dropdown-category li a {
  color: #666666;
  line-height: 30px;
  padding-left: 34px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.header-search .search-panel .dropdown-category li a:before {
  content: "\f363";
  font-family: "ionicons";
  position: absolute;
  top: 5px;
  left: 20px;
  color: #bfbfbf;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.header-search .search-panel .dropdown-category li a:hover {
  color: #333333;
  background-color: transparent;
}

.header-search .search-panel .dropdown-category li a:hover:before {
  color: #333;
}

.header-search .search-panel .dropdown-category:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  right: 75px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.header-search .input-group-btnn {
  padding: 0;
  width: 50px;
  top: 16px;
  left: 5px;
}

.header-search .input-group-btnn .button_search {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 100%;
  background: #333333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.header-search .input-group-btnn .button_search:hover {
  -webkit-box-shadow: 0px 2px 20px 2px rgba(194, 106, 245, 0.68);
  box-shadow: 0px 2px 20px 2px rgba(194, 106, 245, 0.68);
}

.header-sub {
  margin-right: 0;
}

.right-panel {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.header-sub-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header-sub-element.row {
  margin-right: auto;
}

.header-sub-element.row>a {
  padding-right: 26px;
}

@media (max-width: 1025px) {
  .header-sub-element.row>a:last-child {
    padding-right: 15px;
  }
}

@media (max-width: 1025px) {
  .header-sub-element.row img {
    width: 20px;
  }
}

.sub-right span {
  color: #999999;
}

.sub-right .phone {
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 22px;
}

.sub-left {
  margin-right: 15px;
}

.header-center {
  /* padding-top: 15px;
  padding-bottom: 15px; */
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 1025px) {
  .header-center {
    /* padding-top: 36px;
      padding-bottom: 30px; */
  }
}

@media (min-width: 1025px) {
  .header-logo {
    margin-top: 0px;
  }
  .header-logo img {
    margin-top: 0px;
    max-width: 100%;
    height: 55px;
    object-fit: contain;
  }
}

@media (max-width: 1025px) {
  .header-logo img {
    margin-top: 0px;
    max-width: 40%;
    height: 55px;
    object-fit: contain;
  }
}

@media (max-width: 765px) {
  .header-logo img {
    margin-top: 0px;
    max-width: 122%;
    height: 55px;
    object-fit: contain;
  }
}

.tags {
  padding-top: 25px;
  font-size: 12px;
  text-align: center;
  margin-right: 55px;
}

.tags span {
  color: #333333;
}

.tags a {
  color: #999999;
  padding: 0 10px;
  border-left: 1px solid #e6e6e6;
}

.tags a:last-child {
  border-right: 0;
}

.tags a:first-child {
  padding-left: 0;
}

.tags a:hover {
  color : var(--a-hover-color);
}

.header-bottom-right {
  color: #999999;
}

.header-bottom-right span {
  margin-right: 12px;
}

@media (min-width: 1200px) {
  .header-top-absolute {
    position: absolute;
    width: 100%;
    z-index: 9;
  }
}

.home-lookbook .sticky-header {
  border-bottom: 1px solid #d9d9d9;
}

.sticky-header {
  border-bottom: 1px solid #efefef;
  line-height: 20px;
  padding: 12px;
}

.sticky-header .u-line {
  color: var(--a-clicked-color);
  text-decoration: underline;
}

.sticky-header .text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  color: #aaaaaa;
  letter-spacing: 0.2em;
}

.sticky-header .text.text-w {
  color: #fff;
}

.bd-v1 {
  border-bottom: 1px solid #dcdddf;
}

.bd-v2 {
  border-bottom: 1px solid #dbdbdb;
}

.topbar-option {
  font-weight: 500;
}

.topbar-option>* {
  display: inline-block;
  position: relative;
}

@media (max-width: 480px) {
  .topbar-option>* {
    min-width: 40px;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .topbar-option>* {
    min-width: unset;
    padding: 0 5px;
  }
}

@media (min-width: 480px) {
  .topbar-option>* {
    padding: 0 20px;
  }
}

.topbar-option>*:before {
  border-left: 1px solid #e3e3e3;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .topbar-option>*:before {
    border: none;
  }
}

.topbar-option>*:last-child {
  padding-right: 0;
}

.topbar-option>*:first-child {
  padding-left: 0;
}

.topbar-option>*:first-child:before {
  border: none;
}

@media (max-width: 320px) {
  .topbar-option .dropdown-menu {
    left: -35px;
  }
}

.count-profile {
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  text-align: center;
  background: var(--a-clicked-color);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  margin-left: 10px;
}

.count {
  width: 17px;
  height: 17px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  background: var(--a-clicked-color);
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 12px!important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.la-shopping-cart{ 
  font-size: 30px;
}

@media (min-width: 1025px) {
  .count {
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    top: 0px;
    right: -17px;

  }
  .la-shopping-cart{ 
    font-size: 20px;
  }
}

@media (min-width: 1199px) {
  .header-top {
    background: #e4e4e4;
  }
}

@media (max-width: 1024px) {
  .header-top {
    margin: 30px 0 0 0;
  }
}

.header-top .logo-mobile {
  float: left;
  display: inline-block;
}

.header-top .navbar {
  min-height: 0px;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 1199px) {
  .header-top .navbar {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .header-top .navbar {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .header-top .navbar {
    margin-top: 20px;
  }
}

.header-top .navbar .navbar-collapse {
  border: 1px solid #ddd;
}

@media (min-width: 1199px) {
  .header-top .navbar .navbar-collapse {
    border: 0;
  }
}

@media (max-width: 480px) {
  .icon-mobile {
    width: 40px;
  }
}

@media (max-width: 1025px) {
  .plus, .minus {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }
  .plus:after {
    content: "\f067";
    display: block;
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 12px;
    color: #333;
    cursor: pointer;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
  }
  .minus:after {
    content: "\f068";
    display: block;
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 12px;
    color: #333;
    cursor: pointer;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
  }
}

@media (min-width: 1025px) {
  .header-v1 .navbar-collapse, .header-v4 .navbar-collapse {
    padding-left: 0;
  }
}

.pushmenu-push-toleft {
  -webkit-transform: translate(362px, 0);
  transform: translate(362px, 0);
  -webkit-transform: translate3d(362px, 0, 0);
  transform: translate3d(362px, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
}

@media (max-width: 320px) {
  .pushmenu-push-toleft {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.pushmenu-push-toleft .wrappage:after {
  background: rgba(29, 29, 31, 0.6);
  content: "";
  cursor: pointer;
  height: 100%;
  right: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 4;
}

.menu-home5 {
  padding-top: 10px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.menu-home5.pushmenu-open {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media (max-width: 320px) {
  .menu-home5.pushmenu-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.close-left {
  float: right;
  color: #fff;
  cursor: pointer;
  padding-right: 15px;
  padding-top: 10px;
}

.menu-social {
  border-top: 1px solid #2f2f31;
  position: fixed;
  bottom: 0;
  width: 362px;
}

.menu-social>li {
  float: left;
  width: 33.3333%;
  float: left;
  height: 69px;
  line-height: 69px;
  text-align: center;
  background: #1d1d1f;
}

.menu-social>li a i {
  color: #a4a4a4;
}

.menu-social>li a i:hover {
  color: #fff;
}

.menu-social>li:hover {
  background: #101011;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.nav-home5>li {
  position: relative;
  display: block;
}

.nav-home5>li>a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Helvetica Neue LT Std", sans-serif;
  text-transform: uppercase;
  color: #a4a4a4;
  position: relative;
  -webkit-transition: none;
  transition: none;
  line-height: 26px;
  padding: 12px 19px 13px 17px;
  display: block;
  border-bottom: 1px solid rgba(92, 92, 92, 0.23);
}

.nav-home5>li>a:hover {
  color: #fff;
  background: none;
}

.nav-home5>li>a.active {
  color: #fff;
}

.nav-home5 .menu-level1 {
  margin-top: 15px;
}

.nav-home5 .menu-level1 .level2 {
  padding-right: 48px;
}

.nav-home5 .menu-level1 .level2>a {
  font: 14px/33px "Helvetica Neue LT Std", sans-serif;
  text-transform: capitalize;
  color: #a4a4a4;
  position: relative;
}

.nav-home5 .menu-level1 .level2>a:focus {
  color: #fff;
}

.nav-home5 .menu-level1 .level2>a:focus:before {
  background: #fff;
}

.nav-home5 .menu-level1 .level2>a:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  right: -18px;
  top: 10px;
  background: #a4a4a4;
}

.nav-home5 .menu-level1 .level1>.level2>a {
  color: #fff;
}

.nav-home5 .menu-level1 .level1>.level2>a:before {
  content: none;
}

.nav-home5 .menu-level-2 {
  margin: 15px 0;
}

.nav-home5 .menu-level-2 .level3 {
  padding-left: 15px;
}

.nav-home5 .menu-level-2 .level3>a {
  font: 400 14px/33px "Helvetica Neue LT Std", sans-serif;
  text-transform: capitalize;
  color: #a4a4a4;
  position: relative;
}

.nav-home5 .menu-level-2 .level3>a:focus {
  color: #fff;
}

.nav-home5 .menu-level-2 .level3>a:focus:before {
  background: #fff;
}

.nav-home5 .menu-level-2 .level3>a:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  right: -18px;
  top: 10px;
  background: #a4a4a4;
}

.pushmenu.menu-home5 {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.header-v6 .topbar-left {
  float: left;
  text-align: left;
}

.header-v6 .logo {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.header-v6 .topbar-right {
  float: right;
  text-align: right;
}

.header-v6 .topbar-search {
  border-left: 0;
}

.header-v6 .topbar [class*="col-xs-"] {
  padding: 0;
}

.menu-level1 {
  display: none;
}

.menu-level1.open {
  display: block;
}

.navbar-nav>li {
  text-align: left;
}

.navbar-nav>li.level1 {
  border-bottom: 1px solid #ddd;
}

.navbar-nav>li.level1:last-child {
  border: 0;
}

@media (min-width: 1199px) {
  .navbar-nav>li.level1 {
    border: 0;
    float: none;
    display: inline-block;
  }
}

.navbar-nav>li>a {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  color: #000000;
}

/* @media (min-width:1026px) {
  .navbar-nav>li>a {
    font-size: 16px;

  }
} */


@media (min-width:1370px) {
  .navbar-nav>li>a {
    font-size: 16px;

  }

  .row{
    padding: 0!important;
  }
  .container-240{
    padding: 0!important;

  }
  .col-lg-12 ,.col-md-12{
    padding: 0!important;

  }
}



.navbar-nav>li>a:hover {
  color: #333;
}

@media (min-width: 1199px) {
  .navbar-nav>li>a {
    line-height: 18px;
    padding: 24px 20px 24px 20px;
  }
  .navbar-nav>li>a:before {
    border-right: 1px solid #ffffff;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 480px) {
  .navbar-nav>li>a {
    font-size: 14px;
  }
}

.navbar-nav>li>a img {
  margin-left: 20px;
}

.navbar-nav>li:first-child {
  padding-left: 0;
}

.navbar-nav>li:first-child>a {
  /* padding-left: 0; */
}

.navbar-nav>li:first-child>a:before {
  border: 0;
}

.menu-level-1 {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  min-width: 200px;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  margin: 0;
  padding: 20px 0 20px 5px;
  min-width: 212px;
}

@media (max-width: 1024px) {
  .menu-level-1 {
    width: 100%;
    left: 0;
    top: 54px;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    padding: 10px 35px;
  }
}

.menu-level-1>li {
  line-height: 30px;
  background: none;
}

.menu-level-1>li>a {
  font: 14px/16px "Helvetica Neue LT Std", sans-serif;
  text-transform: capitalize;
  padding: 7px 25px;
  color: #878787;
  font-weight: 400;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.menu-level-1>li>a:hover {
  color : var(--a-hover-color);
  background: none;
}

.menu-level-1>li>a:focus {
  background: none;
}

@media (max-width: 480px) {
  .menu-level-1>li>a {
    font-size: 12px;
  }
}

@media (min-width: 1199px) {
  .level1:hover .menu-level-1 {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1199px) {
  .level1.hassub {
    position: static;
  }
  .level1.hassub .menu-level-1 {
    width: 749px;
    padding: 39px 14px 48px 38px;
  }
  .level1.hassub .menu-level-1.ver2 {
    width: 903px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 0;
  }
  .level1.hassub .menu-level-1.ver2 .row {
    margin-right: -30px;
    margin-right: -30px;
  }
  .level1.hassub .menu-level-1.ver2 [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 45px;
  }
}

.menu-level-1>.level1>.level2>a {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 6px;
  position: relative;
}

.menu-level-1>.level1>.level2>a:before {
  content: "";
  width: 37px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
  height: 1px;
}

@media (max-width: 480px) {
  .menu-level-1>.level1>.level2>a {
    font-size: 14px;
  }
}

.menu-level-1>.level1>.level2 .menu-level-2 {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .menu-level-1>.level1>.level2 .menu-level-2 {
    padding-left: 20px;
    padding-top: 15px;
  }
}

.menu-level-1>.level1>.level2 .menu-level-2>.level3 {
  line-height: 0;
}

.menu-level-1>.level1>.level2 .menu-level-2>.level3>a {
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: relative;
}

.menu-level-1>.level1>.level2 .menu-level-2>.level3>a:hover {
  color : var(--a-hover-color);
}

@media (max-width: 480px) {
  .menu-level-1>.level1>.level2 .menu-level-2>.level3>a {
    font-size: 12px;
  }
}

.menu-level-1 .col-full {
  width: 100%;
}

.menu-level-1 .col-2, .menu-level-1 .levels .col-2 {
  width: 230px;
  float: left;
}

.menu-level-1 .col-3 {
  width: 33.3333%;
  float: left;
}

@media (max-width: 1024px) and (min-width: 481px) {
  .menu-level-1 .col-3 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .menu-level-1 .col-3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .menu-level-1 .col-3 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}

.menu-level-1 .col-4 {
  width: 171px;
  float: left;
  margin-right: 70px;
}

.menu-level-1 .col-4:last-child {
  margin-right: 0;
}

.menu-level-1 .col-5 {
  width: 580px;
  float: left;
}

.menu-level-1 .col-6 {
  width: 50%;
  float: left;
}

@media (max-width: 1024px) and (min-width: 481px) {
  .menu-level-1 .col-6 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .menu-level-1 .col-6 {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .menu-level-1 .col-6 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}

.menu-level-1 .col-7 {
  width: 870px;
  float: left;
}

.menu-level-1 .col-8 {
  width: 980px;
  float: left;
}

.menu-level-1 .col-9 {
  width: 1170px;
  float: left;
}

.menu-level-2 .col-full, .mega-product .col-full {
  width: 100%;
}

.menu-level-2 .col-2, .menu-level-2 .levels .col-2, .mega-product .col-2, .mega-product .levels .col-2 {
  width: 230px;
  float: left;
}

.menu-level-2.col-3, .mega-product.col-3 {
  width: 33.3333%;
  float: left;
}

@media (max-width: 1024px) {
  .menu-level-2.col-3, .mega-product.col-3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .menu-level-2.col-3, .mega-product.col-3 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}

.menu-level-2 .col-4, .mega-product .col-4 {
  width: 370px;
  float: left;
}

.menu-level-2 .col-5, .mega-product .col-5 {
  width: 580px;
  float: left;
}

.menu-level-2.col-6, .mega-product.col-6 {
  width: 50%;
  float: left;
}

@media (max-width: 1024px) {
  .menu-level-2.col-6, .mega-product.col-6 {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .menu-level-2.col-6, .mega-product.col-6 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}

.menu-level-2 .col-7, .mega-product .col-7 {
  width: 870px;
  float: left;
}

.menu-level-2 .col-8, .mega-product .col-8 {
  width: 980px;
  float: left;
}

.menu-level-2 .col-9, .mega-product .col-9 {
  width: 1170px;
  float: left;
}

.cart-box-container {
  padding: 50px 32px;
}

@media (max-width: 767px) {
  .cart-box-container {
    padding: 15px 32px;
  }
}

@media (max-width: 480px) {
  .cart-box-container {
    padding: 50px 10px;
  }
}

.cart-list .cart-title {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.cart-list .cart-title:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 1px;
  border-bottom: 1px solid #ff0000;
  bottom: -10px;
  left: 0;
}

.cart-list .list {
  margin-top: 25px;
  height: 350px;
  overflow: scroll;
}

.cart-list .list>li {
  padding: 22px 0;
  border-bottom: 1px solid #f3f3f3;
}

.cart-list .list>li>* {
  display: inline-block;
}

.cart-list .list>li .cart-product-image {
  width: 88px;
  vertical-align: top;
  margin-right: 18px;
}

.cart-list .list>li .text {
  width: 240px;
}

@media (max-width: 480px) {
  .cart-list .list>li .text {
    width: 170px;
  }
}

.cart-list .list>li .text .product-name {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cart-list .list>li .text .product-price {
  font-size: 12px;
  font-weight: 500;
  margin: 5px 0;
}

.cart-list .list>li:last-child {
  border-bottom: 0;
}

.cart-list .product-price {
  float: right;
}

.cart-list .quantity {
  float: left;
  font-size: 14px;
  font-weight: 500;
}

.cart-list .quantity .product_quantity_number {
  width: 29px;
  height: 29px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ebebeb;
}

.cart-list .quantity .quantity-left-minus {
  width: 29px;
  height: 29px;
  border: 1px solid #ebebeb;
  text-align: center;
  margin-right: -1px;
  border-radius: 0;
  background: #fff;
  padding: 0;
}

.cart-list .quantity .quantity-left-minus:focus {
  outline: none;
}

.cart-list .quantity .quantity-left-minus:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-list .quantity .quantity-right-plus {
  width: 29px;
  height: 29px;
  border: 1px solid #ebebeb;
  text-align: center;
  margin-right: -1px;
  border-radius: 0;
  background: #fff;
  padding: 0;
}

.cart-list .quantity .quantity-right-plus:focus {
  outline: none;
  background: none;
}

.cart-list .quantity .quantity-right-plus:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-list .close-left {
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 50%;
  color: #333;
  position: absolute;
  top: 23px;
  right: 32px;
}

@media (max-width: 480px) {
  .cart-list .close-left {
    right: 10px;
  }
}

.nocart-list .empty-cart {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 353px;
}

@media (max-width: 480px) {
  .nocart-list .empty-cart {
    width: 300px;
  }
}

.nocart-list .nocart-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px;
}

.nocart-list .btn-shop {
  width: 187px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
}

.cart-bottom {
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #000;
  position: fixed;
  bottom: 0;
  width: 351px;
  background: #fff;
}

@media (max-width: 767px) {
  .cart-bottom {
    padding: 10px 0;
  }
}

.cart-bottom .total {
  text-align: right;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cart-bottom .total {
    margin-bottom: 15px;
  }
}

.cart-bottom .total span {
  float: left;
}

.cart-bottom a {
  font-size: 14px;
  font-weight: 500;
}

.cart-bottom .edit-cart, .cart-bottom .checkout:hover {
  display: inline-block;
  width: 164px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #000;
  text-align: center;
}

.cart-bottom .edit-cart:hover, .cart-bottom .checkout:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: #000;
  color: #fff;
}

@media (max-width: 480px) {
  .cart-bottom .edit-cart, .cart-bottom .checkout:hover {
    width: 130px;
  }
}

.cart-bottom .checkout {
  display: inline-block;
  width: 164px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #000;
  text-align: center;
  float: right;
}

@media (max-width: 480px) {
  .cart-bottom .checkout {
    width: 130px;
  }
}

.cart-bottom .text {
  color: #9f9e9e;
  font: 500 12px/18px "Helvetica Neue LT Std", sans-serif;
  text-decoration: underline;
  text-align: center;
  display: block;
}

.cart-bottom .text:hover {
  color: #777;
}

.cart-bottom .cart-button {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .cart-bottom .cart-button {
    margin-bottom: 15px;
  }
}

.cart-bottom .cart-button:before:before, .cart-bottom .cart-button:before:after {
  content: " ";
  display: table;
}

.cart-bottom .cart-button:before:after {
  clear: both;
}

.demo-text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
}

.icon-sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 49px;
  width: 49px;
  border-right: 1px solid rgba(92, 92, 92, 0.23);
  cursor: pointer;
  padding-left: 18px;
  background-color: transparent;
}

.icon-sub-menu.up-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg);
}

.icon-sub-menu.up-icon:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
}

.icon-sub-menu:before {
  transform: translateX(3px) rotate(-50deg);
  -webkit-transform: translateX(3px) rotate(-50deg);
  -moz-transform: translateX(3px) rotate(-50deg);
  -o-transform: translateX(3px) rotate(-50deg);
  -ms-transform: translateX(3px) rotate(-50deg);
  -sand-transform: translateX(3px) rotate(-50deg);
}

.icon-sub-menu:after {
  transform: translateX(-4px) rotate(50deg);
  -webkit-transform: translateX(-4px) rotate(50deg);
  -moz-transform: translateX(-4px) rotate(50deg);
  -o-transform: translateX(-4px) rotate(50deg);
  -ms-transform: translateX(-4px) rotate(50deg);
  -sand-transform: translateX(-4px) rotate(50deg);
}

.icon-sub-menu:before, .icon-sub-menu:after {
  content: " ";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.menu-home5 .searchform {
  position: relative;
  padding: 0 28px 30px 28px;
  border-bottom: 2px solid rgba(92, 92, 92, 0.43);
}

.menu-home5 .searchform input[type=text] {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border: 1px solid rgba(208, 208, 208, 0.09);
  padding: 14px 50px 10px 18px;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

.menu-home5 .searchform button {
  position: absolute;
  top: 18px;
  right: 28px;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.cart {
  padding-left: 25px;
  position: relative;
}

@media (min-width: 1025px) {
  .cart {
    padding-bottom: 0px;
    /* padding-right: 40px; 
      padding-left: 30px; */
  }
}

.widget-left {
  margin-top: -5px;
}

@media (min-width: 1650px) {
  .widget-left {
    padding-left: 0;
  }
}

.widget-verticalmenu .navbar-toggles {
  position: relative;
  height: 57px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: var(--main-color);
  background-image: linear-gradient(122deg, var(--sec-main-color), var(--main-color));
  padding-right: 26px;
  text-align: left;
  padding-left: 48px;
  border-radius: 5px;
  color: var(--font-white-text-color);
}

.widget-verticalmenu .navbar-toggles span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
}

.widget-verticalmenu .navbar-toggles:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 25px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #fff;
}

.widget-verticalmenu .navbar-toggles.navbar-drop:before {
  content: "\f3d0";
  font-family: "Ionicons";
  position: absolute;
  right: 26px;
  top: 16px;
  font-size: 19px;
}

.widget-verticalmenu .vertical-group {
  border: 2px solid #eaeaea;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

.widget-verticalmenu .vertical-group .vertical-item {
  padding: 0px 24px;
  border-bottom: 1px solid #eaeaea;
}

.widget-verticalmenu .vertical-group .vertical-item:last-child {
  border-bottom: 0;
}

.widget-verticalmenu .vertical-group .vertical-item>a {
  color: #333333;
  display: block;
  padding: 16px 0 15px 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: relative;
  line-height: 100%;
}

.widget-verticalmenu .vertical-group .vertical-item.vertical-drop>a {
  color: #666;
}

.widget-verticalmenu .vertical-group .vertical-item.vertical-drop>a:before {
  content: '>';
  font-family: ionicons;
  text-align: center;
  font-size: 17px;
  top: 50%;
  position: absolute;
  right: 0px;
  line-height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #bcbcbc;
}

.widget-verticalmenu .vertical-group .vertical-item.mega-parent>a {
  color: #333333;
  font-weight: bold;
}

.widget-verticalmenu .vertical-group .vertical-item:hover>a {
  color : var(--a-hover-color);
}

.widget-verticalmenu .vertical-group .vertical-item:hover>a:before {
  color : var(--a-hover-color);
}

.widget-verticalmenu .vertical-group .vertical-item:hover::before {
  content: '';
  width: 15px;
  height: 100%;
  right: -13px;
  top: 0;
  display: block;
  position: absolute;
}

/* .navbar-vertical {
  margin-right: 7px;
} */

.vertical-wrapper {
  margin-top: 13px;
  position: absolute;
  z-index: 4;
  width: 100%;
  padding-right: 30px;
}
.header-bottom .dropdown-menu a{
  color: #000000!important;
}

@media (min-width: 1025px) {
  .vertical-item:not(:hover)>.menu-level-1 {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

.vertical-menu {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  display: unset;
  left: calc(100% + 11px);
  opacity: 0;
  position: absolute;
  text-align: start;
  top: -3px;
  visibility: hidden;
  width: 257px;
  border: 1px solid #ebebeb;
  z-index: 9;
  height: 469px;
  min-width: 257px;
  border-radius: 10px;
  color: #333;
  padding: 30px;
}

.vertical-menu.v2 {
  min-width: 723px;
}

.vertical-menu.pd {
  padding: 50px 50px;
}

.vertical-menu.pd2 {
  padding: 36px 10px 30px 15px;
}

.vertical-menu.pd3 {
  padding: 36px 10px 30px 270px;
}

.vertical-menu.homebg {
  background: url("/assets/img/megamenu/home-bg.jpg") no-repeat center;
}

.vertical-menu.style1.menu-level-1>.level1>.level2>a {
  margin-bottom: 16px;
  padding-bottom: 9px;
}

.vertical-menu.style1.menu-level-1>.level1>.level2 .menu-level-2>.level3>a {
  line-height: 24px;
}

.vertical-menu.tvbg {
  background: url("/assets/img/megamenu/tv-bg.jpg") no-repeat center;
}

.vertical-menu.phonebg {
  background: url("/assets/img/megamenu/phone-bg.jpg") no-repeat center;
}

.vertical-menu.headphonebg {
  background: url("/assets/img/megamenu/headphone-bg.jpg") no-repeat center;
}

.vertical-menu h3 {
  font-size: 16px;
  margin-top: 10px;
}

.vertical-menu .vertical-menu1 li>a {
  color: #666;
  line-height: 35px;
}

.vertical-menu .vertical-menu1 li>a:hover {
  color : var(--a-hover-color);
}

.vertical-menu .cate-item {
  margin-bottom: 40px;
}

.e-border {
  border: 1px solid #ededed;
  border-radius: 5px;
  height: 78px;
  padding-left: 98px;
  padding-right: 44px;
  position: relative;
  margin-right: -84px;
}

.header-v2 .navbar-nav>li>a {
  font-size: 14px;
}

.header-v4 .header-bottom {
  padding: 7px 0;
}

@media (min-width: 1025px) {
  .header-v4 .navbar-nav {
    position: relative;
  }
}

.header-v5 .header-center {
  border: 0;
}

@media (min-width: 1025px) {
  .header-v5 .header-center {
    padding-bottom: 42px;
  }
}

@media (min-width: 1025px) {
  .header-v5 .header-bottom .main-menu {
    margin-right: -8px;
  }
  .header-v5 .header-bottom .main-menu .icon-mobile {
    margin-right: 7px;
  }
}

@media (min-width: 1025px) {
  .header-v3 .header-center {
    padding-bottom: 36px;
  }
  .header-v3 .header-bottom .main-menu {
    margin-right: -10px;
  }
  .header-v3 .header-bottom .main-menu .icon-mobile {
    margin-right: 0;
  }
  .header-v3 .widget-verticalmenu .vertical-group .vertical-item>a {
    padding: 15px 0;
  }
}

@media (min-width: 1025px) {
  .header-v1 .header-center {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-v1 .header-bottom .main-menu {
    margin-right: -10px;
  }
}

.header-bottom {
  /* background-color: #cca916; 
  margin-bottom: 20px;*/
  border-bottom: 1px solid #e5e5e5;
}
/* .header-bottom a {
  color: white!important
}

.header-bottom a .dropdown-menu a{
  color: #000000!important;
} */
.header-v5 .header-bottom {
  padding: 0;
}

.header-v5 .widget-left {
  margin-top: -12px;
}

.header-v5 .widget-verticalmenu {
  position: relative;
  z-index: 3;
}

.header-v5 .vertical-wrapper {
  display: none;
}

.header-cate ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}

.header-cate ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  padding: 29px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-cate ul li:last-child {
  border-right: 0;
}

.header-cate ul li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  font-weight: 500;
  color: #fff;
  @incluce transiton2;
}

.header-cate ul li a:hover {
  @incluce transiton2;
  color: #333333;
}

.header-cate ul li a img {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
}

.btn-csoon {
  width: 132px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  opacity: 0;
}

.dropdown-menu .cate-item .demo-img {
  position: relative;
}

.dropdown-menu .cate-item:hover .overlay-img {
  opacity: 1;
}

.dropdown-menu .cate-item:hover .btn-csoon {
  opacity: 1;
}

.header-v3.bg-w {
  background: #fff;
}

@media (min-width: 1025px) {
  .header-v2 .navbar-nav>li>a {
    padding: 22px 10px 23px 10px;
  }
  .header-v2 .header-center {
    padding-top: 36px;
    padding-bottom: 40px;
    border-bottom: 0;
  }
}

.header-v2 .header-bottom {
  padding-top: 0;
  position: relative;
}

.header-v2 .header-bottom:before {
  content: '';
  border-bottom: 1px solid #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 1681px) {
  .header-v2 .navbar-nav>li>a {
    padding: 22px 20px 23px 20px;
  }
}

.box-header-nav {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 1681px) {
  .box-header-nav {
    padding-left: 240px;
    width: 63.3%;
  }
}

.box-header-nav .navbar-nav>li>a:before {
  height: 100%;
  border-right: 1px solid #ffffff;
}

.box-header-nav .navbar-nav>li:first-child>a:before {
  border: 0;
}

.box-header-menu {
  padding-right: 30px;
  padding-left: 75px;
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
  position: relative;
}

@media (min-width: 1681px) {
  .box-header-menu {
    width: 36.7%;
    background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
    background: linear-gradient(90deg, #c467f5, #53f3ff);
  }
}

.box-header-menu:before {
  content: '';
  border-width: 0 0 63px 75px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-header-menu .navbar-nav>li>a {
  color: #fff;
}

.box-header-menu .navbar-nav>li>a:hover {
  color: #333333;
}

.box-header-menu .navbar-nav>li>a:before {
  opacity: 0.3;
}

.list-product-search {
  direction: ltr;
  z-index: 8889;
  list-style-type: none;
  width: 242px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  min-width: 500px;
  border: 1px solid #ebebeb;
  padding-bottom: 4px;
  padding-top: 1px;
  opacity: 0;
  visibility: visible;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  margin-top: 32px;
  position: absolute;
  right: 0;
}

.list-product-search.active {
  left: 0px;
  top: 100%;
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.list-product-search:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  right: 30px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.list-product-search li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
}

.list-product-search li:first-child {
  border-top: none;
}

.list-product-search .product-img {
  width: 18%;
}

.list-product-search .product-img img {
  width: 52px;
  height: 52px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.product-name .product-img img {
  width: 52px;
  height: 52px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.list-product-search .product-title {
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: right;
  padding-right: 18px;
}

.list-product-search .product-title:hover {
  color : var(--a-hover-color);
}

/*

    6.2. Footer
            6.2.1 Footer version 1
 */

.footer-about ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 32px 4px 32px;
  color: #666666;
}

.footer-about ul .address {
  background: url("/assets/img/icon-map.png") no-repeat left top;
  background-position: left 14px;
  max-width: 340px;
}

.footer-about ul .phone {
  background: url("/assets/img/f-phone.png") no-repeat left top;
  background-position: left 14px;
}

.footer-about ul .email {
  background: url("/assets/img/f-mail.png") no-repeat left top;
  background-position: left 14px;
}

.footer-about ul .time {
  background: url("/assets/img/f-time.png") no-repeat left top;
  background-position: left 14px;
}

.footer-social {
  margin-top: 32px;
}

.social a {
  width: 46px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  text-align: center;
  color: #868686;
  font-size: 36px;
  padding: 15px 6px;
}

.social a:last-child {
  margin-right: 0;
}

.social a:hover {
  color : var(--a-hover-color);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.footer-block-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .footer-block-title {
    line-height: 40px;
  }
}

.footer-block-content li a {
  line-height: 30px;
  color: #666666;
}

@media (min-width: 480px) {
  .footer-block-content li a {
    line-height: 35px;
  }
}

.footer-block-content li a:hover {
  color : var(--a-hover-color);
}

.footer-block-phone {
  margin-bottom: 15px;
}

@media (min-width: 1025px) {
  .footer-block-phone {
    margin-bottom: 28px;
  }
}

.footer-block-phone .phone-desc {
  color: #666;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .footer-block-phone .phone-desc {
    margin-bottom: 25px;
  }
}

.footer-block-phone .phone-light {
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 480px) {
  .footer-block-phone .phone-light {
    font-size: 24px;
  }
}

.footer-block-newsletter p {
  color: #666;
  margin-bottom: 30px;
  max-width: 280px;
  font-size: 12px;
}

.footer-block-newsletter .footer-block-title {
  margin-bottom: 4px;
}

.footer-block-newsletter .form_newsletter {
  position: relative;
}

@media (min-width: 1024px) {
  .footer-block-newsletter .form_newsletter {
    width: 402px;
  }
}

.footer-block-newsletter .form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  background: #fff;
  padding-left: 26px;
}

.footer-block-newsletter .form-control::-webkit-input-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.footer-block-newsletter .form-control:-moz-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.footer-block-newsletter .form-control::-moz-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.footer-block-newsletter .form-control:-ms-input-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.footer-block-newsletter .button_mini {
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
}

.footer-block-newsletter .button_mini.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  height: 50px;
  border-radius: 0px 5px 5px 0px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  width: 124px;
  /* line-height: 40px; */
}

footer .f-top {
  background: url("/assets/img/f-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

footer .f-top.v2 {
  opacity: 0.9;
  background: #fff;
}

@media (min-width: 1025px) {
  footer .f-top {
    padding: 52px 15px 0px 20px;
  }
}

footer .f-top [class*="col-xs-"] {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  footer .f-top .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  footer .f-top [class*="col-sm-"]:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .f-top [class*="col-sm-"]:last-child {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  footer .f-top [class*="col-sm-"]:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer .f-top [class*="col-sm-"]:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 1681px) {
  footer .f-top [class*="col-lg-"]:last-child {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}

@media (min-width: 1681px) and (max-width: 1921px) {
  footer .f-top [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .f-top [class*="col-lg-"]:nth-child(2) {
    padding-left: 100px;
  }
  footer .f-top .row {
    margin-right: -20px;
    margin-right: -20px;
  }
}

.f-logo {
  margin-bottom: 30px;
}

.f-payment {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.f-bottom {
  padding: 16px 0;
  background: #272727;
}

@media (min-width: 1025px) {
  .f-bottom {
    padding: 28px 0;
  }
}

@media (max-width: 767px) {
  .f-copyright {
    text-align: center;
  }
}

.f-copyright span {
  color: #6d6d6d;
  font-size: 12px;
}

.f-payment img {
  width: 46px;
  height: 46px;
}

.f-payment a {
  margin-right: 10px;
}

@media (min-width: 1025px) {
  .f-payment a {
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  .f-bottom [class*="col-xs-"] {
    width: 100%;
  }
}

/*
	6.3. Homepages
			6.3.1. Home 1
			6.3.2. Home 2
			6.3.3. Home 3
			6.3.4. Home 4
			6.3.5. Home 5

 */

@media (min-width: 1025px) {
  .more-product .slick-dots {
    margin-top: -10px;
  }
}

@media (min-width: 1025px) {
  .product-tab {
    padding-bottom: 47px;
  }
}

@media (min-width: 1025px) {
  .product-tab.spc3 {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .product-tab .e-heading {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .product-tab.v2 .e-heading {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (min-width: 1681px) {
  .product-tab.v2 .row {
    margin: 0 -20px;
  }
  .product-tab.v2 [class*="col-"] {
    padding: 0 20px;
  }
}

@media (min-width: 1025px) {
  .product-tab-pd .slick-dots {
    margin-top: 10px;
  }
}

.recent {
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .recent {
    padding-bottom: 81px;
  }
}

@media (min-width: 1025px) {
  .recent .multiple-row {
    margin-top: 140px;
  }
}

@media (max-width: 1024px) {
  .recent .title-icon {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .recent.spc5 {
    padding-bottom: 217px;
  }
}

.ads-group .slick-dots {
  background: #fff;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  border-radius: 5px;
  padding: 6px 18px;
  display: table !important;
}

.ads-group .slick-dots li {
  margin: 0;
}

.ads-group .slick-dots li button:before {
  font-size: 12px;
}

.ads-group.v2 .slick-dots {
  background: transparent;
  border: 0;
}

.ads-group.v2.bd-slick .slick-dots {
  background: #fff;
  border: 1px solid #eaeaea;
}

.ads-group.v3 .slick-dots {
  background: transparent;
  border: 0;
}

.ads-group.v3 .slick-dots li button:before {
  color: #fff;
}

.ads-group.v3 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.more-product .slick-arrow, .product-tab-pd .slick-arrow, .recent .slick-arrow, .releases.v2 .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid;
  text-align: center;
  line-height: 38px;
}

.more-product .slick-arrow i, .product-tab-pd .slick-arrow i, .recent .slick-arrow i, .releases.v2 .slick-arrow i {
  font-size: 17px;
}

.more-product .prev, .product-tab-pd .prev, .recent .prev, .releases.v2 .prev {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.more-product .next, .product-tab-pd .next, .recent .next, .releases.v2 .next {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

@media (min-width: 1025px) {
  .more-product .slick-dotted.slick-slider, .product-tab-pd .slick-dotted.slick-slider, .recent .slick-dotted.slick-slider, .releases.v2 .slick-dotted.slick-slider {
    margin-bottom: 42px;
  }
}

@media (min-width: 480px) {
  .more-product .slick-list, .product-tab-pd .slick-list, .recent .slick-list, .releases.v2 .slick-list {
    margin: 0 -15px;
  }
}

@media (min-width: 1681px) {
  .more-product .slick-list, .product-tab-pd .slick-list, .recent .slick-list, .releases.v2 .slick-list {
    margin: 0 -20px;
  }
}

@media (min-width: 480px) {
  .more-product .slick-slide .product-item, .product-tab-pd .slick-slide .product-item, .recent .slick-slide .product-item, .releases.v2 .slick-slide .product-item {
    padding: 0 15px;
  }
}

@media (min-width: 1681px) {
  .more-product .slick-slide .product-item, .product-tab-pd .slick-slide .product-item, .recent .slick-slide .product-item, .releases.v2 .slick-slide .product-item {
    padding: 0 20px;
  }
}

.more-product .slick-dots, .product-tab-pd .slick-dots, .recent .slick-dots, .releases.v2 .slick-dots {
  position: static;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  display: table !important;
  padding: 6px 18px;
  border-radius: 5px;
}

.more-product .slick-dots li, .product-tab-pd .slick-dots li, .recent .slick-dots li, .releases.v2 .slick-dots li {
  margin: 0;
}

.more-product .slick-dots li button:before, .product-tab-pd .slick-dots li button:before, .recent .slick-dots li button:before, .releases.v2 .slick-dots li button:before {
  font-size: 12px;
}

@media (min-width: 1025px) {
  .more-product .h-heading, .product-tab-pd .h-heading, .recent .h-heading, .releases.v2 .h-heading {
    margin-bottom: 82px;
  }
}

@media (max-width: 480px) {
  .more-product .product-item .pd-bd, .product-tab-pd .product-item .pd-bd, .recent .product-item .pd-bd, .releases.v2 .product-item .pd-bd {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.btn-morepd {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.btn-morepd span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #242424;
  margin-right: 17px;
}

.btn-morepd i {
  color: #fff;
  font-size: 18px;
}

.btn-morepd:hover span {
  -webkit-box-shadow: 0px 2px 20px 2px rgba(194, 106, 245, 0.68);
  box-shadow: 0px 2px 20px 2px rgba(194, 106, 245, 0.68);
}

.releases {
  padding-top: 50px;
}

@media (min-width: 1025px) {
  .releases {
    padding-top: 85px;
  }
}

.releases.spc1 {
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .releases.spc1 {
    padding-bottom: 87px;
  }
}

.releases.v2 {
  padding-top: 70px;
}

@media (max-width: 480px) {
  .releases.v2 {
    padding-top: 0;
  }
}

@media (min-width: 480px) {
  .releases.v2 .product-tab-sw2 {
    margin-bottom: 60px;
  }
}

.releases .product-tab-sw2 {
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .releases .product-tab-sw2 {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 82px;
  }
  .releases .product-tab-sw2 li {
    margin: unset;
  }
}

.releases .owl-nav>div.owl-prev, .bestseller .owl-nav>div.owl-prev, .category-list .owl-nav>div.owl-prev, .section-cate .owl-nav>div.owl-prev, .onsale .owl-nav>div.owl-prev {
  right: auto;
  left: 0;
}

.releases .owl-nav>div.owl-next, .bestseller .owl-nav>div.owl-next, .category-list .owl-nav>div.owl-next, .section-cate .owl-nav>div.owl-next, .onsale .owl-nav>div.owl-next {
  right: 0;
  left: auto;
}

.releases .owl-theme .owl-nav [class*=owl-], .bestseller .owl-theme .owl-nav [class*=owl-], .category-list .owl-theme .owl-nav [class*=owl-], .section-cate .owl-theme .owl-nav [class*=owl-], .onsale .owl-theme .owl-nav [class*=owl-] {
  font-size: 17px;
  background: #fff;
  color: #000;
  border-radius: 2px;
  margin: 0;
  padding: 0;
}

.releases .owl-nav>div, .bestseller .owl-nav>div, .category-list .owl-nav>div, .section-cate .owl-nav>div, .onsale .owl-nav>div {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  left: 0;
  position: absolute;
  top: 35%;
  border: 1px solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.flash-deals {
  padding-top: 10px;
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .flash-deals {
    padding-top: 10px;
  }
}

.flash-deals .owl-carousel .owl-item img {
  width: 260px;
  margin: 0 auto;
  /* height: auto; */
  object-fit: cover;
}

.flash-deals .title-icon {
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .flash-deals .title-icon {
    margin-bottom: 10px;
  }
}

.product-countd.pd-bd {
  border: 2px solid #eaeaea;
  padding: 15px;
}

@media (min-width: 1025px) {
  .product-countd.pd-bd {
    padding: 0 25px 25px;
    margin-top: 140px;
  }
}

@media (min-width: 1681px) {
  .product-countd.pd-bd {
    padding: 0 32px 43px 38px;
  }
}

.product-countd.pd-bd.spc2 {
  margin-top: 0;
  border: 0;
  height: 100%;
  padding-bottom: 70px;
}

@media (min-width: 1025px) {
  .product-countd.pd-bd.spc2 {
    padding: 25px 25px 25px;
  }
}

@media (min-width: 1681px) {
  .product-countd.pd-bd.spc2 {
    padding: 65px 37px 130px 37px;
  }
}

.product-countd.pd-bd.spc2.bg {
  background: #fafafa;
}

.product-item-countd .product-head {
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
}

@media (min-width: 1025px) {
  .product-item-countd .product-head {
    margin-top: -140px;
    position: relative;
  }
}

.product-item-countd .product-info .product-cate {
  margin-bottom: 20px;
}

.product-item-countd .deal-progress {
  padding-top: 40px;
  padding-bottom: 20px;
}

.product-item-countd .progress {
  background-color: #eee;
  height: 9px;
  border-radius: 9px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-item-countd .progress .progress-bar {
  border-radius: 9px;
  background: var(--main-color);
  background-image: linear-gradient(122deg, var(--sec-main-color), var(--main-color));
}

.deal-stock {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 13px;
}

.deal-stock span {
  color: #999999;
}

.deal-stock span.stock-available strong {
  font-weight: normal;
  color: #333333;
}

.time-cound p {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 33px;
}

.countdown-time {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.countdown-time.v2 {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.countdown-time.v3 {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.countdown-time.v3 span {
  color: #999999;
}

.countdown-time.v3 li p {
  color: #999999;
}

.countdown-time b {
  font-weight: 300;
}

.countdown-time li {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

@media (min-width: 1681px) {
  .countdown-time li {
    margin-right: 27px;
  }
}

/* .countdown-time li:last-child {
  margin-right: 0;
} */

.countdown-time li p {
  font-weight: lighter;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border: 2px solid #dddddd;
  border-radius: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

@media (min-width: 1025px) {
  .countdown-time li p {
    font-size: 28px;
    width: 70px;
    height: 70px;
  }
}

.countdown-time li span {
  font-weight: 500;
  text-transform: capitalize;
}

.bestseller2 {
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (min-width: 1025px) {
  .bestseller2 {
    padding-top: 1px;
    padding-bottom: 65px;
  }
  .bestseller2 .row {
    margin-right: -4px;
    margin-right: -4px;
  }
  .bestseller2 [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (min-width: 1025px) {
  .bestseller2.spc5 {
    padding-bottom: 120px;
  }
}

@media (min-width: 1025px) {
  .bestseller2 .product-item {
    margin-bottom: 8px;
  }
}

.bestseller2 .product-item .product-img {
  text-align: center;
}

.bestseller2 .pd-bd {
  border: 2px solid #f0f0f0;
}

.bestseller2 .col-sm-6:nth-child(2n+1) {
  clear: none;
}

@media (max-width: 1024px) {
  .bestseller2 .h-heading {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .bestseller2 .h-heading .title-icon.t-inline {
    margin-bottom: 15px;
  }
  .bestseller2 .h-heading .title-icon {
    margin-bottom: 15px;
  }
}

.h-heading {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .h-heading {
    margin-bottom: 72px;
  }
}

@media (max-width: 480px) {
  .h-heading {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.line-title {
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  .line-title {
    width: 85.666666%;
  }
}

@media (max-width: 480px) {
  .line-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 1025px) {
  .line-title.v2 {
    width: 34.2%;
  }
}

@media (min-width: 1681px) {
  .line-title.v2 {
    width: 53.5%;
  }
}

.line-title:before {
  border-top: 1px solid #ededed;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.title-icon {
  position: relative;
}

.title-icon h1 {
  font-size: 20px;
  font-weight: bold;
}

.title-icon.t-inline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 480px) {
  .title-icon.t-inline {
    margin-bottom: 15px;
  }
}

.title-icon.t-inline h1 {
  background: #fff;
  padding-left: 20px;
}

.title-icon.e-gradient, .blog-post-social a.title-icon:hover, .blog-comment-item .cmt-content .title-icon.btn-author:hover, .social a.title-icon:hover {
  font-size: 16px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}

@media (min-width: 1025px) {
  .title-icon.e-gradient, .blog-post-social a.title-icon:hover, .blog-comment-item .cmt-content .title-icon.btn-author:hover, .social a.title-icon:hover {
    font-size: 18px;
    width: 319px;
    height: 63px;
    line-height: 63px;
  }
}

@media (min-width: 480px) {
  .title-icon.e-gradient, .blog-post-social a.title-icon:hover, .blog-comment-item .cmt-content .title-icon.btn-author:hover, .social a.title-icon:hover {
    padding-left: 39px;
  }
}

@media (max-width: 480px) {
  .title-icon.e-gradient, .blog-post-social a.title-icon:hover, .blog-comment-item .cmt-content .title-icon.btn-author:hover, .social a.title-icon:hover {
    text-align: center;
    margin-bottom: 20px;
  }
}

.title-icon.e-gradient.v2, .blog-post-social a.title-icon.v2:hover, .blog-comment-item .cmt-content .title-icon.v2.btn-author:hover, .social a.title-icon.v2:hover {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .title-icon.e-gradient.v2, .blog-post-social a.title-icon.v2:hover, .blog-comment-item .cmt-content .title-icon.v2.btn-author:hover, .social a.title-icon.v2:hover {
    text-align: center;
  }
}

@media (max-width: 812px) {
  .title-icon.e-gradient.v2, .blog-post-social a.title-icon.v2:hover, .blog-comment-item .cmt-content .title-icon.v2.btn-author:hover, .social a.title-icon.v2:hover {
    margin-bottom: 15px;
  }
}

@media (max-widht: 480px) {
  .title-icon.e-gradient.v2, .blog-post-social a.title-icon.v2:hover, .blog-comment-item .cmt-content .title-icon.v2.btn-author:hover, .social a.title-icon.v2:hover {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .title-icon.e-gradient.v2, .blog-post-social a.title-icon.v2:hover, .blog-comment-item .cmt-content .title-icon.v2.btn-author:hover, .social a.title-icon.v2:hover {
    padding-left: 39px;
  }
}

.title-icon.t-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.title-icon.t-column:before {
  content: "";
  display: block;
  border-top: solid 1px #eee;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 23%;
  z-index: -1;
}

.title-icon.t-column .t-inside {
  background: #fff;
  display: block;
  text-align: center;
}

.title-icon.t-column h1 {
  margin-top: 20px;
}

.title-icon.t-column img {
  padding: 0 33px;
}

.title-icon.t-column.mg-50 {
  margin-bottom: 46px;
}

.feature {
  background: var(--footer-feature-color);
  padding: 30px 0;
}

.feature.v2 {
  background: transparent;
  padding-top: 20px;
}

@media (min-width: 1025px) {
  .feature.v2 {
    padding-bottom: 115px;
  }
}

@media (max-width: 480px) {
  .feature.v2 {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .feature {
    padding: 30px 0;
  }
}

.feature-inside {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .feature-inside {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.feature-inside .feature-block {
  width: 100%;
  padding: 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-inside .feature-block.v2 {
  border-right: 0;
  position: relative;
}

.feature-inside .feature-block.v2:before {
  border-right: 1px solid #ebebeb;
  content: "";
  height: 99px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .feature-inside .feature-block.v2:before {
    border-right: 0;
  }
}

.feature-inside .feature-block.v2:first-child:before {
  border-right: 0;
}

@media (max-width: 1024px) {
  .feature-inside .feature-block.v2:nth-child(3):before {
    border-right: 0;
  }
}

@media (min-width: 1024px) {
  .feature-inside .feature-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}

@media (max-width: 1024px) {
  .feature-inside .feature-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 30px;
  }
  .feature-inside .feature-block:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 480px) {
  .feature-inside .feature-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: 0;
  }
}

.feature-inside .feature-block:last-child {
  border-right: 0;
  margin-bottom: 0;
}

.feature-inside .feature-block .feature-info {
  color: #fff;
}

.feature-inside .feature-block .feature-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-inside .feature-block .feature-info p {
  line-height: 22px;
}

.feature-inside .feature-block .feature-info.v2 {
  color: #333333;
}

.feature-inside .feature-block .feature-info.v2 p {
  color: #666666;
}

.feature-inside .feature-block .feature-block-img {
  margin-bottom: 12px;
}

.e-feature {
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .e-feature {
    padding-bottom: 93px;
  }
}

@media (min-width: 1681px) {
  .e-feature .row {
    margin: 0 -20px;
  }
  .e-feature [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.e-feature .feature-block-img {
  margin-bottom: 10px;
}

.e-feature .feature-block-img img {
  opacity: 0.2;
}

@media (max-width: 767px) {
  .e-feature .feature-item {
    margin-bottom: 30px;
    text-align: center;
  }
}

.feature-info.v2 h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.feature-info.v2 p {
  color: #666666;
  line-height: 22px;
}

@media (min-width: 767px) {
  .feature.v2 .feature-info.v2 p {
    max-width: 320px;
    margin: 0 auto;
  }
}

.category-item .bd-7 {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.category-item .pd30 {
  padding: 30px 27px 30px 30px;
}

.category-item .cate-img {
  overflow: hidden;
}

.category-item .cate-img a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.category-item .cate-img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.category-item:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.cate-bg {
  background: #f8f8f8;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.cate-content {
  position: relative;
}

.cate-content h3 {
  font-size: 16px;
  font-weight: 500;
}

.cate-content .abs {
  position: absolute;
  right: 0;
  top: 28px;
}

.btn-shopcate {
  font-size: 13px;
  width: 122px;
  height: 38px;
  line-height: 37px;
  border-radius: 5px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.btn-shopcate i {
  margin-right: 8px;
}

.cate-list li {
  line-height: 32px;
  position: relative;
  display: block;
  margin-right: 13px;
}

.cate-list li a {
  color: #666;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.cate-list li a:hover {
  color : var(--a-hover-color);
  background-color: transparent;
}

.cate-list li:before {
  content: "\f363";
  font-family: "ionicons";
  position: absolute;
  top: 0;
  left: -13px;
  color: #bfbfbf;
}

.cate-list li:hover::before {
  color : var(--a-hover-color);
}

.top-product-tab {
  padding-bottom: 33px;
}

@media (max-width: 480px) {
  .top-product-tab {
    padding-bottom: 0;
  }
}

@media (min-width: 1681px) {
  .top-product-tab .row {
    margin: 0 -20px;
  }
  .top-product-tab [class*="col-"] {
    padding: 0 20px;
  }
}

@media (min-width: 1025px) {
  .top-product-tab .product-tab {
    margin-bottom: -10px;
  }
}

@media (min-width: 1025px) {
  .top-product-tab .filter-product.e-category {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .top-product-tab .filter {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .top-product-tab .e-category {
    padding-bottom: 0;
  }
}

.top-product-tab .product-tab-sw {
  margin-bottom: 26px;
}

@media (min-width: 1024px) {
  .top-product-tab .product-tab-sw {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

@media (max-width: 1024px) {
  .top-product-tab .product-tab-sw {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .top-product-tab .product-tab-sw li {
    margin-bottom: 15px;
  }
}

@media (min-width: 1025px) {
  .top-product-tab .product-tab .owl-carousel {
    width: 100.2%;
  }
}

.top-product-tab .product-tab .owl-nav>div.owl-prev {
  right: auto;
  left: 0;
}

@media (min-width: 1025px) {
  .top-product-tab .product-tab .owl-nav>div.owl-prev {
    left: -20px;
  }
}

.top-product-tab .product-tab .owl-nav>div.owl-next {
  right: 0;
  left: auto;
}

@media (min-width: 1025px) {
  .top-product-tab .product-tab .owl-nav>div.owl-next {
    right: -20px;
  }
}

.top-product-tab .product-tab .owl-theme .owl-nav [class*=owl-] {
  font-size: 17px;
  background: #fff;
  color: #bcbcbc;
  border-radius: 2px;
  margin: 0;
  padding: 0;
}

.top-product-tab .product-tab .owl-theme .owl-nav [class*=owl-].active {
  color: #000000;
}

.top-product-tab .product-tab .owl-nav>div {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  left: 0;
  position: absolute;
  top: 35%;
  border: 1px solid #ededed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (min-width: 1025px) {
  .top-product-tab .product-tab .owl-nav>div {
    top: 45%;
  }
}

.top-product-tab .product-tab .owl-nav>div:hover {
  opacity: 1;
}

.top-product-tab .product-tab .owl-nav>div.active {
  color: #000000;
  border: 1px solid #000;
}

@media (min-width: 1681px) {
  .super-deal [class*="col-"] {
    padding: 0 20px;
  }
  .super-deal .row {
    margin: 0 -20px;
  }
}

@media (max-width: 812px) {
  .super-deal [class*="col-"] {
    margin-bottom: 30px;
  }
}

.super-deal .owl-cate.owl-theme .owl-nav.disabled+.owl-dots {
  z-index: 100;
  position: relative;
}

@media (min-width: 1025px) {
  .super-deal .owl-cate.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -84px;
    margin-right: 75px;
  }
  .super-deal .filter-product.e-category {
    padding-bottom: 50px;
  }
}

.super-deal.v2 {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .super-deal.v2 {
    margin-bottom: 98px;
  }
}

@media (min-width: 1025px) {
  .super-deal.v2>[class*="col-"] {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .super-deal.v2 .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}

.super-deal.v2 .owl-cate.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  margin-right: 0;
}

@media (max-width: 1024px) {
  .super-deal.v2 .owl-cate.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0 auto;
  }
}

.super-deal.v2 .owl-cate .owl-dots {
  border: 0;
}

@media (min-width: 1025px) {
  .super-deal.v2 .owl-dots {
    bottom: 74px;
    left: 140px;
  }
}

@media (min-width: 1681px) {
  .super-deal.v2 .owl-dots {
    margin: 0;
    bottom: 74px;
    left: 169px;
  }
}

.sp-item {
  background: -webkit-gradient(linear, left top, right top, from(var(--sec-main-color)), to(var(--main-color)));
  background: linear-gradient(to right, var(--sec-main-color), var(--main-color));
  border-radius: 7px;
  padding: 4px;
}

@media (min-width: 1025px) {
  .sp-item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    table-layout: fixed;
  }
  .sp-item .text-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    padding-right: 15px;
  }
  .sp-item .product-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
}

.sp-item .text-box {
  background: #fff;
  padding-left: 75px;
  padding-top: 70px;
  padding-bottom: 115px;
  border-radius: 0 0 7px 7px;
}

@media (min-width: 1025px) {
  .sp-item .text-box {
    border-radius: 7px 0 0 7px;
  }
}

@media (max-width: 1024px) {
  .sp-item .text-box {
    padding: 24px 24px 50px 24px;
  }
}

@media (max-width: 480px) {
  .sp-item .text-box {
    padding-bottom: 50px;
  }
}

.sp-item .product-wrapper {
  background: #fff;
  padding-right: 24px;
  padding-top: 73px;
  border-radius: 7px 7px 0 0;
}

@media (min-width: 1025px) {
  .sp-item .product-wrapper {
    border-radius: 0 7px 7px 0;
  }
}

@media (max-width: 1024px) {
  .sp-item .product-wrapper {
    padding: 24px;
  }
}

@media (min-width: 1025px) {
  .sp-item .product-info-top {
    max-width: 280px;
  }
  .sp-item .product-info-top .deal-progress {
    max-width: 269px;
  }
}

.sp-item .product-item-countd .deal-progress {
  padding-top: 27px;
  padding-bottom: 8px;
}

.sp-item .time-cound p {
  margin-bottom: 20px;
}

.deal-title {
  color: #c6c6c6;
  font-size: 24px;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .deal-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.category-list.spc5 {
  padding-top: 30px;
}

@media (min-width: 1025px) {
  .category-list.spc5 {
    padding-top: 63px;
  }
}

@media (min-width: 1025px) {
  .category-list .owl-cate.v3.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
  }
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
  background: linear-gradient(#fff, #f6f6f6);
}

.bg-gradient.bg-insinde .product-inner {
  background: #fff;
}

.bg-gradient.bg-insinde .slick-dots {
  background: #fff;
}

.bg-gradient.bg-insinde .owl-dots {
  background: #fff;
}

@media (min-width: 1025px) {
  .bg-gradient.bg-insinde .product-button-group {
    border-left: 0;
    border-right: 0;
  }
}

.custom-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 480px) {
  .custom-dots {
    bottom: 50px;
  }
}

.custom-dots .owl-dot {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-dots .owl-dot.active span, .custom-dots .owl-dot:hover span {
  background: #333333;
  opacity: 1;
}

.custom-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #333333;
  opacity: 0.21;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 50%;
}

.tab-link {
  position: relative;
}

@media (max-width: 767px) {
  .tab-link {
    margin-bottom: 30px;
  }
}

.tab-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  pointer-events: none;
}

.tab-link li {
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.tab-link li a {
  display: table;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  padding: 25px 20px 25px 20px;
}

@media (min-width: 1681px) {
  .tab-link li a {
    padding: 33px 20px 34px 20px;
  }
}

.tab-link li .tab-link-info img {
  width: 81px;
  height: 81px;
  margin-right: 20px;
}

.tab-link li .tab-link-info span {
  font-size: 16px;
  color: #666666;
}

.tab-link li.active {
  background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
  background: linear-gradient(90deg, #c467f5, #53f3ff);
}

@media (min-width: 767px) {
  .tab-link li.active:before {
    content: '';
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #53f3ff;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.tab-link li.active .tab-link-info span {
  color: #fff;
}

.tab-link li:first-child {
  border-radius: 10px 10px 0 0;
}

.tab-link li:last-child {
  border-radius: 0 0 10px 10px;
}

@media (min-width: 1681px) {
  .feature-product [class*="col-"] {
    padding: 0 20px;
  }
  .feature-product .row {
    margin: 0 -20px;
  }
}

@media (minw-width: 480px) {
  .feature-product.spc2 {
    margin-bottom: 20px;
  }
}

.feature-product.spc3 {
  margin-bottom: 50px;
}

@media (minw-width: 480px) {
  .feature-product.spc3 {
    margin-bottom: 105px;
  }
}

.our-blog {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .our-blog {
    padding-top: 83px;
    padding-bottom: 61px;
    margin-bottom: 84px;
  }
}

.our-blog.bg {
  background: #f7f7f7;
}

.our-blog .owl-dots {
  margin-top: -10px;
}

.our-blog .owl-nav>div.owl-prev {
  right: auto;
  left: 0;
}

@media (min-width: 1025px) {
  .our-blog .owl-nav>div.owl-prev {
    left: -20px;
  }
}

.our-blog .owl-nav>div.owl-next {
  right: 0;
  left: auto;
}

@media (min-width: 1025px) {
  .our-blog .owl-nav>div.owl-next {
    right: -20px;
  }
}

.our-blog .owl-theme .owl-nav [class*=owl-] {
  font-size: 17px;
  background: #fff;
  color: #bcbcbc;
  border-radius: 2px;
  margin: 0;
  padding: 0;
}

.our-blog .owl-theme .owl-nav [class*=owl-].active {
  color: #000000;
}

.our-blog .owl-nav>div {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  left: 0;
  position: absolute;
  top: 35%;
  border: 1px solid #ededed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (min-width: 1025px) {
  .our-blog .owl-nav>div {
    top: 27%;
  }
}

.our-blog .owl-nav>div:hover {
  opacity: 1;
}

.our-blog .owl-nav>div.active {
  color: #000000;
  border: 1px solid #000;
}

/*
    6.4. Other Page
            6.4.1 My account


 */

.page-title {
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #333333;
  background: #fff;
  display: inline-block;
  line-height: 50px;
}

.page-title.v1 {
  width: 220px;
}

.page-title.v2 {
  width: 116px;
}

.page-title.v3 {
  width: 155px;
}

.page-title.v4 {
  width: 134px;
}

.page-title.v5 {
  width: 210px;
}

.page-title.v6 {
  width: 229px;
}

.myaccount .row.pd {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  /* padding-top: 30px; */
  padding-bottom: 50px;
}

@media (min-width: 1681px) {
  .myaccount .row.pd {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1025px) {
  .myaccount .row.pd {
    margin: 0;
    /* padding-top: 70px; */
    padding-bottom: 136px;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media (max-width: 1024px) {
  .myaccount .row.pd {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.myaccount .account-element {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 560px;
  width: 560px;
}

@media (max-width: 480px) {
  .myaccount .account-element {
    max-width: 360px;
    width: 360px;
  }
}

@media (max-width: 320px) {
  .myaccount .account-element {
    max-width: 320px;
    width: 320px;
  }
}

@media (min-width: 1025px) {
  .myaccount .account-element.e-left {
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .myaccount .account-element.e-left {
    margin-top: 90px;
  }
}

.myaccount .form-group {
  margin-bottom: 42px;
}

.myaccount .form-group label {
  color: #666666;
  margin-bottom: 5px;
}

.myaccount .form-group input {
  height: 54px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding-left: 33px;
  margin-bottom: 30px;
}

.myaccount .form-group input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.myaccount .form-group input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.myaccount .form-group input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.myaccount .form-group input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}

@media (min-width: 480px) {
  .myaccount .form-group input {
    width: 480px;
  }
}

@media (max-width: 480px) {
  .myaccount .form-group input {
    max-width: 320px;
    width: 320px;
  }
}

@media (max-width: 320px) {
  .myaccount .form-group input {
    max-width: 280px;
    width: 280px;
  }
}

.myaccount .btn-submit {
  font-size: 16px;
  width: 159px;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  padding: 0;
  border: 0;
}

.myaccount .checkbox label {
  color: #666666;
}

.myaccount .checkbox label:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  margin-left: -23px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.myaccount .checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -24px;
  padding-right: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.myaccount .checkbox.checkbox-default input[type="checkbox"], .myaccount .checkbox.checkbox-default input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.myaccount .checkbox.checkbox-default input[type="checkbox"]:checked+label:after, .myaccount .checkbox.checkbox-default input[type="radio"]:checked+label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.page-content {
  width: 100%;
  padding-bottom: 52px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-content p {
  color: #999999;
  text-align: center;
  margin-bottom: 38px;
}

.btn-lostpwd {
  color: #999999;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  text-decoration: underline;
}

.btn-lostpwd.spc {
  padding-top: 60px;
}

.myaccount.trackorder .row.pd {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (min-width: 1025px) {
  .myaccount.trackorder .row.pd {
    padding-bottom: 131px;
  }
}

@media (min-width: 480px) {
  .myaccount.trackorder .page-content p {
    max-width: 460px;
    padding-top: 5px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .myaccount.trackorder .page-content p {
    width: 320px;
  }
}

@media (max-width: 320px) {
  .myaccount.trackorder .page-content p {
    width: 280px;
  }
}

/*
	6.5. Commingsoon
			6.5.1 Commingsoon Page

 */

@media (max-width: 768px) {
  .commingsoon .flex {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.commingsoon .c-width {
  width: 100%;
}

@media (min-width: 1024px) {
  .commingsoon .c-width {
    width: 50%;
  }
}

.commingsoon .c-width.c-left {
  background: #1d1d1d;
  padding: 30px 30px 30px 30px;
}

@media (min-width: 1025px) {
  .commingsoon .c-width.c-left {
    padding: 100px 0 0 120px;
  }
}

@media (min-width: 1681px) {
  .commingsoon .c-width.c-left {
    padding: 290px 0 0 120px;
  }
}

.commingsoon .form_newsletter {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .commingsoon .form_newsletter {
    width: 402px;
  }
}

@media (min-width: 480px) {
  .commingsoon .form_newsletter {
    margin-top: 40px;
    margin-bottom: 77px;
  }
}

.commingsoon .form-control {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  background: #fff;
  padding-left: 26px;
}

.commingsoon .form-control::-webkit-input-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.commingsoon .form-control:-moz-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.commingsoon .form-control::-moz-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.commingsoon .form-control:-ms-input-placeholder {
  color: 12px;
  font-size: #aeaeae;
}

.commingsoon .button_mini {
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
}

.commingsoon .button_mini.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  height: 50px;
  border-radius: 0 4px 4px 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  width: 124px;
  line-height: 40px;
}

.commingsoon p {
  color: #666666;
}

@media (min-width: 480px) {
  .commingsoon p {
    max-width: 480px;
    font-size: 18px;
    line-height: 26px;
  }
}

.commingsoon .c-logo {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .commingsoon .c-logo {
    margin-bottom: 60px;
  }
}

.commingsoon .time-cound {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .commingsoon .time-cound {
    margin-bottom: 52px;
  }
}

.c-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: lighter;
  color: #fff;
}

@media (min-width: 480px) {
  .c-title {
    margin-bottom: 45px;
    font-size: 40px;
  }
}

.c-social a {
  color: #fff;
  font-size: 25px;
  margin-right: 20px;
}

@media (min-width: 480px) {
  .c-social a {
    margin-right: 50px;
  }
}

.c-social a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (min-width: 480px) {
  .c-social {
    margin-bottom: 55px;
  }
}

/** 7. Templates Layout **/

/*
	7.Responsive
		7.1. FullHD
			7.1.1 FullHD
			7.1.2 Min Fullhd
		7.2. Desktop
			7.2. Max Desktop
		7.3. Table
			7.3.1. tablet
			7.3.2. Max tablet
		7.4. Mobile
			7.4.1. mobile
			7.4.2. Max mobile
 */

@media (min-width: 1200px) {
  /*
  	7.2. Desktop
  			7.2. Max Desktop
   */
  .product-item {
    margin-bottom: 40px;
  }
  .product-flat .product-item {
    margin: 0;
  }
  .product-custom-bg .product-item {
    margin: 0;
  }
  .quickview-wrapper {
    overflow-y: scroll;
  }
  .quickview-wrapper .quick-modal {
    margin-top: 20px;
  }
  .product-standard .product-item {
    margin-bottom: 45px;
  }
}

@media (min-width: 1500px) {
  /*
  
  	7.1. FullHD
  			7.1.1 FullHD
  			
   */
  .product-item {
    margin-bottom: 48px;
  }
  .product-flat .product-item {
    margin: 0;
  }
  .product-flat .product-img img {
    width: 100%;
  }
  .product-custom-bg .product-item {
    margin: 0;
  }
  .product-custom-bg .product-img img {
    width: 100%;
  }
  .banner-img>a>img {
    width: 100%;
  }
  .banner-img .banner-img2 a img {
    height: 350px;
  }
  .hover-images {
    width: 100%;
  }
  .slider-img>img {
    width: 100%;
  }
  .slide-home-simple [class*="col-lg-10"] {
    width: 100%;
  }
  .slide-home-simple .col-lg-offset-1 {
    margin-right: 0;
  }
  .product-homecate-cat .container {
    width: 100%;
    padding: 0 190px;
  }
  .padding-hlook {
    padding-left: 149px;
    padding-right: 362px;
  }
  .padding-hlook-164 {
    padding-left: 164px;
    padding-right: 164px;
  }
  .padding-hlook-2 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .content-info {
    margin-right: -45px;
  }
  .content-ver2 .content-info:first-child {
    max-width: 573px;
    float: right;
  }
  .content-ver2 .content-info:nth-child(2) {
    max-width: 580px;
    margin-right: 63px;
  }
  .content-ver2 [class*="col-sm-"] {
    padding: 0;
  }
  .product-filter {
    padding-right: 40px;
    padding-left: 40px;
  }
  .product-filter-button {
    padding-right: 40px;
    padding-left: 40px;
  }
  .shop-sidebar>.row {
    margin-right: -23px;
    margin-right: -23px;
  }
  .shop-sidebar>.row>[class*="col-"] {
    padding-left: 23px;
    padding-right: 23px;
  }
  .modern-grid .row {
    margin-right: -20px;
    margin-right: -20px;
  }
  .modern-grid .row>[class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  /*
  	7.2. Desktop
  			7.2. Max Desktop
   */
  .product-item {
    margin-bottom: 40px;
  }
  .product-flat .product-item {
    margin: 0;
  }
  .product-custom-bg .product-item {
    margin: 0;
  }
  .quickview-wrapper {
    overflow-y: scroll;
  }
  .quickview-wrapper .quick-modal {
    margin-top: 20px;
  }
  .product-standard .product-item {
    margin-bottom: 45px;
  }
}

@media (max-width: 1025px) {
  /*
  	7.2. Desktop
  			7.2. Max Desktop
  
  
   */
  .product-homecate .product-title {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  /*
  	7.3. Table
  			7.3.1. tablet
  			
  
   */
  .slider-homesimple .slick-prev:before, .slider-homesimple .slick-next:before {
    display: none;
  }
  .blog-home .blog-post-item {
    margin-bottom: 30px;
  }
  .wrap-filter-box.wrap-filter-number {
    display: none;
  }
  .wrap-filter-box.filter-half.wrap-filter-number.right {
    display: table-cell;
  }
}

@media (max-width: 768px) {
  /*
  	7.4. Mobile
  			7.3.2. Max tablet
  
   */
  .cosre-title {
    font-size: 30px;
  }
  .title-ver1 {
    font-size: 30px;
  }
  .hero-section .page-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /*
  	7.4. Mobile
  			7.4.1. mobile
  			
  
   */
  .wrap-filter-sorting .dropdown-menu {
    left: 50%;
  }
  .product-flat .product-item {
    margin-bottom: 30px;
  }
  .slider-homesimple .slider-content {
    border-bottom: 35px solid #ffffff;
    border-top: 35px solid #ffffff;
    min-width: 320px;
  }
  .wrapper-product-list .product-info-ver2 {
    margin-bottom: 30px;
  }
  .content-img {
    margin-bottom: 30px;
  }
  .cart-box-container-ver2 [class*="col-xs-"] {
    margin-bottom: 30px;
  }
  [class*="parallax_"] .cosre-title-wrap {
    text-align: center;
  }
  [class*="parallax_"] .cosre-title-wrap .title-block {
    font-size: 40px;
  }
  .single-product-info {
    margin-top: 30px;
  }
  .wrapper-product .product-tab.ver2 li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .wrapper-product.product-homecate-bg {
    text-align: center;
  }
  .product-homecate .product-title:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .product-homecate .product-info-ver2.left {
    text-align: center;
  }
  .product-homecate .product-info-ver2.right {
    text-align: center;
  }
  .banner-content .banner-title {
    font-size: 20px;
  }
  .banner-content p {
    font-size: 12px;
  }
  .product-item:hover .btn-quickview {
    opacity: 0;
  }
  .content-info {
    text-align: center;
  }
  .content-info h3:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .lookbook-title {
    text-align: center;
    display: block;
    border: 0;
  }
  .blog-post-container .blog-post-single .blog-post-info {
    margin-top: 30px;
  }
  .product-flat .product-item {
    margin-bottom: 30px;
  }
  .product-custom-bg .product-item {
    margin-bottom: 30px;
  }
  .banner-img img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  /*
  		7.4. Mobile
  			
  			7.4.2. Max mobile
   */
  .pushmenu-push-toright-cart {
    right: 270px;
  }
  .pushmenu.pushmenu-left {
    width: 270px;
  }
  .menu-social {
    width: 270px;
  }
  .cart-bottom {
    width: 300px;
  }
  footer [class*="col-xs-"] {
    width: 100%;
  }
  .blog-grid [class*="col-xs-"] {
    width: 100%;
  }
  .wrap-gallery-grid [class*="col-xs-"] {
    width: 100%;
  }
  .btn-shoplook {
    font-size: 10px;
  }
  .product-grid [class*="col-xs-"], .product-tab [class*="col-xs-"], .homepage-banner [class*="col-xs-"] {
    width: 100%;
  }
  .wrapper-product [class*="col-xs-"] {
    width: 100%;
  }
  .wrapper-category [class*="col-xs-"], .feature-product [class*="col-xs-"] {
    width: 100%;
  }
  .slider-homesimple .slider-content {
    min-width: 280px;
  }
  .banner-img img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

.dropdown-toggle::after {
  display: none;
}

.mainHeaderBanner {
  background-color: var(--mobail-app-banner);
  display: block;
  height: 80px;
  text-align: center;
  width: 100%;
  cursor: pointer!important;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid var(--main-color);
}

.shop-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid var(--main-color);
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid var(--main-color);
}

.profile-img-edit {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid var(--main-color);
}

.header-search .input-group-btnn {
  padding-right: 10px!important;
  width: 50px!important;
  top: 6px!important;
  left: 8px!important;
}

.input-group-btnn {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  top: 0px!important;
  left: 0px!important;
  right: c!important;
  width: 40px;
  line-height: 34px;
  z-index: 100;
}

.dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.3rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #000000 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item i {
  padding-right: 10px;
  font-size: 18px;
  color: #7b7b7b;
}

.new-mt {
  margin-top: 45px;
}

@media (max-width: 760px) {
  .new-mt {
    margin-top: 0px;
  }
}

.profile-icon {
  font-size: 30px;
  color: #5a5a5a;
  padding-right: 10px;
}

.profile-nav {
  color: #636363;
  display: flex;
  align-items: center;
}

.item_cart .w-button .btn-addcart2 {
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 160px;
  height: 44px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.item_cart .w-button .btn-addcart2  i {
  margin: 6px;
}
.b-0 {
  border: 0!important;
}

.pending {
  background-color: antiquewhite;
}

.shipping {
  background-color: #ffd22f;
}

.done {
  background-color: greenyellow;
}

.cancel {
  background-color: #ffa6a6;
}

.profile-nav-active {
  color: var(--a-clicked-color);
}

.add-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 2px solid #dadada;
  border-radius: 41px;
  height: 150px;
}

.add-cat {
  width: 100%;
  background: white;
  border: 1px solid #e1e1e1;
  padding: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
}

.add-cat-li {
  padding: 4px;
  font-size: 15px;
}

.text-center {
  text-align: center;
}

.text-muted {
  color: #777;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-body:after, .panel-body:before {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.text-muted {
  color: #898989;
}

.panel {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.panel {
  border-radius: 5px;
  border: none;
  box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
}

.panel .panel-body {
  padding: 20px;
}

.panel-heading {
  border-radius: 20px 20px 0px 0px;
  ;
  border: none!important;
  padding: 10px 20px;
}

.panel-title {
  margin-bottom: 0;
  margin-top: 0;
}

.panel-primary>.panel-heading {
  background-color: var(--main-color);
}

.y8Zxnlw30pJejP7Qgy1nC, .y8Zxnlw30pJejP7Qgy1nC ._2xZk5yDwasH7IfXZlRBD9A button {
  width: 100%;
}

._2GlUjD0kiRHLxE6_POqJip ._27lVcYQjCdqHSLgqSv87xW {
  color: #fa3f3f;
}

._2GlUjD0kiRHLxE6_POqJip ._2T62-nxCDmTLHIwcbOe-ic {
  display: flex;
  align-items: center;
}

._2GlUjD0kiRHLxE6_POqJip ._2T62-nxCDmTLHIwcbOe-ic svg {
  margin-right: 8px;
}

@media only screen and (max-width:576px) {
  ._2GlUjD0kiRHLxE6_POqJip ._2T62-nxCDmTLHIwcbOe-ic {
    align-items: flex-start;
  }
}

.WYDfwWG1r7WunQIY62f-Q {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt {
  display: flex;
  height: 175px;
  width: calc(50% - 20px);
  align-items: center;
  justify-content: space-between;
  margin: 16px 10px 0;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

@media only screen and (max-width:576px) {
  .WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt {
    width: 100%;
    height: auto;
  }
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width:576px) {
  .WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 {
    border: none;
  }
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 .Fp9Y9zOw0kEJ4afsqJo1B {
  display: flex;
  align-items: center;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 .Fp9Y9zOw0kEJ4afsqJo1B ._3E1rXsCkTFkSdbOe4Ofj1E {
  display: flex;
  position: relative;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 .Fp9Y9zOw0kEJ4afsqJo1B ._3E1rXsCkTFkSdbOe4Ofj1E ._3O9NA6kRYuhedtykmswomF {
  position: absolute;
  width: 18px;
  height: 14px;
  top: 7px;
  z-index: 1;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 .Fp9Y9zOw0kEJ4afsqJo1B ._3E1rXsCkTFkSdbOe4Ofj1E .page-1 {
  background-color: #5ad363;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 .Fp9Y9zOw0kEJ4afsqJo1B ._3E1rXsCkTFkSdbOe4Ofj1E svg {
  z-index: 2;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 .Fp9Y9zOw0kEJ4afsqJo1B ._2MmtrQFJJOfStNMjak1nQ2 {
  color: #484848;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -.32px;
}

@media only screen and (max-width:576px) {
  .WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 .Fp9Y9zOw0kEJ4afsqJo1B ._2MmtrQFJJOfStNMjak1nQ2 {
    font-size: 14px;
    margin-right: 8px;
  }
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 ._2E_Wa0quK_C8UHUiX7IO6S {
  max-width: 227px;
  min-height: 54px;
  margin: 10px 24px 8px 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: #646464;
}

@media only screen and (max-width:576px) {
  .WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 ._2E_Wa0quK_C8UHUiX7IO6S {
    width: 100%;
    height: auto;
    font-size: 11px;
    letter-spacing: -.22px;
  }
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt .HLxQ9BkeJn3Oed6MlRlV1 .DE3S1QielFi4OTWq9yfEH {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.24px;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt ._2Q9dQkMQaBXACwH6t0CnkN {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 15px;
  border-right: 1px dashed #e5e5e5;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt ._2Q9dQkMQaBXACwH6t0CnkN ._3x0AuLAcOqJ80xtzdkPHFA {
  display: flex;
  font-size: 28px;
  align-items: baseline;
  font-weight: 800;
  letter-spacing: .23px;
  text-align: right;
  color: #439e4a;
}

@media only screen and (max-width:576px) {
  .WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt ._2Q9dQkMQaBXACwH6t0CnkN ._3x0AuLAcOqJ80xtzdkPHFA {
    font-size: 28px;
  }
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt ._2Q9dQkMQaBXACwH6t0CnkN ._3x0AuLAcOqJ80xtzdkPHFA .tC2a68h96bQh1yKANzDpR {
  font-size: 14px;
  letter-spacing: .22px;
  margin-left: 4px;
}

.WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt ._2Q9dQkMQaBXACwH6t0CnkN ._3q7ahgKfTP5cuS8DCtac0u {
  width: 100%;
  padding: 4px 26px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin: 14px 0 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.24px;
  text-align: center;
  color: #484848;
  user-select: none;
}

@media only screen and (max-width:576px) {
  .WYDfwWG1r7WunQIY62f-Q ._3X7Au_05EGVQm2PZx2o2bt ._2Q9dQkMQaBXACwH6t0CnkN ._3q7ahgKfTP5cuS8DCtac0u {
    margin: 7px 0 8px;
  }
}

.bCOcvZ {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  -webkit-box-pack: center;
  justify-content: center;
  outline: none;
  padding: 8px;
  position: relative;
  text-decoration: none;
  background-color: rgb(177 127 247);
  color: rgb(255, 255, 255);
  font-size: 12px;
  height: 32px;
  min-width: 88px;
}

.bCOcvZ:hover {
  background-color: rgb(227, 86, 0);
  transition: all 150ms ease 0s;
}

.bCOcvZ:focus {
  background-color: rgb(204, 77, 0);
}

.bCOcvZ:active {
  background-color: rgb(227, 86, 0);
}

.bCOcvZ:disabled {
  background-color: rgb(204, 204, 204);
  color: rgb(145, 145, 145);
  cursor: not-allowed;
  user-select: none;
}

.bCOcvZ:disabled:hover {
  background-color: rgb(204, 204, 204);
}

.price-info {
  display: flex;
  justify-content: space-between;
}

.payment-total {
  display: flex;
  justify-content: space-between;
}


.up-line:before{
  content: "";
  border-top: 2px solid;
  padding-top: 6px;
}

.store-cover-img{
  width: 100%;
    height: 190px;
    object-fit: cover;
}

.img-edit-btn{
  background-color: #b747f8;
  border-color: #ffffff;
  border-radius: 12px 0px 0px 12px;
  margin-right: 16px;
}

.modal-title {
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #333;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.btn-primary {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #7f00c9;
  border-color: #8200ce;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--sec-main-color);
  border-color: var(--sec-main-color);
}

.input-style{
  height: 54px;
    border-radius: 5px;
    border: 1px solid #797979;
    padding-left: 33px;
    margin-bottom: 15px;
    width: 100%;
    padding: 12px;
}



.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;
  width: 175px;
  text-align: start;
}


h4{
  font-size: 15px!important;
}



.btn{
  padding: 10px 18px;
  border-radius: 5px;
}

.btn-profile{
  padding: 0px 2px;
  border-radius: 0px 15px 15px 0px;
}


.profile-img-reduce{
  border-radius: 15px 0px 0px 15px!important;
}



.btn-info{
  margin: 5px;
  width: 100%;
}


trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 15px;
  border: 0px solid #bbb!important;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 0px;
}

trix-editor {
  border: 1px solid #bbb;
  margin: 0;
  padding: .4em .6em;
  min-height: 5em;
  outline: 0;
  border-radius: 15px;
  background-color: white;
}

.discr-style{
  border: 1px solid;
  border-radius: 23px;
  padding: 13px;
  background-color: #d4d4d414;
  margin: 40px 0px;
}
.iti--allow-dropdown{
  width: 100%!important;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-right: 50px!important;

  padding-left: 50px!important;
}

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0,0,0,.6);
  font-size: .75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 .5em;
  margin: 0;
  outline: 0;
  border: none;
  border-bottom: 0px solid #ddd!important;
  border-radius: 0;
  background: 0 0;
}


.select2-container--default .select2-selection--single {
  background-color: #fff!important;
  border: 1px solid #bdbdbd!important;
  border-radius: 11px!important;
  padding: 7px!important;
  height: 52px!important;
  display: flex!important;
  align-items: center!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px!important;
  position: absolute!important;
  top: 12px!important;
  right: 3px!important;
  width: 20px!important;
}

input,  select, textarea {
  font-family: inherit;
  font-size: inherit;
  height: 48px!important;
  width: 100%!important;
  border-radius: 5px!important;
  padding: 13px!important;
}



.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 14px;
  color: red;
  font-weight: 400;
  line-height: 1.5;
  /* color: #dc168d; */
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff; 
  border: 0px solid #ced4da;
  border-radius: .25rem;
  width: 97%;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 11px!important;
  cursor: text;
  /* padding-bottom: 5px;
  padding-right: 5px; */
  position: relative;
  padding: 11px 22px 7px 26px!important;
}


.store-setting-setting-img img{
  height: 150px;
  width: 150px;
  object-fit: cover;
}
.store-setting-setting-img a{
  font-size: 12px;
}
.store-setting-setting-img{
  margin-bottom: 20px!important;
}



.shipping-info {
  border: 2px solid #dedede;
  border-radius: 10px;
  padding: 14px 24px;
}
.shipping-info-title{
  padding: 14px 4px;
  border-bottom: 1px solid #989898;
  margin-bottom: 15px
}
.shipping-info-del-btn{
  font-size: 15px;
    color: #a7a4a4;
    display: flex;
    align-items: center;
}

.shipping-info-edit-btn{
  font-size: 15px;
    color: #ffd000;
    display: flex;
    align-items: center;
}



.btn-more-detals{
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 160px;
  height: 44px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  background: var(--main-color);
  background-image: linear-gradient(
122deg, var(--sec-main-color), var(--main-color));
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.orders-imgs{
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 18px 4px;
  border: 2px solid #bdbdbd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  }




  .up-down-btn{
    width: 30px;
    height: 30px;
    border-radius: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    margin: 0px 11px;
  }
  .up-down-btn:hover{
    width: 30px;
    height: 30px;
    border-radius: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    background-color: #d700df;
    margin: 0px 11px;
  }


  .nowrap{
    white-space: nowrap!important;
    word-wrap: break-word!important;
  }


  .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 16px!important;
    line-height: 1.42857;
    vertical-align: top;
    width: 175px;
    text-align: start;
    border: 1px solid #e0e0e0!important;
}



.tiket-border{
  border: 1px solid #b9b9b9;
border-radius: 19px;
padding: 10px;
}

.s-msg i:hover{
  color: var(--main-color)!important ;
}


.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}


.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}



.home-slider-img{
  height: 360px;
}
.mainHeaderBanner-text{
  font-size: 15px;
}
@media (max-width: 750px) {
  .home-slider-img{
    height: 320px;
  }
  .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    border: 1px solid var(--main-color);
}
.mainHeaderBanner-text{
  font-size: 11px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
}


.bottom-nav-li {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  display: inline-block;
  font-size: 36px;
  padding: 2px 14px;
  margin: 0;
  text-align: center;
}
.bottom-nav-i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 20px;
}


.search-form-style{
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 5px;
  min-width: 680px;
  height: 45px;
}
.search-form-input{
  font-size: 13px;
  height: 45px;
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 28px 0 33px;
  font-weight: 500;
}
.search-form-btn{
  border: none;
  background: #dfb400;
  color: #ffffff;
  font-size: 18px;
  width: 45px;
  border-radius: 0 2px 2px 0;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.header-bottom-bar{
  display: flex;
  flex-direction: row-reverse;
}


.top-bar-social{
  font-size: 28px;
    padding: 0px 5px;
    font-weight: 500;
}


.term-item{
  width: 43%;
    border: 1px solid #a7a7a7;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width:585px) {
  .term-item{
    width:30%;
 
}
}
@media (min-width:1075px) {
  .term-item{
    width:18%;
 
}

.row-padding{
  padding: 2px 34px 7px 20px;
}
.row-padding-img{
  padding: 2px 11px 7px 13px;}
}



.projets-num{
  color: #b2252e;
  font-size: 35px;
}
@media (min-width: 850px) {
  .projets-num{
    color: #b2252e;
    font-size: 60px;
  }
}