@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {font-family: 'AcryleScript';src: url('../fonts/341043_0_0.eot');src: url('../fonts/341043_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/341043_0_0.woff2') format('woff2'),url('../fonts/341043_0_0.woff') format('woff'),url('../fonts/341043_0_0.ttf') format('truetype');}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loadingScreen {
    display: none;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.loadingScreen ion-icon {
    font-size: 65px;
    color: red;
  animation: spin 2s linear infinite;
}

/* --------------------------
Header
-------------------------- */
.slicknav_menu {
    display: none;
    height: 75px;
    margin-left: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header {
  top: 0;
  left: 0;
  position: fixed;
  width: 290px;
  height: 100%;
  background-color: #fff;
  z-index: 99;
}
header .logo {
  text-align: center;
  line-height: normal !important;
  margin: 20px 60px;
}
header .logo h3 a {
  font-size: 43px;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
}
header #menu ul {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
header #menu ul li ul {
  display: none;
  padding: 5px 0;
  margin-bottom: 0;
}
header #menu ul li ul li a {
  font-size: 14px;
  text-transform: none;
}
header #menu ul li ul li ul li a{
  font-size:12px !important;
}
header #menu ul li {
  font-size: 14px !important;
  line-height: 40px !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
}
header #menu ul li a {
  text-decoration: none !important;
  color: #888 !important;
  text-transform: uppercase !important;
  font-size: 100%;
}
header #menu ul li a:hover {
  color: #d10a11 !important;
}
header #menu ul li a.active {
  color: #d10a11 !important;
}
header .social-icons {
  text-align: center;
  padding-top: 40px;
}
header .social-icons ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
header .social-icons ul li {
  display: inline-block;
  margin-right: 15px;
}
header .social-icons ul li a i {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
header .social-icons ul li:last-child {
  margin-right: 0;
}
header .social-icons ul li a .fa-facebook {
  color: rgb(59, 89, 152);
}
header .social-icons ul li a .fa-pinterest {
  color: rgb(228, 16, 15);
}
header .social-icons ul li a .fa-twitter {
  color: rgb(12, 154, 202);
}
header .social-icons p {
  font-size: 13px;
  padding-top: 10px;
  line-height: 23px;
  color: #888;
  text-align: center;
}
.slicknav_menu {
  display: none;
  height: 75px;
  margin-left: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.slicknav_menu ul {
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar:after,
.slicknav_menu .slicknav_icon-bar:before {
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -4px;
  width: 22px;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.slicknav_btn {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  background: #d10a11;
  font-size: 14px;
}
.slicknav_btn .slicknav_icon {
  position: relative;
  line-height: 10px;
  height: 19px;
  width: 25px;
  padding-right: 0;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
  background-color: transparent
}
.slicknav_menu .slicknav_icon-bar {
  display: inline-block;
  position: relative
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  -moz-transform: translateY(6px) rotateZ(-45deg);
  -ms-transform: translateY(6px) rotateZ(-45deg);
  -o-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg)
}
.slicknav_menu .slicknav_icon-bar:before {
  content: "";
  position: absolute;
  top: -6px
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  -moz-transform: translateY(-6px) rotateZ(45deg);
  -ms-transform: translateY(-6px) rotateZ(45deg);
  -o-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg)
}
.slicknav_menu .slicknav_icon-bar:after {
  content: "";
  position: absolute;
  top: 6px
}
.slicknav_menu .slicknav_nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 75px;
  margin: 0;
  padding: 20px 35px;
  background-color: #444;
}
.slicknav_menu .slicknav_nav li ul {
  padding-left: 20px
}
.slicknav_menu .slicknav_nav li {
  display: block;
  position: relative;
  color: #fff;
  padding-bottom: 10px;
}
.slicknav_menu .slicknav_nav li a {
  display: block;
  outline: 0;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
}
.slicknav_menu .slicknav_nav li a a {
  padding: 0
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow,
.slicknav_menu .slicknav_open .slicknav_arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px
}
.slicknav_menu .slicknav_open .slicknav_arrow:before {
  content: "\f107"
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow:before {
  content: "\f105"
}
.btn-load-more {
  width: 140px;
  margin: 40px auto;
}
.tab-content .btn-red {
    margin: 0 15px;
    padding: 0;
    width: 200px;
    height: 30px;
    background: #ffffff;
    color: #d10a11;
    border-radius: 0;
    border: 1px solid #d10a11;
    float: right;
}
/*-----------------------------------------------------------------------------------*/
/*	Table of contents
/*-----------------------------------------------------------------------------------*/
/*
Section 1. -- Default styles - overrides defaults from boostrap3 css/bootstrap.css 
Section 2. -- Navbar - Top menu
Section 3. -- Footer 
Section 4. -- Twitter feed 
Section 5. -- Category
Section 6. -- Contact us
Section 7. -- About us
Section 8. -- Checkout
Section 9. -- My account
Section 10. -- Product styles
Section 11. -- Cart
Section 12. -- Forgot password
Section 13. -- Site map 
Section 14. -- 404
Section 15. -- Blog
Section 16. -- Newsletter
Section 17. -- Alert box
Section 18. -- Autocomplete
Section 19. -- Media queries
*/
/*-----------------------------------------------------------------------------------*/
/*	Default styles
/*-----------------------------------------------------------------------------------*/
body
{
    font-family: 'Lato', sans-serif;
    background: #F5F7F9;
    width: 100vw;
    display: block;
    padding-left: 290px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 24px;
    left: 0;
    overflow-x: hidden;
}
.pagination > li > a, .pagination > li > span{
  color: #d10a11;
}
nav.navbar.navbar-custom {
    border-bottom: none;
    background: #ffffff;
    position: relative;
    z-index: 999;
    left: 49px;
    width: calc(100% - 97px);
}
.shopNav {
  top: 30px;
}
.mb30{
  margin-bottom: 30px;
}
a 
{
  font-size:12px;
  color:#777;
}
ul, ol
{
  list-style:none;
  padding:0px;
}
.wrapper {
    width: calc(100% - 290px);
    position: fixed;
    right: 0;
  	overflow-y: scroll;
    overflow-x: hidden;
  	height: 100%;
}
.wrapperOut {
    margin-top: 41px;
  	padding-left: 49px;
    padding-right: 49px;
    position: relative;
  	margin-bottom: 115px;
}
.wrapperOutHome {
    margin-top: 41px;
  	padding-left: 49px;
    padding-right: 49px;
    position: relative;
}
.wrapperOutProduct {
    margin-top: 41px;
  	padding-left: 49px;
    padding-right: 49px;
    position: relative;
}
.page-container {
  width: inherit;
}
p
{
  line-height: 26px;
  .
}
img
{
  max-width:100%;
}
select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 220px;
}
select, input[type="file"] {
  height: 30px;
  line-height: 30px;
  padding:4px 6px;
}
input[type="image"]
{
  vertical-align:middle;
}
ul,ol
{
  margin:0px;
}
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="tel"], input[type="color"], .uneditable-input
{
  padding:5px 5px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
  border-color:#ddd;
}
.required
{
  color:red;
  margin-left:5px;
}
.btn
{
  background-color:#F5F5F5;
  background-image:none;
  border:1px solid #eee;
  padding:5px 8px;
  font-size:11px;
  font-family: 'Lato', sans-serif;
  color:#333;
  text-shadow:none;
  text-transform: uppercase;
  box-shadow:none;
  border-radius:0px;
  transition:all 0.4s ease 0s;
}
.btn:hover
{
  background-color:#d10a11;
  color:#fff;
}
.btn-primary
{
  background-color:#d10a11;
  color:#fff;
  padding:12px 25px 10px;
  transition:all 0.4s ease 0s;
}
.btn-primary:hover
{
  background-color:#aaa;
}
.buttons .right 
{
  text-align: right;
}
#button-review
{
  margin-bottom:20px;
}
.btn.selectpicker
{
  background: transparent;
  text-transform:none;
  font-family:'Lato', sans-serif;
}
.bootstrap-select>.dropdown-toggle {
  width: 220px !important;
}
select.selectpicker {
	left: 220px;
    width: 20px !important;
    opacity: 1 !important;
  }
  .navbar .bootstrap-select.btn-group
{
  margin-bottom:0px;
}
.breadcrumb {
  border-radius: 0px;
  color: #777;
  font-size: 12px;
  float: left;
  background: #ffffff;
  padding-left: 35px;
  width: 100%;
  margin-bottom: 0px;
  padding: 2px 35px;
  border-top: #d10a11 1px solid;
}
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.nav-tabs > li > a
{
  border-radius:0px;
  /*	border-color:#EEEEEE #EEEEEE transparent;*/
}
.logo
{
  color:#888;
  font-family:'Lato', sans-serif;
  font-weight:600;
}
.logo a
{
  color:#333;
  font-size:18px;
  font-family:'Lato', sans-serif;
  font-weight:400;
  line-height:32px;
}
.logo a span
{
  display:inline;
}
.logo img
{
  vertical-align:top;
  margin-right:5px;
  margin-top:0px;
}
.logo a:hover
{
  text-decoration:none;
}
video.wf-slider-item-video {
  width: 100%;
}
.welcome
{
  display:inline-block;
  padding-top:30px;
}
.welcome a 
{
  font-size:12px;
  color:#999;
}
.welcome a:hover
{
  text-decoration:none;
  color:#000;
}
.m-w-200 {
    max-width: 200px !important;
}
#search
{
  float:right;
}
#search input
{
  border-radius:0px;
  box-shadow:none;
  border:1px solid #eee;
  padding:9px 8px;
  color:#999;
  font-family: 'Lato', sans-serif;
  font-size:12px;
  width:30px;
  display:inline-block;
  background:#fff;
  visibility:hidden;
}
#search button 
{
  margin-top:-10px;
  height:32px;
}
.button-search
{
  background: url("../img/search.png") no-repeat scroll center center transparent;
  cursor: pointer;
  height: 18px;
  margin-left: -35px;
  margin-top: -27px;
  left:100%;
  position: relative;
  width: 35px;
}
.nav-collapse.collapse
{
  z-index:10000;
}
.carousel
{
  margin-top:20px;
  margin-bottom:30px;
}
.carousel-control
{
  line-height:23px;
}
.left-menu
{
  margin-bottom:20px;
}
.left-menu > div
{
  background:#fff;
}
.left-menu > div {
  padding: 20px 30px;
  height: 100%;
}
.left-menu .banner
{
  margin:0px;
  margin-top:20px;
  color:#888;
  /*color:#d10a11;*/
  padding:10px;
}
.left-menu .banner h4
{
  font-size:16px;
  text-align:center;
}
.left-menu .options
{
  margin-top:20px;
}
.left-menu .options > select
{
  min-width:50px;
  width:auto;
  background-color:#f7f7f7;
  display:inline-block;
  margin-right:5px;
  padding-right:15px;
  border:1px solid #fff;
}
.left-menu > div ul
{
  margin-left:10px;
}
.left-menu > div ul li
{
  padding:5px 0px;
}
.left-menu > div ul li a
{
  color:#777;
  font-size:12px;
  padding-bottom:3px;
}
.left-menu > div ul li a:hover
{
  text-decoration:none;
  color:#333;
}
.left-menu > div ul li.active > a
{
  border-bottom:1px solid #d10a11;
}
.left-menu h3 {
  font-family: 'Lato', sans-serif;
  margin-top: 10px;
  margin-bottom: 0px;
  border: inherit;
  font-weight: 400;
  margin: 0;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: none;
  font-size: 17px;
  line-height: 50px;
  text-decoration: none;
  color: #888;
  text-transform: uppercase;
}
.left-menu summary {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #888;
  border: inherit;
  color: #919396;
  font-weight: 300;
  margin: 0;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d10a11;
}
.amount-range-price form  {
    margin: 60px 0 0 0 !important;
 }
 
.amount-range-price .ui-slider .ui-btn-inner {
    padding: 4px 0 0 0 !important;
}
 
.amount-range-price .ui-slider-popup {
    position: absolute !important;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 36px;
    padding-top: 14px;
    z-index: 100;
    opacity: 0.8;
}
.amount-range-price input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
.amount-range-price input[type=range]:focus {
  outline: none;
}
.amount-range-price input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: none;
  background: #d10a11;
  border-radius: 0px;
  border: none;
}
.amount-range-price input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 30px;
  background: #d10a11;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.amount-range-price input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d10a11;
}
.amount-range-price input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: none;
  background: #d10a11;
  border-radius: 0;
  border: none;
}
.amount-range-price input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 30px;
  background: #d10a11;
  cursor: pointer;
}
.amount-range-price input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.amount-range-price input[type=range]::-ms-fill-lower {
  background: #d10a11;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.amount-range-price input[type=range]::-ms-fill-upper {
  background: #d10a11;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.amount-range-price input[type=range]::-ms-thumb {
  box-shadow: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 30px;
  background: #d10a11;
  cursor: pointer;
}
.amount-range-price input[type=range]:focus::-ms-fill-lower {
  background: #d10a11;
}
.amount-range-price input[type=range]:focus::-ms-fill-upper {
  background: #d10a11;
}
.activeFilter {
  color: red;
}
h2
{
  font-size:14px;
  font-weight:400;
  color:#888;
  text-transform:uppercase;
  margin-bottom:20px;
}
ul.slides
{
  margin-bottom:20px;
}
/*
.banners
{
margin-bottom:30px;
}
.banners .banner
{
height:100px;
background:#fff;
}
*/
.heading
{
  display:none;
}
.cloud-zoom {
    position: relative;
    display: block;
    width: 100%;
    height: 225px;
}
.cloud-zoom img {
	width: auto !important;
    height: auto !important;
    max-height: 225px;
}
.product
{
  background:#fff;
  margin-bottom:20px;
  padding-bottom:10px;
  text-align:center;
}
.product > a
{
  display:block;
  padding:20px;
}
.product_sale 
{
  background:#d10a11;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  margin-left: 25px;
  margin-top: 30px;
  padding: 2px 8px;
  position: absolute;
  line-height:17px;
  text-transform: uppercase;
}
/*.product:hover
{
border:1px solid rgba(42, 127, 211, 0.2);
box-shadow:0 0 15px -8px #d10a11;
}*/
.product .name
{
  text-align:center;
}
.product{
  height: 100%;
}
.product-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.product-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.product .name a 
{
  font-weight:600;
  color:#888;
  font-family: 'Lato', sans-serif;
  font-size:12px;
  text-transform:uppercase;
}
.product .name a:hover
{
  color:#d10a11;
  text-decoration:none;
}
.btn-primary:hover{
  border-color: #d10a11;
  background: #d10a11;
}
.backBtn {
  bottom: 20px;
  right: 20px;
  position: absolute;
}
.product .price
{
  text-align:center;
  margin:0px;
}
.product .price p  
{
  font-size:12px;
  color:#999;
  font-family: 'Lato', sans-serif;
  margin:0px;
}
.product .addcart 
{
  text-align:center;
  height:45px;
  display:none;
}
.product .addcart a 
{
  background:#d10a11;
  padding:8px 15px;
  color:#fff;
  font-family: 'Lato', sans-serif;
  font-weight:600;
  font-size:11px;
  text-transform:uppercase;
}
.product .addcart a:hover
{
  text-decoration:none;
  color:#fff;
  background:#aaa;
}
.image-additional
{
  margin:20px 10px;
}
.image-additional a 
{
  display: inline-block;
  padding:5px;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
.footer-mail:focus {
  color: #fff;
}

footer {
  position: relative;
}
footer h1, footer h2{
  color: #fff !important;
}
.bg-red{
  background: #d10a11 !important;
}
.text-white{
  color: #fff !important;
}
footer p, footer a{
  text-transform: uppercase;
}
footer a, footer a:hover{
  color: #fff;
}
footer h2{
    color: #fff !important;
    font-family: 'AcryleScript';
    text-transform: none;
    font-size: 55px;
}
.easystudios-heading {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    padding-left: 45px;
    font-weight: 400;
    text-transform: uppercase;
}
.bg-red{
  background: #d10a11 !important;
}
.text-white{
  color: #fff !important;
}
footer p, footer a{
  text-transform: uppercase;
}
footer a, footer a:hover{
  color: #fff;
}
footer{
    background: #f5f7f9;
    min-height: 250px;
    margin-bottom: -250px;
    width: 100%;
}

#footerShop {
    background: #ffffff;
    color: #2c2c2c;
    width: calc(100% + 80px);
    padding: 40px;
    font-size: 30px;
    text-transform: uppercase;
}
#footerShop h4 {
	color: #d10a11!important;
    font-size: 20px!important;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase!important;
    font-weight: 300!important;
}
#footerShop a, #footerShop a:visited {
    color: #d10a11;
    font-size: 15px;
    font-weight: 400;
}
}
#footerShop a:hover, #footerShop a:active, #footerShop a:focus {
    color: #d10a11;
}

.powered
{
  background:#FDFDFD;
  color:#999999;
  font-size:11px;
  text-align:right;
  padding-top:30px;
  padding-bottom:30px;
}
.powered a
{
  font-size:11px;
  color:##777777;
}
.powered ul 
{
  list-style:none;
  text-align:right;
}
.powered-text, .payment-icons
{
  margin-right:20px;
}
.payment-icons li
{
  display:inline;
}
.payment-icons img 
{
  height:20px;
}
.social-network li
{
  display: inline-block;
}
.social-network li a
{
  line-height: 10px;
  padding:3px;
  font-size:16px;
  color:#fff;
  opacity:0.7;
}
.social-network li a:hover
{
  text-decoration:none;
  color:#fff;
  opacity:1;
}
.social 
{
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-top: 14px;
  text-align:right;
}
.social .copy
{
  text-align:right;
  margin-top:30px;
  margin-bottom:10px;
  opacity:0.5;
  font-family: 'Lato', sans-serif;
  font-weight:600;
}
.social-network:hover
{
  opacity:1;
}
.social-network
{
  bottom: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  line-height: 10px;
  padding-bottom: 10px;
}
#social_band
{
  background:#fff;
  color:#333;
  padding:20px 0px;
  font-size:12px;
  margin-top:40px;
}

/*-----------------------------------------------------------------------------------*/
/*	Twitter feed
/*-----------------------------------------------------------------------------------*/
.twitter
{
  text-align:left;
}
#twitter_update_list {
  font-size: 12px;
  line-height: 21px;
  list-style: none outside none;
}
#twitter_update_list li {
  /*background: url("../img/tweet.png") no-repeat scroll left 15px rgba(0, 0, 0, 0);*/
  padding: 10px 0 0px 0px;
}
#twitter_update_list span, #twitter_update_list span a 
{
  color: #333;
  line-height: 16px;
  font-size:11px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}
#twitter_update_list .user img 
{
  margin-bottom: 5px;
  margin-right: 2px;
  vertical-align: middle;
  max-height:24px;
}
#twitter_update_list span span 
{
  font-weight: 600;
}
#twitter_update_list .tweet {
  clear: both;
  line-height: 18px;
  font-size:11px;
  margin-bottom: 0;
}
#twitter_update_list a {
  color: #d10a11;
}
#twitter_update_list a:hover {
  color: #3D3D3D;
}
/*-----------------------------------------------------------------------------------*/
/*	Category
/*-----------------------------------------------------------------------------------*/
.row.category-info 
{
  margin-bottom: 30px;
}
.category-info .col-md-12 .row
{
  background: #fff;
  background: rgb(255, 255, 255);
  margin:0px;
}
.category-info .col-md-10
{
  padding:20px;
}
.category-info p 
{
  font-size: 12px;
}
.cat_header
{
  font-size:24px;
  margin-bottom:30px;
  margin-top:5px;
  font-family: 'Lato', sans-serif;
}
.cat_header h2 
{
  font-size:16px;
  color:#888;
  line-height:24px;
  font-weight:400;
  margin:10px auto;
}
.breadcrumb.prod
{
  /*margin:0 0 30px 20px;*/
}
.breadcrumb a {
  color: #d10a11;
}
.breadcrumb a:hover
{
  color:#333;
  text-decoration:none;
}
.pagination ul 
{
  border-radius:0px;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span
{
  border-radius:0px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span
{
  border-bottom-right-radius:0px;
  border-top-right-radius:0px;
}
.pagination 
{
  font-size: 12px;
  color:#999;
}
.links {
  padding: 10px;
  display: block;
  margin-bottom: 0px;
  margin-top: 20px;
  border-top:1px solid #eee;
}
.links {
  float: left;
  padding: 0px 0 0;
}
.links a {
  display: inline-block;
  padding: 5px 10px 5px;
  text-decoration: none;
  color: #888;
  line-height:20px;
  background:#fff;
}
.links a:hover
{
  background:#888;
  color:#fff;
}
.links b {
  display: inline-block;
  background:#999;
  padding: 5px 10px 5px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  font-weight:400;
  line-height:20px;
}
.results {
  margin-top: 30px;
  float: right;
  padding: 8px 20px 8px;
  color:#777;
  font-size:11px;
}
.shop-all-widget {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 15px;
  width: 18vw;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 74vh;
  max-height: 74vh;
}
.widget-shop {
  margin-bottom: 40px;
}
.widget-shop:last-child{
  margin-bottom:0;
}
.widget-shop > span {
  color: #000;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.shop-list{
}
.shop-list > a,
.shop-list label {
  color: #898989;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
  transition:.3s;
}
.shop-list label {
  color: #898989 !important;
}
.shop-list > a:hover{
  color:#388396;
}
.shop-list > a:last-child{
  margin-bottom:0;
}
.shop-list i {
  color: #e5e5e5;
  font-size: 14px;
  margin-left: 1px;
  margin-right: 10px;
}
.shop-select-bar {
  border: 1px solid #ddd;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.shop-tab li {
  display: inline-block;
}
.shop-tab {
  float: left;
}
.shop-tab li a {
  border: 1px solid transparent;
  color: #333333;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  width: 30px;
}
.shop-tab li.active a {
  border: 1px solid #333333;
}
.selector-field select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
  width: inherit;
}
.selector-field {
  float: right;
  margin-right: 30px;
}
.selector-field:first-child{
  margin-right:0;
}
.selector-field label {
  color: #404048;
  font-size: 13px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 0;
  margin-right: 7px;
}
.selector-field select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
  width: inherit;
}
.tab-content {
}
.toolbar4 {
  border: 2px solid #ebebeb;
  clear: both;
  float: left;
  margin: 20px 0 0;
  padding: 20px;
  width: 100%;
  background: #fff;
}
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
}
.pagination > li {
  display: inline-block;
  vertical-align: middle;
}
.pagination > li.active > span, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2e2e2e !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.pagination > li.active > span, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #d10a11 !important;
    font-size: 15px;
}
.pagination > li > a, .pagination > li > span {
    background: #d10a11 !important;
    border: medium none;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 19px;
    line-height: 1;
    margin: 0px 5px;
    padding: 0 9px;
    text-align: center;
    height: 20px;
}
.toolbar4 .text-right {
  color: #8d8c8c;
  float: right;
  font-size: 12px;
  margin-top: 0;
  width: auto;
}
.toolbar4 .col-sm-6 {
  line-height: 1;
  padding: 0;
  text-align:left;
}
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.product-contents {
  text-align: left;
}
.product-contents h2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin-bottom: 22px;
  text-transform: uppercase;
  width: 50%;
  margin-top: 0;
}
.product-contents h2 a {
  color: #292929;
  transition: all 0.3s ease 0s;
}
.product-contents h2 a:hover {
  color: #388396;
}
.product-rating {
  margin-bottom: 15px;
}
.product-rating i {
  color: #388396;
}
.new-price {
  color: #aaaaaa;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.product-des {
  border-top: 1px solid #ebebeb;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 20px;
}
.shop1-all-list.mb-40 {
  overflow: hidden;
}
.collection-category-box-inner {
  margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-top: 25vw; /* Adjust for desired aspect ratio (e.g., 100% for square, 56.25% for 16:9) */
    overflow: hidden; /* Ensures anything outside the box is clipped */
}

@media(max-width:1799px){
  .collection-category-box-inner {
      padding-top: 23vw; /* Adjust for desired aspect ratio (e.g., 100% for square, 56.25% for 16:9) */
  }
}
@media(max-width:1400px){
  .collection-category-box-inner {
      padding-top: 21vw; /* Adjust for desired aspect ratio (e.g., 100% for square, 56.25% for 16:9) */
  }
}
@media(max-width:1199px){
  .collection-category-box-inner {
      padding-top: 19vw; /* Adjust for desired aspect ratio (e.g., 100% for square, 56.25% for 16:9) */
  }
}
@media(max-width:1099px){
  .collection-category-box-inner {
      padding-top: 17vw; /* Adjust for desired aspect ratio (e.g., 100% for square, 56.25% for 16:9) */
  }
}
@media(max-width:990px){
  .collection-category-box-inner {
      padding-top: 24vw; /* Adjust for desired aspect ratio (e.g., 100% for square, 56.25% for 16:9) */
  }
}
@media(max-width:767px){
  .collection-category-box-inner {
      padding-top: 70vw; /* Adjust for desired aspect ratio (e.g., 100% for square, 56.25% for 16:9) */
  }
}
@media(max-width:500px){
  .collection-category-box-inner {
      padding-top: 85vw; /* Adjust for desired aspect ratio (e.g., 100% for square, 56.25% for 16:9) */
  }
}

  .collection-category-box-inner img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures the image behaves like a background cover */
      transform: translate(-50%, -50%); /* Centers the image */
  }

/*
.canHide {
  display: none;
}
*/
/*end category*/
/*-----------------------------------------------------------------------------------*/
/*	Hacks
/*-----------------------------------------------------------------------------------*/
.mb-40 {
  margin-bottom: 40px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mt15 {
  margin-top: 15px
}
.mt75 {
  margin-top:75px;
}
.modal-backdrop {
    display: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*	Contact us
/*-----------------------------------------------------------------------------------*/
#map
{
  height:400px;
  margin-bottom:30px;
  max-width:none;
}
#map img
{
  max-width:none;
}
#map label {
  width: auto;
  display:inline;
}
.location
{
  background:#fff;
  border:1px solid #f9f9f9;
  padding:20px;
  color:#888;
}
.location h3
{
  font-size:22px;
  font-family: 'Lato', sans-serif;
  color:#888;
  font-weight:normal;
  line-height:30px;
}
.location .address
{
  font-size:14px;
  color:#444;
  font-weight:600;
  line-height:24px;
}
.location p
{
  color:#444;
  font-size:12px;
  line-height:20px;
}
.location b 
{
  font-size:12px;
  color:#333;
}
.contact_form 
{
  background:#fff;
  border:1px solid #f9f9f9;
  padding:20px;
  color:#888;
}
.contact_form h3
{
  font-size:22px;
  font-family: 'Lato', sans-serif;
  color:#888;
  font-weight:normal;
  line-height:30px;
}
.contact_form b
{
  color:#777;
  font-size:12px;
  line-height:22px;
  font-weight:normal;
}
.more2 {
  display:block!important;
}
/*end contact us*/
/*about us*/
.text_about
{
  font-size:14px;
  color:#777;
  font-family: 'Lato', sans-serif;
}
.img-polaroid
{
  border:1px solid #ddd;
  margin-top:20px;
  box-shadow:none;
}
.description h4
{
  color:#222;
  font-weight:normal;
}
.description p 
{
  color:#888;
  font-family: 'Lato', sans-serif;
}
/*end about us */
/*-----------------------------------------------------------------------------------*/
/*	Checkout
/*-----------------------------------------------------------------------------------*/
.show-login
{
  font-size:12px;
  color:#777;
  background:#fbfbfb;
  border:1px solid #f5f5f5;
  height:30px;
  padding-left:10px;
  padding-top:10px;
}
.show-login a 
{
  color:#d10a11;
  font-size:12px;
}
.show-login a:hover
{
  color:#444;
}
.error.col-md-12 
{
  color: #FF0000;
  display: block;
  margin: 20px;
}
.box
{
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
.box.padding
{
  padding:20px 20px;
}
.registerbox
{
  padding:20px 20px;
  background: #FFFFFF;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.loginbox
{
  border:1px solid #eee;
  padding:20px 20px;
  background: #FFFFFF;
  /*	box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;*/
}
h3 {
  color: #919396;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
h3.related {
  margin: 0px 20px 30px;
}
.related + .row {
  overflow-x: hidden;
  overflow-y: auto;
  height: 75vh;
  position: absolute;
  left: 0;
}
.order-notes  p 
{
  font-size:12px;
  color:#888;
}
.shiptobilling 
{
  text-align:right;
}
.shiptobilling h3
{
  float:left;
}
.shiptobilling  label
{
  float:right;
  margin:10px 10px 0;
  line-height:40px;
}
.shiptobilling  input[type="checkbox"]
{
  margin:13px 5px 0px;
}
.shipping-address
{
  display:none;
}
input:-moz-placeholder, textarea:-moz-placeholder
{
  font-size:12px;
}
label
{
  color:#888;
  font-size:12px;
  line-height:18px;
}
.form-horizontal .control-label
{
  text-align:left;
}
.your_order h3
{
  font-size:14px;
  color:#333;
  font-weight:400;
  line-height:22px;
}
/*.your_order table 
{
border:1px solid #f6f6f6;
}
.your_order thead
{
background:#fdfdfd;
}
.your_order table.table th, table.table td
{
border-left:1px solid #f6f6f6;
border-top:1px solid #f6f6f6;
font-weight:normal;
}
.your_order  td
{
font-size:12px;
color:#888;
}
.your_order thead th 
{
text-align:center;
}
.your_order tbody td
{
text-align:center;
}
.your_order  td span
{
color:#d10a11;
}
.your_order  .subtotal
{
background:#FEFEFE;
}
.your_order p 
{
border-top:1px solid #f0f0f0;
margin-top:10px;
}*/
.your_order .btn
{
  float:right ;
  margin-top:10px;
}
.your_order label
{
  color:#888;
  font-size:12px;
  line-height:18px;
}
.your_order .radio
{
  cursor:pointer;
  color:#888;
}
.your_order .radio:hover
{
  color:#d10a11;
}
.your_order .radio img
{
  margin-left:5px;
}
.paypal p, .cheque p, .transfer p 
{
  font-size:12px;
  color:#777;
  border:none;
}
.paypal,.cheque,.transfer 
{
  background:#f5f5f5;
  padding:3px 10px;
}
.your_order .transfer,.your_order .cheque, .your_order .paypal
{
  display:none;
}
/*end checkout*/
/*-----------------------------------------------------------------------------------*/
/*	My account
/*-----------------------------------------------------------------------------------*/
.my_account p 
{
  font-size:22px;
  font-weight:normal;
  color:#333;
  line-height:40px;
}
input[type="text"],label
{
  color:#999;
  font-size:12px;
}
.form-vertical .control-label
{
  font-size:12px;
  color:#888;
}
.controls a 
{
  font-size:12px;
  color:#888;
}
.controls a:hover
{
  color:#d10a11;
}
/*end my account*/
/*-----------------------------------------------------------------------------------*/
/*	Product
/*-----------------------------------------------------------------------------------*/
.product-info {
  background: #fff;
  margin: 0px;
  padding-top: 20px;
  border: 1px solid #eaeaea;
  margin-left: 10px;
}
.product-info .col-md-6:first-child
{
  padding:0px;
}
.product-info .image-additional img
{
  max-width:74px;
  height:74px;
}
.image-additional a:focus 
{
  outline: 1px dotted #d10a11;
}
.product-info h1 {
  color: #919396;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 30px;
  text-transform: uppercase;
}
.product-info li 
{
  list-style:none;
  color:#444;
  font-size:12px;
}
.product-info li  span
{
  color:#999;
}
.product-info li a 
{
  color:#444;
  border-radius:0px;
}
.product-info li a:hover
{
  color:#d10a11;
}
.line
{
  border-bottom:1px solid #eee;
  margin-bottom:20px;
  margin-top:20px;
}
.price
{
  color: #999;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  min-height:30px;
  margin:30px 0 10px;
}
.price strike
{
  color:#949494;
  font-size:18px;
}
.price strong
{
  color:#888;
  font-size:18px;
  font-weight:400;
}
.price-tax
{
  font-size:11px;
  color:#999;
}
.price .price-old
{
  text-decoration:line-through;
}
.product-info input[type="text"]
{
  text-align:left;
  float:none;
  padding:6px 8px;
  border:1px solid #ddd;
}
.product-info b 
{
  padding-right:5px;
  margin-top:5px;
  font-size:12px;
  color:#777;
}
.tab-content
{
  font-size: 13px;
  line-height: 26px;
  color: #888;
  min-height: 214px;
  max-height: unset;
  height: 100%;
}
.minimum 
{
  margin-bottom: 10px;
}
.product-info #button-cart
{
  padding: 12px 25px 12px;
  font-size:11px;
  color:#fff;
  border:none;
  font-weight:600;
}
.product_wish_compare
{
  margin-top: 10px;
  cursor:pointer;
}
.product_wish_compare a
{
  font-size: 11px;
  cursor:pointer;
}
.product-info  .share 
{
  padding: 15px 0;
}
.product-info .nav-tabs
{
  border-bottom:1px solid #eee;
}
.tabs .nav-tabs > .active > a, .nav-tabs > .active > a:hover
{
  color:#888;
  border-color:#d10a11 #eee transparent;
}
.nav > li > a:hover, .nav > li > a:focus
{
  outline:none;
}
#tab-description 
{
  /*max-height: 300px;
  overflow-y: scroll;*/
  /*overflow-x: hidden;*/
}
.tabs
{
  margin-top:50px;
}
.tabs li a
{
  color:#777;
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
  text-transform:uppercase;
}
.tabs .table 
{
  border:1px solid #F3F3F3;
}
.table.specs td,.table.specs th
{
  border-top:1px solid #f3f3f3;
}
.tabs .table thead th
{
  border:1px solid #F3F3F3;
  background:#FBFBFB;
  font-size:12px;
  color:#777;
}
.tab-pane .rating
{
  color:#777;
}
.tab-pane textarea
{
  width:300px;
}
.tab-pane
{
  font-size:12px;
  color:#888;
}
.tab-pane a 
{
  color:#d10a11;
  font-size:12px;
}
.product-info .control-label
{
  color:#333;
  margin-top:10px;
}
.product-info .controls select
{
  color:#777;
  font-size:12px;
}
.strike
{
  text-decoration:line-through;
}
.product-img {
  max-height: 300px;
  background: #fff;
  border: 2px solid #ebebeb;
}
.product-img img {
	max-height: 250px;
    max-width: 100%;
    padding: 15px;
    margin: auto;
}
.product-content {
  background: #fff;
  padding: 0px 15px 15px 15px;
  margin-top: -5px;
  border: 2px solid #ebebeb;
}
.product-action {
  height: 50px;
  margin-top: 15px;
}
.product-contents {
  text-align: left;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border: 2px solid #ebebeb;
}
.product-action button, .product-action a {
  width: 100%;
  background: #d10a1100;
  color: #d10a11;
  font-size: 25px;
  border: solid 1px #d10a11;
  border-radius: 0;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
}
.product-action button:hover, .product-action button:active, .product-action button:focus {
  width: 100%;
  background: #d10a11;
  color: #fff;
  font-size: 25px;
  border: solid 1px #d10a11;
  border-radius: 0;
}
.product-tab {
    height: 90vh;
}
.shop-select-bar {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 7px;
  background: #fff;
  width: 100%;
}
.shop-select-bar + .row {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: 100%;
}
/*end product*/
.well {
  background: #fff;
  border: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px;
  box-shadow:none;
  color:#888;
  font-size:12px;
  border-radius: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Cart
/*-----------------------------------------------------------------------------------*/
.cart-info
{
  background: #fff;
}
.table 
{
  background:#fff;
  border:none;
}
.table thead > tr > th, 
.table tbody > tr > th, 
.table tfoot > tr > th, 
.table thead > tr > td,  
.table tbody > tr > td, 
.table tfoot > tr > td
{
  border:none;
}
.cart .cart-info
{
  width: 300px !important;
}
.empty 
{
  padding: 10px 10px 20px;
  text-align: center;
  font-size:12px;
  font-family: 'Lato', sans-serif;
}
.table thead > tr > th 
{
  padding:20px 10px;
  background: #fafafa;
}
.cart-totals .table td 
{
  text-align: right;
}
.cart-info tbody .quantity input[type="text"]
{
  width:auto;
}
.cart-info tbody .quantity input[type="image"]
{
  vertical-align:text-top;
}
.cart-info thead tr
{
  background:#FBFBFB;
  border-top:1px solid #f3f3f3;
}
.cart-info table.table th, table.table td
{
  border:1px solid #f3f3f3;
}
.cart-info thead th 
{
  color:#888;
  font-size:12px;
  font-weight:600;
}
.cart-info tbody .name a
{
  font-size:14px;
  color:#3A3A3A;
}
.cart-info tbody .name a:hover
{
  color:#336699;
}
.cart-info tbody td
{
  color:#777;
  font-size:12px;
  vertical-align:middle;
}
td.image 
{
  text-align: center;
}
td.image img
{
  max-width:100px;
}
.cart-info.dropdown-menu, .cart-info.dropdown-menu .table tbody
{
  border:none;
  font-size:12px;
}
.cart-info.dropdown-menu table
{
  margin:0px;
}
.cart-info.dropdown-menu > table td
{
  border:none;
  border-bottom:1px solid #eee;
}
.cart-info.dropdown-menu
{
  border:1px solid #eee;
  box-shadow:none;
  z-index: 10001;
  background:#fff;
  padding-top:10px;
}
.cart-info.dropdown-menu  tbody .name a
{
  font-size:12px;
}
.cart-total
{
  padding:10px;
  background:#fafafa;
  text-align:right;
}
.cart-total, .cart-total .checkout
{
}
.cart-total table
{
  display:inline-block;
}
.cart-totals table.table tr , table.table td
{
  border:1px solid #f3f3f3;
}
.cart-totals .table th, .table td
{
  border-top:none;
  color:#777;
  font-size:12px;
}
.cart-totals p 
{
  text-align:right;
}
.cart-totals .btn
{
  padding:12px 35px;
}
/*end cart*/
/*-----------------------------------------------------------------------------------*/
/*	Forgot password
/*-----------------------------------------------------------------------------------*/
.forgotten h3
{
  background:#fbfbfb;
  border:1px solid #F3F3F3;
  padding:5px 15px;
  font-size:12px;
  color:#333;
  font-weight:600;
}
p.forgotten-password
{
  color:#888;
  font-size:14px;
  line-height:24px;
}
.forgotten .form-horizontal .control-label
{
  padding-left:15px;
}
.forgotten .btn-primary
{
  float:right;
}
/*end forgot-password*/
/*-----------------------------------------------------------------------------------*/
/*	Sitemap
/*-----------------------------------------------------------------------------------*/
.sitemap ul
{
  padding:5px 15px;
}
.sitemap ul li a 
{
  font-size:13px;
  color:#333;
  line-height:30px;
}
.sitemap  ul.subtitle a 
{
  font-size:12px;
  color:#888;
  font-weight:normal;
  line-height:26px;
  text-transform:none;
}
.sitemap .subtitle a:hover
{
  color:#d10a11;
}
.sitemap ul li a:hover
{
  text-decoration:none;
}
/*-----------------------------------------------------------------------------------*/
/*	404
/*-----------------------------------------------------------------------------------*/
h1.e404
{
  margin:20px 0px 35px 50px;
  font-size:130px;
  line-height:120px;
  color:#888;
}
h1.page
{
  font-size:28px;
  font-weight:normal;
  color:#444;
}
h6.e404
{
  font-weight:normal;
  color:#888;
  font-size:13px;
  line-height:24px;
  margin-bottom:15px;
}
/*-----------------------------------------------------------------------------------*/
/*	Search
/*-----------------------------------------------------------------------------------*/
.search
{
  background:#fbfbfb;
  padding:35px 0 25px 15px;
  border:1px solid #eee;
}
.search select
{
  font-size:12px;
}
.search select option
{
  color:#888;
  line-height:50px;
  font-size:12px;
}
.search .category
{
  margin-left:15px;
  color:#777;
  font-size:12px;
}
.search  input[type="checkbox"]
{
  font-size:12px ;
  color:#777;
}
.search .checkbox.inline
{
  vertical-align:text-top;
  padding-top:0px;
  margin-left:5px;
}
.search-btn
{
  text-align:right;
  margin-top:25px;
}
h2.search-criteria
{
  font-family: 'Lato', sans-serif;
  font-size:16px;
  color:#888;
  background:#f7f7f7;
  border:1px solid #f3f3f3;
  padding:0px 15px;
  margin-bottom:20px;
}
/*end search*/
/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
h2.page-title
{
  font-size:18px;
  color:#444;
}
.content-blog img
{
}
.content-blog > .col-md-8 > div
{
  border-bottom:1px solid #eee;
  padding-bottom:20px;
  margin-bottom: 20px;
}
.content-blog h3 a 
{
  font-size:18px;
  color:#383838;
  font-weight:600;
}
.content-blog h3 a:hover
{
  text-decoration:none;
  color:#d10a11;
}
.post-detail
{
  font-size:12px;
  color:#888;
}
.post-detail b 
{
  color:#444;
}
.post-detail a 
{
  color:#d10a11;
}
.post-detail a:hover
{
  text-decoration:none;
  color:#444;
}
.text-blog p 
{
  margin-top:20px;
  color:#444;
  font-size:12px;
}
.text-blog a em 
{
  color:#444;
  font-family: 'Lato', sans-serif;
}
.text-blog a em:hover
{
  color:#d10a11;
  text-decoration:none;
}
.text-blog img {
  padding: 10px 20px;
}
.col-post
{
  margin-bottom:35px;
}
.col-post h3 
{
  line-height:24px;
  color:#888;
  font-weight:600;
  font-size:14px;
}
.col-post ul.post-menu li
{
  border-bottom:1px dotted #eee;
  padding:3px 5px 5px;
}
.col-post ul.post-menu li a 
{
  color:#444;
}
.col-post ul.post-menu li a:hover
{
  color:#d10a11;
  text-decoration:none;
}
.col-post .post-menu b 
{
  font-size:12px;
  color:#888;
}
.col-post p 
{
  font-size:12px;
  color:#444;
}
.col-post ul.tags a 
{
  background:#eee;
  display:inline-block;
  padding:5px 10px;
  margin-top:10px;
}
.col-post ul.tags a:hover
{
  text-decoration:none;
  background:#d10a11;
  color:#fff;
}
.col-post .tags li a 
{
  float:left;
  margin:0 5px 7px 0;
  color:#444;
}
.text-blog blockquote
{
  border-left:2px solid #eee;
}
.text-blog .quote-content p 
{
  color:#888;
  font-size:13px;
  font-family: 'Lato', sans-serif;
  font-weight:00;
  line-height:22px;
}
.text-blog ul li 
{
  list-style-type:disc;
  color:#aaa;
}
.text-blog ul li span
{
  color:#888;
  font-size:12px;
}
.text-blog > ul
{
  margin-left:30px;
}
.quote-meta
{
  font-size:12px;
  margin-top:10px;
}
.content-blog >.col-md-8 >.blog-post
{
  border-bottom:none;
}
.rss-wrapper {
  background: url("../img/rss.png") no-repeat scroll center center / cover;
  display: block;
  height: 14px;
  margin-right: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 20px;
  width: 14px;
}
.blog-meta
{
  font-size:12px;
  margin-bottom:10px;
}
.pagination > li > a, .pagination > li > span
{
  border:none;
}
.pagination > .active > a, .pagination ul > .active > span
{
  background:#fff;
  text-decoration: underline;
  color: #d10a11;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  color: #fff;
  text-decoration: underline;
  background:#d10a11;
}
.pagination > li > a:hover
{
  background:#d10a11;
  color:#fff;
}
.flickr-widget ul img
{
  height:70px;
  width:70px;
  margin:0px;
}
.flickr-widget ul li
{
  float:left;
  margin:0 5px 5px 0;
}
.comments 
{
}
.comments h3 
{
  margin-top:0px;
  color:#222;
}
.comments-content .avatar img
{
  min-height:60px;
  min-width:60px;
  width:100%;
}
.comments-details
{
  border-bottom:1px dotted #ddd;
}
.comments-details .comment-meta
{
  color:#777;
  font-size:12px;
}
.comment-text p 
{
  font-size:12px;
  color:#888;
}
.comments-content 
{
  margin-top:20px;
}
a.comment-reply-link
{
  color:#d10a11;
}
.respond
{
  margin-top:40px;
}
.respond .btn-primary
{
  padding:6px 20px;
}
.panel-default > .panel-heading {
  background-image: none;
  background-repeat: repeat-x;
}
.panel-default > .panel-heading {
  background-color: #FFFFFF;
  border-color: #fff;
  color: #333333;
}
/*-----------------------------------------------------------------------------------*/
/*	Newsletter
/*-----------------------------------------------------------------------------------*/
.newsletter
{
  background: #fff;
  padding:20px 30px;
}
.newsletter h3
{
  float:left;
  margin-top:10px;
  color:#777;
  font-size:11px;
}
.newsletter label
{
  font-size: 20px;
  font-weight:300;
  line-height: 40px;
}
.newsletter input
{
  font-size:11px;
  padding:10px 15px;
  margin-bottom: 0px;
  border:none;
}
.newsletter input.email
{
  font-size:13px;
  border: none;
  width:300px;
  padding:10px 15px;
  max-width:80%;
  margin-right:5px;
  background:#fafafa;
}
.newsletter div
{
  float:right;
  text-align:right;
}
/*-----------------------------------------------------------------------------------*/
/*	Navbar
/*-----------------------------------------------------------------------------------*/
.navbar-collapse {
  background: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	Alert box
/*-----------------------------------------------------------------------------------*/
.success, .warning, .attention, .information {
  padding: 7px 10px 7px 33px;
  color: #888555;
}
.success {
  background: #fff url('../img/success.png') 20px center no-repeat;
  /*border: 1px solid #A9C1D9;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;*/
  color: #313942;
}
.warning {
  background: #fff url('../img/warning.png') 20px center no-repeat;
  /*border: 1px solid #C9EAE6;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;*/
  color: #313942;
}
.attention {
  background: #fff url('../img/attention.png') 20px center no-repeat;
  /*border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;*/
}
.success, .warning, .attention, .information  {
  margin:15px;
  border: 2px solid #eee;
  color: #342D38;
  float: right;
  position: fixed;
  right: 10px;
  top: 10px;
  font-size:12px;
  font-weight:600;
  line-height:24px;
  padding: 30px 20px 30px 60px;
  z-index: 99999999;
  opacity: 0.9;
}
#notification a,.success a
{
  color: #888;
  font-weight:600;
}
.attention
{
  right: 50%;
  top: 50%;
}
.success .close, .warning .close, .attention .close, .information .close {
  float: right;
  cursor: pointer;
  margin-left: 10px;
  padding: 5px;
}
.required {
  color: #668389;
  font-weight: 600;
  padding:10px 0px 0px 0px;
}
.error {
  display: block;
  color: #FF0000;
  font-size:12px;
  padding:10px 0px 0px 0px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  display: block;
}
.text-left
{
  text-align:left;
}
.text-right
{
  text-align:right;
}
.text-center
{
  text-align:center;
}
/*-----------------------------------------------------------------------------------*/
/*	Autocomplete
/*-----------------------------------------------------------------------------------*/
#search input.autocomplete-loading
{
  background-image:url(/catalog/view/theme/sapphire/img/loading.gif);
  background-position: right 10px center;
  background-repeat:no-repeat;
}
ul.autocomplete 
{
  position: absolute;
  overflow: hidden;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #000;
  display:none;
  z-index:1000;
  border: 1px solid #eee;
}
ul.autocomplete li 
{
  display: block;
  padding: 5px;
  overflow: hidden;
  width: 100%;
  cursor:pointer;
  font-size:12px;
  font-family: 'Lato', sans-serif;
}
ul.autocomplete li.selected 
{
  background-color: #d10a11;
  color: #fff;
}
ul.autocomplete li strong 
{
  color: #d10a11;
  font-weight:600;
}
ul.autocomplete li.selected strong 
{
  color:#fff;
}
ul.autocomplete li img
{
  max-width:50px;
  vertical-align:middle;
  margin-right:5px;
}
/*-----------------------------------------------------------------------------------*/
/*	Media queries
/*-----------------------------------------------------------------------------------*/
@media(max-width:767px){
}
@media(min-width:768px){
}
@media(min-width:992px)
{
  .navbar .nav > li
  {
    padding: 0px 5px 0px;
  }
}
@media(min-width:1200px){
}
/*
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.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:active>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;}
*/
.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;
}
/* Custom CSS */
.cart-product-img {
  height: 90px !important;
}
.wf-shopping-cart-item td {
  vertical-align : middle !important;
  height: 90px !important;
}
.cart-product td > * {
  vertical-align : middle !important;
}
.center-image {
	height: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    background: #ffffff;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent
}
.dropdown {
  margin-right: 15px
}
.dropdown>a:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  left: auto;
  top: 17px;
  right: -3px;
  line-height: 1;
  z-index: 1001;
  color: #919396;
  -webkit-transition: top .2s linear, -webkit-transform .2s linear;
  -moz-transition: top .2s linear, -moz-transform .2s linear;
  -o-transition: top .2s linear, -o-transform .2s linear;
  -ms-transition: top .2s linear, -ms-transform .2s linear;
  transition: top .2s linear, transform .2s linear
}
.card,
.card .card-image,
.flexslider .slides li {
  position: relative
}
.card-panel {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .2);
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fff;
  margin-bottom: 30px
}
.card {
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  color: rgba(0, 0, 0, .84);
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 2px 0 rgba(0, 0, 0, .2)
}
.card .card-image {
  height: 60%;
  overflow: hidden
}
.card .card-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  pointer-events: none
}
.card .card-content {
  position: relative;
  padding: 30px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.navbar .nav.cart > li > a
{
    background-image: url(../img/cart2.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;
    font-weight: 400;
    padding-left: 20px;
    text-transform: none;
    line-height: 22px;
    z-index: 997;
    color: #999;
}
.navbar .nav.cart > li > a span {
  background: rgb(209 10 17);
  padding: 2px 5px;
  border-radius: 0;
  font-weight: 400px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  margin-left: 20px;
}
@media (min-width:768px) {
  #wf-navigation,
  #wf-navigation a,
  #wf-navigation li {
    height: 100%!important
  }
  .navbar {
    margin-bottom: 0px
  }
  .nav>li>a {
    color: #919396!important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
  }
  .nav>li>a:focus,
  .nav>li>a:focus:before,
  .nav>li>a:hover,
  .nav>li>a:hover:before {
    text-decoration: none;
    background-color: #fff;
    color: #d10a11important
  }
  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover {
    background-color: #fff;
    border-color: #fff
  }
  #wf-navigation a {
    position: relative;
    display: block;
    color: #B2B2B6;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: uppercase
  }
  #wf-navigation li {
    position: relative;
    float: left;
    margin: 0 15px;
    z-index: 40
  }
  .navbar-brand>img,
  .navbar-header {
    height: 100%
  }
  .navbar-brand {
    display: block;
    color: #c190c7;
    letter-spacing: -.6px;
    font-weight: 700;
    font-size: 28px;
    line-height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%
  }
  .navbar-custom {
    position: relative;
    width: 100%;
    background: #FFF
  }
  ul.navbar-nav > li.dropdown > div.dropdown-menu {
    margin-top: 32px !important;
  }
  .dropdown-menu {
    margin-top: 4px!important;
    background: #FFF!important;
    border: none;
    border-top: 1px solid #d10a11;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1)!important;
    border-radius: 0!important;
    padding: 0!important;
    width: 355px!important;
  }
  .dropdown-menu li {
    float: none!important;
    margin: 0!important;
    padding: 0!important;
    border-top: 0!important;
    background: 0 0!important;
    line-height: 25px!important;
    height: auto!important;
    width: 100%!important;
    border-bottom: 1px solid #eee!important
  }
  .dropdown-menu li:last-child {
    border-bottom: 0!important
  }
  .dropdown-menu li a {
    color: #B2B2B6!important;
    font-size: 14px!important;
    height: 40px!important;
    width: auto!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    line-height: 40px!important
  }
  .dropdown-menu>li>a:focus,
  .dropdown-menu>li>a:hover {
    background: #f8f8f8!important;
    border: none!important
  }
}
@media (max-width:767px) {
  .icon-bar {
    background-color: #ccc!important;
    width: 30px!important;
    height: 4px!important
  }
  .navbar-toggle {
    margin-right: 30px;
    margin-top: 40px;
    border: none
  }
  .navbar-toggle .icon-bar {
    background-color: #fff!important;
  }
  .navbar-toggle:hover .icon-bar {
    background-color: #fff!important;
  }
  .navbar-collapse {
	margin-right: 0px!important;
    margin-left: 0px!important;
    margin-top: 0px;
    max-height: none!important;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    height: 325px;
    left: 0;
    background: transparent;
    overflow: auto;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 1px 23px 69px -33px #000000;
    z-index: 997;
  }
  .dropdown-menu {
    width: calc(100% + 15px);
    border: none;
  }
 .typeMenu li a {
    height: 40px;
}
  .navbar-nav .open .dropdown-menu>li,
  .navbar-nav>li:not(:first-child) {
    border-top: 1px solid #eee
  }
  .nav>li>a:focus,
  .nav>li>a:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #d10a11 !important;
  }
  .navbar-nav {
	left: 18px;
    width: 100%;
    background: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-top: -7px;
    z-index: 997;
    height: 322px !important;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 20px 20px 20px 30px;
    font-size: 16px
  }
  .dropdown>a.subMenu:before {
    content: "\f067";
    border-left: 1px solid #eee;
    padding-top: 22px;
    padding-left: 26px;
    right: 26px;
    top: 0;
    height: 100%;
    font-size: 16px
  }
  .navbar-nav>li>a {
    padding: 20px 16px;
    background: #fff;
  }
  .navbar-nav>li {
    width: 100%
  }
  .navbar-brand {
    display: block;
    color: #B2B2B6;
    letter-spacing: -.6px;
    font-weight: 700;
    font-size: 28px;
    line-height: 120px
  }
  .navbar-custom {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    min-height: 120px;
    background: #FFF
  }
  #wf-content {
    padding-top: 160px
  }
  .navbar-brand>img {
    height: 80px
  }
  #wf-navigation {
    border-top: 6px solid #b892b9!important;
    margin-top: 35px
  }
  .cloud-zoom {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
}
  a#zoom1 {
    position: absolute;
    display: block;
  }
  .mousetrap {
    width: 350px;
    height: 350px;
    top: 0px;
    left: 0px;
    position: absolute;
  }
  .center-image {
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
  }

  #footerShop .fa {
    margin-bottom: 25px;
}
  .navbar .nav.cart > li > a
{
    background-image: url(../img/cart2.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;
    font-weight: 400;
    padding-left: 20px;
    text-transform: none;
    line-height: 22px;
    z-index: 997;
    color: #999;
    position: fixed;
    top: 97px;
}
  .navbar .nav.cart > li > a {
    display:none;
}
.navbar .nav.cart > li > a.mobileSmall {
    display:block;
}  
}

.navbar .nav.cart > li > a span {
  padding: 0px !important;
}
.nav-cart-size {
  height: 21px;
  width: 50px;
  display: block;
  text-align: center;
  padding: 0px;
  font-size: 14px;
  border-radius: 5px;
}
@media (max-width: 990px) {
  .left-menu > div {
    padding: 20px 30px;
    height: 100%;
    border-bottom: solid 1px #d10a11 !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .pagination>li:last-child>a, .pagination>li:last-child>span {
    display:none;
  }
  .col-xs-0 {
    display: none;
  }
  .product-info {
    margin-left: 0;
}
  .slicknav_menu {
    display: block;
    background: #fff;
    height: 106px;
    border-bottom: 1px solid #d10a11;
    left: 0;
    margin-right: 35px;
}
    header #menu {
    display: none;
  }
  header {
    position: relative;
    z-index: 9999;
    background-color: #fff;
    width: 40%;
    transform: translateX(-50%);
    left: 50%;
}
  .wrapper {
    width: 100%;
  }
  body {
    padding-left: 0px;
  }
  header .logo img {
    height: 75px;
    width: 75px;
    margin: auto;
    text-align: center;
    position: relative;
    margin-top: 15px;
    z-index: 99999;
}
  header .logo {
    margin: 0;
}

}
/* Search Page */
#search-results {
  margin-top: 50px;
}
.product-wrapper {
  height: 350px !important;
}
.magazi-search-page {
    position: fixed;
    left: 339px;
    top: 86px;
    width: calc(100% - 385px);
    background-color: #ffffff;
    text-align: center;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    height: 70vh;
    border-bottom: 1px solid #d41b22;
}
.magazi-search-page.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  overflow-y: auto;
  overflow-x: hidden;
}
.magazi-search-page .container {
  width: 980px;
  margin:0 auto;
}
.magazi-search-page h2 {
  margin: 0;
  margin-bottom: 100px;
}
.magazi-search-page form {
  position: relative;
}
.magazi-search-page input {
  width: 75%;
  height: 50px;
  border-bottom: 1px solid #dbdbdb;
  color: #bababa;
  font-size: 20px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 300;
  outline: none;
  padding-top: 19px;
}
.magazi-search-page button {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.magazi-close-search {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.magazi-close-search h4 {
  color: #bababa;
  font-size: 14px;
  font-weight: 400;
}
/* EasyCode Buttons */
.intercom-container {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: #f1f1f1;
  background-image: url(/Themes/Frieza/assets/img/logo/logo_square.png);
  background-size: contain;
  border-radius: 40px;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 999;
  color: #000;
}

.intercom {
  position:fixed;
  bottom:90px;
  right: 40px;
  width:400px;
  overflow:hidden;
  z-index:99999;
  background-color:#fff;
  border-radius:20px;
  height:600px;
  opacity:1;
  transition: 0.7s;
  color:#fff;
  font-weight:300;
  box-shadow: 0px 0px 3px 0.1px #000;
}
}

@media (max-width: 768px) {
  .intercom {
    width: 300px;
    height: 86.5%;
  }
    .desktopSmall {
    display: none;
  }
  .mobileSmall {
    display: block;
  }
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-50 {
  margin-top: 40px !important;
}
.intercom h3 {
  font-size: 18px;
  margin: 7px 0;
  font-weight: 100;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  text-transform: none;
}
.intercom img {
  width: 100%;
  margin: auto
}
.intercom-visitlink {
  text-align:center;
}
.intercom-visitlink a {
  padding:20px;
  background-color:#005067;
  color:#fff;
}
.intercom-header {
  background-color:#005067;
  width:100%;
  text-align: center;
  padding: 15px 10px 10px 10px;
}
.intercom-text-container {
  border-top: 3px solid #005067;
  color: #000;
  text-align: center;
  padding: 10px;
}
.intercom-text-container p {
  font-family: 'Overpass', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.intercom-visitlink a {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
}
.display-none {
  height:0 !important;
  transition: 0.7s;
  box-shadow: 0px 0px 0px 0px #000;
}
.serch-container {
  float: right;
  margin: 15px;
  cursor: pointer;
}
.product-area {
  background: #dee9eb;
  margin-top: 30px;
  margin-bottom: 30px;
}
.results-container .product-content {
    border: none;
    margin-top: 20px;
}
.results-container .product-content a {
    color: red;
}
.results-container .product-img {
    max-height: 250px;
    background: #fff;
    border: 2px solid #ebebeb;
    min-height: 250px;
}






/* News CSS */
  .strikeThrough {
    text-decoration: line-through;
  }

/* filter navbar */
.filterNav {
    min-height: unset;
    left: 0px !important;
    top: 0px;
    background: transparent !important;
  	margin-left: -15px;
}
.filterNav .navbar-header {
  width: 18vw;
  background: transparent;
}
.filterNav button {
  margin: 0;
  padding: 0;
  float: left;
  width: 70px;
  height: 30px;
  background: #ffffff;
  color: #d10a11;
  border-radius: 0;
  border: 1px solid #d10a11;
}
.widget.widget_price_filter {
    margin-bottom: 15px;
  display:none;
}
.filterHeader {
    height: 45px;
    border-bottom: 1px #dedede solid;
}
.filterHeader button {
    width: 100%;
}
@media (max-width: 1400px) {
.product-tab {
    margin-left: 35px;
}
  }
@media (max-width: 992px) {
    .pt-xs-75 {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
#mRefundPolicy .modal-dialog, #mPrivacyPolicy .modal-dialog, #mTOS .modal-dialog {
    width: 600px;
    margin: 136px auto;
}
    .desktopSmall {
    display: block !important;
  }
  .mobileSmall {
    display: none !important;
  }
#mRefundPolicy .modal-content, #mPrivacyPolicy .modal-content, #mTOS .modal-content {
    max-height: 75vh;
    overflow: scroll;
}
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    /* padding-left: 0; */
    background: transparent;
}
  .filterNav .navbar-header {
    width: 18vw;
    background: transparent;
    display: none;
}
  .vendorMenu {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 375px;
    padding: 15px !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
}
@media (max-width: 767px) {
#mRefundPolicy .modal-dialog, #mPrivacyPolicy .modal-dialog, #mTOS .modal-dialog {
    margin-top: 250px;
}
#mRefundPolicy .modal-content, #mPrivacyPolicy .modal-content, #mTOS .modal-content {
    max-height: 50vh;
    overflow: scroll;
}
  .collection-categoires-list h1 {
    font-size: 18px;
    width: 100%;
}
  .filterNav .navbar-header, .navbar-toggle {
    display: block !important;
  }
  .filterNav .navbar-header {
    display: block !important;
    background: #fff;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
}
  .wrapperOutHome {
    margin-top: 135px;
    left: 0;
    margin-left: 0;
    width: 100vw;
    position: relative;
}
  .wrapperOutProduct {
    margin-top: 90px;
    left: 0;
    width: calc(100% - 30px);
    position: fixed;
    margin-left: 15px;
}

  header .logo img {
    height: 75px;
    width: 75px;
    margin: auto;
    text-align: center;
    position: relative;
    margin-top: 15px;
    z-index: 99999;
  }
  header .logo {
    margin: 0;
  }
  .navbar-header, .navbar-toggle {
	display: block !important;
    width: 100vw;
    margin-top: -17px;
    z-index: 997;
  }
  .navbar-custom {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    min-height: 80px;
    background: #FFF;
  }
  header {
	position: relative;
    z-index: 999;
    background-color: #fff;
    width: 40%;
    transform: translateX(-50%);
    left: 50%;
  }
      .slicknav_menu .slicknav_nav {
    	background-color: #fff;
        border-bottom: 2px solid #d10a11;
	}
      .slicknav_menu .slicknav_nav li a {
    color: #444;
	}
          .slicknav_menu {
    		display: block;
    		background: #fff;
    		height: 106px;
          border-bottom: 1px solid #d10a11;
        }
  .shopNav .navbar-toggle {
    padding: 15px;
    background: #d10a11;
    float: left;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    margin: 0 !important;
    left: 0;
    margin-left: 0px !important;
    width: 100%;
    top: 1px;
  }
  .breadcrumb {
    margin-top: 1px;
    padding: 2px 5px;
    width: calc(100% - 30px);
    margin-left: 14px;
    border: none;
  }
  .filterNav .navbar-toggle .icon-bar {
    background-color: #d10a11!important;
  }
  .shop-all-widget {
    width: 100%;
    margin-top: -20px;
    margin-left: -5px;
  }
  .shopCont {
    top: 40px;
  }
  .shopNav button .row div {
   	transition: all 0.5s; 
  }
  .wrapperOut {
	margin-top: 207px;
    position: relative;
    width: 100%;
    margin-left: 15px;
    margin-right: 0;
    padding: 0;
    margin-bottom: 70px;
  }
  .wrapperStep {
    width: calc(100% - 30px);
}
  .subMenu .dropdown-menu {
    z-index: 9999;
  }
  #shopMenu {
    height: inherit;
  }
  #wkMenu {
    margin-top: 0;
    position: fixed;
    top: 35px;
    z-index: 999;
    width: 100px;
    left: 45px;
    border: 1px solid #d10a11;
    height: 124px !important;
    overflow: hidden;
  }
  .dropdown .cart-info {
    display: none;
  }
  .cart .dropdown>a:before {
    display: none;
  }
  nav.navbar.navbar-custom {
    border-bottom: none !important;
    background: #ffffff !important;
    position: fixed !important;
    top: 106px;
    z-index: 997 !important;
    left: 0;
    width: 100% !important;
    padding-top: 15px;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .shopNav {
	border-bottom: none !important;
    background: white !important;
    position: fixed !important;
    top: 105px;
    z-index: 999 !important;
    left: 0;
    width: 100% !important;
    padding: 15px;
    border: none;
  }
  .slicknav_menu {
	display: block;
    background: #fff;
    height: 106px;
    border-bottom: 1px solid #d10a11;
    left: 0;
    z-index: 998;
  }
  body {
    margin-left: 0px;
    padding-left: 0;
}
  .product-tab {
	position: relative;
    margin-right: 0;
    height: unset;
    padding-right: 15px;
    margin-left: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    margin-top: -55px;
}
        footer{
        margin-left: 0px;
        margin-right: 0px;
      }
  .wrapper {
    width: 100%;
}
    .filterNav {
	top: 201px !important;
    position: relative !important;
    left: 15px !important;
    margin-left: 0;
}
  .product-info {
    margin-left: 0;
    padding-top: 0;
    margin-top: -35px;
    margin-right: 30px;
}
#shopMenu .dropdown {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
}
}
@media (max-width: 456px) {
  .col-xxs-12 {
    width: 100%;
  }
  header .logo {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .selector-field label {
    color: #404048;
    font-size: 11px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 0;
    margin-right: 4px;
  }
}
/* shop nav */
.shopNav .navbar-toggle {
  margin: 5px;
}
/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #F5F7F9;
  border: solid 1px #F5F7F9;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d10a1159;
  border: solid 1px #ffffff;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d10a11;
}



.inSaleTag {
    background: red;
    color: white;
    padding: 5px;
    margin-right: 5px;
}

.product-thumbnail_wrapper .product-thumbnail_image {
    max-height: 50px;
}


.lubus-product .dropdown-menu-variant.active {
  display:block;
}

.collection-categoires-list h1 {
	font-size: 1.3vw;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    width: 600px;
    margin: 15px auto 25px auto;
}
.mainIndexButton {
    text-align: center;
}
.mainIndexButton .collection-category-box-inner {
	border: 2px solid #d10a11;
    margin-bottom: 28px;
    padding-top: calc(25vw - 2px);
}
@media(max-width:1799px){
  .mainIndexButton .collection-category-box-inner {
      padding-top: calc(23vw - 2px);
  }
}
@media(max-width:1400px){
  .mainIndexButton .collection-category-box-inner {
      padding-top: calc(21vw - 2px);
  }
}
@media(max-width:1199px){
  .mainIndexButton .collection-category-box-inner {
      padding-top: calc(19vw - 2px);
  }
}
@media(max-width:1099px){
  .mainIndexButton .collection-category-box-inner {
      padding-top: calc(17vw - 2px);
  }
}
@media(max-width:990px){
  .mainIndexButton .collection-category-box-inner {
      padding-top: calc(24vw - 2px);
  }
}
@media(max-width:767px){
  .mainIndexButton .collection-category-box-inner {
      padding-top: calc(70vw - 2px);
  }
}
@media(max-width:500px){
  .mainIndexButton .collection-category-box-inner {
      padding-top: calc(85vw - 2px);
  }
  .wrapperOutHome {
    padding-left: 0;
    padding-right: 0;
}
}
.mainIndexButton h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 40%;
    color: #d10a11;
    font-size: 18px;
}
.mainIndexButton img {
    filter: opacity(0);
}

@media (max-width: 767px) {
  .collection-categoires-list h1 {
    font-size: 15px;
    width: 100%;
}
  }

#wf-product-add-to-cart-quantity-container {
    float: left;
    width: 60px;
}
.wf-product-add-to-cart-quantity-value {
    width: 50px;
}
.shopnav, .shopNav {
    z-index: 999 !important;
}
/* hacks bootstrap */
footer h2 {
    color: #d10a11!important;
    font-size: 20px!important;
  font-family: 'Lato',sans-serif;
  text-transform:uppercase!important;
      font-weight: 300!important;
}
footer p {
  line-height: 24px!important;
    color: #757575!important;
    font-weight: 300!important;
  font-size: 17px!important;
}  
footer ion-icon {
    font-size: 25px!important;
    margin-bottom: -8px!important;
    color: #212529 !important;
}
footer a, footer a:hover {
    color: #d10a11!important;
  font-size: 17px!important;
}
.easystudios-logo {
    width: 150px;
}
.webLogoOuter {
    text-align: right;
}
@media screen and (max-width: 1199px) {
.webLogoOuter {
    text-align: left;
}
  }
.p-2 {
    padding: 0.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.position-absolute {
    position: absolute!important;
}
@media (min-width: 576px) {
.p-sm-5 {
    padding: 3rem!important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
}

/* error message cart */
  
  #errorContainer.show {
    width: 100%;
    padding: 15px;
    background: #f3f3f3;
    border: solid 1px gray;
    font-size: 14px;
    color: red;
  }  
 }    
  
  
/* Display Utilities */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

/* Responsive Display Utilities */
@media (max-width: 575.98px) {
  .d-sm-none {
    display: none !important;
  }
  
  .d-sm-inline {
    display: inline !important;
  }
  
  .d-sm-inline-block {
    display: inline-block !important;
  }
  
  .d-sm-block {
    display: block !important;
  }
  
  .d-sm-table {
    display: table !important;
  }
  
  .d-sm-table-row {
    display: table-row !important;
  }
  
  .d-sm-table-cell {
    display: table-cell !important;
  }
  
  .d-sm-flex {
    display: flex !important;
  }
  
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-md-none {
    display: none !important;
  }
  
  .d-md-inline {
    display: inline !important;
  }
  
  .d-md-inline-block {
    display: inline-block !important;
  }
  
  .d-md-block {
    display: block !important;
  }
  
  .d-md-table {
    display: table !important;
  }
  
  .d-md-table-row {
    display: table-row !important;
  }
  
  .d-md-table-cell {
    display: table-cell !important;
  }
  
  .d-md-flex {
    display: flex !important;
  }
  
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .d-lg-none {
    display: none !important;
  }
  
  .d-lg-inline {
    display: inline !important;
  }
  
  .d-lg-inline-block {
    display: inline-block !important;
  }
  
  .d-lg-block {
    display: block !important;
  }
  
  .d-lg-table {
    display: table !important;
  }
  
  .d-lg-table-row {
    display: table-row !important;
  }
  
  .d-lg-table-cell {
    display: table-cell !important;
  }
  
  .d-lg-flex {
    display: flex !important;
  }
  
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .d-xl-none {
    display: none !important;
  }
  
  .d-xl-inline {
    display: inline !important;
  }
  
  .d-xl-inline-block {
    display: inline-block !important;
  }
  
  .d-xl-block {
    display: block !important;
  }
  
  .d-xl-table {
    display: table !important;
  }
  
  .d-xl-table-row {
    display: table-row !important;
  }
  
  .d-xl-table-cell {
    display: table-cell !important;
  }
  
  .d-xl-flex {
    display: flex !important;
  }
  
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xxl-none {
    display: none !important;
  }
  
  .d-xxl-inline {
    display: inline !important;
  }
  
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  
  .d-xxl-block {
    display: block !important;
  }
  
  .d-xxl-table {
    display: table !important;
  }
  
  .d-xxl-table-row {
    display: table-row !important;
  }
  
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  
  .d-xxl-flex {
    display: flex !important;
  }
  
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
You can add this CSS code to your page to utilize the d- classes from Bootstrap 4. Please note that this code only includes the display-related classes and assumes that you already have Bootstrap 3 included in your page.






  
