@charset "UTF-8";
/*========================================================
                   Bootstrap Reset
=========================================================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,cyrillic);


@font-face {
    font-family: GothamBold;
    src: url('../fonts/gotham_bold.otf');
    font-display: swap;
}

@font-face {
    font-family: GothamLightRegular;
    src: url('../fonts/gotham_light_regular.otf');
    font-display: swap;
}

button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.15s all ease;
  -o-transition: 0.15s all ease;
  -webkit-transition: 0.15s all ease;
  transition: 0.15s all ease;
}
button::-moz-focus-inner, .btn::-moz-focus-inner {
  border: none;
  padding: 0;
}
button:focus, .btn:focus {
  outline: none;
  background-color: inherit;
}

label, input, button, select, textarea {
  font-size: 13px;
  color: #3c404b;
}
@media (min-width: 768px) and (max-width: 991px) {
  label, input, button, select, textarea {
    font-size: 10px;
  }
}

label {
  font-weight: bold;
  cursor: default;
}

textarea {
  resize: none;
}

blockquote {
  font-size: inherit;
  line-height: inherit;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px;
}

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: none;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .timepicker {
  margin-top: 5px;
}
.bootstrap-datetimepicker-widget .timepicker td > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
}
.bootstrap-datetimepicker-widget .timepicker td > span:hover {
  color: #f90349;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #f90349;
  color: #FFF;
  cursor: inherit;
}

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000;
}

.alert {
  /*position: relative;*/
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #FFF;
  border-radius: 0;
}
.alert i {
  font-size: 21px;
  margin-right: 5px;
}
.alert a {
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
  color: #FFF;
}
.alert button.close {
  color: #000;
}
.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #FFF;
}

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151;
}

.alert-danger {
  /*background-color: #F3515C;*/
  background-color: #EC710D;
  /*border-color: #D4323D;*/
  border-color: #d45634;
}

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B;
}

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634;
}

.pagination {
  margin: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #f90349;
  border-color: #f90349;
  color: #FFF;
}

.pagination > li > a, .pagination > li > span {
  color: #3c404b;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #3c404b;
  border-color: #3c404b;
  color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none;
}

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232 !important;
  font-size: 13px;
  background-color: #F9F9F9;
}

.table th,
.table td {
  padding: 20px;
  border-color: #D7D7D7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
  padding: 7px;
}

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0;
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #2c3137;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

.table > tbody + tbody {
  border-top: none;
}

.panel-heading {
  padding: 20px;
}

.addthis_button_tweet {
  width: 100px !important;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8;
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1;
}

.text-danger {
  color: #F00;
}

.has-error * + .text-danger {
  margin-top: 5px;
}

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.tooltip {
  z-index: 10000;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  /*font: 400 14px/16px Verdana,"Roboto", sans-serif;*/
  font: 14px Verdana,"Roboto", sans-serif;
  color: #3c404b;
  background: #3c404b;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c404b;
  margin: 10px 0 20px;
  line-height: normal;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background-color: transparent;
}
a:visited, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #f90349;
}

p a:hover {
  text-decoration: underline;
}

.row p a {
  color: #f90349;
}

img {
  max-width: 100%;
  height: auto;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.input-group .input-group-addon {
  height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

td .price, .price b {
  font-size: 18px;
  padding-bottom: 0;
}

.fa {
  line-height: inherit;
}

.fleft {
  float: left;
}

.fright {
  float: right;
    padding-right: 0px;
}

.bg-1 {
  background: #f90349;
}

a.btn-danger {
  padding: 12px 17px;
}

button.btn-primary,
button.btn-danger {
  margin-top: 0px;
}

button.btn-primary + a.btn-danger {
  margin-top: 3px;
}

.container > .alert, .breadcrumb + .alert {
  z-index: 9999999;
}

.bootstrap-datetimepicker-widget, #at20mc, #at15s {
  z-index: 99 !important;
}

.tooltip-inner {
  background: transparent;
  border: 3px solid #f90349;
  color: #f90349;
  border-radius: 0;
  margin-top: 0px;
}

[class][class].tooltip-arrow {
  border-top-color: none;
  display: none;
}

.dropdown-menu {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  background: #3c404b;
  border-radius: 0;
  color: #fff;
}

.instagram a {
  position: relative;
  display: block;
}
.instagram a span {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  font-family: "Roboto", sans-serif;
}
.instagram a span:before {
  font-family: 'fontAwesome';
  margin-right: 6px;
}
.instagram a span:hover {
  color: #f90349;
}
.instagram a:before {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: none;
}
.instagram a:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
.instagram a:hover span {
  opacity: 1;
}
@media (max-width: 767px) {
  .instagram {
    text-align: center;
  }
  .instagram a {
    width: 100%;
    display: inline-block;
  }
}
.instagram .box-heading + .box-content {
  margin-top: 30px;
}

/*========================================================
                      Header styles
=========================================================*/
.header {
  /*background: #3c404b;*/
  /*margin-bottom: 27px;*/
  z-index:10;
  position: relative;
}
.header .bg-1 {
  padding-top: 2px;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;  
}
.header .box-language, .header .box-currency {
  display: inline-block;
  float: left;
  margin-top: -2px;
}
.header .box-currency {
  margin-right: 3px;
  margin-left: 30px;
}
.header .box-cart {
  float: right;
}

.header .stuck-menu .logo {
    display:none;
}
/*.common-home .header .stuck-menu .logo {
    display:block;
    float: left;
    margin-left: 6px;
}*/
.header .logo-block {
  /*padding-top: 15px;
  padding-bottom: 17px;*/
}
.header .search {
  float: right;
}
.header .logo + .search {
  margin-left: 84px;
}
.header .dropdown-menu {
  background: #2c3137;
}
.header .dropdown-menu > li > button:hover, .header .dropdown-menu > li > a:hover {
  background: #f90349;
  color: #FFF;
}

/*.header-freedelivery{
    display:none;
}*/
@media (min-width: 767px){
    .header-freedelivery {
        margin-top: 10px;
    }
}
.header-logo{
    display:block;
    max-width: 250px;
    margin-left: 4px;
}
/*.common-home .header-freedelivery{
  display:block;
}
.common-home .header-logo{
  display:none;
}*/
.header .header-msg {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 1px; 
  padding-left: 0px;
}

.header .bottom-row {
    margin-top: 28px;
}
/*.common-home .bottom-row {
    margin-top: 0px;
}*/

@media (max-width: 991px) {
    .header .bottom-row {
      padding-top:4px;
      margin-top: 0px;
    }
}

.header .header-msg .contact {
  display:inline-block;
}
.header .header-msg i{
    display:none;
    vertical-align: middle;
    font-size:18px
}
@media (max-width: 767px) {
    .header .header-msg .contact {
      display:none;
    }
    .header .header-msg i{
      display:inline;
    }    
}

.header .left-header {
    display:block;
    height: 100px;
}
@media (max-width: 767px){
    .header .left-header {
        display:block;
        height: 80px;
    }
}
.header .left-block {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.header .left-block a{
    font-weight: bold; 
    color: #ffffff;
}

.header .left-block a:hover{
  color: #98d7dd;
}

.header .right-header{
    display:block;
    height: 24px;    
}

.header .right-block {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*================   Top Links style   ===============*/
.nav > ul {
  padding: 0;
  margin: 0;
  margin-right: 0px;
  text-align: right;
}
.nav > ul li {
  padding: 0;
}
.nav > ul li.dropdown a {
  color: #fff;
}
.nav > ul > li + li {
  margin-left: 29px;
}
.nav a {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
}
.nav a i {
  display: none;
}
.nav a.dropdown-toggle:hover, .nav a.dropdown-toggle .active {
  color: #f90349;
}

.nav a:hover, .nav a .active,
.right-block .nav a.dropdown-toggle:hover, .nav a.dropdown-toggle .active {
  color: #98d7dd;
}
.nav i {
  font-size: 20px;
 /* margin-right: 20px;*/
}

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
  color: #f90349;
  box-shadow: none;
}

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box-language .dropdown-toggle:after,
.box-currency .dropdown-toggle:after {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  content: '\f107';
  margin-left: 2px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  font-family: "FontAwesome";
}

.box-currency .dropdown-menu a, .box-currency .dropdown-menu button,
.box-language .dropdown-menu a,
.box-language .dropdown-menu button {
  text-align: left;
  display: block;
  padding: 5px 5px 5px 10px;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
}

/********** Swipe menu ******************/
.toprow-1 {
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: none;
  background: #000;
  border-bottom: 1px solid #e5e5e5;
}

.swipe-control {
  border-right: 1px solid #e5e5e5;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100;
}
.swipe-control i {
  line-height: 50px;
  font-size: 30px;
  vertical-align: top;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.swipe-control:hover i, .swipe-control.active i {
  color: #f90349;
}

.swipe {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 253px;
  z-index: 101;
  bottom: 0;
  left: -237px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.swipe .swipe-menu {
  height: 100%;
  overflow-y: auto;
  display: none;
}

.swipe ul {
  padding: 0;
  margin: 0;
}
.swipe ul li {
  list-style-type: none;
}
.swipe ul li a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid #e5e5e5;
  line-height: 25px;
  background: #000;
  width: 236px;
}
.swipe ul li a i, .swipe ul li a:before {
  font-size: 21px;
  color: #fff;
  margin-right: 9px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.swipe ul li a:hover {
  background-color: #f90349;
  color: #fff;
}
.swipe ul li a:hover i, .swipe ul li a:hover:before {
  color: #fff;
}

.swipe .foot li a:before {
  content: "\f05a";
  font-family: "FontAwesome";
  display: inline-block;
}

.ind .swipe {
  display: block;
  left: 0;
}
.ind #page {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88;
}
.ind .shadow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 88;
}

.swipe .foot li + li a:before {
  content: "\f0d1";
}
.swipe .foot li + li + li a:before {
  content: "\f06a";
}
.swipe .foot li + li + li + li a:before {
  content: "\f085";
}

.swipe .foot.foot-1 li a:before {
  content: "\f095";
}
.swipe .foot.foot-1 li + li a:before {
  content: "\f079";
}
.swipe .foot.foot-1 li + li + li a:before {
  content: "\f0e8";
}

.swipe .foot.foot-2 li a:before {
  content: "\f02c";
}
.swipe .foot.foot-2 li + li a:before {
  content: "\f06b";
}
.swipe .foot.foot-2 li + li + li a:before {
  content: "\f0a3";
}

.swipe .foot.foot-3 li a:before {
  content: "\f003";
}

@media (max-width: 767px) {
  .toprow-1 {
    display: block;
  }
  .ind .swipe .swipe-menu {
    display: inherit;
  }
}
/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .nav a span {
    display: none;
  }
  .nav a i {
    display: block;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
    .header .logo img {
        max-width: 200px;
        max-height: 68px;
    }
}
@media (max-width: 767px) {
  .header {
    padding-top: 0px;
    margin-top: 50px;
  }
  .header .logo-block {
       padding-left: 0px;
  }
  .header .logo-block .fleft {
    float: none;
  }
  .header .search {
    /*float: none;*/
    display: inline-block;
  }
  .header .search ul {
    text-align: left;
  }
  .header .logo + .search {
    margin-left: 0;
    margin-top: 30px;
  }
  .header .box-currency {
    margin-right: 0;
    padding: 0;
  }
  .header .logo {
    float: none;
    text-align: center;
    margin-top: 5px;
  }
  .toprow-1 .logo img {
    max-height: 50px;
    position:fixed;
    top:0px;
    left:68px;
  }
  .header .logo img {
    display:none;
  }
  .header .box-cart {
    float: none;
    margin-top: 0;
  }
  .header .nav {
    margin-top: 0;
  }
  .header .nav ul {
    display: none;
  }
  .header .nav__primary {
    margin-top: 15px;
    background: none;
  }
}
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden;
}

/*==================  Marked List  ======================*/
.box.account ul, .box.affilate ul {
  padding: 0;
  list-style-type: none;
}
.box.account ul a, .box.affilate ul a {
  position: relative;
  border-bottom: 1px solid #DADADA;
  display: block;
  padding: 13px 15px;
}
.box.account ul a:before, .box.affilate ul a:before {
  content: '\f054';
  margin-right: 10px;
  font-weight: 400;
  font-size: 10px;
  font-family: "FontAwesome";
  color: #f90349;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box.account ul a:hover, .box.affilate ul a:hover {
  color: #f90349;
}

.site-map-page #content ul, .manufacturer-content div, #content ul.list-unstyled {
  margin: 0;
  list-style-type: none;
}
.site-map-page #content ul a, .manufacturer-content div a, #content ul.list-unstyled a {
  position: relative;
}
.site-map-page #content ul a:before, .manufacturer-content div a:before, #content ul.list-unstyled a:before {
  content: '\f105';
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #f90349;
}

#content .product-info ul.list-unstyled a:before {
  display: none;
}

@media (max-width: 767px) {
  aside {
    margin-top: 20px;
  }
  aside .container {
    padding: 0;
    width: 100%;
  }

  #content [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 20px;
  }
}
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center;
}
.lazy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lazy.lazy-loaded {
  background: none;
}
.lazy.lazy-loaded img {
  opacity: 1;
}

.search {
  margin-top: 5px;
  margin-right: 0px;
  position: relative;
  background: #fff;
}
.search input {
  color: #2c3137;
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    width: 273px;
    height: 28px;
    padding: 0px 0px 0px 5px;
    background: #fff;
    /* border: 1px solid #2c3137; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;  
    border-width: 0px;
}
.search input:focus {
  outline: none;
}
.search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
}
.search input:-moz-placeholder {
  color: #fff;
  opacity: 0;
}
.search input::-moz-placeholder {
  color: #fff;
  opacity: 0;
}
.search input:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
.search button, .search button:focus, .search button:active {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
    top: 5px;
    right: 8px;
    color: #3c404b;
  font: 400 18px/20px "FontAwesome";
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search button:before, .search button:focus:before, .search button:active:before {
  content: "";
}
.search button:hover, .search button:focus:hover, .search button:active:hover {
  color: #f90349;
}

#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #2c3137;
  list-style-type: none;
  z-index: 9999 !important;
  font-size: 14px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
#livesearch_search_results li img {
  float: left;
  margin-right: 10px;
}
#livesearch_search_results li img.loading {
  background: #F5F5F5;
}
#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
  background-color: #f90349;
}
#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
  color: #FFF;
}
#livesearch_search_results a, #livesearch_search_results a:visited {
  display: block;
  padding: 5px;
  color: #fff;
}
#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
  display: table;
  content: "";
  line-height: 0;
}
#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
  clear: both;
}

@media (max-width: 991px) {
  .search input {
    width: 208px;
  }
}
@media (max-width: 509px) {
  .search input {
    width: 100%;
  }
}
/*================ Product Search Page  ===============*/
.product-search #button-search{
    padding-top:4px;
    padding-bottom:4px;
}
.search-partition{
    height:1px;
    border-color:#2c3137;
}
/*================ Box Cart  ===============*/

.box-cart {
    margin-top: 2px;
    position: absolute;
    margin-left: -133px;
}  
/*.common-home .box-cart {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 13px;
  padding-right: 20px;
}

@media (min-width: 768px) {
    .common-home .box-cart {
      position: relative;
    }
}*/
    
.box-cart .btn-danger {
  border: 0;
  padding: 0;
  color: #333;
  font-size: 13px;
  background: none;
}
.box-cart .btn-danger i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-cart .btn-danger:hover {
  background: none;
}
.box-cart .btn-danger:hover i {
  color: #f90349;
}
.box-cart a:hover img {
  opacity: .5;
}
.box-cart .btn {
  margin-bottom: 7px;
}

/*================  Cart  ===============*/
.cart {
  position: relative;
}
.cart i, .cart strong, .cart span {
  color: #fff;
  vertical-align: middle;
}
.cart > button i,
.cart span i{
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 18px;
}
.cart > button i + strong{
  margin-left: 4px;
}

.cart > a > span > i {
    margin-right: 4px;
}

@media (max-width: 400px) {
    .cart > button i + strong,
    .cart > a > span > i {
        display: none;
    }
}

.cart > button span, .cart > button strong,
.cart > a > span{
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.cart > button:hover i, .cart > button:hover span, .cart > button:hover strong,
.cart.open > button i, .cart.open > button span, .cart.open > button strong,
.cart a:hover{
  color: #98d7dd;
}

/*================  Cart DropDown ===============*/
.cart .dropdown-menu {
  z-index: 1001;
  min-width: 260px;
  padding: 10px 10px 5px;
}
.cart .dropdown-menu img {
  max-width: 50px;
}
.cart .dropdown-menu table {
  margin-bottom: 10px;
}

.cart ul > li:first-child tr {
  border-bottom: 1px solid #2c3137;
}

.cart td {
  font-size: 13px;
}
.cart td strong {
  font-size: 12px;
}

.cart .total td {
  border: none;
  padding: 2px;
  color: #fff;
  line-height: 20px;
}
.cart .total td + td {
  padding-top: 4px;
  padding-bottom: 0;
  line-height: 24px;
}
.cart .price-cart {
  color: #f90349;
}

.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
  /*font-size: 20px;*/
}

@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 10px;
    right: 15px;
    margin: 0;
    z-index: 10000;
  }
  .cart .dropdown-menu {
    max-height: 300px;
    overflow: auto;
  }

}
/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
  margin-bottom: 38px;
  padding: 0px 52px 6px 29px;
  height: 330px;
}

.product-thumb .image + .caption {
  margin-top: 8px;
}
.product-thumb .cart-button {
  margin-top: 11px;
}

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
}
.product-thumb .image > a {
  display: block;
}
.product-thumb .image > a img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 0 auto;
}
.product-thumb .image > a:hover img {
  opacity: .5;
}

/* ===================   Product Caption   =================== */
.product-thumb {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-thumb .caption {
  position: relative;
}
.product-thumb .name {
    font-size: 14px;
    line-height: 20px;
    /* text-transform: uppercase; */
    font-family: Times New Roman;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    color: rgb(2,2,2);
    height:40px;
    overflow:hidden;
}
.product-thumb .name .brand {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: GothamBold;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    color: rgb(2,2,2);
}

.product-thumb .description {
    color: rgb(153,148,148);
    font-size: 14px;
    font-family: Arial;
    text-align: left;
    line-height: 18px;
    font-style: normal;
}
.product-thumb .cart-button:before, .product-thumb .cart-button:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-thumb .cart-button:after {
  clear: both;
}
.product-thumb .cart-button button {
  float: left;
}
.product-thumb .cart-button .secondary-btns {
  float: right;
}
.product-thumb .cart-button .secondary-btns button + button {
  margin-left: 6px;
}
.product-thumb:hover .quickview {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-thumb:hover .rating {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ==================    Product List, Product Grid    =================== */
.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
  overflow: hidden;
}

.product-list .product-thumb .image {
  float: left;
  margin-right: 30px;
  width: 30%;
}

.product-grid .product-thumb .image {
  float: none;
}

/* ==================   SALE, NEW Message   =================== */
.sale, .new_pr {
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f90349;
  color: #FFF;
  line-height: 29px;
  padding: 0 8px;
  z-index: 9;
}

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

.price-new{
    color:#f90349;
}

.price-old {
  font-weight: 400;
  text-decoration: line-through;
}

.price-section .price-new, .price-section .price-old {
  font-size: 18px;
  line-height: 36px;
}

.price-section .price-old {
  font-size: 14px;
  line-height: 20px;
}

.price-section .reward {
  display: block;
  margin-top: 10px;
}

.price-tax {
  font-size: 12px;
}

.price-total {
  font-weight: bold;
}

.price s {
  font-size: 15px;
}

.prod-stock {
  color: #6BA239;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* ===================   Product Rating   =================== */
.rating {
  position: absolute;
  top: -26px;
  opacity: 0;
  z-index: 9;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rating .fa-stack i {
  font-size: 11px;
}

.fa-stack {
  font-size: 11px;
  line-height: 20px;
  width: 0.9em;
}
.fa-stack i {
  color: #f90349;
}

.table-compare td.rating .fa-stack, .table-compare td.rating .fa-stack-2x {
  width: 1em;
  height: 1em;
  font-size: 1em;
}

/* ===================   Product Quickview   =================== */
.quick_info {
  display: none;
}

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible;
}

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px;
}

.fancybox-next {
  right: -60px;
}

.fancybox-prev {
  left: -60px;
}

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #2c3137;
  padding: 10px;
  margin-top: 15px;
}

.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em;
}

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px;
}
.quickview-style .cart-button {
  margin-top: 10px;
  margin-bottom: 30px;
}
.quickview-style .cart-button .btn {
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.quickview-style .cart-button .btn-icon:hover {
    color:#fff;
}

.quickview-style .rating {
    top: -25px;
    left: -50px;
    opacity: 1;
    position: relative;
}
.quickview-style .rating .fa-stack i:before {
  line-height: 30px;
}

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 1199px) {
  .product-layout {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .product-layout {
    min-height: 290px;
  }

  .product-thumb .cart-button button {
    float: none;
  }
  .product-thumb .cart-button .secondary-btns {
    margin-top: 10px;
    display: block;
    float: none;
  }
}
@media (min-width: 768px) {
  .box .last {
    clear: left;
  }

  .fancybox-next {
    right: -30px;
  }

  .fancybox-prev {
    left: -30px;
  }
}
@media (max-width: 767px) {
  #content .product-layout {
    width: 50%;
    float: left;
  }
  #content .product-layout + .product-layout {
   /* margin-top: 0;*/
  }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 100% !important;
    margin: 0 0 2em;
  }

  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  .product-layout {
    margin-bottom: 34px;
  }

  .box .product-layout:nth-child(2n+1){
    clear:left;
  }
}
@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important;
  }
}
@media (max-width: 540px) {
  #content .product-layout {
    width: 100%;
    float: none;
    margin-bottom: 70px;
    height:auto;
  }
}
@media (max-width: 767px) {
  #content .product-layout {
    height:auto;
  }
}

@media (max-width: 530px) {
  .rating span {
    display: inline-block !important;
    width: 0.9em;
  }
}
/*========================================================
                         Box
=========================================================*/
.box {
  margin-top: 0;
}
.box .box-heading {
  margin: 0 0 0px;
  text-align: left;
  background: #f90349;
}
.box .box-heading h3 {
  margin: 0;
  padding: 4px 7px 1px;
  padding-left: 35px;
  font: 700 18px/46px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.box .box-heading.mod1 {
  background: #3c404b;
}
.box .box-heading.mod1 h3 {
  padding-bottom: 3px;
  line-height: 35px;
}

aside .box .product-layout {
  width: 100%;
  margin-top: 30px;
}
aside .box .product-layout:first-child {
  margin-top: 0;
}

aside .box .box-content {
  margin-top: 30px;
}

/*========================================================
                    Responsive Box
=========================================================*/
@media (max-width: 991px) {
  .box .box-heading h3 {
    font-size: 16px;
    padding-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box.info .box-content ul a {
    padding: 13px 5px;
  }
}
@media (max-width: 767px) {
  aside .box .box-heading {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
  }
  aside .box .box-heading:after {
    content: '\f055';
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 21px;
    font-family: "FontAwesome";
    color: #fff;
  }
  aside .box .box-heading.active:after {
    content: '\f056';
  }
}
/*========================================================
                        Buttons
=========================================================*/
.buttons {
  margin: 1em 0;
}
.buttons:before, .buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.buttons:after {
  clear: both;
}

.input-group-btn .btn {
  padding: 7px 12px;
}
.input-group-btn .btn i {
  font-size: 15px;
  line-height: 18px;
}

/* ================   Default Buttons BEGIN   =============== */
.btn:visited, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger,
.btn {
  font-size: 14px;
  color: #FFF;
  background: #3c404b;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 16px;
  outline: none;
}

.btn:hover {
  background: #d2d2d2 !important;
  color: #f90349 !important;
}

/*================   Product Buttons BEGIN   ===============*/
.product-btn, .btn-icon {
  background-color: #d2d2d2;
  color: #FFF;
  width: 32px;
  height: 28px;
}
.product-btn i:before, .btn-icon i:before {
  font-size: 11px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-btn:hover, .btn-icon:hover {
  background-color: #f90349;
}

.product-btn-add, .btn-add {
  background-color: #3c404b;
  color: #FFF;
  height: 28px;
  font-size: 11px;
  line-height: 17px;
  padding: 1px 13px 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-btn-add i, .btn-add i {
  display: none;
}
.product-btn-add:hover, .btn-add:hover {
  background-color: #f90349;
}

.btn-add i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #fff;
}

/* ================   QuickView  =============== */
.product-thumb .quickview {
  display: inline-block;
  opacity: 0;
  width: 32px;
  height: 28px;
  background: #d2d2d2;
  color: #fff;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  border-radius: 0;
  right: 0;
  position: absolute;
  z-index: 9;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.product-thumb .quickview:hover {
  background-color: #f90349;
}
.product-thumb .quickview i:before {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ================   Compare Button  =============== */
.nav-cat .btn {
  padding: 15px 20px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-cat .btn {
    margin-top: 15px;
  }
}

/* ================   Product page buttons  =============== */
.product-buttons {
  margin: 0 -5px 1em;
  padding: 0;
}
.product-buttons:before, .product-buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-buttons:after {
  clear: both;
}
.product-buttons li {
  float: left;
  width: 50%;
  padding: 5px 5px;
  list-style: none;
}
.product-buttons li a,
.product-buttons li button {
  width: 100%;
}

.product_page #button-cart {
  /*width: 100%;*/
}

.product_page #input-quantity {
    height:28px;
}

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (max-width: 1199px) {
  .button-view {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .account-wishlist table td .btn {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px;
  }

  .account-wishlist table td .btn {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .button-view {
    display: none;
  }

  .product-thumb .quickview {
    display: none;
  }
}
@media (max-width: 410px) {
  .account-address .table td a {
    display: block;
  }
  .account-address .table td a + a {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-top: 10px;
  }
}
/*=================== Menu gadget ===================*/
.menu-icon {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  padding: 10px 17px;
  background: #f90349;
}
.menu-icon.active:after {
  content: "\f106";
}
.menu-icon:after {
  float: right;
  content: "\f107";
  font-family: "FontAwesome";
  margin-top: 0;
  display: inline-block;
  text-align: center;
  width: 1.25em;
  font-size: 26px;
  color: #fff;
}

.menu-gadget {
  display: none;
  margin: 15px 0;
}

.menu-gadget .menu ul ul a {
  padding-left: 60px !important;
}

.menu-gadget .menu {
  padding: 0;
  margin: 0;
}
.menu-gadget .menu ul {
  width: auto;
  padding: 0;
  display: none;
}
.menu-gadget .menu li {
  position: relative;
  list-style-type: none;
}
.menu-gadget .menu li i {
  position: absolute;
  display: block;
  top: 8px;
  right: 5px;
  height: 24px;
  width: 24px;
  font-size: 21px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu-gadget .menu li i:hover {
  color: #e5e5e5;
}
.menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
  background: #f00;
  color: #ff0;
}
.menu-gadget .menu a {
  padding: 10px 15px;
  display: block;
  border-top: 1px solid #e5e5e5;
  color: #fff;
  font-size: 14px;
  background: #000;
}
.menu-gadget .menu li li a {
  padding: 10px 15px 10px 45px;
}
.menu-gadget .menu li li:last-child {
  padding-bottom: 0;
}
.menu-gadget .menu li li li a {
  padding: 10px 15px 10px 35px;
}

.menu-gadget .menu li i.fa-angle-up:before {
  content: "" !important;
}

/*========================================================
                      Menu styles
=========================================================*/
.nav__primary .menu {
  display: inline-block;
}
.nav__primary .menu:before, .nav__primary .menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav__primary .menu:after {
  clear: both;
}
.nav__primary .menu > li {
  position: relative;
  float: left;
}
.nav__primary .menu > li + li {
  margin-left: 20px;
}

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

/*================ Menu  ===============*/
.nav__primary .menu li {
  position: relative;
}
.nav__primary .menu li.sfHover > a, .nav__primary .menu li > a:hover, .nav__primary .menu li > a.active {
  background: #f2f2f2;
  color: #000;
}
.nav__primary .menu li > a {
  display: block;
}

/*================ Sub-menu lvl1  ===============*/
.nav__primary .menu ul {
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

/*================ Sub-menu lvl1 item  ===============*/
.nav__primary .menu ul li {
  position: relative;
}
.nav__primary .menu ul a {
  display: inline-block;
}
.nav__primary .menu ul li.active > a, .nav__primary .menu ul a:hover, .nav__primary .menu ul li.sfHover > a {
  color: #3c404b;
}

/*================ Sub-menu lvl2 ===============*/
.nav__primary .menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 15px;
  margin-top: 0;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
.nav__primary .menu ul ul:before {
  display: none;
}

.nav__primary .menu > li > .sf-with-ul {
  position: relative;
}
.nav__primary .menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.nav__primary .menu ul > li > .sf-with-ul {
  position: relative;
}
.nav__primary .menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome';
}

.sfHover .sfHover .sf-with-ul:before {
  content: '\f078';
}

@media (max-width: 767px) {
  .nav__primary .menu {
    display: none;
  }

  .menu-gadget {
    display: block;
  }
}
/*==================  Stuck menu  ======================*/
.stuck-menu {
  width: auto !important;
/*  margin-top: -37px;
  margin-bottom: 22px;*/
/*  background: #f90349; */
background: #4a0116;
}


@media only screen and (min-width: 768px) {
    .stuck-menu {
        padding-bottom: 40px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .navbar-collapse {
        width: 570px;
    }
}

/*.common-home .stuck-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;*/
/*  background: #3c404b; */
/*  background: none;
  
}*/

@media only screen and (min-width: 768px) {
  /*.common-home .scroll-fix {*/
  div#stuck.scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #3c404b;
    /*background-color: rgba(60, 64, 75,0.5);*/
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  /*.common-home .scroll-fix .logo-block {*/
  div#stuck.scroll-fix .logo-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  div#stuck.scroll-fix .logo {
      display: block;
  }
}
/*
@media only screen and (max-width: 767px) {
  .common-home .stuck-menu {
    position: static;
  }
 .common-home .stuck-menu + div {
    display: none;
  }

}*/
/*========================================================
                      Banners
=========================================================*/
.banners > div .banner-box {
  position: relative;
}
.banners > div .banner-box > a {
  display: block;
}
.banners > div .banner-box a {
  position: relative;
}
.banners > div .banner-box a img {
  z-index: 10;
}
.banners > div .banner-box a:after {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d9d9d9;
  
  z-index: 1;
  display: block;
  position: absolute;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.banners > div .s-desc {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
}
.banners > div .s-desc h4 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
}
.banners > div .s-desc h1 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banners > div .s-desc h1:after {
  content: '';
  display: block;
  width: 85px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -42px;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banners > div .s-desc h1 + p {
  margin-top: 28px;
}
.banners > div .s-desc p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

#banner0 {
  margin-top: 23px;
}

#banner0 .banner-box a:hover .s-desc h1 {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #f90349;
}
#banner0 .banner-box a:hover .s-desc h1:after {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #f90349;
  width: 100%;
  left: 0;
  margin-left: 0;
}
#banner0 .banner-box a:hover:after {
  background: rgba(0, 0, 0, 0.6);
}

/*========================================================
                   Responsive Banners
=========================================================*/
@media (max-width: 767px) {
  .banners > div {
    text-align: center;
  }
  .banners > div .banner-box {
    max-width: 100%;
    display: inline-block;
  }
}
/*========================================================
                      HTML boxes
=========================================================*/
/*========================================================
               Responsive HTML boxes
=========================================================*/
/*========================================================
                 Tab Products Module
=========================================================*/
.module_tab {
  clear: both;
  margin-top: 32px;
}
.module_tab .nav-tabs {
  padding: 0;
  padding-left: 0px;
  text-align: center;
  margin-bottom: -px;
  border: none;
  /*background: #3c404b;*/
  background: #f90349;
  height: 42px;
}
.module_tab .nav-tabs > li {
  float: none;
  float: left;
  position: relative;
}
.module_tab .nav-tabs > li.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 19.5px 0 19.5px;
  border-color: #3c404b transparent transparent transparent;
}
.module_tab .nav-tabs > li > a {
  max-height: 42px;
}
.module_tab .nav-tabs > li > a, .module_tab .nav-tabs > li > a:focus {
  font: 700 18px/24px "GothamBold", "Roboto", sans-serif;
  color: #fff;
  border: none;
  padding: 9px 15px 10px 15px;
  text-transform: uppercase;
  margin-right: 0;
  letter-spacing:5px;
}
.module_tab .nav-tabs > li.active > a, .module_tab .nav-tabs > li.active > a:hover {
  background: #3c404b;
  border: none;
  border-radius: 0;
  color: #fff;
}
.module_tab .nav-tabs > li > a:hover {
  /*text-shadow: 1px 1px 2px #3c404b;*/
  color: #3c404b;
  cursor: pointer;
  background: #f90349;
  border: none;
  border-radius: 0;
  
}

.tab-content {
  margin-top: 26px;
}

/*========================================================
           Tab Products Module Responsive Layout
=========================================================*/
/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 13px 0px 15px 0px;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #2c3137;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb > li {
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > li:after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 27px;
  height: 24px;
  border-right: 1px solid #2c3137;
  border-bottom: 1px solid #2c3137;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 600px) {
  .breadcrumb {
    padding: 0;
  }

  .breadcrumb > li:last-child:after {
    display: none;
  }

  .breadcrumb > li:after {
    width: auto;
    position: static;
    border: 0;
    content: '>';
    margin-left: 5px;
    display: inline-block;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .breadcrumb > li {
    padding: 0 5px;
    white-space: break-spaces;
  }
  .breadcrumb > li a {
    line-height: 24px;
  }
  .breadcrumb > li span {
    white-space: break-spaces;
  }
}
#list-view,
#grid-view {
  padding: 0;
  margin: 0 5px;
  background: none;
  box-shadow: none;
  color: #3c404b;
  font-size: 27px;
  line-height: 30px;
}

#list-view.active,
#grid-view.active {
  color: #f90349;
}

/* ===================   Product Page   =================== */

.product-section, .product-content-columns {
  margin-bottom: 1em;
}

.product-section_title{
    font-size: 18px;
    margin-bottom: 10px;
}

.product-share {
  height: 32px;
  margin-top: 1em;
}
.product-share .addthis_default_style > a, .product-share .addthis_default_style > a * {
  font-size: 5px !important;
  line-height: 5px !important;
}

.product-reviews, .related-products{
    border-top: 1px solid #2c3137;
    margin-top: 20px;
}

.review_form_title{
    width: 100%;
    margin-top: 10px;
}

.rating-section a {
  cursor: pointer;
}

.product-review-form {
  display: none;
  margin-top:10px;
  margin-bottom: 20px;
}

#button-review{
    padding-top:4px;
    padding-bottom:4px;
    
}

.product-tags > a, .product-section > li > a{
    color: #d2d2d2;
}

.product-tags > a:hover, .product-section > li > a:hover{
    color: #f90349;
}
/* ===================   Product Videos   =================== */
.responsive-video{
    border-top: 1px solid #2c3137;
    margin-top: 20px;
}
.responsive-video > .list-group > .list-group-item{
    border:none;
    padding-left:0px;
    padding-right:0px;
}
.responsive-video > .list-group > .list-group-item-heading{
    font-weight:bold;
}
/* ===================   Product Gallery   =================== */
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-gallery:after {
  clear: both;
}
.product-gallery .product-image {
  cursor: pointer;
  float: left;
  width: 84%;
  padding-left: 15px;
}
.product-gallery .bx-wrapper {
  margin: 0 !important;
}
.product-gallery .image-thumb {
  float: left;
  width: 16%;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0;
  color: #fff;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
.product-gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #f90349;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
}

.product-gallery .image-thumb li a {
  border: 1px solid #2c3137;
  display: block;
}
.product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
  border-color: #f90349;
}

.image-additional {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-reviews .review-item {
  margin-bottom: 3em;
}

.review-score .fa-stack {
  width: 2em;
  height: 1.5em;
  margin-bottom: 10px;
}

.product-title {
  margin: 0;
  color: #3c404b;
}

.reward-block span {
  display: block;
}

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#product h3 {
  color: #f90349;
}
#product * + .text-danger {
  margin-top: 5px;
  margin-right: 15px;
  text-align: right;
}
#product select + .text-danger {
  margin-right: 0;
}

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2c3137;
}

#full_gallery {
  display: none;
}
#full_gallery .bx-viewport {
  padding-right: 1px;
}
#full_gallery #gallery li {
  border: 1px solid #2c3137;
}

@media (max-width: 1199px) {
  #full_gallery {
    display: block;
  }
  #full_gallery .bx-viewport {
    padding-right: 2px;
  }

  .product-gallery {
    visibility: hidden;
    height: 0;
  }
  .product-gallery .image-thumb, .product-gallery .product-image {
    height: 0;
  }

  .bx-wrapper .bx-controls-direction a {
    background: #fff;
    border: 1px solid #2c3137;
    color: #3c404b;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 40px;
    font-size: 18px;
    font-family: "FontAwesome";
  }
  .bx-wrapper .bx-controls-direction a i {
    display: none;
  }
  .bx-wrapper .bx-controls-direction a:hover {
    background: #f90349;
    color: #FFF;
  }

  .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '\f104';
  }

  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\f105';
  }
}
/* ===================   Sub Category on Category Page   =================== */
.box-subcat {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.box-subcat li {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.box-subcat li .name a {
  font-size: 18px;
  text-transform: capitalize;
}
.box-subcat li .image {
  margin-bottom: 10px;
  border: 2px solid ;
  padding: 9px;
  min-height: 180px;
  overflow: hidden;

}
.box-subcat li .image:hover {
  border-color: #f90349;
  background:#e2e2e2;
}
.box-subcat li.first-in-line {
  clear: left;
}

@media (max-width: 767px) {
  .box-subcat li {
    text-align: left;
    float: left;
    width: 50%;
  }
  .box-subcat li .image {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 100%;
    text-align: center;
  }
  .box-subcat li:nth-child(2n+1) {
    clear: both;
  }

  #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* ===================   Product Filter  =================== */
.product-filter {
  /*border-top: 1px solid #2c3137;*/
  border-bottom: 1px solid #2c3137;
/*  padding: 38px 0;*/
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.product-filter label {
  font-size: 13px;
  padding-top: 7px;
}

.nav-cat {
  margin-bottom: 13px;
}
.nav-cat .nam-page {
  margin: 5px 0 5px 10px;
}

/* ========   BLOCK COMPARE   ============= */
.compare-block {
  margin-bottom: 20px;
}

.compare-block .image {
  margin-right: 10px;
}

.compare-block .remove a {
  font-size: 19px;
  line-height: normal;
}

.compare-info {
  width: 100%;
}

.block-compare {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .product-compare .table-responsive {
    overflow-x: scroll;
  }
  .product-compare .table-responsive td + td {
    min-width: 270px;
  }

  .table.table-bordered {
    margin-bottom: 10px;
  }
}
/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden;
}

.terms_conditions_page h4 {
  text-transform: uppercase;
}

.about-page.excerpt {
  margin-bottom: 30px;
}

.recent-posts {
  text-align: center;
}

/* ===================   Number   =================== */
.dropcap {
  background: none repeat scroll 0 0 #f90349;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 20px 30px 0;
  padding: 17px;
  display: block;
  float: left;
}

img.alignleft {
  float: left;
  margin-right: 20px;
}

/* ===================   Divider   =================== */
.sm_hr {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0;
}

/* ===================   Thumbnail   =================== */
.thumbnail {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #2c3137;
  padding: 12px;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0;
}
.thumbnail img {
  border: 1px solid #2c3137;
}
.thumbnail a:hover {
  opacity: .5;
}

.img-thumbnail {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.human_info .thumbnail {
  float: left;
  margin-right: 20px;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0;
}

@media (max-width: 500px) {
  img.alignleft, .human_info .thumbnail {
    float: none;
    margin: 0 auto 20px;
  }
}
/* ===================   Testimonials   =================== */
.testimonials .testi-item {
  margin-bottom: 30px;
}
.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px;
}
.testimonials .user {
  text-transform: uppercase;
  font-size: 12px;
  color: #f90349;
}
.testimonials blockquote {
  border: 1px solid #2c3137;
  margin-bottom: 15px;
}

/* ===================   Privacy Policy  =================== */
.privacy_page.table td {
  border-top: 0;
  padding: 0 30px 30px;
}
.privacy_page.table td:first-child {
  text-align: right;
}
.privacy_page tr > td + td {
  border-left: 1px solid #2c3137;
}

.privacy_page h4 {
  max-width: 300px;
  float: right;
  font-size: 16px;
}

/* ===================   Site Map Page  =================== */
.site-map-page #content ul {
  list-style-type: none;
}
.site-map-page #content ul li {
  padding: 5px 0;
}
.site-map-page #content ul a {
  font-size: 14px;
}

/* ===================   Manufacturer List  =================== */
.manufacturer-list {
  border: 1px solid #2c3137;
  margin-bottom: -1px;
}
.manufacturer-list .manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #2c3137;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}
.manufacturer-list .manufacturer-heading span {
  background: none repeat scroll 0 0 #f90349;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
    min-width: 50px;
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    padding-right: 10px;
}
.manufacturer-list .manufacturer-content {
  padding: 20px;
}

/* ===================   Account Page  =================== */
.well {
  background-color: #f9f9f9;
  /*border: 1px solid #2c3137;*/
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
}
.well .heading {
  margin-bottom: 20px;
}
.well .heading:before, .well .heading:after {
  display: table;
  content: "";
  line-height: 0;
}
.well .heading:after {
  clear: both;
}
.well .heading i {
  color: #f90349;
  float: left;
  font-size: 56px;
  margin-right: 14px;
  line-height: 60px;
}
.well .heading h2 {
  font-size: 23px;
  color: #3c404b;
  margin: 0 0 5px;
}
.well .heading strong {
  font-weight: normal;
  font-style: italic;
}
.well p {
  border-top: 1px solid #2c3137;
  border-bottom: 1px solid #2c3137;
  padding: 20px 0;
}
.well a {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .well .heading {
    text-align: center;
  }
  .well .heading h2 {
    font-size: 17px;
  }
  .well .heading i {
    float: none;
  }
}
.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
  color: #f90349;
  background: transparent;
}
.datepicker th {
  text-align: center;
}

.radio {
  line-height: 18px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px;
}

/*========================================================
                         Footer
=========================================================*/
footer {
  margin-top: 20px;
  background: #f90349;
  padding-top: 12px;
}
footer h5 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  letter-spacing:2px;
}
footer h5 + ul.list-unstyled {
  margin-top: 0px;
  margin-bottom: 18px;
}
footer h5 + ul.list-unstyled li a {
  font-size: 14px;
  line-height: 25px;
  letter-spacing:1.5px;
  color: #fff;
}
footer h5 + ul.list-unstyled li a:hover {
  color: #3c404b;
}
footer ul li + li {
  margin-top: 0px;
}
footer .facebook {
  margin-top: 17px;
  margin-left: -15px;
}

.copyright br {
  display: none;
}

.copyright {
  font-size: 13px;
  line-height: 31px;
  text-align: left;
}
.copyright > .container {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 768px) and (max-width: 1199px) {
  footer h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
  }
  footer h5 + ul.list-unstyled li a {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  footer .facebook {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  footer > .container {
    /*display: none;*/
  }

  footer .copyright {
    text-align: center;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #f90349;
  position: fixed;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  background: #d2d2d2;
  text-decoration: none;
  color: #f90349;
}

.toTop:visited, .toTop:focus, .toTop:active {
  color: #fff;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
                  Responsive Styles
=========================================================*/
@media (max-width: 1200px) {
  .table th, .table td {
    padding: 8px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-body input + span {
    /*margin-top: 5px;*/
    display: block;
  }

  .qc-product-qantity{
    width: 75px;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
  .table-responsive .table-bordered {
    border: 1px solid #2c3137;
  }

  .delivery_page .table {
    font-size: 13px;
  }
}
@media (max-width: 530px) {
  .panel-group .panel input#input-voucher,
  .panel-group .panel input#input-coupon {
    width: 100%;
  }
  .panel-group .panel span {
    display: block;
    margin-top: 5px;
  }

  h1 {
    font-size: 26px;
  }
}
@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 9px;
    word-wrap: break-word;
  }
}
@media (max-width: 370px) {
  .table.privacy_page td {
    padding: 8px;
  }

  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px;
  }
}

/* Changes to aptapp_category menu */
/*mod default bootstrap menu settings*/
.hoz-cat-menu .navbar-default .navbar-nav>li>a {
    color: #fff;
    font: 600 14px "GothamLightRegular", "Roboto", sans-serif;
    background:inherit;
    letter-spacing: 2px;
}

.hoz-cat-menu .navbar-default .navbar-nav>li>a:hover,
.hoz-cat-menu .navbar-default .navbar-nav .open a{
    color: #98d7dd;
    background:inherit;
}

.hoz-cat-menu .navbar {
    background-color:inherit;
    border: none;
}
.hoz-cat-menu .navbar-nav {
    /*background-color: rgba(0,0,0,0.7);*/
    padding-left: 0px;
    padding-bottom: 2px;
    padding-right: 0px;
}
.hoz-cat-menu .navbar-collapse {
    padding-left:0px;
    position: absolute;
}
@media (min-width: 992px) {
    .hoz-cat-menu .navbar-collapse {
        max-width: 800px;
    }
}
@media (min-width: 768px) {
    .hoz-cat-menu .navbar-collapse {
        max-width: 600px;
    }
}
@media (min-width: 992px) {
    .hoz-cat-menu .navbar-collapse {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .hoz-cat-menu .navbar-collapse {
        max-width: 1000px;
    }
}




/*header .hoz-cat-menu .navbar-collapse {
    padding-left:0px;
    position: static;
    max-width: 100%;
}*/
.hoz-cat-menu .nav .dropdown .dropdown-menu {
    background-color: rgba(0,0,0,0.7);
    /*box-shadow: none;*/
    border-radius: 0;
    padding-left: 5px;
    margin-top: 2px;
    margin-left:-5px;
}

.common-home .hoz-cat-menu .nav .dropdown .dropdown-menu,
.common-home .hoz-cat-menu .nav .dropdown > ul > li > ul{
    background-color: rgba(0,0,0,0.7);
}

.hoz-cat-menu .dropdown-menu li {
    padding-bottom: 2px;
}
.hoz-cat-menu .navbar-default .navbar-nav .open .dropdown-menu a{
    font: 600 12px "GothamLightRegular", "Roboto", sans-serif;
    line-height: 12px;
    color: #ffffff;
    font-weight: bold;
    background:inherit;
    letter-spacing: 1px;
}
.hoz-cat-menu .navbar-default .navbar-toggle {
    color: #fff;
    font: 600 12px "GothamLightRegular", "Roboto", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    position: relative;
    float: left;
    padding: 3px 7px 3px 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0px;
}
.hoz-cat-menu .navbar-default .navbar-toggle:hover {
    color: #f90349;
}
.hoz-cat-menu .navbar-default .navbar-nav .open .dropdown-menu a:hover,
.hoz-cat-menu .navbar-default .navbar-nav .open .dropdown-menu:hover,
.hoz-cat-menu .navbar-default .navbar-nav .open .dropdown-menu:active,
.hoz-cat-menu .navbar-default .navbar-nav .open .dropdown-menu a:active,
.hoz-cat-menu .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu:hover a,
.hoz-cat-menu .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu:active a
{
    color: #98d7dd;
}
.hoz-cat-menu .nav .dropdown-menu li{
    line-height: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
}

.hoz-cat-menu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 3px;
}
/** third level again **/

/*.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display:block;
}
.dropdown-submenu>a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
  float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}*/


/** third level menu for categories **/
.hoz-cat-menu .nav .dropdown > ul > li > ul > li > a {
  font: 600 12px "GothamLightRegular", "Roboto", sans-serif;
  line-height: 12px;
  color: #ffffff;
  font-weight: bold;
  background:inherit;
  letter-spacing: 1px;
}
.hoz-cat-menu .nav .dropdown > ul > li > ul {
  text-align: left;
  display: none;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  left: 100%;
  /*top: 0;*/
  z-index: 9999999;
  list-style: none;
  line-height: 14px;
  padding: 5px 10px 5px 20px;
  width: 160px;
  margin-top: -25px !important;
  margin-left: 1px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  border: 1px solid rgba(0,0,0,.15);
}

.hoz-cat-menu .nav .dropdown > ul > li > ul > li{
  padding-left: 0;
}

.hoz-cat-menu .nav .dropdown > ul > li > ul > li > a{

}


.hoz-cat-menu .nav .dropdown > ul > li:hover > ul {
  color: #f90349;
  display: block;
}

.hoz-cat-menu .nav .dropdown ul ul li {}
.hoz-cat-menu .nav .dropdown ul ul li a {}
.hoz-cat-menu .nav .dropdown ul ul li a:hover {}

/** end third level menu **/

@media (max-width: 1199px) {
    .hoz-cat-menu .navbar-default .navbar-nav>li>a {
        font: 600 12px "GothamLightRegular", "Roboto", sans-serif;
        background:inherit;
        letter-spacing: 2px;
    }
}
@media (max-width: 767px){
/*    
    .hoz-cat-menu .navbar-nav {
        background-color: rgba(0,0,0,0.85);
        padding-left: 13px;
        padding-bottom: 6px;
        padding-right: 6px;
    }
    .header .hoz-cat-menu .nav .open ul {
        display:block;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header .hoz-cat-menu .nav .open ul a:hover {
        color: #f90349;
    }
*/
    .hoz-cat-menu{
        display: none;
    }
    
    .header .hoz-cat-menu {
        display:none;
    }
}


/* Changes to camera banner display */
.promo-tile {
    padding-bottom: 25%;
    position:relative;
}
.promo-tile-inner {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 0px;
    bottom: 0px;
}
@media (max-width: 767px) {
  .promo-tile {
    padding-bottom: 50%;
  }
  .promo-tile-inner {
    left: 5px;
    right: 5px;
  }
}
@media (min-width: 768px) {
    .header {
        margin-bottom:10px;
    }
}

.camera_caption {
    right: 0px;
}

.camera_caption h1 {
    font-size: 24px;
    line-height: 24px;
    color: #f90349;
    font-weight: 300;
    font-family: GothamBold;
}

.camera_caption h1 span {
    font-family: "Times New Roman";
    font-weight: 700;
    font-style: italic;
    margin-top: 4px;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.camera_caption h1 span em {
    font-weight: 700;
    color: #fff;
    font-style: normal;
    margin-left: 0px;
    font: 400 30px/24px "Roboto", sans-serif;
    display: block;
    margin-top:7px;
}
.camera_caption a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    padding: 7px 11px;
    background: #f90349;
    top: 0px;
    bottom:0px;
}

.camera-col[class*="col-sm"] {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1199px) {
    .camera_caption{
        width:265px;
    }
}
@media (max-width: 991px) {
    .camera_caption {
        top: 0px; 
        bottom: 0px;
        padding-top: 110px;
        width: 225px;
    }
    .camera_caption h1{
        margin: 10px 0px 5px 0px;
    }
}
@media (max-width: 767px){
    .camera-container{
        padding-left:0px;
        padding-right:0px;
    }
    .camera-col[class*="col-sm"] {
        margin-top: -18px; 
        padding-left: 0px; 
        padding-right: 0px; 
    }
    .camera_caption {
        padding-top: 25px;
    }
}
@media (max-width: 512px){
    .camera_caption {
        text-align: left;
        right: 0;
        left: auto;
        width: 160px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px){
    .camera-container{
        margin-bottom: -20px;
    }
}

.camera_wrap .camera_pag .camera_pag_ul {
    right: 20px !important;
    left: auto !important;
    margin-right: -15px !important;
    top:-40px !important;
    position:relative !important;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    background: #FFFFFF !important;
}
a.camera_link {
    height: 585px;
    display: block;
    width: 100%;
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	height: 9px !important;
	left: 0px !important;
	top: 0px !important;
	width: 9px !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #f90349 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	height: 9px !important;
	width: 9px !important;
}

/*changes to header logo and category menu under scroll-fix*/
.scroll-fix{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}
.header .scroll-fix .logo img {
    max-width:200px;
    margin-left:8px;
}

.header .scroll-fix .hoz-cat-menu .navbar-nav {
    background-color: inherit;

}

.header .scroll-fix .hoz-cat-menu .dropdown-menu {
    background-color: #3c404b;
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

/* changes to catalog dropdown menus when under the swipe menu*/
.swipe-menu .dropdown .dropdown-menu{
    border:none;
    width: 236px;
    position: static;
}
.swipe-menu li{
    position: static;
}
.swipe-menu .dropdown a, .swipe-menu .nodropdown a {
    height:49px;
    width: 236px;
}
.swipe-menu .open a {
    background-color:#f90349;
}
.swipe-menu .dropdown .dropdown-menu li a{
    background-color: #3c404b;
}
.swipe-menu .dropdown .dropdown-menu li a:hover{
    background-color: #f90349;
}
.swipe-menu .dropdown .dropdown-backdrop{
    display:none;
}

/*footer modifications */
footer .logo img{
    margin-left: -5px;
    max-width: 290px;
    margin-top: 5px;
}

footer .footer-text{
    color:#fff;
    line-height: 18px;
    font-size: 14px;
}

footer .footer-seperator{
    border-bottom: 1px solid #fff;
    height: 27px;
    margin-left: 15px;
    margin-right: 15px;
}

footer .footer-social-block{
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    margin-top: 14px;
}

@media (max-width: 512px){
    footer .logo img {
        margin-left: 0px;
        max-width: 290px;
        margin-top: 0px;
    }
    footer .footer-social-block {
        text-align: left;
        margin-top: 14px;
        float: inherit;
        padding-right: inherit;
    }
}
footer .footer-social-header{
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 15px;
}

.social-icon{
    color: #f90349;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 8px;
    width: 40px;
    font-size: 24px !important;
    height: 40px;
    text-align: center;
    margin-right: 11px;
    margin-top: 8px;
}
.social-icon:hover{
    color: #3c404b;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 991px) and (min-width:768px){
    .social-icon {
        color: #f90349;
        background-color: #fff;
        border-radius: 50%;
        padding-top: 7px;
        width: 35px;
        font-size: 22px;
        height: 35px;
        text-align: center;
        margin-right: 11px;
        margin-top: 7px;
    }
}
@media (max-width: 767px) and (min-width:381px){
    .social-icon {
        color: #f90349;
        background-color: #fff;
        border-radius: 50%;
        padding-top: 7px;
        width: 30px;
        font-size: 18px;
        height: 30px;
        text-align: center;
        margin-right: 6px;
        margin-top: 6px;
    }
}
@media (max-width: 380px){
    .social-icon {
        color: #f90349;
        background-color: #fff;
        border-radius: 50%;
        padding-top: 5px;
        width: 22px;
        font-size: 14px;
        height: 22px;
        text-align: center;
        margin-right: 2px;
        margin-top: 6px;
    }
}

/*tab panels*/
.panel-group .panel-default .panel-heading {
    background-color: #3c404b;
    border: none;
    height:42px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 11px;
    padding-top: 9px;
    padding-left:11px;
    border-radius: 0px;
    
}
.panel-group .panel-default .panel-heading .panel-title a{
    color: #fff;
    background-color: #f90349;
    font: 700 18px/24px "GothamBold", "Roboto", sans-serif;
    position: absolute;
    left: 0px;
    padding-left:9px;
    width: 100%;
    margin-top: -9px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 11px;
}

.panel-group .panel-default .panel-heading .panel-title a:hover{
    color: #fff;
}
.panel-group .panel{
   border: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   margin-top: 17px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body  {
   border: none; 
   padding-left:0px;
   padding-right:0px;
}
.panel-group .panel-default .panel-heading .panel-title .collapsed{
    background-color: #3c404b;
    position: absolute;
    left: 0px;
    padding-left:9px;
    width: 100%;
    margin-top: -9px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 11px;
}
.panel-group .panel-default .panel-heading .panel-title .collapsed:hover{
    color: #f90349;
}

/*mods to the owl-carousel for the home page (may need to further adapt if the carousel is to be used on other pages too! */
.owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #dcdddf;
}

.owl-pagination {
    top: 0px;
    display: none;
} 

.related-slider .owl-wrapper-outer {
    background: none;
}

.owl-item .cart-button {
    margin-right: 10px;
}

.fancybox-skin {
    background: white;
}

.advmanuhead4{
    background:#f90349;
    color:#fff;
    font: 700 18px/24px "GothamBold", "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;  
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 9px;
    margin-bottom: 0px;
    
}

/*product page specific*/
body[class*='product-product']{

}

/*home page specific*/
.common-home{
    
}

/* MOds to social media login buttons */
#content #d_social_login .dsl-button {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-left: 0px;
    margin-right: 12px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 8px;
}

#content #d_social_login .dsl-button:hover {
  opacity: 0.6;
}

#content #d_social_login .dsl-button.dsl-button-medium .r-side, #d_social_login .dsl-button .r-side {
    padding: 6px 10px 6px 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

button.btn-primary,
button.btn-danger {
  margin-top: 0px;
}

.btn:hover {
  background: #d2d2d2 !important;
  color: #f90349 !important;
}

/* overwrite bootstrap */
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
  padding-right: 5px !important;
}

/* space on delete button on checkout */
.btn.btn-danger.delete {
  margin-left: 3px;
}

.auto-complete {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Product Information styles */
.info_title{
    font-size: 21px;
    color: #f90349;
    padding-bottom: 10px;    
}
.info_text{
    
}
.info_desc{
   /* color: #c2c2c2;*/
    padding-top:10px;
}
.features_title, .how_to_use_title, .ingredients_title, .includes_title{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #f90349;    
}
.features_ul, .how_to_use_ul, .ingredients_ul, .includes_ul{

}
.product_page-right #product{
    padding-top: 10px;
}

.category_header{
    text-align:center;
}

.newsletter-popup-btn {
    top: 16px;
}

#top-links, #cart button{
    font: 600 14px "GothamLightRegular", "Roboto", sans-serif;
}


@media (max-width: 310px) {
    
}
@media (min-width: 767px) and (max-width: 1200px) {
    body.account-login #content div.row > div[class*="col-"] > div {
        height:420px;
    }
}
@media (min-width: 1200px) {
    body.account-login #content div.row > div[class*="col-"] > div {
        height:360px;
    }
}
@media (min-width: 767px) {
    body.account-login #content > div.row > div:nth-child(1) > div:nth-child(1) > a {
        position: absolute; bottom:60px;
    }
    body.account-login #content > div.row > div:nth-child(2) input[type=submit] {
        position: absolute; bottom:60px;
    }
}

/*Out of stock stars *** are orange*/
.out-of-stock{
    color: #EC710D;
}

#notify-in-stock.btn.btn-primary{
    margin-top:4px;
}

/*Remarkety signup*/
button.g-recaptcha {
    color: white;
    background: black;
    padding: 4px;
    border-radius: 3px;
}
.rm-signup input {
    margin-bottom: 2px;
}
@media (max-width: 768px) {
    .rm-signup {
        margin-top:10px;
    }
}
.ssp_email + div {
    display: inline;
}


/*Modifications to the d_ajax_filter styles*/
.irs-from, .irs-to, .irs-single, .ajax-filter .irs-bar {
    background: #f90349 !important;
}
.ajax-filter {
    border: 1px solid #2c3137;
}
.ajax-filter > .title {
    padding-left: 10px;
    color: inherit !important;
}
.ajax-filter > .title > .title {
    font-family: inherit;
    font-size: 17px;
    font-weight: normal;
}
.ajax-filter > .title .button-reset {
    padding: 2px 10px 0 !important;
}
.ajax-filter .af-heading, .af-heading:hover {
    color: inherit !important;
}
.ajax-filter .af-body .af-container > .af-heading {
    min-height: 31px;
    padding: 10px 50px 10px 10px;
    border-top: 1px solid #2c3137;
}
.ajax-filter .af-body .af-container > .af-heading > span {
    top: 18px;
    right: 10px;
}
.ajax-filter .af-body .af-container > .af-heading > .title {
    font-family: inherit;
    font-size: 17px;
    font-weight: normal;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper {
    padding: 0px 20px 10px 20px !important;
}
.ajax-filter > .title .button-reset > p {
    font-family: inherit;
    font-size: 13px;
    float: left;
    color: inherit;
}
.ajax-filter > .title .button-reset:hover, 
.ajax-filter #resetFilter:hover,
.ajax-filter > .title .button-reset > p:hover{
    color: #f90349 !important;
}
.ajax-filter .af-body .selected-list .af-selected {
    font-family: inherit;
    font-size: 13px;
    border-radius: 4px;    
}
.ajax-filter .irs-slider {
    border: 1px solid #f90349 !important;
}
.ajax-filter .af-body .af-container > .af-elements .input-field > input[type=text] {
    border-radius: 4px;
    height: 34px;
    border-radius: 4px;
    font-size: 13px;
    font-family: inherit;
}
@media (max-width: 1199px) {
    .ajax-filter .af-body .af-container > .af-elements .input-field > input[type=text] {
        min-width: inherit;
    }
}

.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element:not(.slider):hover {
    color: #f90349 !important;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label {
    font-family: inherit;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label:hover {
    color: #f90349 !important;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label > .title {
    color: inherit;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label > .title:hover {
    color: #f90349 !important;
}
.ajax-filter .af-body .selected-list .af-selected:hover{
    border-color: #f90349 !important;
}


.d_ajax_filter_popup_button{
    bottom: 14px;
    background: black;
    opacity: 0.7;
    position: fixed;
    z-index: 1051;
    top: 200px;
    left: inherit;
    right: 0px;
    width: 50px;
    height: 30px;
    text-align: center;
    color: white;
    border-radius: 17px 0 0 17px;
}
@media (min-width: 768px) {
    .d_ajax_filter_popup_button{ 
        display:none;
    }
}
@media (max-width: 767px) {
    .ajax-filter{
        padding-top: 60px;
    }
}
