/*
Theme Name: Basic Theme
Version: 1.0
*/
/*================================================
=            1. Including main styles            =
================================================*/
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@import 'vendor/bootstrap.min.css';
@import 'vendor/masterslider/masterslider.main.css';
@import 'vendor/masterslider/ms-skin-sample.css';
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* IE10 viewport hack for Surface/desktop Windows 8 bug */
/* Mixins */
/* Mixins 					*/
/*=======================================
=      General colors     				=
=======================================*/
/*=======================================
=            Header Colors         		=
=======================================*/
/*=======================================
=        Navigation Colors         		=
=======================================*/
/*=======================================
=            Footer Colors         		=
=======================================*/
/*=======================================
=            Icons Colors         		=
=======================================*/
/*=======================================
=      Header Line through Gradient     =
=======================================*/
/*=======================================
=      Error page colors     			=
=======================================*/
/* Styles 					*/
/* Variables 				*/
/* Vendors */
/* Bootstrap      v3.3.6 	*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -35px;
}
.bx-wrapper .bx-next {
  right: -35px;
  color: #fff;
}
.bx-wrapper .bx-prev::before {
  content: "\f053";
  display: inline-block;
  line-height: 120px;
  font-size: 18px;
  width: 30px;
  font-family: "FontAwesome";
  text-align: center;
}
.bx-wrapper .bx-next::before {
  content: "\f054";
  display: inline-block;
  line-height: 120px;
  font-size: 18px;
  width: 30px;
  font-family: "FontAwesome";
  text-align: center;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45px;
  outline: 0;
  width: 30px;
  height: 120px;
  background-color: #8c9aa1;
  color: #fff;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/* BxSlider       v4.1.2	*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
/* Font Awesome   v4.6.3 	*/
/* Master Slider  v2.9.5	*/
/* Master Slider  v2.9.5	*/
/*
Plugin Name: UbiSlider
Version: 0.0.1
*/
/*================================================
=            1. Including main styles            =
================================================*/
/* Mixins */
/* Mixins 					*/
/* Styles 					*/
/* Variables 				*/
.ubislider {
  margin: 0 0;
  padding: 24px 0 20px;
  overflow: hidden;
}
.ubislider .arrow {
  display: none;
}
.ubislider .ubislider-inner {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%!important;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ubislider .ubislider-inner li {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  width: 200px;
  margin: 0 12px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.ubislider .ubislider-inner li a {
  text-align: left;
}
.ubislider .ubislider-inner li a:hover,
.ubislider .ubislider-inner li a:focus,
.ubislider .ubislider-inner li a:active {
  text-decoration: none;
}
.ubislider .ubislider-inner li .image-container img {
  max-width: 100%;
}
.ubislider .ubislider-inner li:hover .hidden-content {
  opacity: 1;
}
.ubislider .ubislider-bullets {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.ubislider .ubislider-bullets li {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: #ccc;
  margin: 0 4px;
  cursor: pointer;
}
.ubislider.ecommerce {
  position: relative;
  margin: 8px 0 0;
  padding: 2px 0 5px;
  width: 336px;
}
.ubislider.ecommerce .ubislider-inner {
  overflow: initial;
}
.ubislider.ecommerce .ubislider-inner li {
  width: 77px;
  height: 77px;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 9px;
  margin-bottom: 3px;
  margin-left: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  padding: 3px;
}
.ubislider.ecommerce .ubislider-inner li img {
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ubislider.ecommerce.left {
  float: left;
  width: 80px;
  height: 336px;
}
.ubislider.ecommerce.right {
  float: right;
  width: 80px;
  height: 336px;
}
.ubislider.ecommerce.left .ubislider-inner li,
.ubislider.ecommerce.right .ubislider-inner li {
  margin-right: 0;
  margin-bottom: 8px;
}
.ubiModal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.ubiModal .ubi-arrows {
  position: absolute;
  height: calc(100% - 140px);
  margin-top: 20px;
  width: 50px;
  top: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1001;
}
.ubiModal .ubi-arrows:hover i {
  color: #fff;
}
.ubiModal .ubi-arrows i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ubiModal .ubi-arrows.left {
  left: 30px;
}
.ubiModal .ubi-arrows.right {
  right: 30px;
}
.ubiModal .ubi-main-image {
  height: calc(100% - 140px);
  margin-top: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ubiModal .ubi-main-image .ubi-main-slide {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.ubiModal .ubi-main-image .ubi-main-slide li {
  display: block;
  float: left;
  position: relative;
  height: 100%;
}
.ubiModal .ubi-main-image .ubi-main-slide li img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ubiModal .ubi-thumbs {
  height: 120px;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
}
.ubiModal .ubi-thumbs li {
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 9px;
  margin-bottom: 3px;
  margin-left: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.ubiModal .ubi-thumbs li img {
  max-width: calc(100% + 2px);
  max-height: calc(100% + 2px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ubiModal .ubi-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  z-index: 1001;
}
.ubiModal .ubi-close i {
  color: #fff;
  font-size: 20px;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.ubislider {
  margin: 0 0;
  padding: 24px 0 20px;
  overflow: hidden;
}
.ubislider .arrow {
  display: none;
}
.ubislider .ubislider-inner {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ubislider .ubislider-inner li {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  position: relative;
  width: 200px;
  margin: 0 12px 0 0;
  display: inline-block;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.ubislider .ubislider-inner li a {
  text-align: left;
}
.ubislider .ubislider-inner li a:hover,
.ubislider .ubislider-inner li a:focus,
.ubislider .ubislider-inner li a:active {
  text-decoration: none;
}
.ubislider .ubislider-inner li .image-container {
  border-bottom: 1px solid #e5e5e5;
}
.ubislider .ubislider-inner li .image-container img {
  max-width: 100%;
}
.ubislider .ubislider-inner li .hidden-content {
  transition: opacity 0.1s ease-in-out;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .ubislider .ubislider-inner li .hidden-content {
    opacity: 1;
  }
}
.ubislider .ubislider-inner li .hidden-content h2 {
  min-height: 40px;
  line-height: 16px;
  font-size: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  margin: 5px 5px 0;
  padding-bottom: 5px;
  font-weight: bold;
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
}
.ubislider .ubislider-inner li .hidden-content .new-old-price {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  color: #999999;
}
.ubislider .ubislider-inner li .hidden-content .new-old-price .old-price {
  text-decoration: line-through;
  margin-right: 4px;
  font-size: 13px;
}
.ubislider .ubislider-inner li .hidden-content .new-old-price .price {
  font-size: 18px;
}
.ubislider .ubislider-inner li .hidden-content .new-old-price .price b {
  color: #c4293a;
}
.ubislider .ubislider-inner li:hover .hidden-content {
  opacity: 1;
}
.ubislider .no-image {
  width: 100%;
  height: 200px;
  background-color: #fff;
  position: relative;
}
.ubislider .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Ubislider	  v0.0.1	*/
/* Fonts */
/*===============================================
=            2. Sticky footer styles            =
================================================*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  body {
    margin-bottom: 0;
  }
}
.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 190px;
}
@media (max-width: 991px) {
  .main-footer {
    position: static;
    height: auto;
  }
}
.main-homepage-section-holder .ms-view.ms-basic-view,
.main-homepage-section-holder .ms-view.ms-basic-view.ms-grab-cursor,
.main-homepage-section-holder .ms-view.ms-basic-view.ms-grabbing-cursor,
.main-homepage-section-holder .ms-slide {
  height: 26vw!important;
}
@media (min-width: 1600) {
  .main-homepage-section-holder .ms-view.ms-basic-view,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grab-cursor,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grabbing-cursor,
  .main-homepage-section-holder .ms-slide {
    height: 25vw;
  }
}
@media (min-width: 2000) {
  .main-homepage-section-holder .ms-view.ms-basic-view,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grab-cursor,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grabbing-cursor,
  .main-homepage-section-holder .ms-slide {
    height: 24vw;
  }
}
@media (min-width: 2300) {
  .main-homepage-section-holder .ms-view.ms-basic-view,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grab-cursor,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grabbing-cursor,
  .main-homepage-section-holder .ms-slide {
    height: 21vw;
  }
}
@media (min-width: 2600) {
  .main-homepage-section-holder .ms-view.ms-basic-view,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grab-cursor,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grabbing-cursor,
  .main-homepage-section-holder .ms-slide {
    height: 19vw;
  }
}
@media (min-width: 2800) {
  .main-homepage-section-holder .ms-view.ms-basic-view,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grab-cursor,
  .main-homepage-section-holder .ms-view.ms-basic-view.ms-grabbing-cursor,
  .main-homepage-section-holder .ms-slide {
    height: 17vw;
  }
}
.main-homepage-section-holder .ms-bullets {
  display: none!important;
}
.master-slider.ms-skin-default.ms-wk {
  width: 100%;
}
.new-slider-holder .price b {
  font-size: 15px;
  color: #4a4a4a !important;
}
.new-slider-holder .hidden-content p.username {
  margin-top: 8px;
  color: #9f9f9f !important;
}
.new-slider-holder .hidden-content p.username.descr {
  margin-top: 0px;
}
/*================================================
=      3.  General Styles  		   		   	   	 =
================================================*/
body {
  color: #111111;
  background-color: #f4f2ef;
  font-family: Arial, "Arial AMU", 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h4 {
  color: #111111;
}
p {
  color: #111111;
}
a {
  color: #4264fd;
}
a:active,
a:focus {
  text-decoration: none;
}
a:hover {
  color: #4245fd;
}
.highlighted {
  color: #4264fd;
}
.bold {
  font-weight: bold;
}
.d-none {
  display: none !important;
}
.lazy-loading-anim {
  max-width: 100%;
  min-height: 173px;
  background: linear-gradient(90deg, #f2f2f2, #ffffff, #f2f2f2, #ffffff);
  background-size: 400% 400%;
  animation: lazyLoading 3s ease infinite;
}
@keyframes lazyLoading {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
}
/*================================================
=            4. Page Contruction   				 =
================================================*/
.wrapper {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f4f2ef;
}
@media (max-width: 991px) {
  .wrapper {
    position: relative;
    left: 0;
    overflow: initial;
  }
}
.wrapper.open {
  z-index: 100;
  left: -260px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrapper.open .main-header .right-section .navigation-holder {
  right: 0;
}
/*================================================
=            5. Header            				 =
================================================*/
.line-through {
  width: 100%;
  height: 4px;
  position: relative;
  z-index: 100000;
  background-color: #fff;
}
.top-header {
  background-color: #fff;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .top-header .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .top-header .row,
  .top-header .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.top-header .shopping-cart {
  float: right;
  position: relative;
  margin: 0;
  padding: 21px 15px 12px;
}
.top-header .shopping-cart .shopping-icon i {
  color: #8d8d8d;
  font-size: 17px;
}
.top-header .shopping-cart .shopping-icon i:hover {
  color: #4245fd;
}
.top-header .shopping-cart .shopping-icon img {
  width: 35px;
}
.top-header .shopping-cart .shopping-icon .badge {
  background-color: #4264fd;
  color: #fff;
  font-size: 9px;
  padding: 3px 5px;
  top: 13px;
  position: absolute;
  right: 3px;
}
.top-header .shopping-cart b {
  float: left;
  line-height: 44px;
  color: #111111;
  font-size: 12px;
  font-weight: 500;
  display: none;
}
@media (min-width: 1200px) {
  .top-header .shopping-cart b {
    display: block;
  }
}
.top-header .shopping-cart dl {
  width: calc(100% - 50px);
  float: right;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .top-header .shopping-cart dl {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1199px) {
  .top-header .shopping-cart dl {
    display: none;
  }
}
.top-header .shopping-cart dl dt {
  width: 50%;
  float: left;
  font-weight: normal;
  font-size: 11px;
  color: #111111;
}
.top-header .shopping-cart dl dd {
  width: 50%;
  float: left;
  margin-bottom: 3px;
  font-size: 11px;
  color: #111111;
}
.top-header .shopping-cart dl dd:last-child {
  margin-bottom: 0;
}
.top-header .shopping-cart dl dd span,
.top-header .shopping-cart dl dd a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.top-header .shopping-cart dl dd b {
  font-size: 11px;
  font-weight: normal;
}
.top-header .login-holder {
  float: right;
}
.top-header .login-holder .unknown-user {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.top-header .login-holder .unknown-user i {
  color: #4245fd;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .top-header .login-holder {
    display: none;
  }
}
.top-header .login-holder .login-link {
  margin-top: 3px;
}
.top-header .login-holder .dropdown-toggle {
  cursor: pointer;
  font-size: 12px;
  padding-top: 5px;
}
.top-header .login-holder a {
  font-size: 12px;
  display: block;
  color: #111;
}
.top-header .login-holder {
  padding: 13px 15px;
}
.top-header .login-holder a {
  display: inline-block;
}
.top-header .login-holder a:hover {
  color: #4245fd;
  text-decoration: none;
}
.top-header .login-holder a.register {
  background-color: #4264fd;
  padding: 7px 18px;
  color: white;
  border-radius: 30px;
  margin-left: 11px;
  height: 30px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.top-header .login-holder a.register:hover {
  background-color: #4245fd;
}
.top-header .login-holder a.register:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.top-header .delivery-dropdown {
  float: right;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-header .delivery-dropdown:nth-of-type(2n) {
  float: right;
}
.top-header .delivery-dropdown > span {
  float: left;
  margin-right: 5px;
  font-size: 11px;
  line-height: 36px;
  width: 20px;
  overflow: hidden;
  display: block;
  height: 26px;
}
.top-header .delivery-dropdown .dropdown {
  float: left;
  color: #111111;
}
.top-header .delivery-dropdown .dropdown .dropdown-menu {
  min-width: 90px;
  text-align: center;
}
.top-header .delivery-dropdown .dropdown > span {
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  line-height: 36px;
}
.top-header .delivery-dropdown .dropdown > span:hover {
  color: #4245fd;
}
.top-header .delivery-dropdown .dropdown img {
  vertical-align: middle;
}
.top-header .contact-provided {
  float: right;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .top-header .contact-provided {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .top-header .contact-provided {
    display: none;
  }
}
.top-header .contact-provided a {
  line-height: 36px;
  display: block;
}
.top-header .contact-provided a:hover {
  text-decoration: none;
}
.top-header .contact-provided a img {
  width: 17px;
  margin-right: 2px;
}
.top-header .contact-provided a i {
  color: #111111;
  font-size: 17px;
  vertical-align: -5px;
  margin-right: 2px;
}
.top-header .contact-provided a i.fa-skype {
  color: #00aff0;
  font-size: 20px;
  vertical-align: middle;
}
.top-header .contact-provided a i.fa-phone-square {
  color: #111111;
  font-size: 20px;
  vertical-align: middle;
}
.top-header .contact-provided a span {
  color: #111111;
  font-size: 11px;
}
.top-header .contact-provided a b {
  color: #111111;
  font-size: 11px;
  font-weight: normal;
}
.top-header .lenguage-block {
  float: right;
  margin-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-header .lenguage-block .dropdown {
  float: left;
  color: #111111;
}
.top-header .lenguage-block .dropdown > span {
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  line-height: 36px;
  padding: 0;
  border: none;
}
.top-header .lenguage-block .dropdown > span:hover {
  color: #4245fd;
}
.main-header {
  background-color: #fff;
  width: 100%;
  padding: 0 16px;
  max-height: 55px;
}
@media (max-width: 320px) {
  .main-header {
    max-height: 110px;
  }
}
.main-header .mobile-menu-icon {
  display: none;
  float: right;
  padding-top: 7px;
  position: relative;
  height: 50px;
  z-index: 10;
  cursor: pointer;
}
.main-header .mobile-menu-icon i {
  font-size: 40px;
  color: #344956;
}
@media (max-width: 999px) {
  .main-header .mobile-menu-icon {
    display: inline-block;
  }
}
.main-header .logo-holder {
  width: 18%;
  vertical-align: middle;
  padding: 5px 0;
  float: left;
  height: 55px;
}
@media (max-width: 1199px) {
  .main-header .logo-holder {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .main-header .logo-holder {
    width: 120px;
  }
}
.main-header .logo-holder .logo {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #111111;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  margin-top: 1px;
}
.main-header .logo-holder .logo img {
  max-width: 100%;
  max-height: 85%;
  display: inline-block;
}
.main-header .right-section {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .main-header .right-section {
    padding-top: 0;
    margin-bottom: 2px;
  }
}
.main-header .right-section .search-box-holder {
  width: 194px;
  float: right;
  position: relative;
  display: block;
  cursor: pointer;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .main-header .right-section .search-box-holder {
    float: right;
    width: auto;
    padding-right: 10px;
    margin-top: 10px;
  }
}
.main-header .right-section .search-box-holder .mobile-search-icon {
  display: none;
}
@media (max-width: 767px) {
  .main-header .right-section .search-box-holder .mobile-search-icon {
    display: block;
  }
}
.main-header .right-section .search-box-holder .mobile-search-icon i {
  color: #344956;
  font-size: 36px;
}
@media (max-width: 767px) {
  .main-header .right-section .search-box-holder.search-activated {
    width: calc(100% + 30px);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 100000;
    width: 100%;
    float: none;
    margin-top: 0;
    height: 55px;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .main-header .right-section .search-box-holder.search-activated .search-box {
    display: block;
    border: none;
  }
}
.main-header .right-section .search-box-holder.search-activated .search-box input {
  height: 55px;
}
.main-header .right-section .search-box-holder.search-activated .search-box button {
  display: none;
}
.main-header .right-section .search-box-holder.search-activated .search-box .mobile-remove-search-icon {
  display: block;
  float: right;
  width: 50px;
  text-align: center;
  margin-top: -55px;
}
.main-header .right-section .search-box-holder.search-activated .search-box .mobile-remove-search-icon i {
  height: 55px;
  line-height: 55px;
}
.main-header .right-section .search-box-holder.search-activated .mobile-search-icon {
  display: none;
}
.main-header .right-section .search-box-holder .search-box {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 0 0 0 0;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .main-header .right-section .search-box-holder .search-box {
    display: none;
  }
}
.main-header .right-section .search-box-holder .search-box input {
  border: none;
  height: 28px;
  display: block;
  padding: 0;
  width: calc(100% - 38px);
  float: left;
  padding-left: 10px;
  background-color: transparent;
  border-radius: 20px;
}
.main-header .right-section .search-box-holder .search-box input::-webkit-input-placeholder {
  color: #777777;
}
.main-header .right-section .search-box-holder .search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
}
.main-header .right-section .search-box-holder .search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}
.main-header .right-section .search-box-holder .search-box input:-ms-input-placeholder {
  color: #777777;
}
.main-header .right-section .search-box-holder .search-box input:focus,
.main-header .right-section .search-box-holder .search-box input.active {
  box-shadow: none;
  outline: none;
}
.main-header .right-section .search-box-holder .search-box button {
  float: right;
  width: 30px;
  border: none;
  height: 30px;
  line-height: 28px;
  background-color: transparent;
  margin: -1px -2px 0 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.main-header .right-section .search-box-holder .search-box button:hover,
.main-header .right-section .search-box-holder .search-box button:active,
.main-header .right-section .search-box-holder .search-box button:focus {
  box-shadow: none;
  outline: none;
}
.main-header .right-section .search-box-holder .search-box button i {
  color: #fff;
}
.main-header .right-section .search-box-holder .search-box .mobile-remove-search-icon {
  display: none;
}
.main-header .right-section .navigation-holder {
  float: left;
  width: 510px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 999px) {
  .main-header .right-section .navigation-holder {
    top: 0;
    display: block;
    right: -260px;
    position: fixed;
    overflow: hidden;
    width: 260px;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 1;
  }
}
.main-header .right-section .navigation-holder .delivery-dropdown,
.main-header .right-section .navigation-holder .lenguage-block {
  padding: 7px 15px;
  box-shadow: 0 1px 0 0 #d8d4d0;
}
.main-header .right-section .navigation-holder .login-holder {
  float: right;
}
.main-header .right-section .navigation-holder .login-holder .unknown-user {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.main-header .right-section .navigation-holder .login-holder .unknown-user i {
  color: #4245fd;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .main-header .right-section .navigation-holder .login-holder {
    display: none;
  }
}
.main-header .right-section .navigation-holder .login-holder .login-link {
  margin-top: 3px;
}
.main-header .right-section .navigation-holder .login-holder .dropdown-toggle {
  cursor: pointer;
  font-size: 12px;
  padding-top: 5px;
}
.main-header .right-section .navigation-holder .login-holder a {
  font-size: 12px;
  display: block;
  color: #111;
}
.main-header .right-section .navigation-holder .login-holder {
  display: none;
  width: 100%;
  float: none;
  min-height: 52px;
  padding-left: 10px;
}
@media (max-width: 999px) {
  .main-header .right-section .navigation-holder .login-holder {
    display: block;
  }
}
.main-header .right-section .navigation-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.main-header .right-section .navigation-holder ul li {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media (max-width: 999px) {
  .main-header .right-section .navigation-holder ul li {
    float: none;
    width: 100%;
  }
}
.main-header .right-section .navigation-holder ul li:first-child ul,
.main-header .right-section .navigation-holder ul li:nth-child(2) ul {
  right: auto;
  left: 0;
}
.main-header .right-section .navigation-holder ul li:first-child ul:after,
.main-header .right-section .navigation-holder ul li:nth-child(2) ul:after {
  right: auto;
  left: 15px;
}
.main-header .right-section .navigation-holder ul li a {
  display: block;
  line-height: 26px;
  padding: 15px 10px;
  color: #111111;
  font-size: 14px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.main-header .right-section .navigation-holder ul li a:hover,
.main-header .right-section .navigation-holder ul li a:active,
.main-header .right-section .navigation-holder ul li a:focus,
.main-header .right-section .navigation-holder ul li a.active {
  text-decoration: none;
  color: #4245fd;
}
@media (min-width: 1200px) {
  .main-header .right-section .navigation-holder ul li a {
    padding: 15px 18px;
  }
}
@media (max-width: 999px) {
  .main-header .right-section .navigation-holder ul li a {
    padding: 7px 15px;
    text-align: left;
    box-shadow: 0 1px 0 0 #d8d4d0;
  }
}
.main-header .right-section .navigation-holder ul li ul {
  position: absolute;
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  width: auto;
  box-shadow: 1.06px 1.7px 7px 0 rgba(0, 0, 0, 0.118);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 220px;
}
@media (max-width: 767px) {
  .main-header .right-section .navigation-holder ul li ul {
    position: static;
    opacity: 1;
  }
}
.main-header .right-section .navigation-holder ul li ul:after {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
@media (max-width: 767px) {
  .main-header .right-section .navigation-holder ul li ul:after {
    display: none;
  }
}
.main-header .right-section .navigation-holder ul li ul li {
  float: none;
  width: 100%;
}
.main-header .right-section .navigation-holder ul li ul li a {
  height: auto;
  line-height: 18px;
  padding: 12px 10px;
}
.main-header .right-section .navigation-holder ul li ul li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.main-header .right-section .navigation-holder ul li ul li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.main-header .right-section .navigation-holder ul li ul:hover > a {
  text-decoration: none;
  color: #4245fd;
}
@media (max-width: 767px) {
  .main-header .right-section .navigation-holder ul li ul:hover > a {
    color: #4245fd;
  }
}
.main-header .right-section .navigation-holder ul > li:hover ul {
  z-index: 1000;
  opacity: 1;
}
.main-navigation {
  padding-bottom: 15px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .main-navigation .container,
  .main-navigation .row,
  .main-navigation .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
/*================================================
=            6. Footer            				 =
================================================*/
.main-footer {
  padding: 38px 0 0;
}
.main-footer .copyright {
  color: #9a938d;
}
@media (max-width: 768px) {
  .main-footer .copyright {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-footer .footer-nav ul.menu-structure {
    text-align: center;
  }
}
.main-footer .footer-nav ul.menu-structure li {
  margin-right: 12px;
  display: inline-block;
}
.main-footer .footer-nav ul.menu-structure li a {
  font-size: 12px;
  color: #9a938d;
}
.main-footer .footer-nav ul.menu-structure li a:hover {
  text-decoration: underline;
  color: #4245fd;
}
.main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  .main-footer ul {
    margin-bottom: 20px;
  }
}
.main-footer ul.social-icons {
  display: flex;
}
@media (max-width: 768px) {
  .main-footer ul.social-icons {
    text-align: center;
  }
}
.main-footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.main-footer ul.social-icons li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #f0f0ed;
  display: block;
  color: #42454b;
  cursor: pointer;
  text-transform: uppercase;
}
.main-footer ul.social-icons li.fb a {
  color: #fff;
  background-color: #3b5998;
}
.main-footer ul.social-icons li.ok a {
  color: #fff;
  background-color: #ed812b;
}
.main-footer ul.social-icons li.vk a {
  color: #fff;
  background-color: #45668e;
}
.main-footer ul.social-icons li.in a {
  color: #fff;
  background-color: #ad8264;
}
.main-footer ul.social-icons li.tw a {
  color: #fff;
  background-color: #55acee;
}
.main-footer ul.social-icons li.sk a {
  color: #fff;
  background-color: #00aff0;
  font-size: 18px;
}
.main-footer ul.social-icons li.vb a {
  background-image: url('../img/viber.svg');
  background-size: 59%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #8f5db7;
}
.main-footer ul.social-icons li.gl a {
  color: #fff;
  background-color: #dd4b39;
}
.main-footer ul.social-icons li.we a {
  color: #fff;
  background-color: #7bb32e;
}
.main-footer ul.social-icons li.wh a {
  color: #fff;
  background-color: #43d854;
  font-size: 18px;
}
.main-footer ul.social-icons li.pinterest a {
  color: #fff;
  background-color: #43d854;
}
.main-footer ul.social-icons li.yt a {
  color: #fff;
  background-color: #e62117;
}
.main-footer ul.menu-structure {
  padding: 0;
}
.main-footer ul.menu-structure li {
  line-height: 11px;
}
.main-footer ul.menu-structure li a {
  color: #4245fd;
  font-size: 13px;
}
.main-footer ul.contact-info {
  padding: 0;
}
.main-footer ul.contact-info li {
  padding: 5px 0;
  overflow: hidden;
}
.main-footer ul.contact-info li i {
  display: block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  width: 21px;
  float: left;
}
.main-footer ul.contact-info li p {
  display: block;
  float: left;
  width: calc(100% - 21px);
  vertical-align: top;
  margin: 0;
  font-size: 13px;
  word-wrap: break-word;
  color: #fff;
}
.main-footer ul.contact-info li p b {
  color: #999999;
}
.main-footer ul.contact-info li p a {
  color: #fff;
}
.main-footer .paiment-methods {
  width: 185px;
  max-width: 100%;
  height: 95px;
  background-image: url('../img/paymentmethods.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-footer .footer-paypal-wrapper img {
  width: 49px;
  height: 30px;
  object-fit: contain;
  margin: 2px 0;
  border-radius: 3px;
}
#totop {
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 9999;
  bottom: 0;
  background-color: #404040;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  display: none;
  border-radius: 5px 5px 0 0;
}
#totop i {
  font-size: 33px;
  line-height: 22px;
}
/*================================================
=            7. Homepage          				 =
================================================*/
.section-inner-wrapper {
  background-color: #8d8d8d;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.main-homepage-section .main-homepage-section-holder .master-slider {
  overflow: hidden;
  margin-bottom: 0;
}
.main-homepage-section .main-homepage-section-holder .master-slider img {
  width: 100%;
  max-width: 2000px;
  margin: auto;
  display: block;
}
.main-homepage-section .main-homepage-section-holder .sales-action {
  width: 216px;
  padding-left: 1px;
  float: left;
  height: 321px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .main-homepage-section .main-homepage-section-holder .sales-action {
    width: 261px;
    height: 398px;
  }
}
@media (max-width: 991px) {
  .main-homepage-section .main-homepage-section-holder .sales-action {
    width: 150px;
    height: 221px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .main-homepage-section .main-homepage-section-holder .sales-action {
    display: none;
  }
}
.main-homepage-section .main-homepage-section-holder .sales-action img {
  width: 100%;
}
.new-collection {
  position: relative;
}
.new-collection h1 {
  color: #111111;
  font-size: 24px;
  margin-bottom: 3px;
  padding-left: 15px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .new-collection h1 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .new-collection h1 {
    text-align: center;
  }
}
.new-collection .all {
  display: inline-block;
  background-color: #fff;
  color: #9a938d;
  font-size: 10px;
  padding: 6px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  vertical-align: top;
  margin-left: 10px;
}
.new-collection .all:hover {
  color: #4245fd;
}
.new-collection .sales-action {
  margin-top: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.new-collection .sales-action img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
}
.new-collection .check-all {
  position: absolute;
  right: 20px;
  line-height: 40px;
  top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.new-collection .check-all:hover {
  color: #c4293a;
}
@media (max-width: 767px) {
  .new-collection .check-all {
    top: 10px;
  }
}
.new-collection .new-slider-holder {
  margin: 0 0;
}
.new-collection .new-slider-holder.with-shadow:before {
  content: "";
  position: absolute;
  width: 100px;
  height: calc(100% - 38px);
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f4f2ef 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f4f2ef 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f4f2ef 100%);
  z-index: 1000;
  right: 15px;
  top: 38px;
}
.new-collection .new-collection-list {
  display: block;
}
.new-collection .new-collection-list li {
  padding: 5px 0;
}
.new-collection .new-collection-list .active-slide .list {
  border-color: #e5e5e5;
}
.new-collection .new-collection-list .active-slide .list .hidden-content {
  display: block;
}
.new-collection .new-collection-list .active-slide .list .add-to-cart {
  display: block;
}
.new-collection .new-collection-list .list {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.new-collection .new-collection-list .list a:hover {
  text-decoration: none;
}
.new-collection .new-collection-list .list img {
  width: 100%;
  height: 254px;
  object-fit: contain;
}
.new-collection .new-collection-list .list:hover .image-container img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.new-collection .new-collection-list .list .image-container {
  border: none;
  overflow: hidden;
  padding: 0px;
}
.new-collection .new-collection-list .list .image-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.new-collection .new-collection-list .list .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.new-collection .new-collection-list .list .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-collection .new-collection-list .list .hidden-content .category {
  color: #666;
  font-size: 13px;
  height: 18px;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  min-height: 18px;
}
.new-collection .new-collection-list .list .hidden-content h2 {
  margin: 5px 0 0;
  padding-bottom: 0;
  min-height: 18px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  border: none;
}
.new-collection .new-collection-list .list .hidden-content .price {
  display: block;
  color: #111111;
  margin-bottom: 15px;
}
.new-collection .new-collection-list .list .hidden-content .price b {
  color: #c4293a;
}
.new-collection .new-collection-list .list .hidden-content .sku-label {
  color: #111111;
  font-size: 11px;
  margin-top: -20px;
  display: block;
}
.new-collection .new-collection-list .list .hidden-content .old-price {
  display: block;
  margin-bottom: 15px;
  text-decoration: line-through;
}
.new-collection .new-collection-list .list .hidden-content .new-old-price {
  width: 100%;
  padding: 0;
  font-size: 13px;
  height: 18px;
  color: #999999;
}
.new-collection .new-collection-list .list .hidden-content .new-old-price .price {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.new-collection .new-collection-list .list .hidden-content .new-old-price .price b {
  margin-left: 0;
  color: #666;
}
.new-collection .new-collection-list .list .hidden-content .new-old-price .old-price {
  display: inline-block;
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
  text-decoration: line-through;
  margin-right: 4px;
}
.new-collection .new-collection-list .list .discount {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  background-color: #ff3131;
  color: #4245fd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -35px;
  right: -35px;
}
.new-collection .new-collection-list .list img {
  width: calc(100% + 20px);
  margin: -10px -10px 0;
  max-width: initial;
}
.new-collection .new-collection-list .list .hidden-content {
  display: none;
}
@media (max-width: 767px) {
  .new-collection .new-collection-list .list .hidden-content {
    display: block;
  }
}
.new-collection .new-collection-list .list .hidden-content h2 {
  text-align: center;
  line-height: 17px;
}
.new-collection .new-collection-list .list .hidden-content .new-old-price {
  text-align: left;
  position: absolute;
  bottom: 14px;
}
.new-collection .new-collection-list .list .hidden-content .new-old-price .old-price {
  font-size: 12px;
  margin-bottom: 0;
}
.new-collection .new-collection-list .list .hidden-content .new-old-price .price {
  font-size: 12px;
  margin-bottom: 0;
}
.new-collection .new-collection-list .list .hidden-content .new-old-price .price b {
  padding-left: 2px;
}
.new-collection .new-collection-list .list .hidden-content .category {
  display: block;
  font-size: 11px;
  line-height: 11px;
  height: 11px;
  padding: 4px 0;
  text-align: center;
}
.new-collection .new-collection-list .list .no-image {
  height: 213px;
  width: calc(100% + 20px);
  margin: -10px -10px 0;
}
@media (min-width: 1200px) {
  .new-collection .new-collection-list .list .no-image {
    height: 208px;
  }
}
@media (max-width: 991px) {
  .new-collection .new-collection-list .list .no-image {
    height: 218px;
  }
}
@media (max-width: 767px) {
  .new-collection .new-collection-list .list .no-image {
    height: 243px;
  }
}
.new-collection .new-collection-list .list .add-to-cart {
  display: none;
}
.new-collection .new-collection-list .list .discount {
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
.new-collection .ubislider {
  padding: 10px 0 20px;
  position: relative;
}
.new-collection .ubislider .ubislider-inner li {
  width: 275px;
  margin: 0 5px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.new-collection .ubislider .ubislider-inner li:hover .image-container img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.new-collection .ubislider .ubislider-inner li .image-container {
  border: none;
}
.new-collection .ubislider .ubislider-inner li .image-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.new-collection .ubislider .ubislider-inner li .hidden-content h2 {
  margin: 5px 0 0;
  font-size: 14px;
  color: #222;
  -webkit-line-clamp: 2;
  padding-bottom: 0;
  min-height: 18px;
  border: none;
  font-weight: normal;
}
.new-collection .ubislider .ubislider-inner li .hidden-content h2:hover {
  color: #4245fd;
}
.new-collection .ubislider .ubislider-inner li .hidden-content p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
.new-collection .ubislider .ubislider-inner li .hidden-content .new-old-price {
  padding: 0;
  text-align: left;
  font-size: 13px;
}
.new-collection .ubislider .ubislider-inner li .hidden-content .new-old-price .price {
  font-size: inherit;
  color: #666;
}
.new-collection .ubislider .ubislider-inner li .hidden-content .new-old-price .price b {
  color: #666;
}
.new-collection .ubislider .ubislider-inner li {
  width: 148px;
  border: none;
  vertical-align: text-top;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .new-collection .ubislider .ubislider-inner li {
    width: 220px;
  }
}
@media (max-width: 992px) {
  .new-collection .ubislider .ubislider-inner li {
    width: 225px;
  }
}
@media (max-width: 768px) {
  .new-collection .ubislider .ubislider-inner li {
    width: 205px;
  }
}
@media (max-width: 480px) {
  .new-collection .ubislider .ubislider-inner li {
    width: 205px;
  }
}
.popular-section h1 {
  color: #111111;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .popular-section h1 {
    font-size: 20px;
  }
}
.popular-section .check-all {
  position: absolute;
  right: 20px;
  line-height: 40px;
  top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.popular-section .check-all:hover {
  color: #c4293a;
}
@media (max-width: 767px) {
  .popular-section .check-all {
    top: 10px;
  }
}
.popular-section .suggestions {
  margin-top: 100px;
}
.popular-section .suggestions .list {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.popular-section .suggestions .list a:hover {
  text-decoration: none;
}
.popular-section .suggestions .list img {
  width: 100%;
  height: 254px;
  object-fit: contain;
}
.popular-section .suggestions .list:hover .image-container img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.popular-section .suggestions .list .image-container {
  border: none;
  overflow: hidden;
  padding: 0px;
}
.popular-section .suggestions .list .image-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.popular-section .suggestions .list .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.popular-section .suggestions .list .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popular-section .suggestions .list .hidden-content .category {
  color: #666;
  font-size: 13px;
  height: 18px;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  min-height: 18px;
}
.popular-section .suggestions .list .hidden-content h2 {
  margin: 5px 0 0;
  padding-bottom: 0;
  min-height: 18px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  border: none;
}
.popular-section .suggestions .list .hidden-content .price {
  display: block;
  color: #111111;
  margin-bottom: 15px;
}
.popular-section .suggestions .list .hidden-content .price b {
  color: #c4293a;
}
.popular-section .suggestions .list .hidden-content .sku-label {
  color: #111111;
  font-size: 11px;
  margin-top: -20px;
  display: block;
}
.popular-section .suggestions .list .hidden-content .old-price {
  display: block;
  margin-bottom: 15px;
  text-decoration: line-through;
}
.popular-section .suggestions .list .hidden-content .new-old-price {
  width: 100%;
  padding: 0;
  font-size: 13px;
  height: 18px;
  color: #999999;
}
.popular-section .suggestions .list .hidden-content .new-old-price .price {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.popular-section .suggestions .list .hidden-content .new-old-price .price b {
  margin-left: 0;
  color: #666;
}
.popular-section .suggestions .list .hidden-content .new-old-price .old-price {
  display: inline-block;
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
  text-decoration: line-through;
  margin-right: 4px;
}
.popular-section .suggestions .list .discount {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  background-color: #ff3131;
  color: #4245fd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -35px;
  right: -35px;
}
@media (max-width: 479px) {
  .popular-section .suggestions {
    margin-top: 0;
  }
}
.popular-section .suggestions > .list {
  width: calc(60% - 100px);
  float: left;
  height: auto;
  padding-top: 0;
  margin: 0 50px;
}
@media (max-width: 479px) {
  .popular-section .suggestions > .list {
    width: 245px;
    margin: 0 auto 20px;
    border: 1px solid #e5e5e5;
    float: none;
  }
}
.popular-section .suggestions > .list .hidden-content {
  margin-top: 10px;
}
.popular-section .suggestions > .list .hidden-content h2 {
  margin-bottom: 15px;
}
.popular-section .suggestions > .list .hidden-content .price {
  line-height: 20px;
}
.popular-section .suggestions > .list .hidden-content .price b {
  padding-left: 3px;
}
@media (max-width: 479px) {
  .popular-section .suggestions > .list .discount {
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.popular-section .suggestions .two-items {
  width: 40%;
  float: left;
  padding: 0 20px;
  margin-top: -70px;
}
@media (max-width: 479px) {
  .popular-section .suggestions .two-items {
    width: 245px;
    margin: 0 auto;
    padding: 0;
    float: none;
  }
}
.popular-section .suggestions .two-items .list {
  height: auto;
  padding-top: 0;
  max-width: 170px;
}
@media (max-width: 479px) {
  .popular-section .suggestions .two-items .list {
    max-width: initial;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
}
.popular-section .suggestions .two-items .list .hidden-content {
  margin-top: 10px;
}
.popular-section .suggestions .two-items .list .hidden-content h2 {
  margin-bottom: 7px;
  font-size: 13px;
}
.popular-section .suggestions .two-items .list .hidden-content .price {
  line-height: 20px;
  font-size: 16px;
}
.popular-section .suggestions .two-items .list .hidden-content .price b {
  padding-left: 3px;
}
.popular-section .suggestions .two-items .list .discount {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: -25px;
  top: -25px;
}
@media (max-width: 479px) {
  .popular-section .suggestions .two-items .list .discount {
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.popular-section .popular-section-list {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}
.popular-section .popular-section-list li {
  margin-bottom: 30px;
}
.popular-section .popular-section-list li .product-image {
  width: 135px;
  height: 135px;
  float: left;
  display: block;
}
@media (max-width: 479px) {
  .popular-section .popular-section-list li .product-image {
    width: 70px;
    height: 70px;
  }
}
.popular-section .popular-section-list li .product-image img {
  max-width: 100%;
}
.popular-section .popular-section-list li .review {
  width: calc(100% - 165px);
  float: left;
  margin-left: 30px;
}
@media (max-width: 479px) {
  .popular-section .popular-section-list li .review {
    width: calc(100% - 85px);
    margin-left: 15px;
    margin-top: 15px;
  }
}
.popular-section .popular-section-list li .review .unknown-user {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.popular-section .popular-section-list li .review .unknown-user i {
  color: #4245fd;
  font-size: 30px;
  line-height: 40px;
}
.popular-section .popular-section-list li .review h3 {
  color: #222222;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.popular-section .popular-section-list li .review .well {
  float: left;
  border-top: none;
  padding: 0;
}
.popular-section .popular-section-list li .review p {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .popular-section .popular-section-list li .review p {
    display: none;
  }
}
.popular-section .ubislider {
  padding: 10px 0 20px;
  position: relative;
}
.popular-section .ubislider .ubislider-inner li {
  width: 275px;
  margin: 0 5px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.popular-section .ubislider .ubislider-inner li:hover .image-container img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.popular-section .ubislider .ubislider-inner li .image-container {
  border: none;
}
.popular-section .ubislider .ubislider-inner li .image-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.popular-section .ubislider .ubislider-inner li .hidden-content h2 {
  margin: 5px 0 0;
  font-size: 14px;
  color: #222;
  -webkit-line-clamp: 2;
  padding-bottom: 0;
  min-height: 18px;
  border: none;
  font-weight: normal;
}
.popular-section .ubislider .ubislider-inner li .hidden-content h2:hover {
  color: #4245fd;
}
.popular-section .ubislider .ubislider-inner li .hidden-content p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
.popular-section .ubislider .ubislider-inner li .hidden-content .new-old-price {
  padding: 0;
  text-align: left;
  font-size: 13px;
}
.popular-section .ubislider .ubislider-inner li .hidden-content .new-old-price .price {
  font-size: inherit;
  color: #666;
}
.popular-section .ubislider .ubislider-inner li .hidden-content .new-old-price .price b {
  color: #666;
}
.popular-brands h1 {
  color: #111111;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .popular-brands h1 {
    font-size: 20px;
  }
}
.popular-brands .check-all {
  position: absolute;
  right: 20px;
  line-height: 40px;
  top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.popular-brands .check-all:hover {
  color: #c4293a;
}
@media (max-width: 767px) {
  .popular-brands .check-all {
    top: 10px;
  }
}
.popular-brands ul {
  text-align: center;
  padding: 0;
  margin: 30px 0 30px;
  list-style-type: none;
}
.popular-brands ul li {
  width: 12.5%;
  display: inline-block;
  padding: 0 10px 5px;
  position: relative;
  -webkit-transition: all ease 100ms;
  -moz-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  cursor: pointer;
}
@media (max-width: 991px) {
  .popular-brands ul li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .popular-brands ul li {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .popular-brands ul li {
    width: 50%;
  }
}
.popular-brands ul li a {
  display: block;
  -webkit-transition: all ease 100ms;
  -moz-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
}
.popular-brands ul li a img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.popular-brands ul li:hover a img {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  -webkit-transition: all ease 100ms;
  -moz-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
}
.asign-page {
  padding-bottom: 30px;
  background-color: #fafafa;
}
.asign-page h1 {
  color: #111111;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .asign-page h1 {
    font-size: 20px;
  }
}
/*================================================
=            8. Products list      				 =
================================================*/
.products-navigation .catalog-navigation {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
}
.products-navigation .catalog-navigation .brand-box {
  padding-bottom: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
  box-shadow: 0 1px 0 0 #d8d4d0;
}
.products-navigation .catalog-navigation .brand-box a {
  display: block;
}
.products-navigation .catalog-navigation .brand-box a:hover {
  text-decoration: none;
}
.products-navigation .catalog-navigation .brand-box .image-container {
  position: relative;
  width: 100%;
  min-height: 260px;
}
.products-navigation .catalog-navigation .brand-box .image-container .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.products-navigation .catalog-navigation .brand-box .image-container .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-navigation .catalog-navigation .brand-box .image-container .no-image {
  height: 200px;
}
.products-navigation .catalog-navigation .brand-box .image-container img {
  max-width: 80%;
  max-height: 80%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 100ms;
  -moz-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
}
.products-navigation .catalog-navigation .brand-box h2 {
  text-align: center;
  font-size: 18px;
  margin: 4px 0;
  color: #111;
  padding: 3px 0;
}
.products-navigation .catalog-navigation .brand-box .well {
  border: none;
  margin-bottom: 20px;
}
.products-navigation .catalog-navigation .brand-box .three-products {
  padding: 0 15px;
  min-height: 63px;
}
@media (max-width: 991px) {
  .products-navigation .catalog-navigation .brand-box .three-products {
    min-height: 65px;
  }
}
.products-navigation .catalog-navigation .brand-box .three-products > div {
  width: calc((100% - 6px)/3);
  margin-right: 3px;
  float: left;
  border: 1px solid #e5e5e5;
}
.products-navigation .catalog-navigation .brand-box .three-products > div:nth-child(3) {
  margin-right: 0;
}
.products-navigation .catalog-navigation .brand-box .three-products > div .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.products-navigation .catalog-navigation .brand-box .three-products > div .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-navigation .catalog-navigation .brand-box .three-products > div .no-image {
  height: 61.16px;
}
@media (min-width: 1200px) {
  .products-navigation .catalog-navigation .brand-box .three-products > div .no-image {
    height: 58.66px;
  }
}
.products-navigation .catalog-navigation .brand-box .three-products > div .no-image:before {
  font-size: 15px;
}
.products-navigation .catalog-navigation .brand-box .three-products > div img {
  width: 100%;
}
.products-navigation .catalog-navigation .brand-box .total {
  text-align: center;
  color: #111111;
  font-size: 11px;
  display: block;
  padding: 5px 0;
}
.products-navigation .catalog-navigation h6 {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #111;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .products-navigation .catalog-navigation h6 {
    cursor: pointer;
  }
}
.products-navigation .catalog-navigation h6 i {
  display: none;
}
@media (max-width: 768px) {
  .products-navigation .catalog-navigation h6 i {
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: -2px;
  }
}
.products-navigation .catalog-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  overflow: hidden;
}
.products-navigation .catalog-navigation > ul li a.active {
  color: #4264fd;
  text-decoration: none;
}
.products-navigation .catalog-navigation > ul li.opening > a:before {
  font-family: "FontAwesome";
  display: block;
  float: right;
  content: "\f078";
  font-size: 10px;
}
.products-navigation .catalog-navigation > ul li.open > a:before {
  font-family: "FontAwesome";
  content: "\f077";
  float: right;
  font-size: 10px;
  display: none;
}
.products-navigation .catalog-navigation > ul li.open > ul {
  display: block !important;
}
.products-navigation .catalog-navigation > ul ul {
  list-style-type: none;
  padding: 0;
  display: none;
}
.products-navigation .catalog-navigation > ul > li {
  margin-bottom: 8px;
}
.products-navigation .catalog-navigation > ul > li.open > a:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.products-navigation .catalog-navigation > ul > li > a {
  color: #302119;
  background-color: #fff;
  line-height: 35px;
  padding: 4px 16px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.products-navigation .catalog-navigation > ul > li > a:hover {
  text-decoration: none;
  color: #4245fd;
  border-color: #4264fd;
}
.products-navigation .catalog-navigation > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
.products-navigation .catalog-navigation > ul > li > ul ul {
  display: block;
}
.products-navigation .catalog-navigation > ul > li > ul ul > li a {
  padding-left: 25px;
  padding-right: 15px;
}
.products-navigation .catalog-navigation > ul > li > ul > li {
  display: block;
  background-color: #fff;
}
.products-navigation .catalog-navigation > ul > li > ul > li a {
  display: block;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid transparent;
  color: #111111;
  font-size: 13px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.products-navigation .catalog-navigation > ul > li > ul > li a:hover {
  border-color: #4245fd;
  color: #4245fd;
  text-decoration: none;
}
.products-navigation .catalog-navigation > ul > li.opening.open > ul > li,
.products-navigation .catalog-navigation > ul > li.opening.open > ul > li a:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.products-navigation .catalog-navigation > ul > li.open > ul {
  display: block !important;
}
.products-navigation .search-checkbox-wrapper {
  padding-bottom: 20px;
}
.products-navigation .search-checkbox-wrapper .btn.btn-green {
  width: 100%;
  margin-top: 20px;
  background-color: #111111;
  color: #fff;
}
.products-navigation .search-checkbox-wrapper .btn.btn-default {
  width: 100%;
  background-color: #0368c1;
  border: 1px solid transparent;
  justify-content: space-between;
  display: flex;
  color: #fff;
  align-items: center;
  display: none;
}
.products-navigation .search-checkbox-wrapper .btn.btn-default:hover {
  background-color: #0368c1;
  color: #fff;
}
.products-navigation .search-checkbox-wrapper .btn.btn-default span {
  transform: rotate(180deg);
}
.products-navigation .search-checkbox-wrapper .btn.btn-default.collapsed span {
  transform: rotate(0deg);
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper {
  padding-left: 10px;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .title {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper span {
  max-height: 200px;
  display: block;
  overflow-y: hidden;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper span.checkbox-span-heigh {
  max-height: 100%;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .shownum_class {
  background-color: transparent;
  color: #111111;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 5px;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .shownum_class:focus {
  outline: 0;
  box-shadow: none;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .choose-color {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 16px;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .choose-color .checkbox-label {
  margin-bottom: 0;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .choose-color .checkbox-label label {
  margin-left: 25px;
  margin-bottom: 0;
  position: relative;
  top: -1px;
  color: #444444;
  width: 100%;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .choose-color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #111111;
  cursor: pointer;
  border-radius: 3px;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .choose-color input:checked ~ .checkmark {
  background-color: #111111;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .choose-color input:checked ~ .checkmark:after {
  display: block;
}
.products-navigation .search-checkbox-wrapper .checkbox-wrapper .choose-color .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products-navigation .left-block {
  width: 250px;
  margin-right: 15px;
  float: left;
}
@media (max-width: 768px) {
  .products-navigation .left-block {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.products-navigation .right-block {
  width: calc(100% - 265px);
  float: left;
}
@media (max-width: 768px) {
  .products-navigation .right-block {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.brands-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.brands-list li {
  width: calc((100% - 30px)/4);
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.brands-list li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 1199px) {
  .brands-list li {
    width: calc((100% - 40px)/5);
  }
  .brands-list li:nth-child(4n) {
    margin-right: 10px;
  }
  .brands-list li:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .brands-list li {
    width: calc((100% - 20px)/3);
  }
  .brands-list li:nth-child(4n) {
    margin-right: 10px;
  }
  .brands-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .brands-list li {
    width: calc((100% - 10px)/2);
  }
  .brands-list li:nth-child(3n) {
    margin-right: 10px;
  }
  .brands-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.brands-list li .brand-box {
  padding-bottom: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
  box-shadow: 0 1px 0 0 #d8d4d0;
}
.brands-list li .brand-box a {
  display: block;
}
.brands-list li .brand-box a:hover {
  text-decoration: none;
}
.brands-list li .brand-box .image-container {
  position: relative;
  width: 100%;
  min-height: 260px;
}
.brands-list li .brand-box .image-container .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.brands-list li .brand-box .image-container .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brands-list li .brand-box .image-container .no-image {
  height: 200px;
}
.brands-list li .brand-box .image-container img {
  max-width: 80%;
  max-height: 80%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 100ms;
  -moz-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
}
.brands-list li .brand-box h2 {
  text-align: center;
  font-size: 18px;
  margin: 4px 0;
  color: #111;
  padding: 3px 0;
}
.brands-list li .brand-box .well {
  border: none;
  margin-bottom: 20px;
}
.brands-list li .brand-box .three-products {
  padding: 0 15px;
  min-height: 63px;
}
@media (max-width: 991px) {
  .brands-list li .brand-box .three-products {
    min-height: 65px;
  }
}
.brands-list li .brand-box .three-products > div {
  width: calc((100% - 6px)/3);
  margin-right: 3px;
  float: left;
  border: 1px solid #e5e5e5;
}
.brands-list li .brand-box .three-products > div:nth-child(3) {
  margin-right: 0;
}
.brands-list li .brand-box .three-products > div .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.brands-list li .brand-box .three-products > div .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brands-list li .brand-box .three-products > div .no-image {
  height: 61.16px;
}
@media (min-width: 1200px) {
  .brands-list li .brand-box .three-products > div .no-image {
    height: 58.66px;
  }
}
.brands-list li .brand-box .three-products > div .no-image:before {
  font-size: 15px;
}
.brands-list li .brand-box .three-products > div img {
  width: 100%;
}
.brands-list li .brand-box .total {
  text-align: center;
  color: #111111;
  font-size: 11px;
  display: block;
  padding: 5px 0;
}
.brands-list li .brand-box .image-container {
  min-height: 200px;
  position: static;
}
@media (max-width: 767px) {
  .brands-list li .brand-box .image-container {
    min-height: 0;
  }
}
.brands-list li .brand-box .image-container img {
  position: static;
  transform: none;
  width: 100%;
  max-width: 100%;
}
.brands-list li .brand-box .image-container .no-image {
  height: 225.5px;
}
@media (min-width: 1200px) {
  .brands-list li .brand-box .image-container .no-image {
    height: 218px;
  }
}
@media (max-width: 991px) {
  .brands-list li .brand-box .image-container .no-image {
    height: 231px;
  }
}
.brands-list li .brand-box .well {
  margin-bottom: 0;
}
.found-results {
  line-height: 23px;
  padding: 0 15px;
  margin-bottom: 10px;
  color: #6a6a6a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.found-results .summary {
  font-size: 12px;
  float: left;
  margin-bottom: 0;
}
.found-results .summary strong {
  font-weight: normal;
}
.found-results .filtering {
  float: right;
  margin-bottom: 0;
}
.found-results .filtering .sorter {
  margin-bottom: 0;
}
.found-results .filtering .sorter a {
  color: #4264fd;
  padding-right: 0;
}
.found-results .filtering .sorter a.asc {
  background: none;
  padding-right: 0;
  color: #4245fd;
}
.found-results .filtering .sorter a.asc:after {
  content: "arrow_drop_up";
  font-family: 'Material Icons';
  font-size: 15px;
  vertical-align: middle;
}
.found-results .filtering .sorter a.desc {
  background: none;
  color: #4245fd;
}
.found-results .filtering .sorter a.desc:after {
  content: "arrow_drop_down";
  font-family: 'Material Icons';
  font-size: 15px;
  vertical-align: middle;
}
.found-results .filtering .sorter a:hover {
  text-decoration: none;
}
.found-results .filtering span {
  font-weight: normal;
  font-size: 12px;
  margin-right: 5px;
}
.found-results .filtering .form-group {
  float: right;
  width: 120px;
  margin-bottom: 0;
}
.found-results .filtering .form-group select {
  height: 28px;
  margin-top: 7px;
}
.products-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .products-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products-list li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.products-list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .products-list li {
    width: calc((100% - 20px) / 3);
  }
  .products-list li:nth-child(4n) {
    margin-right: 10px;
  }
  .products-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .products-list li {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
  }
}
@media (max-width: 479px) {
  .products-list li {
    width: calc((100% - 10px) / 2);
    margin-right: 8px;
  }
  .products-list li:nth-child(3n) {
    margin-right: 8px;
  }
  .products-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.products-list li .list {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.products-list li .list a:hover {
  text-decoration: none;
}
.products-list li .list img {
  width: 100%;
  height: 254px;
  object-fit: contain;
}
.products-list li .list:hover .image-container img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.products-list li .list .image-container {
  border: none;
  overflow: hidden;
  padding: 0px;
}
.products-list li .list .image-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.products-list li .list .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.products-list li .list .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-list li .list .hidden-content .category {
  color: #666;
  font-size: 13px;
  height: 18px;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  min-height: 18px;
}
.products-list li .list .hidden-content h2 {
  margin: 5px 0 0;
  padding-bottom: 0;
  min-height: 18px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  border: none;
}
.products-list li .list .hidden-content .price {
  display: block;
  color: #111111;
  margin-bottom: 15px;
}
.products-list li .list .hidden-content .price b {
  color: #c4293a;
}
.products-list li .list .hidden-content .sku-label {
  color: #111111;
  font-size: 11px;
  margin-top: -20px;
  display: block;
}
.products-list li .list .hidden-content .old-price {
  display: block;
  margin-bottom: 15px;
  text-decoration: line-through;
}
.products-list li .list .hidden-content .new-old-price {
  width: 100%;
  padding: 0;
  font-size: 13px;
  height: 18px;
  color: #999999;
}
.products-list li .list .hidden-content .new-old-price .price {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.products-list li .list .hidden-content .new-old-price .price b {
  margin-left: 0;
  color: #666;
}
.products-list li .list .hidden-content .new-old-price .old-price {
  display: inline-block;
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
  text-decoration: line-through;
  margin-right: 4px;
}
.products-list li .list .discount {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  background-color: #ff3131;
  color: #4245fd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -35px;
  right: -35px;
}
.products-list li .list {
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .products-list li .list {
    height: auto;
    width: 100%;
    padding-bottom: 30px;
  }
}
.products-list li .list .no-image {
  width: 100%;
  height: 165px;
  background-color: #e5e5e5;
}
@media (min-width: 1200px) {
  .products-list li .list .no-image {
    height: 254px;
  }
}
@media (max-width: 991px) {
  .products-list li .list .no-image {
    height: 168px;
  }
}
.products-list li .list .discount {
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
.products-list li .list .hidden-content h2 {
  color: #222;
  -webkit-line-clamp: 2;
  font-weight: 400;
}
.products-list li .list .hidden-content h2:hover {
  color: #4245fd;
}
.products-list li .list .hidden-content .username {
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 8px;
  color: #9a938d;
}
.products-list li .list .hidden-content .price b {
  color: #4a4a4a !important;
  font-size: 15px;
}
.products-list li .list .hidden-content .category {
  height: auto;
  min-height: auto;
  color: #9f9f9f !important;
}
.products-list li .list .hidden-content .price-type {
  color: #666;
}
.products-list li .list .hidden-content .category {
  color: #fff;
}
/*================================================
=            9. Product page  				     =
================================================*/
@media (max-width: 767px) {
  .zoomContainer {
    display: none !important;
  }
}
.product-section .left-section {
  width: calc(100% - 200px);
  float: left;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .product-section .left-section {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .product-section .left-section {
    width: 100%;
  }
}
@media (max-width: 510px) {
  .product-section .left-section {
    width: 100%;
  }
}
.product-section .left-section .image-box {
  width: 340px;
  float: left;
  min-height: 1px;
}
@media (max-width: 991px) {
  .product-section .left-section .image-box {
    width: 200px;
  }
}
@media (max-width: 580px) {
  .product-section .left-section .image-box {
    width: 100%;
  }
}
.product-section .left-section .image-box .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.product-section .left-section .image-box .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-section .left-section .image-box .no-image {
  width: 100%;
  height: 380px;
}
@media (max-width: 991px) {
  .product-section .left-section .image-box .no-image {
    height: 200px;
  }
}
.product-section .left-section .image-box .ubislider {
  position: relative;
  margin: 0;
  padding: 2px 0 5px;
}
.product-section .left-section .image-box .ubislider a {
  display: block;
}
.product-section .left-section .image-box .ubislider .arrow {
  top: 7px;
  width: 20px;
  height: 70px;
  overflow: hidden;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  margin-top: 0;
  background-color: #111111;
  z-index: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #4245fd;
  font-size: 14px;
  text-align: center;
}
.product-section .left-section .image-box .ubislider .arrow:hover {
  background-color: #fff;
}
.product-section .left-section .image-box .ubislider .arrow.prev {
  left: 0;
}
.product-section .left-section .image-box .ubislider .arrow.prev:before {
  content: "\f053";
  line-height: 70px;
  height: 70px;
  display: block;
}
.product-section .left-section .image-box .ubislider .arrow.next {
  right: 0;
}
.product-section .left-section .image-box .ubislider .arrow.next:before {
  content: "\f054";
  line-height: 70px;
  height: 70px;
  display: block;
}
.product-section .left-section .image-box .gallery-box {
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0;
  text-align: center;
}
.product-section .left-section .image-box .gallery-box li {
  width: 77px;
  height: 77px;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 9px;
  margin-bottom: 3px;
  margin-left: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  padding: 3px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.product-section .left-section .image-box .gallery-box li.active {
  transform: none;
}
@media (max-width: 991px) {
  .product-section .left-section .image-box .gallery-box li {
    overflow: hidden;
    width: 95px;
    height: 95px;
  }
}
.product-section .left-section .image-box .gallery-box li img {
  max-width: calc(100% + 2px);
  max-height: calc(100% + 2px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-section .left-section .image-box .slide-side {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product-section .left-section .image-box .slide-side {
    height: auto !important;
  }
}
.product-section .left-section .image-box .slide-side .img-box {
  width: 329px;
  height: 329px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .product-section .left-section .image-box .slide-side .img-box {
    width: 100%;
    height: 192px;
  }
}
@media (max-width: 581px) {
  .product-section .left-section .image-box .slide-side .img-box {
    height: 291px;
  }
}
.product-section .left-section .image-box .slide-side .image-container {
  width: 337px;
  height: 337px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: none;
  position: relative;
  padding: 4px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-section .left-section .image-box .slide-side .image-container {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 580px) {
  .product-section .left-section .image-box .slide-side .image-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .product-section .left-section .image-box .slide-side .image-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
  }
}
.product-section .left-section .image-box .slide-side .image-container img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-section .left-section .content-box {
  width: calc(100% - 355px);
  float: left;
  padding-bottom: 10px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .product-section .left-section .content-box {
    width: calc(100% - 215px);
  }
}
@media (max-width: 580px) {
  .product-section .left-section .content-box {
    width: 100%;
    margin-left: 0;
  }
}
.product-section .left-section .content-box .add-to-cart-row {
  display: flex;
  flex-direction: row;
}
.product-section .left-section .content-box h1 {
  color: #000;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 12px;
}
.product-section .left-section .content-box .under-title-section .rating {
  padding-left: 6px;
  padding-bottom: 3px;
  float: left;
}
.product-section .left-section .content-box .under-title-section .rating .well {
  border: none;
  text-align: left;
  float: left;
  padding: 0;
  margin-top: 3px;
}
.product-section .left-section .content-box .under-title-section .rating .comment-count {
  color: #111111;
  font-size: 12px;
  display: inline-block;
  padding-right: 3px;
  vertical-align: 1px;
}
.product-section .left-section .content-box .under-title-section .rating .sold {
  color: #0368c1;
  font-size: 14px;
}
.product-section .left-section .content-box .under-title-section .sharing-section {
  float: right;
  padding-right: 30px;
}
.product-section .left-section .content-box .under-title-section .sharing-section span {
  vertical-align: top;
}
.product-section .left-section .content-box .under-title-section .sharing-section strong {
  vertical-align: middle;
}
.product-section .left-section .content-box .under-title-section .sharing-section .a2a_kit {
  display: inline-block;
}
.product-section .left-section .content-box .under-title-section .sharing-section .a2a_svg {
  width: 20px;
  height: 20px;
}
.product-section .left-section .content-box ul {
  list-style-type: none;
  padding: 10px 0;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
  box-shadow: 0 1px 0 0 #d8d4d0;
}
@media (max-width: 991px) {
  .product-section .left-section .content-box ul {
    margin-right: 0;
  }
}
.product-section .left-section .content-box ul li {
  gap: 20px;
  padding: 5px 0 5px 10px;
  margin: 0 10px;
  vertical-align: middle;
  overflow: hidden;
  font-size: 13px;
  color: #302119;
  display: flex;
  align-items: center;
}
.product-section .left-section .content-box ul li > span,
.product-section .left-section .content-box ul li label {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  padding-right: 15px;
}
.product-section .left-section .content-box ul li strong {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  width: 45%;
  gap: 10px;
}
.product-section .left-section .content-box ul li strong .formats {
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 24px;
  border: 1px solid hsla(30, 9%, 83%, 0.5);
  font-size: 10px;
  color: #302119;
}
.product-section .left-section .content-box ul li strong .formats:hover {
  color: #4245fd;
  cursor: default;
}
.product-section .left-section .content-box ul li strong .formats_download {
  height: 40px;
  font-size: 14px;
  display: inline-block;
}
.product-section .left-section .content-box ul li strong .formats_download:hover {
  background-color: #4096ff;
}
.product-section .left-section .content-box ul li strong .a2a_dd {
  display: none;
}
.product-section .left-section .content-box ul li.old-price strong {
  color: #999999;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: normal;
}
.product-section .left-section .content-box ul li.price {
  padding: 5px 0 10px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.product-section .left-section .content-box ul li.price strong {
  vertical-align: top;
  font-weight: normal;
  color: #999999;
  vertical-align: middle;
}
.product-section .left-section .content-box ul li.price strong span {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.product-section .left-section .content-box ul li.you-save-price {
  margin-bottom: -5px;
}
.product-section .left-section .content-box ul li.you-save-price .price-value {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffcd00;
  color: #8c4d0b;
  padding: 2px 6px;
}
.product-section .left-section .content-box ul li.variants {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0 10px 10px;
  margin: 0 10px 10px;
}
.product-section .left-section .content-box ul li.variants.hiddenVar {
  opacity: 0;
  margin-bottom: -5px;
}
.product-section .left-section .content-box ul li.variants .form-group {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 33%;
  float: left;
}
.product-section .left-section .content-box ul li.variants label {
  float: left;
  line-height: 20px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 3px;
}
.product-section .left-section .content-box ul li.variants select {
  width: calc(100% - 20px);
  height: 40px;
  margin-left: 5px;
}
.product-section .left-section .content-box ul li.add-to-cart {
  padding-top: 26px;
  padding-bottom: 20px;
}
.product-section .left-section .content-box ul li.add-to-cart a {
  font-size: 15px;
  border: 1px solid #4264fd;
  color: #4264fd;
  border-radius: 4px;
  padding: 10px 30px;
  background-color: transparent;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.product-section .left-section .content-box ul li.add-to-cart a:hover {
  color: #fff;
  background-color: #4245fd;
  cursor: pointer;
  text-decoration: none;
}
.product-section .left-section .content-box ul li.add-to-cart .btn.btn-default {
  cursor: not-allowed;
}
.product-section .left-section .content-box ul li.add-to-cart .btn.btn-default:hover {
  background-color: #8c9aa1;
  border: 1px solid transparent;
  color: #fff;
}
.product-section .left-section .content-box ul li.add-to-cart .buy-now {
  background-color: #4245fd;
  color: #fff;
}
.product-section .left-section .content-box ul li .add-plus {
  border: 1px solid #e5e5e5;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 130px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  vertical-align: top;
  background-color: #fff;
}
.product-section .left-section .content-box ul li .add-plus input {
  width: 40px;
  border: none;
  text-align: center;
  line-height: 34px;
  vertical-align: top;
}
.product-section .left-section .content-box ul li .add-plus input:focus {
  box-shadow: none;
  outline: none;
}
.product-section .left-section .content-box ul li .add-plus i {
  width: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
.product-section .left-section .content-box ul li .add-plus i.disabled {
  color: #999999;
}
.product-section .left-section .tabs {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .product-section .left-section .tabs {
    margin-right: 0;
  }
}
.product-section .left-section .tabs .tab-content {
  padding: 20px 15px;
  background-color: #fff;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 1px 0 0 #d8d4d0;
}
.product-section .left-section .tabs .tab-content p {
  color: #302119;
}
.product-section .left-section .tabs .tab-content h2 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
}
.product-section .left-section .tabs .tab-content .rating .well {
  height: 36px;
}
.product-section .left-section .tabs .tab-content .rating .well .rating {
  font-size: 20px;
}
.product-section .left-section .tabs .tab-content .rating .well .rating .star {
  background-color: #fff;
}
.product-section .left-section .tabs .tab-content .rating .well .rating .star:before {
  padding-left: 3px;
  padding-right: 3px;
}
.product-section .left-section .tabs .tab-content .rating .comment-count {
  text-align: center;
  display: block;
}
.product-section .left-section .tabs .tab-content .popular-section-list {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}
.product-section .left-section .tabs .tab-content .popular-section-list li {
  margin-bottom: 30px;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .product-image {
  width: 135px;
  height: 135px;
  float: left;
  display: block;
}
@media (max-width: 479px) {
  .product-section .left-section .tabs .tab-content .popular-section-list li .product-image {
    width: 70px;
    height: 70px;
  }
}
.product-section .left-section .tabs .tab-content .popular-section-list li .product-image img {
  max-width: 100%;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review {
  width: calc(100% - 165px);
  float: left;
  margin-left: 30px;
}
@media (max-width: 479px) {
  .product-section .left-section .tabs .tab-content .popular-section-list li .review {
    width: calc(100% - 85px);
    margin-left: 15px;
    margin-top: 15px;
  }
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review .unknown-user {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review .unknown-user i {
  color: #4245fd;
  font-size: 30px;
  line-height: 40px;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review h3 {
  color: #222222;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review .well {
  float: left;
  border-top: none;
  padding: 0;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review p {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .product-section .left-section .tabs .tab-content .popular-section-list li .review p {
    display: none;
  }
}
.product-section .left-section .tabs .tab-content .popular-section-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review {
  margin-left: 10px;
  position: relative;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review h3 {
  color: #4a4a4a;
}
.product-section .left-section .tabs .tab-content .popular-section-list li .review .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.product-section .left-section .rating-box h2 {
  margin-top: 10px;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  font-size: 24px;
  color: #fff;
  padding: 0 0 15px 15px;
  margin-bottom: 15px;
}
.product-section .left-section .rating-box h2 span {
  background-color: #f4f2ef;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .product-section .left-section .rating-box h2 {
    font-size: 20px;
  }
}
.product-section .left-section .rating-box > .rating {
  margin: 0 15px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-section .left-section .rating-box > .rating .well {
  padding: 25px  20px 25px 40px;
  border: none;
  text-align: left;
  float: left;
}
.product-section .left-section .rating-box > .rating .well .rating {
  font-size: 25px;
}
.product-section .left-section .rating-box > .rating .comment-count {
  line-height: 86px;
  font-size: 14px;
}
.product-section .left-section .rating-box > .rating .sold {
  line-height: 86px;
  font-size: 14px;
}
.product-section .left-section .rating-box .popular-section-list {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}
.product-section .left-section .rating-box .popular-section-list li {
  margin-bottom: 30px;
}
.product-section .left-section .rating-box .popular-section-list li .product-image {
  width: 135px;
  height: 135px;
  float: left;
  display: block;
}
@media (max-width: 479px) {
  .product-section .left-section .rating-box .popular-section-list li .product-image {
    width: 70px;
    height: 70px;
  }
}
.product-section .left-section .rating-box .popular-section-list li .product-image img {
  max-width: 100%;
}
.product-section .left-section .rating-box .popular-section-list li .review {
  width: calc(100% - 165px);
  float: left;
  margin-left: 30px;
}
@media (max-width: 479px) {
  .product-section .left-section .rating-box .popular-section-list li .review {
    width: calc(100% - 85px);
    margin-left: 15px;
    margin-top: 15px;
  }
}
.product-section .left-section .rating-box .popular-section-list li .review .unknown-user {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-section .left-section .rating-box .popular-section-list li .review .unknown-user i {
  color: #4245fd;
  font-size: 30px;
  line-height: 40px;
}
.product-section .left-section .rating-box .popular-section-list li .review h3 {
  color: #222222;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-section .left-section .rating-box .popular-section-list li .review .well {
  float: left;
  border-top: none;
  padding: 0;
}
.product-section .left-section .rating-box .popular-section-list li .review p {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .product-section .left-section .rating-box .popular-section-list li .review p {
    display: none;
  }
}
.product-section .left-section .rating-box .popular-section-list li .review {
  margin-left: 15px;
}
.product-section .left-section .rating-box .popular-section-list li .review h3 {
  color: #4a4a4a;
}
.product-section .right-section {
  width: 200px;
  float: left;
}
@media (min-width: 1200px) {
  .product-section .right-section {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .product-section .right-section {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-section .right-section {
    width: 100%;
  }
}
.product-section .right-section > h2 {
  font-size: 16px;
  padding-top: 12px;
  margin: 0 0 15px;
}
.product-section .right-section ul {
  list-style-type: none;
  padding: 0 0 0 0;
}
.product-section .right-section ul li .list {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.product-section .right-section ul li .list a:hover {
  text-decoration: none;
}
.product-section .right-section ul li .list img {
  width: 100%;
  height: 254px;
  object-fit: contain;
}
.product-section .right-section ul li .list:hover .image-container img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.product-section .right-section ul li .list .image-container {
  border: none;
  overflow: hidden;
  padding: 0px;
}
.product-section .right-section ul li .list .image-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.product-section .right-section ul li .list .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.product-section .right-section ul li .list .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-section .right-section ul li .list .hidden-content .category {
  color: #666;
  font-size: 13px;
  height: 18px;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  min-height: 18px;
}
.product-section .right-section ul li .list .hidden-content h2 {
  margin: 5px 0 0;
  padding-bottom: 0;
  min-height: 18px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  border: none;
}
.product-section .right-section ul li .list .hidden-content .price {
  display: block;
  color: #111111;
  margin-bottom: 15px;
}
.product-section .right-section ul li .list .hidden-content .price b {
  color: #c4293a;
}
.product-section .right-section ul li .list .hidden-content .sku-label {
  color: #111111;
  font-size: 11px;
  margin-top: -20px;
  display: block;
}
.product-section .right-section ul li .list .hidden-content .old-price {
  display: block;
  margin-bottom: 15px;
  text-decoration: line-through;
}
.product-section .right-section ul li .list .hidden-content .new-old-price {
  width: 100%;
  padding: 0;
  font-size: 13px;
  height: 18px;
  color: #999999;
}
.product-section .right-section ul li .list .hidden-content .new-old-price .price {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.product-section .right-section ul li .list .hidden-content .new-old-price .price b {
  margin-left: 0;
  color: #666;
}
.product-section .right-section ul li .list .hidden-content .new-old-price .old-price {
  display: inline-block;
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
  text-decoration: line-through;
  margin-right: 4px;
}
.product-section .right-section ul li .list .discount {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  background-color: #ff3131;
  color: #4245fd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -35px;
  right: -35px;
}
.product-section .right-section ul li .list {
  overflow: hidden;
  height: auto;
  padding: 8px 0;
  border: none;
  border-top: 1px solid hsla(30, 9%, 83%, 0.5);
  border-radius: 0;
  background-color: transparent;
}
@media (max-wsidth: 767px) {
  .product-section .right-section ul li .list {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.product-section .right-section ul li .list a {
  display: block;
}
.product-section .right-section ul li .list .plus {
  position: absolute;
  right: 0px;
  top: 40%;
}
.product-section .right-section ul li .list .plus span {
  font-size: 20px;
  color: #9a938d;
}
.product-section .right-section ul li .list .plus span:hover {
  color: #4245fd;
}
.product-section .right-section ul li .list .image-container {
  width: 90px;
  height: 92px;
  float: left;
  margin-right: 10px;
}
.product-section .right-section ul li .list img,
.product-section .right-section ul li .list .no-image {
  width: 100%;
  height: 100%;
  border-bottom: none;
}
@media (max-width: 991px) {
  .product-section .right-section ul li .list img,
  .product-section .right-section ul li .list .no-image {
    float: none;
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}
.product-section .right-section ul li .list .no-image:before {
  font-size: 40px;
}
@media (max-width: 991px) {
  .product-section .right-section ul li .list .no-image {
    height: 163px;
  }
}
.product-section .right-section ul li .list .discount {
  right: auto;
  left: 42px;
  top: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.product-section .right-section ul li .list .well {
  border: none;
  padding: 0;
  text-align: left;
  background: none;
}
.product-section .right-section ul li .list .hidden-content {
  width: 100%;
  max-width: 60%;
  float: left;
}
@media (max-width: 767px) {
  .product-section .right-section ul li .list .hidden-content {
    padding-left: 10px;
  }
}
.product-section .right-section ul li .list .hidden-content .type {
  margin-left: 5px;
  display: inline-block;
  color: #9a938d;
  font-size: 11px;
}
.product-section .right-section ul li .list .hidden-content .username {
  margin-bottom: 0;
  color: #9a938d;
}
.product-section .right-section ul li .list .hidden-content h2 {
  overflow: visible;
  font-weight: normal;
  margin-bottom: 0px;
  border-bottom: none;
  padding-top: 0;
  text-align: left;
  margin-top: 0px;
  -webkit-line-clamp: 2;
}
.product-section .right-section ul li .list .hidden-content h2:hover {
  color: #4245fd;
}
.product-section .right-section ul li .list .hidden-content .rating {
  margin-bottom: 10px;
}
.product-section .right-section ul li .list .hidden-content .new-old-price {
  text-align: left;
  margin-top: -8px;
}
.product-section .right-section ul li .list .hidden-content .new-old-price .price {
  margin-bottom: 0;
  font-size: 12px;
}
.product-section .right-section ul li .list .hidden-content .new-old-price .price b {
  padding-left: 0;
}
.product-section .right-section ul li .list .hidden-content .new-old-price .old-price {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: line-through;
}
.product-section .right-section .box {
  margin-left: 15px;
  margin-bottom: 15px;
}
.product-section .right-section .box a {
  display: block;
}
.product-section .right-section .box img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .product-section .right-section .box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/*================================================
=            10. Contact        			     =
================================================*/
.contact-section {
  padding-top: 43px;
  margin-bottom: 43px;
}
.contact-section p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .contact-section p {
    text-align: center;
  }
}
.contact-section .btn-red {
  height: 40px;
  width: 160px;
  display: block;
  margin: auto;
}
.contact-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .contact-section h2 {
    font-size: 20px;
    padding-left: 0;
    padding: 20px 0 15px 15px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.contact-section address {
  padding-top: 20px;
  padding-left: 10px;
  font-size: 12px;
  color: #222222;
}
.contact-section .googleMap {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0px);
}
@media (max-width: 767px) {
  .contact-section .googleMap {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
  }
}
.contact-section .googleMap iframe {
  width: 100%;
  height: 280px;
  frameborder: 0;
  border: 0;
}
@media (max-width: 767px) {
  .contact-section .googleMap iframe {
    width: 100%;
    height: 480px;
    frameborder: 0;
    border: 0;
  }
}
.contact-section .googleMap .overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-section .social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
  text-align: center;
}
.contact-section .social-icons li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.contact-section .social-icons li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #f0f0ed;
  display: block;
  color: #42454b;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-section .social-icons li.fb a {
  color: #fff;
  background-color: #3b5998;
}
.contact-section .social-icons li.ok a {
  color: #fff;
  background-color: #ed812b;
}
.contact-section .social-icons li.vk a {
  color: #fff;
  background-color: #45668e;
}
.contact-section .social-icons li.in a {
  color: #fff;
  background-color: #ad8264;
}
.contact-section .social-icons li.tw a {
  color: #fff;
  background-color: #55acee;
}
.contact-section .social-icons li.sk a {
  color: #fff;
  background-color: #00aff0;
  font-size: 18px;
}
.contact-section .social-icons li.vb a {
  background-image: url('../img/viber.svg');
  background-size: 59%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #8f5db7;
}
.contact-section .social-icons li.gl a {
  color: #fff;
  background-color: #dd4b39;
}
.contact-section .social-icons li.we a {
  color: #fff;
  background-color: #7bb32e;
}
.contact-section .social-icons li.wh a {
  color: #fff;
  background-color: #43d854;
  font-size: 18px;
}
.contact-section .social-icons li.pinterest a {
  color: #fff;
  background-color: #43d854;
}
.contact-section .social-icons li.yt a {
  color: #fff;
  background-color: #e62117;
}
.contact-section .contact-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: left;
}
.contact-section .contact-info li {
  padding: 5px 0;
  overflow: hidden;
}
.contact-section .contact-info li i {
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  color: #777777;
  width: 21px;
  margin-right: 3px;
}
.contact-section .contact-info li p {
  display: block;
  float: left;
  width: calc(100% - 21px);
  vertical-align: top;
  margin: 0;
  font-size: 13px;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .contact-section .contact-info li p {
    width: auto;
    float: none;
  }
}
.contact-section .contact-info li b {
  display: inline-block;
  margin-right: 20px;
}
.contact-section .contact-info li a {
  text-decoration: none;
}
.contact-section .right-column {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .contact-section .right-column {
    margin-left: 0;
  }
}
/*================================================
=            11. Pages        				     =
================================================*/
.page-container {
  padding-bottom: 20px;
}
.page-container h1 {
  color: #000;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 15px 10px 15px;
}
@media (max-width: 767px) {
  .page-container h1 {
    font-size: 20px;
  }
}
.page-container .page-content {
  padding: 20px 15px;
  background-color: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 0 #d8d4d0;
  min-height: 400px;
}
.page-container .page-content h1,
.page-container .page-content h2,
.page-container .page-content h3,
.page-container .page-content h4,
.page-container .page-content h5,
.page-container .page-content h6 {
  border: none;
  color: #fff;
  font-weight: bold;
}
.page-container .page-content h1 {
  font-size: 24px;
}
.page-container .page-content h2 {
  font-size: 20px;
}
.page-container .page-content h3 {
  font-size: 18px;
}
.page-container .page-content h4 {
  font-size: 16px;
}
.page-container .page-content p {
  font-size: 14px;
}
.page-container .page-content img {
  max-width: 100%;
}
/*================================================
=            12. Sign in and sign up       	     =
================================================*/
.login-section {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 20px;
}
.login-section .box {
  margin-bottom: 15px;
}
.login-section .box .login-box {
  background-color: rgba(255, 255, 255, 0.902);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 20px 60px;
  width: 360px;
  margin: 0 auto;
  box-shadow: 0 1px 0 0 #d8d4d0;
}
.login-section .box .login-box h1 {
  font-size: 24px;
  color: #fff;
  margin: 0 15px 25px 15px;
  margin-top: 10px;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
}
.login-section .box .login-box h1 span {
  background-color: #f4f2ef;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.login-section .box .login-box h1 span {
  color: #111;
  background-color: transparent;
  font-size: 18px;
}
.login-section .box .login-box .form-group {
  margin-left: 15px;
  margin-right: 15px;
}
.login-section .box .login-box .forgot-password {
  width: 100%;
  display: block;
  padding-left: 30px;
  margin-bottom: 20px;
}
.login-section .box .login-box .or {
  display: block;
  margin: 30px 0 30px;
  height: 1px;
  background-color: #e5e5e5;
  position: relative;
}
.login-section .box .login-box .or span {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  padding: 0 10px;
  margin-top: -1px;
}
.login-section .box .login-box .half-box {
  margin: 0 15px;
}
.login-section .box .login-box .half-box .form-group {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.login-section .box .login-box .half-box .form-group:nth-child(2n) {
  margin-right: 0;
}
.login-section .box .login-box .checkbox-row {
  display: block;
  padding: 0 15px;
  margin-bottom: 10px;
}
.login-section .box .login-box .checkbox-row .checkbox-style {
  float: left;
}
.login-section .box .login-box .checkbox-row > label {
  font-size: 12px;
  font-weight: normal;
  float: left;
  width: calc(100% - 40px);
  margin-left: 10px;
  margin-top: -3px;
}
.login-section .box .login-box .errorMessage {
  margin-top: -1px;
  width: 100%;
}
.login-section .box .login-box button {
  display: block;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 40px;
}
.login-section .box .login-box #registrationForm .errorMessage,
.login-section .box .login-box #forgotPassword-form .errorMessage {
  margin-bottom: 0px;
}
/*================================================
=            13. Profile page   			     =
================================================*/
.profile-section {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 15px;
  margin-top: 0;
}
.profile-section h1 {
  margin-top: 10px;
  position: relative;
  display: block;
  text-transform: uppercase;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  margin-bottom: 15px;
  margin-top: 0;
}
.profile-section h1 span {
  background-color: #f4f2ef;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.profile-section h1 span {
  background-color: #fff;
}
@media (max-width: 767px) {
  .profile-section h1 {
    font-size: 20px;
  }
}
.profile-section .btn {
  display: block;
  height: 44px;
  padding: 11px 12px;
}
.profile-section .back {
  color: #111111;
  line-height: 44px;
}
.profile-section .back i {
  vertical-align: middle;
}
.profile-section .form-footer-row {
  margin: 15px 0 0;
}
.profile-table-section {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 15px;
}
.profile-table-section h1 {
  margin-top: 10px;
  position: relative;
  display: block;
  text-transform: uppercase;
  line-height: 28px;
  color: #111;
  font-size: 16px;
  line-height: 50px;
  margin-bottom: 15px;
  margin-top: 0;
}
.profile-table-section h1 span {
  background-color: #f4f2ef;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.profile-table-section h1 span {
  background-color: transparent;
}
@media (max-width: 767px) {
  .profile-table-section h1 {
    font-size: 20px;
  }
}
.profile-table-section .odd {
  cursor: pointer;
}
/*================================================
=            14. Paid page   			     =
================================================*/
.paid-section h1 {
  color: #3bcb66;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .paid-section h1 {
    font-size: 20px;
  }
}
.paid-section p {
  max-width: 500px;
  margin: 0 auto 50px;
  text-align: center;
}
.paid-section .order-row {
  text-align: center;
  background-color: #fff;
  padding: 15px;
}
.paid-section .order-row .btn {
  height: 44px;
  padding: 11px 16px;
  margin-left: 5px;
}
.paid-section .form-footer-row {
  margin-bottom: 30px;
  line-height: 50px;
  padding: 0 15px;
  background-color: #f8f9f9;
}
.paid-section .form-footer-row .back {
  color: #111111;
  line-height: 44px;
  cursor: pointer;
}
.paid-section .form-footer-row .back i {
  vertical-align: middle;
}
.paid-section .form-footer-row .back:hover {
  text-decoration: none;
}
.paid-section .form-footer-row .print {
  float: right;
  color: #111111;
  line-height: 44px;
  cursor: pointer;
}
.paid-section .form-footer-row .print i {
  vertical-align: middle;
  color: #3bcb66;
}
.paid-section .form-footer-row .print:hover {
  text-decoration: none;
}
/*================================================
=            15. Cart page   			     =
================================================*/
.cart-section {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 15px;
}
.cart-section h2 {
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 8px;
  text-align: left;
  padding: 5px 3px;
  float: left;
}
@media (max-width: 767px) {
  .cart-section h2 {
    font-size: 20px;
  }
}
.cart-section h2.first {
  margin-top: 0;
}
.cart-section h2.float {
  width: 27%;
  float: left;
}
.cart-section h2.right {
  float: left;
  margin-left: 17px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cart-section h2.right {
    margin-left: 0px;
    margin-bottom: 4px;
    margin-top: 8px;
  }
}
.cart-section .cont {
  width: 72%;
}
@media (max-width: 1200px) {
  .cart-section .cont {
    width: 66%;
  }
}
@media (max-width: 992px) {
  .cart-section .cont {
    width: 56%;
    float: left;
  }
}
@media (max-width: 768px) {
  .cart-section .cont {
    width: 100%;
    float: left;
  }
}
.cart-section .left-section {
  width: calc(100% - 320px);
  float: left;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
  box-shadow: 0 1px 0 0 #d8d4d0;
}
@media (max-width: 767px) {
  .cart-section .left-section {
    width: 100%;
    border-right: none;
  }
}
.cart-section .left-section.no-width {
  width: 100%;
}
.cart-section .left-section .highlighted {
  text-align: left;
  display: block;
}
.cart-section .left-section .cart-table tbody tr td:nth-child(2) {
  width: 60px;
}
.cart-section .left-section .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.cart-section .left-section .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-section .left-section .no-image {
  width: 60px;
  height: 60px;
}
.cart-section .left-section .no-image:before {
  font-size: 20px;
}
.cart-section .left-section .checkbox-selection {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.cart-section .left-section .checkbox-selection .checkbox-item {
  background-color: #f8f9f9;
  float: left;
  width: calc((100% - 15px)/2);
  margin-right: 15px;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .cart-section .left-section .checkbox-selection .checkbox-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .cart-section .left-section .checkbox-selection .checkbox-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cart-section .left-section .checkbox-selection .checkbox-item:nth-child(2n) {
  margin-right: 0;
}
.cart-section .left-section .checkbox-selection .checkbox-item .checkbox-style {
  float: left;
}
.cart-section .left-section .checkbox-selection .checkbox-item .checkbox-style + label {
  margin-left: 10px;
  line-height: 16px;
  margin-bottom: 0;
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: -5px;
}
.cart-section .left-section .delivery-section {
  padding: 10px 15px;
  margin-bottom: 0;
}
.cart-section .left-section .delivery-section .half-form-label {
  float: left;
  width: calc((100% - 15px)/2);
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cart-section .left-section .delivery-section .half-form-label {
    width: 100%;
    margin-right: 0;
  }
}
.cart-section .left-section .delivery-section .half-form-label:nth-child(2n) {
  margin-right: 0;
}
.cart-section .left-section .payment-method {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0;
}
@media (max-width: 767px) {
  .cart-section .left-section .payment-method {
    margin: 0 0 10px;
  }
}
.cart-section .left-section .payment-method .labels {
  float: left;
  width: 86px;
  height: 56px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cart-section .left-section .payment-method .labels label {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  position: relative;
  text-indent: 99999999px;
}
.cart-section .left-section .payment-method .labels input {
  width: 0;
  height: 0;
  display: none;
  position: relative;
}
.cart-section .left-section .payment-method .labels input:checked + label {
  border-color: #fff;
  border-width: 2px;
  box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.cart-section .left-section .payment-method .labels input:checked + label:before {
  position: absolute;
  font-family: 'FontAwesome';
  vertical-align: bottom;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -7px;
  right: -7px;
  font-size: 6px;
  content: '\f00c';
  background: #4245fd;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  text-indent: 0px;
}
.cart-section .left-section .payment-method .labels.arca {
  background-image: url('../img/arca_armenia.png');
}
.cart-section .left-section .payment-method .labels.visa {
  background-image: url('../img/visa_armenia.svg');
}
.cart-section .left-section .payment-method .labels.master {
  background-image: url('../img/mastercard_armenia.svg');
}
.cart-section .left-section .payment-method .labels.cash {
  background-image: url('../img/cash_payment.svg');
}
.cart-section .left-section .payment-method .labels.amex {
  background-image: url('../img/amex_armenia.svg');
}
.cart-section .left-section .payment-method .labels.maestro {
  background-image: url('../img/maestro_armenia.svg');
}
.cart-section .left-section .payment-method .labels.pay_pal {
  background-image: url('../img/paypal_armenia.svg');
  background-size: 94%;
}
.cart-section .left-section .payment-method .labels.idram {
  background-image: url('../img/idram_payment.svg');
}
.cart-section .left-section .payment-method .labels.banktransfer {
  background-image: url('../img/banktransfer_armenia.svg');
}
.cart-section .left-section .payment-method .errorMessage {
  margin: 0 10px 0 0;
}
.cart-section .left-section .order-row {
  background-color: #fff;
  padding: 15px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .cart-section .left-section .order-row {
    display: none;
  }
}
.cart-section .left-section .order-row .btn {
  height: 44px;
  margin-left: 5px;
  float: right;
  font-size: 14px;
  border: 1px solid #4264fd;
  color: #fff;
  border-radius: 4px;
  padding: 11px 16px;
  background-color: #4264fd;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  background-image: none;
}
.cart-section .left-section .order-row .btn:hover {
  color: #fff;
  background-color: #4245fd;
  cursor: pointer;
  text-decoration: none;
}
.cart-section .left-section .order-row .total {
  float: right;
  margin-right: 30px;
}
.cart-section .left-section .order-row .total span {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
}
.cart-section .left-section .order-row .total strong {
  font-size: 20px;
  color: #4264fd;
}
.cart-section .left-section .form-footer-row {
  margin-bottom: 30px;
  line-height: 50px;
  padding: 0 15px;
  background-color: #f8f9f9;
}
@media (max-width: 767px) {
  .cart-section .left-section .form-footer-row {
    display: none;
  }
}
.cart-section .left-section .form-footer-row .back {
  color: #111111;
  line-height: 44px;
  cursor: pointer;
}
.cart-section .left-section .form-footer-row .back i {
  vertical-align: middle;
}
.cart-section .left-section .form-footer-row .back:hover {
  text-decoration: none;
}
.cart-section .left-section .form-footer-row .clear-all {
  color: #4264fd;
  float: right;
}
.cart-section .right-section {
  width: 300px;
  float: right;
  padding-left: 25px;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cart-section .right-section {
    width: 100%;
  }
}
.cart-section .right-section h1 {
  text-align: left;
}
.cart-section .right-section ul {
  text-align: left;
  list-style-type: none;
  padding: 15px;
  background-color: #f8f9f9;
}
.cart-section .right-section ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.cart-section .right-section ul li:last-child {
  border: none;
}
.cart-section .right-section ul li:last-child strong {
  color: #4264fd;
  font-size: 20px;
}
.cart-section .right-section ul li span {
  width: 46%;
  float: left;
  font-size: 13px;
  line-height: 22px;
}
.cart-section .right-section ul li strong {
  width: 54%;
  float: left;
  text-align: right;
  color: #222222;
  font-size: 16px;
}
.cart-section .right-section .price-value {
  font-size: 15px;
  float: none;
}
.cart-section .right-section .btn {
  width: 100%;
  height: 44px;
  margin: auto;
  display: block;
  font-size: 14px;
  border: 1px solid #4264fd;
  color: #fff;
  border-radius: 4px;
  padding: 11px 16px;
  background-color: #4264fd;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.cart-section .right-section .btn:hover {
  color: #fff;
  background-color: #4245fd;
  cursor: pointer;
  text-decoration: none;
}
.cart-section .right-section .standard-links {
  padding: 0 2px;
}
/*================================================
=            16. Blog page   			     =
================================================*/
.blog-section {
  background-color: #fff;
  text-align: center;
  margin-bottom: 40px;
  height: 40px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  height: auto;
  background-color: transparent;
  text-align: left;
}
.blog-section .pagination {
  margin: 0;
}
.blog-section .pagination > li > a,
.blog-section .pagination > li > span {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0 12px;
  line-height: 40px;
  color: #111111;
  -webkit-transition: all ease 100ms;
  -moz-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
}
.blog-section .pagination .active > a {
  color: blue;
}
.blog-section .pagination .active > a:hover {
  cursor: pointer;
  color: #111111;
  background-color: transparent;
  border: none ;
}
.blog-section .pages {
  text-align: center;
}
.blog-section .news-list .news-item {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blog-section .news-list .news-item a.news-image {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.blog-section .news-list .news-item a.news-image.noimage {
  display: none;
}
.blog-section .news-list .news-item a.news-image img {
  height: 100%;
  display: block;
  margin: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.blog-section .news-list .news-item a.news-image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-section .news-list .news-item .category-box {
  border-top: 1px solid #e5e5e5;
  padding-top: 7px;
  overflow: hidden;
  padding-left: 3px;
}
.blog-section .news-list .news-item .category-box a.category {
  color: #fff;
  font-size: 13px;
  float: left;
}
.blog-section .news-list .news-item .category-box span {
  display: block;
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 700;
  font-style: normal;
  float: left;
  margin-right: 13px;
  line-height: 20px;
}
.blog-section .news-list .news-item .category-box span:before {
  display: block;
  content: "\f111";
  float: left;
  font: normal normal normal 6px/1 FontAwesome;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
}
.blog-section .news-list .news-item h2 {
  margin: 5px 0 0 3px;
  padding-bottom: 0;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
  font-size: 16px;
  margin-top: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  border: none;
  padding-bottom: 7px;
}
.blog-section .news-list .news-item h2 a {
  color: #222222;
}
.blog-section .news-list .news-item h2.no-header {
  line-height: 50px;
  height: 50px;
}
.blog-section .articles-side {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: calc(100% - 315px);
  margin-right: 15px;
  float: left;
}
.blog-section .articles-side h1 {
  border-top: 3px solid #fff;
  margin-top: 0;
  padding-top: 10px;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-section .articles-side h1 {
    font-size: 20px;
  }
}
.blog-section .menu-side .search-box {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.blog-section .menu-side .search-box input {
  border: none;
  outline: 0;
  height: 30px;
  display: block;
  float: left;
  padding-left: 10px;
  width: calc(100% - 35px);
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
.blog-section .menu-side .search-box button {
  outline: 0;
  height: 30px;
  float: right;
  border: none;
  background-color: #fff;
  background: 0 0;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
.blog-section .menu-side .menu-box {
  background-color: #4a4a4a;
}
.blog-section .menu-side .menu-box h6 {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
}
.blog-section .menu-side .menu-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  float: left;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.blog-section .menu-side .menu-box ul li a {
  color: #222222;
  line-height: 34px;
  padding-left: 15px;
  font-size: 13px;
  cursor: pointer;
  display: block;
}
.blog-section .menu-side .placeholder {
  width: 100%;
  margin-bottom: 15px;
}
.blog-section .menu-side .placeholder img {
  max-width: 100%;
}
/*================================================
=            17. Modals 		   			     =
================================================*/
.modal {
  z-index: 1000000;
}
.modal.product-view-modal .modal-dialog {
  margin: 200px auto 0;
}
.modal.product-view-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.modal.product-view-modal .modal-dialog .modal-content .modal-header h4 {
  margin: 0 -20px;
  padding-left: 25px;
  background: #7a7978;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal.product-view-modal .modal-dialog .modal-content .modal-header .close {
  margin-top: 10px;
}
.modal.product-view-modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 35px;
}
.modal.product-view-modal .modal-dialog .modal-content .modal-body a.btn.btn-green-gradient {
  font-size: 14px;
  border: 1px solid #4264fd;
  color: #fff;
  border-radius: 4px;
  padding: 6px 20px;
  background-color: #4264fd;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  background-image: none;
}
.modal.product-view-modal .modal-dialog .modal-content .modal-body a.btn.btn-green-gradient:hover {
  color: #fff;
  background-color: #4245fd;
  cursor: pointer;
  text-decoration: none;
}
.modal .modal-dialog {
  margin: 60px auto;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  margin-bottom: 40px;
  border-bottom: 3px solid #fff;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  line-height: 50px;
  color: #fff;
  padding-left: 10px;
  font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin-top: 14px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.modal .modal-dialog .modal-content .modal-body .checkbox-column {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body .modal-review-form .rating-box {
  padding-top: 20px;
}
.modal .modal-dialog .modal-content .modal-body .modal-review-form .rating-box ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 0 2px;
  overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-body .modal-review-form .rating-box ul li {
  float: left;
  margin-right: 14px;
}
.modal .modal-dialog .modal-content .modal-body .modal-review-form .rating-box ul li input {
  margin-right: 2px;
}
.modal .modal-dialog .modal-content .modal-body .modal-review-form .well {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body .modal-review-form .well .rating {
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body .dialog_item {
  overflow: hidden;
  display: table;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .dialog_item > div {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.modal .modal-dialog .modal-content .modal-body .dialog_item > div:first-child {
  width: 70px;
}
.modal .modal-dialog .modal-content .modal-body .dialog_item > div:first-child img {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .dialog_buttons {
  padding: 20px 5px 0;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body .dialog_buttons .back_to_shopping {
  border: none;
  background: none;
  line-height: 34px;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .dialog_buttons a {
  float: right;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding-bottom: 30px;
  overflow: hidden;
  padding-top: 0;
}
.modal .modal-dialog .modal-content .modal-footer .btn,
.modal .modal-dialog .modal-content .modal-footer a {
  display: block;
  height: 44px;
  padding: 11px 12px;
}
.modal .modal-dialog .modal-content .modal-footer a {
  float: left;
  cursor: pointer;
  color: #111111;
}
.modal .modal-dialog .modal-content .modal-footer a:hover {
  color: #fff;
}
/*================================================
=            18. Table 		   			     =
================================================*/
.table thead tr th {
  background-color: #f9f9f9;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  border-right: 1px solid;
  border-width: 1px;
  border-color: #e5e5e5;
  white-space: nowrap;
}
.table thead tr th:last-child {
  border-right: none;
}
.table tbody .oddtd a:hover {
  color: blue;
  text-decoration: underline;
}
.table tbody tr td {
  text-align: center;
  height: 60px;
  vertical-align: middle;
  font-size: 12px;
}
.table tbody tr td .price-value {
  font-size: 11px;
  color: #999;
}
.table tbody tr td a {
  cursor: pointer;
  color: #111111;
}
.table tbody tr td a:hover {
  color: #fff;
}
.table tbody tr td .badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
.table tbody tr td img {
  width: 60px;
}
.table tbody tr td .add-plus {
  border: 1px solid #e5e5e5;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 130px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  vertical-align: top;
  background-color: #fff;
}
.table tbody tr td .add-plus input {
  width: 40px;
  border: none;
  text-align: center;
  line-height: 34px;
  vertical-align: top;
}
.table tbody tr td .add-plus input:focus {
  box-shadow: none;
  outline: none;
}
.table tbody tr td .add-plus i {
  width: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
.table tbody tr td .add-plus i.disabled {
  color: #999999;
}
.table tbody tr td .remove {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.table tbody tr td .remove:hover {
  color: #fff;
  background-color: #4245fd;
}
.table tbody tr td .remove:hover i {
  color: #fff;
}
.table tbody tr td .remove i {
  font-size: 10px;
  color: #4245fd;
  line-height: 16px;
  vertical-align: top;
}
#Checkout_services label {
  vertical-align: -3px;
}
.cart-section .left-section .form-footer-row .back i {
  vertical-align: -7px;
}
/*================================================
=            19. Alerts 		   			     =
================================================*/
.alert-success {
  background-color: transparent;
  color: #91c416;
}
.alert-warning {
  background-color: transparent;
  color: #fab000;
}
.alert-danger {
  background-color: transparent;
  color: #ff395e;
}
.alert-info {
  background-color: transparent;
  color: #31708f !important;
}
/*================================================
=            20. Forms        				     =
================================================*/
.form-group select::-ms-expand {
  display: none;
}
.form-group select:not([multiple]) {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #111111;
  padding: 0;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: url("../img/arrow.svg");
  background-origin: padding-box;
  background-position: right 10px top;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-group input[type=text],
.form-group input[type=password],
.form-group .form-control {
  border: 1px solid #e5e5e5;
  height: 36px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-group input[type=text]:focus,
.form-group input[type=password]:focus,
.form-group .form-control:focus {
  border-color: #0368c1;
}
.form-group textarea.form-control {
  height: auto;
  min-height: 100px;
  resize: vertical;
}
.form-group.with-placeholder {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
}
.form-group.with-placeholder label {
  position: absolute;
  height: 44px;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 44px;
  font-weight: normal;
  padding-left: 12px;
  cursor: text;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form-group.with-placeholder label.active {
  -webkit-transform: translateY(-21%);
  transform: translateY(-21%);
}
.form-group.with-placeholder label.active + input {
  -webkit-transform: translateY(18%);
  transform: translateY(18%);
}
.form-group.with-placeholder input,
.form-group.with-placeholder textarea {
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 44px;
}
.form-group.captcha {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-group.captcha .captcha-code {
  float: right;
}
.form-group.captcha .captcha-code > img {
  width: 100px;
}
.form-group.captcha .captcha-code i {
  color: #0368c1;
  line-height: 42px;
  vertical-align: top;
}
.form-group.captcha .captcha-code .ubi-captcha-div {
  display: flex;
  align-items: center;
}
.form-group.captcha .captcha-code .ubi-captcha-div .ubicaptcha-image {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.form-group.captcha .captcha-code .ubi-captcha-div i {
  cursor: pointer;
}
.form-group.captcha input {
  float: left;
  width: calc(100% - 230px);
  height: 42px;
}
.form-group.big-one select {
  height: 44px;
}
.checkbox-style {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0 0 1px;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.checkbox-style input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.checkbox-style input[type=checkbox]:checked + label {
  background-color: #fff;
  border-color: #777;
}
.checkbox-style input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 8px;
  border: solid #888;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox-style label {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  border: 2px solid #777;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.errorMessage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #e27c7c;
  color: #fff;
  padding: 3px 5px;
}
.login-section .box .login-box .checkbox-row > label {
  margin-top: 3px;
}
/*================================================
=            21. Buttons      				     =
================================================*/
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn.btn-red {
  background-color: #fff;
  color: #4245fd;
}
.btn.btn-red:hover {
  background-color: #c4293a;
}
.btn.btn-green-gradient {
  border-color: #5fd08d;
  background-image: -moz-linear-gradient(90deg, #19c05d 0%, #89dd31 100%);
  background-image: -webkit-linear-gradient(90deg, #19c05d 0%, #89dd31 100%);
  background-image: -ms-linear-gradient(90deg, #19c05d 0%, #89dd31 100%);
  color: #4245fd;
}
.btn.btn-green-gradient:hover {
  box-shadow: 1.59px 2.544px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn.btn-preview {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  height: 42px;
  min-height: 42px;
  font-size: 16px;
  line-height: 30px;
  border: none;
  opacity: 1;
  background: #4264fd;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.btn.btn-preview:hover {
  background-color: #4245fd;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  overflow: visible;
}
.btn.ebook_view {
  background-color: #52c41a;
  font-size: 14px;
  height: 40px;
  width: 96px;
}
.btn.ebook_view:hover {
  background-color: #73d13d;
}
.btn.btn-default {
  background-color: #8c9aa1;
  color: #4245fd;
  border-color: #8c9aa1;
}
.btn.btn-default:hover {
  background-color: #c4293a;
  border-color: #c4293a;
}
/*================================================
=            22. Tabs        				     =
================================================*/
.tabs {
  margin-bottom: 20px;
}
.tabs .nav {
  border-bottom: none;
}
.tabs .nav li {
  text-align: center;
}
.tabs .nav li a {
  border: none;
  display: inline-block;
  padding: 10px 15px;
  color: #777777;
  font-size: 14px;
  line-height: 1;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.tabs .nav li a:hover {
  color: white;
  background-color: #4245fd;
}
.tabs .nav li.active a {
  border: none;
  background-color: #fff;
  color: #4264fd;
}
.tabs .nav li.active a:hover,
.tabs .nav li.active a:active,
.tabs .nav li.active a:focus {
  color: #4245fd;
}
/*================================================
=            23. Breadcrumb        				 =
================================================*/
.breadcrumb-section {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 2px;
  border-top: 1px solid #e5e5e5;
}
.breadcrumb-section .breadcrumb {
  background-color: transparent;
  padding: 0 7px;
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px 0 2px;
  color: #222222;
}
.breadcrumb-section .breadcrumb li {
  font-size: 12px;
}
.breadcrumb-section .breadcrumb li a {
  color: #111111;
}
.breadcrumb-section .breadcrumb li a.active {
  color: #4264fd;
}
.breadcrumb-section .breadcrumb li a:hover {
  color: #4245fd;
  text-decoration: none;
}
/*================================================
=            24. Pagination        				 =
================================================*/
.website-pagination {
  background-color: #fff;
  text-align: center;
  margin-bottom: 40px;
  height: 40px;
}
.website-pagination .pagination {
  margin: 0;
}
.website-pagination .pagination > li > a,
.website-pagination .pagination > li > span {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0 12px;
  line-height: 40px;
  color: #111111;
  -webkit-transition: all ease 100ms;
  -moz-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
}
.website-pagination .pagination .active > a {
  color: blue;
}
.website-pagination .pagination .active > a:hover {
  cursor: pointer;
  color: #111111;
  background-color: transparent;
  border: none ;
}
/*================================================
=            25. Dropdown        				 =
================================================*/
.dropdown-menu {
  right: 0;
  left: -10px;
  top: 35px;
  box-shadow: 1.06px 1.696px 7px 0px rgba(0, 0, 0, 0.118);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu:after {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 15px !important;
}
.dropdown-menu li a {
  line-height: 38px;
  padding: 0;
  color: #111111;
  font-size: 12px;
}
.dropdown-menu li a:hover {
  background-color: transparent;
  color: #4245fd !important;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.preview-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0px 10px 15px;
}
/*================================================
=      		26.  Style Functions  	    	   	 =
================================================*/
.h-tag-with-underline {
  margin-top: 10px;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
}
.h-tag-with-underline span {
  background-color: #f4f2ef;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.shadow-widget {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 0 0 #d8d4d0;
  margin-top: 20px;
}
.gradient-function {
  background-image: -moz-linear-gradient(0deg, #fff 0%, #fff 100%);
  background-image: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
  background-image: -ms-linear-gradient(0deg, #fff 0%, #fff 100%);
}
.list-item .list {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.list-item .list a:hover {
  text-decoration: none;
}
.list-item .list img {
  width: 100%;
  height: 254px;
  object-fit: contain;
}
.list-item .list:hover .image-container img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.list-item .list .image-container {
  border: none;
  overflow: hidden;
  padding: 0px;
}
.list-item .list .image-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.list-item .list .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.list-item .list .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-item .list .hidden-content .category {
  color: #666;
  font-size: 13px;
  height: 18px;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  min-height: 18px;
}
.list-item .list .hidden-content h2 {
  margin: 5px 0 0;
  padding-bottom: 0;
  min-height: 18px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  border: none;
}
.list-item .list .hidden-content .price {
  display: block;
  color: #111111;
  margin-bottom: 15px;
}
.list-item .list .hidden-content .price b {
  color: #c4293a;
}
.list-item .list .hidden-content .sku-label {
  color: #111111;
  font-size: 11px;
  margin-top: -20px;
  display: block;
}
.list-item .list .hidden-content .old-price {
  display: block;
  margin-bottom: 15px;
  text-decoration: line-through;
}
.list-item .list .hidden-content .new-old-price {
  width: 100%;
  padding: 0;
  font-size: 13px;
  height: 18px;
  color: #999999;
}
.list-item .list .hidden-content .new-old-price .price {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.list-item .list .hidden-content .new-old-price .price b {
  margin-left: 0;
  color: #666;
}
.list-item .list .hidden-content .new-old-price .old-price {
  display: inline-block;
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
  text-decoration: line-through;
  margin-right: 4px;
}
.list-item .list .discount {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  background-color: #ff3131;
  color: #4245fd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -35px;
  right: -35px;
}
.main-header .right-section .navigation-holder .login-holder .dropdown-toggle {
  display: block;
  padding-top: 11px;
}
.login-holder .dropdown {
  padding-top: 4px!important;
}
.brand-item .brand-box {
  padding-bottom: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
  box-shadow: 0 1px 0 0 #d8d4d0;
}
.brand-item .brand-box a {
  display: block;
}
.brand-item .brand-box a:hover {
  text-decoration: none;
}
.brand-item .brand-box .image-container {
  position: relative;
  width: 100%;
  min-height: 260px;
}
.brand-item .brand-box .image-container .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.brand-item .brand-box .image-container .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brand-item .brand-box .image-container .no-image {
  height: 200px;
}
.brand-item .brand-box .image-container img {
  max-width: 80%;
  max-height: 80%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 100ms;
  -moz-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
}
.brand-item .brand-box h2 {
  text-align: center;
  font-size: 18px;
  margin: 4px 0;
  color: #111;
  padding: 3px 0;
}
.brand-item .brand-box .well {
  border: none;
  margin-bottom: 20px;
}
.brand-item .brand-box .three-products {
  padding: 0 15px;
  min-height: 63px;
}
@media (max-width: 991px) {
  .brand-item .brand-box .three-products {
    min-height: 65px;
  }
}
.brand-item .brand-box .three-products > div {
  width: calc((100% - 6px)/3);
  margin-right: 3px;
  float: left;
  border: 1px solid #e5e5e5;
}
.brand-item .brand-box .three-products > div:nth-child(3) {
  margin-right: 0;
}
.brand-item .brand-box .three-products > div .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.brand-item .brand-box .three-products > div .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brand-item .brand-box .three-products > div .no-image {
  height: 61.16px;
}
@media (min-width: 1200px) {
  .brand-item .brand-box .three-products > div .no-image {
    height: 58.66px;
  }
}
.brand-item .brand-box .three-products > div .no-image:before {
  font-size: 15px;
}
.brand-item .brand-box .three-products > div img {
  width: 100%;
}
.brand-item .brand-box .total {
  text-align: center;
  color: #111111;
  font-size: 11px;
  display: block;
  padding: 5px 0;
}
.well {
  background-color: transparent;
  box-shadow: none;
  border: none;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 5px 19px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 11px;
}
.well .rating .star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.well .rating .star:before {
  content: "\f006";
  padding-right: 5px;
  color: #777;
}
.well .rating .star.active:before,
.well .rating .star.active ~ span.star:before {
  content: "\f005";
  color: #feaf05;
}
.well .rating .star-half {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.well .rating .star-half:before {
  content: "\f089";
  padding-right: 5px;
  color: #feaf05;
}
.rating-box-function .popular-section-list {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}
.rating-box-function .popular-section-list li {
  margin-bottom: 30px;
}
.rating-box-function .popular-section-list li .product-image {
  width: 135px;
  height: 135px;
  float: left;
  display: block;
}
@media (max-width: 479px) {
  .rating-box-function .popular-section-list li .product-image {
    width: 70px;
    height: 70px;
  }
}
.rating-box-function .popular-section-list li .product-image img {
  max-width: 100%;
}
.rating-box-function .popular-section-list li .review {
  width: calc(100% - 165px);
  float: left;
  margin-left: 30px;
}
@media (max-width: 479px) {
  .rating-box-function .popular-section-list li .review {
    width: calc(100% - 85px);
    margin-left: 15px;
    margin-top: 15px;
  }
}
.rating-box-function .popular-section-list li .review .unknown-user {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.rating-box-function .popular-section-list li .review .unknown-user i {
  color: #4245fd;
  font-size: 30px;
  line-height: 40px;
}
.rating-box-function .popular-section-list li .review h3 {
  color: #222222;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rating-box-function .popular-section-list li .review .well {
  float: left;
  border-top: none;
  padding: 0;
}
.rating-box-function .popular-section-list li .review p {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .rating-box-function .popular-section-list li .review p {
    display: none;
  }
}
.unknow-user-function .unknown-user {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.unknow-user-function .unknown-user i {
  color: #4245fd;
  font-size: 30px;
  line-height: 40px;
}
.login-holder-function .login-holder {
  float: right;
}
.login-holder-function .login-holder .unknown-user {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.login-holder-function .login-holder .unknown-user i {
  color: #4245fd;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .login-holder-function .login-holder {
    display: none;
  }
}
.login-holder-function .login-holder .login-link {
  margin-top: 3px;
}
.login-holder-function .login-holder .dropdown-toggle {
  cursor: pointer;
  font-size: 12px;
  padding-top: 5px;
}
.login-holder-function .login-holder a {
  font-size: 12px;
  display: block;
  color: #111;
}
.no-image-function .no-image {
  width: 100%;
  height: 208px;
  background-color: #fff;
  position: relative;
}
.no-image-function .no-image:before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.add-product-box-function .add-plus {
  border: 1px solid #e5e5e5;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 130px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  vertical-align: top;
  background-color: #fff;
}
.add-product-box-function .add-plus input {
  width: 40px;
  border: none;
  text-align: center;
  line-height: 34px;
  vertical-align: top;
}
.add-product-box-function .add-plus input:focus {
  box-shadow: none;
  outline: none;
}
.add-product-box-function .add-plus i {
  width: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
.add-product-box-function .add-plus i.disabled {
  color: #999999;
}
/*================================================
=      27.  Ubislider 		  		      	   	 =
================================================*/
.ubi-homepage .ubislider {
  padding: 10px 0 20px;
  position: relative;
}
.ubi-homepage .ubislider .ubislider-inner li {
  width: 275px;
  margin: 0 5px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.ubi-homepage .ubislider .ubislider-inner li:hover .image-container img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.ubi-homepage .ubislider .ubislider-inner li .image-container {
  border: none;
}
.ubi-homepage .ubislider .ubislider-inner li .image-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.ubi-homepage .ubislider .ubislider-inner li .hidden-content h2 {
  margin: 5px 0 0;
  font-size: 14px;
  color: #222;
  -webkit-line-clamp: 2;
  padding-bottom: 0;
  min-height: 18px;
  border: none;
  font-weight: normal;
}
.ubi-homepage .ubislider .ubislider-inner li .hidden-content h2:hover {
  color: #4245fd;
}
.ubi-homepage .ubislider .ubislider-inner li .hidden-content p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
.ubi-homepage .ubislider .ubislider-inner li .hidden-content .new-old-price {
  padding: 0;
  text-align: left;
  font-size: 13px;
}
.ubi-homepage .ubislider .ubislider-inner li .hidden-content .new-old-price .price {
  font-size: inherit;
  color: #666;
}
.ubi-homepage .ubislider .ubislider-inner li .hidden-content .new-old-price .price b {
  color: #666;
}
/*================================================
=      28.  Error Page 			      	   	     =
================================================*/
.error-code {
  text-align: center;
  padding: 100px 0 200px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .error-code {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .error-code h2 {
    font-size: 16px;
    font-weight: normal;
  }
}
.error {
  border-color: #e27c7c !important;
}
.error .error-404 {
  text-align: center;
}
.error .error-404 .rocket {
  max-width: 100%;
  width: 175px;
}
.error .error-404 h1 {
  font-size: 150px;
  font-weight: 700;
  color: #292235;
  margin-top: 29px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .error .error-404 h1 {
    font-size: 120px;
  }
}
@media (max-width: 479px) {
  .error .error-404 h1 {
    font-size: 80px;
  }
}
.error .error-404 h2 {
  font-size: 30px;
  font-weight: 700;
  color: #292235;
  margin: 0 auto 100px auto;
  max-width: 650px;
}
@media (max-width: 767px) {
  .error .error-404 h2 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .error .error-404 h2 {
    font-size: 21px;
  }
}
.error .error-404 p {
  color: #292235;
  margin-bottom: 0;
}
/*================================================
=      29.  Loading Page 			  	   	     =
================================================*/
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-color: #fff;
  opacity: 0.9;
  display: none;
}
#overlay .containing-load {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*================================================
=      30.  Tabs for slider			      	   	 =
================================================*/
.tabs-for-slider-header {
  border: none;
  margin-top: 15px;
  position: relative;
}
.tabs-for-slider-header li {
  background-color: #f4f2ef;
  position: relative;
  padding-left: 10px;
}
.tabs-for-slider-header li:first-child a {
  padding-left: 0;
}
.tabs-for-slider-header li:last-child {
  border-right: none;
}
.tabs-for-slider-header li a {
  border: none;
  color: #111111;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}
.tabs-for-slider-header li a:focus,
.tabs-for-slider-header li a:hover {
  background-color: transparent;
}
.tabs-for-slider-header li.active a {
  border: none;
  background-color: transparent;
  color: #111111;
}
.tabs-for-slider-header li.active a:focus,
.tabs-for-slider-header li.active a:hover {
  border: none;
  background-color: transparent;
}
/*================================================
=      31.  Ubicross Branding 		      	   	 =
================================================*/
.ubicross-footer {
  background-color: #9f9f9f;
  color: #fff;
  line-height: 30px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .ubicross-footer {
    position: static;
    margin-top: 30px;
  }
}
.ubicross-footer img {
  height: 18px;
}
.ubicross-branding {
  height: 80px;
  width: 100%;
  margin-top: -4px;
  position: relative;
  z-index: 1000000;
}
.ubicross-branding a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/ubicross-link.png');
  background-position: center center;
  background-size: auto 100%;
}
.print-icon {
  float: left;
  cursor: pointer;
}
@media print {
  header.top-header,
  section.main-header,
  section.profile-table-section,
  button.close,
  div.modal-footer,
  footer {
    display: none;
  }
}
.list-view-loading {
  background: none;
}
.load.loading {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 45%;
  left: 50%;
  z-index: 10000;
  background: url(../img/loading.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.navigation-holder ul {
  text-align: left!important;
}
.ubislider .ubislider-inner {
  text-align: left!important;
}
@media (max-width: 1200px) {
  .ubislider .ubislider-inner {
    text-align: center!important;
  }
}
@media (max-width: 992px) {
  .ubislider .ubislider-inner {
    text-align: center!important;
  }
}
@media (max-width: 768px) {
  .ubislider .ubislider-inner {
    text-align: center!important;
  }
}
@media (max-width: 480px) {
  .ubislider .ubislider-inner {
    text-align: center!important;
  }
}
.new-collection .layout {
  color: #A7938D;
  font-size: 20px;
  font-weight: 700;
  margin-top: 33px;
  text-transform: uppercase;
}
.button-resp {
  float: right!important;
  margin-top: 10px!important;
  margin-right: 10px!important;
  cursor: pointer!important;
}
.display-visible01 {
  display: none;
}
@media screen and (max-width: 992px) {
  .display-visible02 {
    display: none;
  }
  .display-visible01 {
    display: block;
  }
}
.caret1 {
  display: none;
}
.closing {
  display: none;
}
.section_wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    display: block;
  }
}
.section_wrap .box {
  width: 360px;
  margin-bottom: 0!important;
}
@media screen and (max-width: 414px) {
  .section_wrap .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap .box {
    margin: 0 auto;
  }
}
.section_wrap .box .login-box {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section_wrap .box .login-box {
    margin-bottom: 15px;
  }
}
.section_wrap .form-group.error {
  margin-bottom: 27px;
}
.section_wrap .form-group.error .errorMessage {
  width: 100%;
}
.social_btn {
  background: #FFF;
  padding: 13px 33px 38px 33px;
  border-radius: 4px;
  box-shadow: 1.06px 1.7px 7px 0 rgba(0, 0, 0, 0.118);
  max-width: 360px;
  flex-wrap: wrap;
  margin-left: 10px;
  align-items: center;
  height: 450px;
}
@media screen and (max-width: 360px) {
  .social_btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .social_btn {
    display: block;
  }
}
@media screen and (max-width: 412px) {
  .social_btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .social_btn {
    margin: 0 auto;
    border-left: none;
  }
}
.social_btn h1 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  margin-top: 0;
  padding-bottom: 15px;
  margin-top: 23px;
  text-transform: uppercase;
}
.social_btn a {
  display: flex;
  width: 290px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 9px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 15px;
  height: 44px;
}
@media screen and (max-width: 325px) {
  .social_btn a {
    width: 280px;
  }
}
.social_btn a img {
  width: 23px;
  position: relative;
  margin-right: 8px;
}
.social_btn a span {
  display: block;
  height: 43px;
  padding-top: 13px;
  margin-top: -10px;
  padding-left: 25px;
}
.social_btn a.fb {
  background: #3c5998;
  border: 1px solid #2E457B;
}
.social_btn a.fb :hover {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), #2E457B);
}
.social_btn a.fb img {
  background: #3c5998 !important;
}
.social_btn a.fb span {
  border-left: 1px solid #2E457B;
}
@media screen and (max-width: 325px) {
  .social_btn a.fb span {
    margin-right: 40px;
  }
}
.social_btn a.google {
  background: #DF4A32;
  border: 1px solid #B23A28;
}
.social_btn a.google :hover {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), #B23A28);
}
.social_btn a.google img {
  margin-left: 2px;
  background: #DF4A32 !important;
}
.social_btn a.google span {
  border-left: 1px solid #B23A28;
  margin-right: 64px;
}
@media screen and (max-width: 325px) {
  .social_btn a.google span {
    margin-right: 56px;
  }
}
.social_btn .vk {
  background: #4C75A3;
  border: 1px solid #3B5C80;
}
.social_btn .vk :hover {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), #3B5C80);
}
.social_btn .vk img {
  background: #4C75A3 !important;
}
.social_btn .vk span {
  border-left: 1px solid #3B5C80;
  margin-right: 46px;
}
@media screen and (max-width: 325px) {
  .social_btn .vk span {
    margin-right: 38px;
  }
}
.social_btn .ok {
  background: #EE8208;
  border: 1px solid #EE6F08;
}
.social_btn .ok :hover {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), #EE6F08);
}
.social_btn .ok img {
  background: #EE8208 !important;
}
.social_btn .ok span {
  border-left: 1px solid #EE6F08;
  margin-right: 21px;
}
@media screen and (max-width: 325px) {
  .social_btn .ok span {
    margin-right: 13px;
  }
}
.social_btn .inst {
  background: #DB4960;
  border: 1px solid #CA3149;
}
.social_btn .inst :hover {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), #CA3149);
}
.social_btn .inst img {
  background: #DB4960 !important;
}
.social_btn .inst span {
  border-left: 1px solid #CA3149;
  margin-right: 47px;
}
@media screen and (max-width: 325px) {
  .social_btn .inst span {
    margin-right: 39px;
  }
}
.social_btn .tw {
  background: #1DA1F2;
  border: 1px solid #2E8DC7;
}
.social_btn .tw :hover {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), #2E8DC7);
}
.social_btn .tw img {
  background: #1DA1F2 !important;
}
.social_btn .tw span {
  border-left: 1px solid #2E8DC7;
  margin-right: 71px;
}
@media screen and (max-width: 325px) {
  .social_btn .tw span {
    margin-right: 62px;
  }
}
.login-box .form-group {
  position: relative;
  margin-bottom: 22px;
}
.login-box .form-group .errorMessage {
  position: absolute;
}
.login-box .form-group.error input {
  border-color: #e27c7c;
}
.regWrapper .form-group.error {
  position: relative;
}
.regWrapper .form-group.error .errorMessage {
  margin: 0px 0 10px 0;
  outline: 1px solid #e27c7c;
  width: 100%;
}
.regWrapper .login-box {
  width: 500px!important;
  max-width: 500px!important;
}
@media screen and (max-width: 550px) {
  .regWrapper .login-box {
    width: 100%!important;
  }
}
.regWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.regWrapper .box .login-box button {
  margin-top: 28px;
}
.regWrapper .form-group {
  margin-bottom: 28px!important;
}
@media screen and (max-width: 550px) {
  .regWrapper .half-box .form-group.error {
    margin-bottom: 48px!important;
  }
}
.regWrapper .social_btn {
  margin-bottom: 15px;
  border-radius: 5px;
  display: block;
  height: 430px;
}
@media screen and (max-width: 991px) {
  .regWrapper .social_btn {
    max-width: 500px;
    width: 500px;
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .regWrapper .social_btn {
    max-width: 100%;
    width: 100%;
  }
}
.regWrapper .social_btn h1 {
  height: 20px;
}
#order-list .checkbox-column {
  display: none;
}
#order-list .oddtd-status a,
#order-list .oddtd-status span {
  min-width: 90px;
}
#order-list .oddtd-status a:hover {
  color: #4264fd;
}
.forgot_z .login-box .form-group.error {
  margin-bottom: 28px;
}
.forgot_z .login-box .form-group.error .errorMessage {
  width: 100%;
  outline: 1px solid #e27c7c;
}
#universalModal .modal-dialog .modal-header {
  border: none;
}
#universalModal .modal-dialog .modal-header h4,
#universalModal .modal-dialog .modal-header h3 {
  margin: 0 -20px;
  padding-left: 25px;
  background: #4264fd;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
#universalModal .modal-dialog .modal-header .close {
  margin-top: 10px;
}
#universalModal .modal-dialog .modal-body .form-group {
  position: relative;
  margin-bottom: 21px;
}
#universalModal .modal-dialog .modal-body .form-group .errorMessage {
  position: absolute;
  width: 100%;
  top: 55px;
  font-size: 12px;
}
#universalModal .modal-dialog .modal-footer button {
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  color: #111;
  padding: 6px 20px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-image: none;
  margin-top: 0;
  opacity: 1;
}
#universalModal .modal-dialog .modal-footer a:hover {
  color: #777777;
  text-decoration: none;
}
.s-form {
  margin: 25px auto 45px auto;
  width: 500px;
}
.s-form .s-input-note {
  font-size: 11px;
}
.s-form .s-form-footer-row {
  margin: 25px 0 5px 0;
}
.s-form .s-btn-green-gradient {
  width: 100%;
  border-color: #5fd08d;
  background-image: -moz-linear-gradient(90deg, #19c05d 0%, #89dd31 100%);
  background-image: -webkit-linear-gradient(90deg, #19c05d 0%, #89dd31 100%);
  background-image: -ms-linear-gradient(90deg, #19c05d 0%, #89dd31 100%);
  color: #4245fd;
}
.s-form .s-btn-green-gradient:hover {
  box-shadow: 1.59px 2.544px 3px 0px rgba(0, 0, 0, 0.1);
}
#settingsForm .s-form-footer-row button {
  margin-top: 16px;
  border-color: #4245fd;
  background: #4245fd;
  color: #fff;
}
#settingsForm .s-form-footer-row button:hover {
  background: #FFFFFF;
  color: #4245fd;
}
#changePassword {
  margin-top: 16px;
  border-color: #4245fd;
  background: #fff;
  color: #4245fd;
}
#changePassword:hover {
  background: #4245fd;
  color: #fff;
}
#user-password .form-group.error {
  margin-bottom: 25px!important;
}
#user-password .form-group.error .errorMessage {
  top: 44px!important;
  outline: #e27c7c solid 1px;
}
h1.a-h1 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 77px;
  color: #4264fd;
}
h1.a-h1:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  h1.a-h1 {
    margin-left: 0;
  }
}
.a-section {
  display: flex;
  flex: 2;
  justify-content: center;
  margin-bottom: 30px;
  min-height: 400px;
  margin-left: 71px;
}
@media screen and (max-width: 1200px) {
  .a-section {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .a-section {
    margin-left: 71px;
  }
}
@media screen and (max-width: 450px) {
  .a-section {
    margin-left: 0;
  }
}
.a-section a {
  text-decoration: none;
}
.a-column {
  font-size: 13px;
  height: 245px;
  width: 320px;
  color: #313131;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
  margin-right: 13px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #4264fd;
}
@media screen and (max-width: 1200px) {
  .a-column {
    width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .a-column {
    width: 100%;
  }
}
.a-column ul {
  list-style-type: none;
  padding-left: 0;
}
.a-column .a-uname {
  font-weight: bold;
}
.a-column .a-edit {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
}
.a-column .a-edit div {
  margin-right: 10px;
}
.a-column .a-edit div:before {
  content: "|";
}
.a-column .a-edit div:first-child:before {
  content: "";
}
.a-state {
  position: relative;
}
.a-state span {
  position: absolute;
  bottom: -19px;
  left: 2px;
}
.a-state .errorMessage {
  z-index: 6;
}
.a-first {
  border-style: dashed;
  height: 245px;
  width: 320px;
  border-width: 2px;
  box-sizing: border-box;
  border-color: #C7C7C7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.a-first span {
  font-size: 21px;
  color: #767676;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .a-first {
    width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .a-first {
    width: 100%;
  }
}
#addressForm .form-group {
  position: relative;
  margin-bottom: 28px;
}
#addressForm .form-group .errorMessage {
  border-radius: 0 0 5px 5px;
  width: 100%;
  margin: 0;
}
#addressForm .big-one.error select {
  border: none;
  outline: 1px solid #e27c7c;
}
#addressForm .big-one.error .errorMessage {
  outline: 1px solid #e27c7c;
}
#addressForm .s-form-footer-row button {
  border-color: #4245fd;
  background: #4245fd;
  color: #fff;
  margin-top: 40px;
}
#addressForm .s-form-footer-row button:hover {
  background: #FFFFFF;
  color: #4245fd;
}
.c-section a {
  text-decoration: none;
}
.c-section .c-a-column {
  font-size: 13px;
  height: 150px;
  width: 320px;
  color: #313131;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
  margin-right: 13px;
  margin-bottom: 20px;
}
.c-section .c-a-column ul {
  list-style-type: none;
  padding-left: 0;
}
.c-section .c-a-column .a-uname {
  font-weight: bold;
}
.left-section h1,
.right-section h1 {
  font-size: 17px;
  font-weight: 600;
}
.left-section button,
.right-section button {
  background: #4264fd !important;
  border-color: #4264fd !important;
}
.left-section button:hover,
.right-section button:hover {
  background: #4245fd !important;
}
.CartBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.CartBtns a {
  flex-basis: 49%;
  padding-top: 11px;
  height: 44px;
  font-weight: 600;
  border-radius: 5px;
}
.CartBtns a:first-child {
  background: #fff;
  color: #286cff;
  border-color: #286cff;
}
.CartBtns a:first-child:hover {
  background: #fff;
}
.CartBtns a:last-child {
  border-color: #286cff !important;
  background-color: #286cff;
  color: #fff;
}
.CartBtns a:hover {
  box-shadow: 1.59px 2.54px 3px 0 rgba(0, 0, 0, 0.1);
}
.IconModal {
  display: block!important;
  background: #cacaca;
  padding: 15px;
  border-radius: 50%;
  margin: -13px auto 5px auto;
  width: 100px;
  height: 100px;
  font-size: 70px!important;
  color: #FFFFFF;
}
#contact-Form button:hover {
  background-color: #4245fd;
  color: #fff;
}
/* 
============================
	NEW PAYMENT METHOD
============================	
*/
@media screen and (min-width: 1100px) {
  .payment_wrapper {
    width: 1135px;
  }
}
.payment_wrapper .a-first {
  margin-left: auto;
  margin-right: auto;
}
.payment_wrapper .cart_navigation {
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-top: 10px;
  justify-content: center;
}
.payment_wrapper .cart_navigation div {
  margin-left: 8px;
}
.payment_wrapper .cart_navigation .circle {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4264fd;
  text-align: center;
  padding-top: 1px;
  font-size: 11px;
  color: #fff;
}
.payment_wrapper .cart_navigation .circle01 {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e6e6e6;
  text-align: center;
  padding-top: 1px;
  font-size: 11px;
  color: #777;
  font-weight: 600;
}
.payment_wrapper .cart_navigation .circle01.circle02 {
  border: 1px solid #4264fd;
  color: #4264fd;
  padding-top: 0;
  background-color: transparent;
}
.payment_wrapper .cart_navigation .shoping {
  font-weight: 600;
  font-size: 13px;
}
.payment_wrapper .cart_navigation .bord {
  border-bottom: 3px solid #E6E6E6;
  width: 70px;
}
.payment_wrapper .cart_navigation .bord.bord_2 {
  border-color: #4264fd;
}
.payment_wrapper div .login-form {
  background: #fff;
  padding: 15px;
  padding-bottom: 0;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 30px;
  /*Grig*/
}
.payment_wrapper div .login-form .btn_next {
  margin: 0;
  text-align: center;
}
.payment_wrapper div .login-form .btn_next button {
  font-weight: 400;
  padding: 8px 30px;
  background: #4264fd;
  border: 1px solid #4264fd;
  color: #FFF;
  border-radius: 4px;
}
.payment_wrapper div .login-form .btn_next button:hover {
  background: #4264fd;
  box-shadow: 0 4px 6px #dae6a8;
  border: 1px solid transparent;
  text-decoration: none;
}
.payment_wrapper div .login-form .btn_next button:focus {
  background: #4264fd;
  outline: 0;
}
.payment_wrapper div .login-form .checkbox-selection {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.payment_wrapper div .login-form .checkbox-item {
  display: flex;
}
.payment_wrapper div .login-form .checkbox-item > label {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.payment_wrapper div .login-form .checkbox-item > label span {
  font-weight: 400;
  font-size: 12px;
}
.payment_wrapper div .login-form .checkbox-style {
  min-width: 20px! important;
  max-width: 20px! important;
  height: 20px! important;
}
.payment_wrapper div .login-form .checkbox-style label:before {
  content: "";
  top: 5px;
  left: 3px;
}
.payment_wrapper div .login-form > label {
  display: flex;
  flex-direction: column;
}
.payment_wrapper div .login-form .c-section {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.payment_wrapper div .login-form .c-section ul {
  list-style: none;
  padding: 0;
}
.payment_wrapper div .login-form .big-one {
  margin-top: 10px;
  margin-bottom: 0;
}
.payment_wrapper div .login-form .c-deliveryMethods {
  margin-bottom: 10px;
}
.payment_wrapper div .login-form .c-deliveryMethods .first-span {
  position: relative;
  top: 12px;
}
.payment_wrapper div .login-form .c-shippingAddress {
  margin-bottom: 10px;
}
.payment_wrapper div .login-form .c-shippingAddress .first-span {
  position: relative;
  top: 12px;
}
.payment_wrapper div .login-form .with-placeholder {
  margin-top: 10px;
}
.payment_wrapper div .login-form .with-placeholder textarea {
  resize: none;
  padding-top: 25px;
  min-height: auto;
}
.payment_wrapper .cards {
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #eee;
  margin-top: 15px;
  /*Grig*/
  display: flex;
  justify-content: space-between;
  height: 38%;
}
.payment_wrapper .cards .label-container {
  display: flex;
  align-items: center;
  padding: 5px 10px 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*Grig*/
  width: 100%;
}
.payment_wrapper .cards .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.payment_wrapper .cards .label-container .checkmark {
  /*position: absolute;
			    top: 8px;
			    left: 2px;*/
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  /*Grig*/
  min-width: 25px;
  position: relative;
}
.payment_wrapper .cards .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.payment_wrapper .cards .label-container .cardWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*margin-left: 25px;*/
  /*Grig*/
  margin-left: 7px;
  /*Grig*/
}
.payment_wrapper .cards .label-container .cardWrap .payment-name {
  font-size: 12px;
}
.payment_wrapper .cards .label-container .cardWrap .delivery-addres {
  width: 65%;
  text-align: right;
}
.payment_wrapper .cards .label-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.payment_wrapper .cards .label-container input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #4264fd;
}
.payment_wrapper .cards .label-container input:checked ~ .checkmark:after {
  display: block;
}
.payment_wrapper .cards .label-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 80%;
  background: #4264fd;
}
.payment_wrapper .cards .arca {
  background-image: url('../img/arca_armenia.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .credit_card {
  background-image: url('../img/arca_armenia.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .visa {
  background-image: url('../img/visa_armenia.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .master {
  background-image: url('../img/mastercard_armenia.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .cash {
  background-image: url('../img/cash_payment.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .banktransfer {
  background-image: url("../img/banktransfer_armenia.svg");
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .amex {
  background-image: url('../img/amex_armenia.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .maestro {
  background-image: url('../img/maestro_armenia.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .pay_pal {
  background-image: url('../img/paypal_armenia.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .paystack {
  background-image: url('../img/paystack_armenia.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.payment_wrapper .cards .idram {
  background-image: url('../img/idram_payment.svg');
  background-size: contain;
  background-color: #fff;
  background-position: center;
  cursor: pointer;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
}
.respons_table {
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px;
  text-align: center;
}
.respons_table table {
  margin-bottom: 0;
}
.respons_table tbody td img {
  height: 60px;
  object-fit: cover;
}
.respons_table tbody td .remove {
  display: block;
  margin: 0 auto;
}
.respons_table .add_service {
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
}
.respons_table .add_service .Checkout_services {
  display: flex;
  flex-wrap: wrap;
}
.respons_table .add_service .checkbox-item {
  display: flex;
  align-items: center;
  padding: 10px 4px 10px 16px;
  flex-basis: 33%;
  margin-left: 3px;
  margin-bottom: 3px;
  box-shadow: 0px 0.54px 0px 0 rgba(0, 0, 0, 0.1);
}
.respons_table .add_service .checkbox-item:hover {
  box-shadow: 0 1.54px 1px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .respons_table .add_service .checkbox-item {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.respons_table .add_service .checkbox-item .checkbox-style {
  display: block;
}
.respons_table .add_service .checkbox-item > label {
  display: block;
  margin-left: 10px;
  line-height: 1.1;
}
.respons_table .add_service .total {
  text-align: right;
  padding: 20px;
  font-weight: 600;
  margin-top: 8px;
}
.btn_next {
  text-align: right;
  padding: 20px 0;
  margin-bottom: 10px;
}
.btn_next a {
  font-weight: 400;
  padding: 8px 30px;
  background: #4264fd;
  border: 1px solid #4264fd;
  color: #FFF;
  border-radius: 4px;
}
.btn_next a:hover {
  background: #4264fd;
  box-shadow: 0 4px 6px #dae6a8;
  border: 1px solid transparent;
  text-decoration: none;
}
.btn_next a:focus {
  background: #4264fd;
  outline: 0;
}
.btn_next a i {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 10px;
}
.right_payment .payment_insd {
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee;
}
.right_payment .payment_insd div h2 {
  margin: 0;
  font-size: 16px;
  margin-bottom: 25px;
}
.right_payment .payment_insd div h2 a {
  font-size: 13px;
}
.right_payment .payment_insd div .inf_2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  padding-top: 10px;
}
.right_payment .payment_insd div .inf_2 p {
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  font-size: 14px;
}
.right_payment .payment_insd div .inf_2 p span {
  display: block;
}
.right_payment .payment_insd div .inf_2 small {
  margin-bottom: 1px;
  display: block;
  font-size: 11px;
}
.right_payment .payment_insd div .inf_2:last-child {
  border: none;
}
.right_payment .payment_insd .total {
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
  padding-right: 15px;
  font-weight: 700;
  margin-left: -15px;
  margin-right: -15px;
}
.right_payment .payment_insd .total ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.download-dropdown {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #4264fd;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.download-dropdown .dropdown {
  cursor: pointer;
}
.download-dropdown .dropdown-menu {
  min-width: 100px;
}
.download-dropdown .dropdown-menu li {
  padding: 0 !important;
}
.download-dropdown:hover {
  background-color: #4245fd;
}
@media screen and (max-width: 767px) {
  .products-navigation .search-checkbox-wrapper .checkbox-wrapper {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #0368c1;
    border-top: 1px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .products-navigation .search-checkbox-wrapper .btn.btn-default {
    display: flex;
  }
  .products-navigation .search-checkbox-wrapper .btn.btn-default:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 479px) {
  .form-group.captcha {
    flex-direction: column;
  }
  .form-group.captcha input {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-group.captcha .captcha-code {
    width: 100%;
  }
  .form-group.captcha .captcha-code .ubi-captcha-div .ubicaptcha-image {
    width: 100%;
  }
}
[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 30px 0 10px 0;
}
[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}
[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}
[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}
[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #111111;
}
[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}
[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}
div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}
div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
div[slider] > input[type=range]:focus {
  outline: none;
}
div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}
div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}
div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}
div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}
[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: #111111;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
[slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #111111;
}
[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}
[slider]:hover > div > [sign] {
  opacity: 1;
}
.range-inputs {
  display: flex;
  margin-top: 8px;
}
.range-inputs .form-group {
  width: 100%;
}
.range-inputs .form-group:last-child {
  margin-left: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
