/************************************************/
/**************** PARIS THEME *******************/
/************************************************/
@media (min-width: 1200px) {
  .page-wrapper .container {
    width: 1200px;
  }
}
@media (min-width: 1400px) {
  .page-wrapper .container {
    width: 1400px;
  }
}
@media (min-width: 1600px) {
  .page-wrapper .container {
    width: 1600px;
  }
}
html body{
  background: white;
}

@media (min-width:1600px){
.swiper-wrapper img {
  width:1570px;
	}
}
/* Category boxes FIX */
.products_list > a.col-md-3 .rbox {
  height: 100%;
  text-align: center;
}

.products_list > a.col-md-3 .rbox .header-2 h3 {
  font-size: 16px;
}

.products_list > a.col-md-3 {
  margin-bottom: 35px;
}
.products_list > a.col-md-3 .rbox .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* Attribute info module */
.attribute_info_container {
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-align: center;
    padding: 10px 0 5px 0;
    background: #222;
    color: #fff;
    display: none;
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 1000;
}

@media (max-width: 765px){
  .attribute_info_container{
    bottom: 50px;
  }
}

.product:hover .attribute_info_container {
    display: block;
}

.attribute_info_container .attribute_info_header {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
}

.attribute_info_container span {
    font-size: 13px;
}

.product_social {
    padding-bottom: 5px;
}

.service-banner h2 {
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}

.front-image #frontpage_slider {
  margin-bottom: 40px;
}

/* New Widget System */
.row.one-half .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.row.index-full .col-md-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.row.one-third .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.logo a img {
  max-height: 70px;
  width: auto;
}

@media (max-width: 500px){
  .row.one-half .col-md-6,
    .row.index-full .col-md-12,
    .row.one-third .col-md-4 {
      width: 100%;
    }
    html .products_list li .product .discount-corner {
      top: 0px;
      font-size: 0.8em;
    }
}

@media (min-width: 501px) and (max-width: 991px){
  .row.one-half .col-md-6,
    .row.index-full .col-md-12,
    .row.one-third .col-md-4 {
      width: 100%;
      text-align: center;
    }
}


/* Discount corner */

.products_list li {
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 1200px){
/*.products_list li {
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
  }*/
}

.discount-corner span {
    display: block;
    line-height: 5;
    font-size: 10px;
  font-weight: 600;
}
.discount-corner {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1C1C1C;
    color: #949494;
    text-align: center;
    line-height: 104px;
    font-size: 18px;
    font-weight: 900;
}

.product .discount-corner {
     left: -57px;
    background-color: #5D5D5D;
    color: #FFFFFF;
}

.product .product-meta .title {
  position: relative;
  display: inline-block;
}


@media (min-width: 768px){
  body .page-wrapper {
    top: 0 !important;
    margin-top: 0 !important;
  }
  .header_full_wrapper {
    position: fixed;
    z-index: 20;
    width: 100%;
    background-color: #fff;
    top: 0;
    box-shadow: none;
  }
  .contain.front-image {
    padding-top: 177px;
  }

  .header_full_wrapper {
    position: relative !important;
  }
  .floating_header {
    position: fixed !important;
  }
  .floating_header .main_menu {
    height: auto;
  }
  .floating_header .logo.col-md-4.wrapper.col-sm-6 {
    height: auto;
  }

  .floating_header .logo.col-md-4.wrapper.col-sm-6 img {
     max-height: 35px;
  }
  .floating_header .search-main.pull-right form {
    margin-top: 11px;
  }

  .floating_header ul.menu_dropdown > li > a {
    /* font-size: 11px; */
  }

  .floating_header ul.menu_dropdown > li > a > span {
    padding: 15px 10px 15px;
  }
}
@media (max-width: 767px){
    #mobile_header {
      top: 0 !important;
    }
    body .page-wrapper {
      top: 0 !important;
    }
    body .page-wrapper {
    margin-top: 0 !important;
    }
}

@media (max-width: 1024px){
  .open-drawer-menu .menu-drawer {
      position: fixed;
      overflow: auto;
  }
}

.mobile-menu > li {
  position: relative;
}

.mobile-menu .openclose {
display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFF;
    border-radius: 4px;
  cursor: pointer;
}
.dropmenu-small {
  width: 100%;
  position: static;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.sub_menu li {
  border: none;
}

.mobile-menu .openclose:after {
    content: '+';
    font-size: 29px;
    text-align: center;
    width: 36px;
    display: block;
    line-height: 39px;
}
.mobile-menu .openedMenu > .openclose:after {
  content: '-';
}
.sub_menu li a {
    display: block;
    height: auto !important;
    padding: 8px 6px !important;
    padding-left: 0px !important;
    margin-left: 8px;
    font-size: 14px;
}

.sub_menu .sub_menu {
  border: 1px dashed #fff;
}

.dropmenu-small .sub_menu,
.dropmenu-small .sub_menu .has-subchild {
  position: relative;
}

.sub_menu .sub_menu li a {
    display: block;
    font-size: 11px;
    background-color: #f8f8f8;
}

.has-subchild .sub_menu {
  display: none;
}
.has-subchild.openedMenu > .sub_menu {
  display: block;
}

@media (max-width: 1200px){
  /*.products_list li .product {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
      padding-top: 9px !important;
    }*/

    .products_list .product .image {
      max-width: 100%;
      margin: 0 0 5px 0;
    }
}

.products_list li {
  /*cursor:pointer;*/
  padding-top:15px;
  padding-bottom:15px;
  /*font-family: 'Raleway', sans-serif;*/
}

.greyscale.contain .products_list li .product {
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 6px 1px rgba(100,100,100,0.1);
  box-sizing: border-box;
  padding: 0 10px;
  background:#fff;
}

@media (min-width: 1201px){

  .greyscale.contain .products_list li {
      box-shadow: 0 0 6px 1px rgba(100,100,100,0.1);
    padding-bottom: 0;
    padding-top: 0;
  }

  .products_list .product .image {
    padding: 9px 15px 5px 15px;
  }
}

.quantity_changer {
  display: inline-block;
}
.quantity_changer a {
    color: #fff;
    vertical-align: middle;
    background-color: #000;
    border-radius: 50%;
    padding: 2px 7px;
    line-height: 1;
    min-width: 21px;
    display: inline-block;
    font-size: 17px;
}

/************************************************/
/****************** CSS HACK ********************/
/************************************************/
/* IMAGE HACK */
.products_list .product .image{
  width: 100%;
  /*min-height: 302px;
  max-height: 302px;*/
  margin: 0 0 !important;
  padding: 0 !important;
}
.products_list .product .image img{
  height: auto;
  max-height: 302px;
  max-width: 100%;
  width: auto;
}
@media all and (min-width: 1200px) and (max-width: 1399px){
  /*.products_list .product .image{
    min-height: 254px !important;
    max-height: 254px !important;
  }*/
  .products_list .product .image img{
    max-height: 254px !important;
  }
}
@media all and (max-width: 1200px){
  /*.products_list .product .image{
    min-height: 286px !important;
    max-height: 286px !important;
  }*/
  .products_list .product .image img{
    max-height: 286px !important;
  }
}
@media all and (max-width: 1200px){
  /*.products_list .product .image{
    min-height: 330px !important;
    max-height: 330px !important;
  }*/
  .products_list .product .image img{
    max-height: 330px !important;
  }
}
@media all and (max-width: 767px){
  /*.products_list .product .image{
    min-height: 100% !important;
    max-height: 100% !important;
  }*/
  .products_list .product .image img{
    max-height: 290px !important;
  }
}
@media all and (max-width: 715px){
  .products_list .product .image img{
    max-height: 233px !important;
  }
}
@media all and (max-width: 600px){
  .products_list .product .image img{
    max-height: 300px !important;
  }
}

/* PRODUCT HACK */
.product .see-more{
  position: absolute;
  top: 45%;
  bottom: 50%;
  left: 0;
  right: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,.4);
  padding: 15px 0;
  height: 50px;
  display: none;
}
.product .see-more span{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.product:hover > .see-more{
  display: block;
}

.product .product-meta{
  padding-bottom: 10px;
  /* margin-left: -10px;
  margin-right: -10px;
  */
  padding-top: 20px;
  margin-bottom: 10px;
}
.product .product-meta .title,
.product .product-meta .price{
  margin: 0;
  line-height: 1.4;
  /*height: 30px;*/
  overflow: hidden;
  /*float: left;
  width: 50%;*/
}
.product .product-meta .title{
  /*text-align: left;*/
  color: #aaa;
}
.product .product-meta .title:hover,
.product .product-meta .title:active,
.product .product-meta .title:focus{
  color: #1b1b1b;
}
.product .product-meta .price{
  text-align: right;
  color: #1b1b1b;
}
.product .product_box_button{
  margin: 5px 0 13px 0;
}

/* PRODUCTS LIST */
.products_list:before,
.products_list:after{
  clear: both;
  display: table;
  content: "";
}
.products_list{
  padding: 0 !important;
}
@media all and (max-width: 992px){
  .products_list{
    padding: 0 10px !important;
  }
  #footer .container img,
  #footer .container iframe {
    max-width: 100% !important;
  }
  .container img {
    max-width: 100%;
  }
}

.products_list li{
  padding: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*height: auto !important;*/
  height: auto;
}
.products_list li .product{
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.products_list li .product .discount-corner{
  background-color: transparent;
  width: auto;
  height: auto;
  top: -10px;
  left: 0px !important;
  right: auto;
  padding: 5px !important;
  transform: inherit;
  padding: 8px 8px !important;
  border-radius: 0px;
}
.products_list li .product .discount-corner span{
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  height: 30px;
  line-height: 40px;
}

@media all and (max-width: 600px){
  .products_list .col-md-3,
  .products_list .col-xs-6{
    /*clear: both;
    float: none;
    margin: 0;*/
    /*margin-bottom: 15px;
    /*width: 100%;*/
  }
  .products_list li:nth-child(odd){
    padding-right: 0 !important;
  }
  .products_list li .product .discount-corner span{
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  height: 14px;
  line-height: 17px;
}

}

/* LOGO */

.logo{
  float: left;
  height: auto;
}
.logo a{
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.logo a img{
  max-height: 120px;
  max-width: 100%;
  height: auto;
}
.logo.wrapper{
  padding-top: 0;
  padding-bottom: 0;
}
.floating_header .logo.col-md-4.wrapper.col-sm-6 img{
  max-height: 50px !important;
}

/* MENU */
.flat_menu{
  margin: 0;
}
.main_menu:before,
.main_menu:after{
  clear: both;
  display: table;
  content: "";
}
.main_menu{
  height: auto;
}

/* BUY BUTTON */
.product_box_button{
  display: block;
  margin: 15px 0;
}
.product_box_button .button .button{
  display: inline-block;
  width: auto;
  padding: 5px 15px;
}

/* FRONT IMAGE */
.contain.front-image{
  padding-top: 199px;
}
@media all and (max-width: 768px){
  .contain.front-image{
    padding-top: 0px;
  }
}
.front-image #frontpage_slider{
  margin-top: 40px;
  margin-bottom: 0;
}
@media all and (max-width: 767px){
  .front-image #frontpage_slider{
    margin-top: 0;
  }
}
.flex-control-nav{
  position: relative;
  bottom: auto;
  margin-top: 15px;
}
.front-image {
  padding-top: 0px !important;
}
/* IMAGE ROWS */
#image-rows{
  margin-bottom: 15px;
}
#image-rows .row{
  margin-top: 15px;
}
#image-rows .col-md-4,
#image-rows .col-md-6,
#image-rows .col-md-12{
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (max-width: 992px){
  .one-third .col-md-4{
    float: left !important;
    width: 33.33% !important;
  }
  .one-half .col-md-6{
    float: left !important;
    width: 50% !important;
  }
}
@media all and (max-width: 600px){
  .one-third .col-md-4,
  .one-half .col-md-6{
    /*float: none !important;
    clear: both !important;
    width: 100% !important;*/
    clear: both !important;
    width: 100% !important;
    float: none !important;
  }
}

/* CONTAINER */
@media all and (max-width: 996px){
  .container{
    width: 100% !important;
  }
}

/* HEADINGS */
h1.title{
  margin: 15px 0 15px 0;
  font-size: 2.3em;
}
@media all and (max-width: 700px){
  h1.title{
    font-size: 1.7em !important;
    margin-top: 0;
  }
}

/* BREADHEAD */
.breadhead {
  margin-bottom: 15px;
}
.breadhead .container{
  padding: 0 15px;
  margin: auto;
}
.breadhead .breadcrumb{
  margin: 0;
}
.breadhead .filter-select{
  margin: 0;
}
@media all and (max-width: 992px){
  .breadhead .filter-select{
    text-align: left;
    margin-top: 15px;
  }
  .breadhead .filter-select .sorted_element{
    margin: 0 10px 0 0;
  }
  .breadhead .filter-select .sorted_element:last-of-type{
    margin: 0;
  }
}
@media all and (min-width: 992px) and (max-width: 1200px){
  .product-filter input, .product-filter select{
    width: 136px;
  }
}
@media all and (max-width: 600px){
  .breadhead .filter-select .sorted_element{
    display: block;
    width: 100%;
    margin: 0;
  }
}

/* FOOTER */
#page-footer{
  background-color: #555;
  color: #fff;
}
#page-footer p,
#page-footer a:link,
#page-footer a:visited,
.copyright a:link,
.copyright a:visited{
  color: #fff !important;
}
#page-footer a:hover,
#page-footer a:active,
#page-footer a:focus,
.copyright a:hover,
.copyright a:active,
.copyright a:focus{
  color: #e9e9e9 !important;
}
#page-footer h3{
  font-size: 1.17em;
  font-weight: 500;
  color: #fff;
}
.page-footer h4 {
  font-size: 1.5em;
  font-weight: 600;
}
.newsletter-box {
  border: 1px solid #cdd0d1;
  border-radius: 4px;
}
/* COPYRIGHT */
.copyright{
  background-color: #333;
  border-top: 1px solid #222;
  color: #fff;
}
.copyright .footer_conditions{
  padding: 0 15px;
  margin: auto;
}
.copyright .copyright-mystore{
  margin: 0;
  float: left;
}
.copyright .copyright-mystore a{
  color: #80BA27 !important;
}

/* CART SIDE */
#cartDrawer .products_container .product{
  margin-bottom: 30px;
}
#cartDrawer .products_container .product .price{
  margin-bottom: 10px;
  line-height: 1;
}
.quantity_changer a{
  padding: 0;
  border-radius: 0;
  min-width: auto;
  font-size: 1.45em;
  background-color: transparent;
  margin: 0 2px;
}
.quantity_changer a i{
  color: #5e5e5e;
}
.quantity_changer a i:hover,
.quantity_changer a i:active{
  color: #777;
}
.remove_product_from_minicart{
  font-size: 1.2em;
}

/* CONTENT BLOCK */
.block{
  padding: 15px 0;
}
@media all and (max-width: 992px){
  .contain.front-image{
    padding-top: 260px !important;
  }
}
@media all and (max-width: 767px){
  .contain.front-image{
    padding-top: 0px !important;
  }
}

/* FLEX SLIDER PRODUCT */
.flexslider .slides img{
  height: auto;
  max-width: 100%;
  width: auto;
  margin: auto;
}


/************************************************/
/****************** CUSTOM CSS ******************/
/************************************************/
/* PRIMARY COLOR - #ea8128 */
/* SECONDARY COLOR - #000 */

/* DISCOUNT CORNER */
.product .news_tag{
  background-color: #555 !important;
}
.product .special_tag{
  background-color: #333 !important;
}

/* BREADCRUMB LINKS */
.breadcrumb a{
  color: #aaa;
}

/* LINKS */
.dropcontent h4 a{
  color: #000;
  text-align: left;
}
.dropcontent h4 a:hover,
.dropcontent h4 a:active,
.dropcontent h4 a:focus,
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus{
  color: #333;
}

.dropcontent_block > p > a:hover,
.dropcontent_block > p > a:active,
.dropcontent_block > p > a:focus{
  color: #333;
}
.subcategories {
  padding-left: 5px;
}

.product-information .info,
.product-information .info i,
.product-information .info a{
  color: #333;
}
.product-information .info a:hover,
.product-information .info a:active,
.product-information .info a:focus{
  color: #555;
}

/* PRODUCT */
.product-price{
  color: #000;
}
.price-old {
  font-size: 18px;
  padding-left: 10px;
  text-decoration: line-through;
}

.products_discount_percentage {
  color: #ff0000;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
.prod-price-mob {
  margin-top: 20px;
  margin-bottom: 10px;
  }
}
.button .button{
  background-color: #1b1b1b;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  color: #fff;
}
.button .button:hover,
.button .button:active,
.button .button:focus{
  background-color: #333;
}

#accordion .product_social,
#accordion hr{
  margin: 15px 0;
}

/* HEADER */
/* IS THIS NEEDED? */
/*
.header{
  background-color: #000;
}
.header a:link,
.header a:visited{
  color: #fff;
}
.header a:hover,
.header a:active,
.header a:focus{
  color: #e8e8e8;
}
*/
/* MOBILE HEADER */
#mobile_header{
  background-color: #000;
}

/* LIGHTBOX */
.productpage-slider{
  margin: 0;
}
.productpage-slider .flex-viewport{
  /*max-height: 377px;*/
}

/* FOOTER */
#page-footer .widget .row > .col-md-3:last-child {
  display: none !important;
}

/* CATEGORY PAGE */
.content-header .title,
.content-header .cat_info_box,
.content-header .filter-select,
.content-footer .title,
.content-footer .cat_info_box,
.content-footer .filter-select{
  text-align: left;
}
.content-header .filter-select .sorted_element,
.content-footer .filter-select .sorted_element{
  margin: 0 10px 0 0;
}

/* CHECKOUT CART OVERALL */
#cartDrawer{
  background-color: #fff !important;
}
#cartDrawer .cart_button a{
  background-color: #1b1b1b;
  border: 0 !important;
}
#cartDrawer .cart_button a:hover,
#cartDrawer .cart_button a:active,
#cartDrawer .cart_button a:focus{
  background-color: #333 !important;
}

/************************************************/
/******************* CART FIX *******************/
/************************************************/
.main_menu .content-wrapper{
  margin-top: 10px;
  margin-bottom: 10px;
}
.main_menu .user-control{
  padding-top: 14px;
  padding-bottom: 14px;
}
.product-cart-header {
  text-align: left;
  font-size: 0.95em;
}
.upper-content {
  text-align: left;
}
@media all and (min-width: 1401px){
  .products_list .product .image img {
    max-width: 100%;
  }
}
@media all and (max-width: 1400px){
  .main_menu .user-control{
    width: 60%;
  }
  .products_list .product .image img {
    max-width: 100%;
  }
}
@media all and (max-width: 1200px){
  .main_menu .user-control{
    width: 65%;
  }
}
.main_menu .search-main,
.main_menu .checkout-cart{
  float: left;
}

/* LOGO */
.main_menu .logo{}
.main_menu .logo a{
  margin: 0;
}

/* SEARCHFORM  AND BUTTON */
.main_menu .search-main{

}
.main_menu .search-main .form-control,
.main_menu .search-main .btn{
  border-radius: 0;
}
.main_menu .search-main .input-group-sm > .form-control,
.main_menu .search-main .input-group-sm > .input-group-addon,
.main_menu .search-main .input-group-sm > .input-group-btn > .btn{
  height: 40px;
  padding: 7px 10px;
  border-radius: 0px;
  text-indent: 2px;
  border-bottom: 1px solid #232323;
  border-top: 0;
  border-left: 0;
  box-shadow: none;
  border-right: 0;
  font-size: 14px;
}
.main_menu .search-main .btn{
  padding: 7px 15px !important;
}
.search-main .input-group {
    padding-bottom: 15px;
    width: 85%;
}
.logo-adjust {
  padding: 5px 0;
}
.menu2-active .search-main,
.menu2-active .checkout-cart {
/*	padding-top: 25px; */
}
.menu2-active .search-main .input-group {
  padding-bottom: 0;
}
.menu2-active .main_menu .search-main .input-group-sm > .form-control,
.menu2-active  {
	border-radius: 0 !important;
}
.menu2-icons {
  font-size: 1.6em !important;
}
#searchsubmit {
    position: relative;
    z-index: 2;
    left: -30px;
    top: 10px;
    cursor:pointer;
    width: 0;
}

.menu-button{
  padding: 10px;
}
.menu-button.fa-shopping-bag{
  /* margin-left:18px; */
}
/* simple hack to hide slogans on desktop */
.header-hider {
  /*display: none; */
}
/*
.usericon{
  padding: 10px 12px !important;
*/
}
.added-to-cart {
    font-size: .8em;
    background-color: #fff;
    color: #000;
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 10px;
    top: 16px;
    left: 196px;
    font-size: .9em;
    border: 2px solid #EA8128;
}
@media (min-width: 768px) and (max-width:1198px) {
  .added-to-cart {
    left: 135px;
  }
}
@media (min-width: 1199px) and (max-width:1399px) {
  .added-to-cart {
    left: 170px;
  }
}
/***** MEDIA QUERY FIX *****/
@media all and (max-width: 991px){
  .main_menu .user-control{
    width: 50%;
  }
  .main_menu .search-main{
    float: none;
    clear: both;
    width: 100%;
  }
  .main_menu .checkout-cart{
    float: right;
    width: 215px;
    margin-top: 15px;
  }
  .floating_header .main_menu .search-main{
    display: none;
  }
  .floating_header .main_menu .checkout-cart{
    margin-top: 0;
  }
  ul.menu_dropdown > li > a{
    font-size: .9em;
  }

  .main_menu .logo{
    padding-top: 30px;
  }
  .floating_header .main_menu .logo{
    padding-top: 0;
  }
}
@media all and (min-width: 767px) and (max-width: 992px){
  .contain.front-image{
    padding-top: 235px;
  }
}
/***** END MEDIA QUERY FIX *****/
.main_menu .checkout-cart{
  position: relative;
  text-align: center;
}
.main_menu .checkout-cart:before,
.main_menu .checkout-cart:after{
  clear: both;
  display: table;
  content: "";
}
.main_menu .checkout-cart .btn{
  border-radius: 0;
  background-color: #000;
  color: #fff;
  padding: 8px 10px;
  display: block;
  clear: none;
}
.main_menu .checkout-cart .btn:before,
.main_menu .checkout-cart .btn:after{
  clear: both;
  display: table;
  content: "";
}
.main_menu .checkout-cart .btn:hover,
.main_menu .checkout-cart .btn:active,
.main_menu .checkout-cart .btn:focus{
  background-color: #1b1b1b;
}
.main_menu .checkout-cart .cart_with_items{
  color: #232323 !important;
}
/* CART ICON */
.main_menu .checkout-cart .cart-icon{
  position: absolute;
  left: 25px;
  top: 11px;
}
.main_menu .checkout-cart .cart-icon .icon{
  margin: 0;
  padding: 0;
  position: relative;
}
.main_menu .checkout-cart .cart-icon .icon i{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.5em !important;
}
.main_menu .checkout-cart .cart-icon .icon span{
  font-size:.8em;
  background-color: #fff;
  color: #000;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: -9px;
  left: 173px;
  font-size: .9em;
  border: 2px solid #EA8128;
}

/* CART ITEMS */
.main_menu .checkout-cart .cart-items{}
.main_menu .checkout-cart .cart-items .title,
.main_menu .checkout-cart .cart-items .cart-total-value{
  margin: 0;
  line-height: 1;
  padding: 0;
}
.main_menu .checkout-cart .cart-items .cart-total-value{
  margin: 0;
  padding: 7px 0;
  text-transform: uppercase;
}
.main_menu .checkout-cart .cart-items .cart-total-value span{
  font-weight: 700;
}

/************************************************/
/************* PRICE IN CART SLIDEMENU **********/
/************************************************/
#cartDrawer{
  padding: 0 15px;
}
#cartDrawer .products_container{
  padding-bottom: 250px;
}
@media all and (max-width: 600px){
  #cartDrawer .products_container{
    padding-bottom: 310px;
  }
}
#cartDrawer .products_container .product{}
#cartDrawer .cart-title{
  font-size: 1.6em;
  position: relative;
  text-align: center;
}
@media (max-width:991px){
  #cartDrawer .cart-title{
  margin-top: 90px;
  }
}
/* GRID */
#cartDrawer .col-md-2,
#cartDrawer .col-md-3,
#cartDrawer .col-md-4,
#cartDrawer .col-md-5,
#cartDrawer .col-md-6,
#cartDrawer .col-md-8,
#cartDrawer .col-md-9,
#cartDrawer .col-md-10{
  float: left !important;
}
#cartDrawer .col-md-2{
  width: 16.66666667%;
}
#cartDrawer .col-md-3{
  width: 25%;
}
#cartDrawer .col-md-4{
  width: 33.33333333%;
}
#cartDrawer .col-md-5{
  width: 41.66666667%;
}
#cartDrawer .col-md-6{
  width: 50%;
}
#cartDrawer .col-md-8{
  width: 66.66666667%;
}
#cartDrawer .col-md-9{
  width: 75%;
}
#cartDrawer .col-md-10{
  width: 83.33333333%;
}
/* END GRID */
#cartDrawer .product{
  text-align: left;
}
#cartDrawer .product .prod-image{
  display: block;
}
#cartDrawer .product .prod-image img{
  width: auto;
  height: auto;
}
#cartDrawer .upper-content{
  margin-bottom: 10px;
}
#cartDrawer .bottom-content{}
#cartDrawer .bottom-content .quantity_changer a{
  display: inline-block;
}
#cartDrawer .bottom-content .price{
  text-align: right;
  margin-bottom: 0;
}
@media all and (max-width: 500px){
  #cartDrawer .upper-content .prod-title,
  #cartDrawer .bottom-content .price{
    font-size: .9em;
  }
  .products_list .product .image img {
    max-width: 97%;
  }
}

/* BOTTOM CONTENT OF CART */
#cartDrawer .bottom-of-cart{
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}
#cartDrawer .cart_total_price{
  background-color: #fff;
  padding: 0 15px;
}
#cartDrawer .cart_total_price .section-row{
  clear: both;
  margin-bottom: 8px;
}
#cartDrawer .cart_total_price .section-row:before,
#cartDrawer .cart_total_price .section-row:after{
  clear: both;
  display: table;
  content: "";
}
#cartDrawer .cart_total_price .section-row:last-of-type{
  margin-bottom: 0;
}
#cartDrawer .cart_total_price p{
  margin: 0;
  padding: 0;
}
#cartDrawer .cart_total_price .price-text{
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 7px;
}
#cartDrawer .cart_total_price .price-value{
  float: right;
}
#cartDrawer .cart_total_price .price-value{
  font-weight: bold;
  font-size: 1.5em;
}
#cartDrawer .remove_product_from_minicart{
  cursor: pointer;
  text-align: right;
}
#cartDrawer .cart_button{
  padding: 0 15px;
  padding-bottom: 15px;
  position: relative;
}
#cartDrawer .cart_button .action-button{
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin: 0;
}
#cartDrawer .cart_button .action-button a{
  margin: 0 !important;
  font-size: .9em;
}
@media all and (max-width: 480px){
  #cartDrawer .cart_button .action-button{
     float: none;
     clear: both;
     margin-bottom: 15px;
     width: 100%;
  }
  #cartDrawer .cart_button .action-button:last-of-type{
     margin-bottom: 40px !important;
  }
  #cartDrawer .cart_button .action-button a{
    display: block;
    width: 100%;
  }
}
#cartDrawer .cart_button .action-button .lefty{
  color: #1b1b1b;
  background-color: #fff;
  border: 1px solid #1b1b1b !important;
}
#cartDrawer .cart_button .action-button .lefty:hover,
#cartDrawer .cart_button .action-button .lefty:active,
#cartDrawer .cart_button .action-button .lefty:focus{
  color: #fff !important;
}
#cartDrawer .cart_button .action-button .righty{
  color: #fff;
}

/************************************************/
/**************** FLOATING HEADER ***************/
/************************************************/
.floating_header .main_menu .user-control{
  padding-top: 4px;
  padding-bottom: 4px;
}
.floating_header .header{
  display: none;
}

.wrapper.visible-xs.centered.mobile-logo img {
  max-width: 100%;
}

@media (max-width: 991px){
  .image-row .grid_image:nth-child(2n+3) {
    clear: left;
  }
}

.tax-switcher { margin-top: 20px;}
.tax-switcher .active { padding: 10px; }

.menu2-active .tax-switcher { margin-top: 14px;}
ul.menu_dropdown > li { background-color: transparent !important; }
#mobile_header .input-group { border: 1px solid #e7e7e7 !important; }

/*******************************************************/
/*************** BUTTON STUFF **************************/

/* .product a.title {text-transform: none !important;} */
.main_menu .checkout-cart .btn {border-radius: 4px;}
.button {border-radius: 4px;}
.cards {border-radius: 0px;}

/*********************************************************/
/************cards for grid ******************************/

.cards {border-radius: 0px; }

/**********************************************************/
/***************** DONE DOING MAGIC TO GRID ***************/
.footer {
    padding: 30px 5px 35px 0 !important;
    font-size: 14px !important;
}

.copyright-mystore {
  text-align: center;
}

.about-text {font-size:14px !important;}

.topmenu-buttons {
  color: #777777;
}
.topmenu-pages-links{
  font-size:12px;
}
.mobile-search-button {
  border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.drawer h2
{
  font-size: 24px;
}
.quantity_edit{
  width:40px;
  border: 1px solid;
  text-align: center;
  height: 25px;
  border-radius:4px;
}
/******************************************************************/
/**************** LOGIN PAGE FIX **********************************/
.login-form {
  padding: 30px;
}
@media (min-width: 768px) {
	.new-customer-info {
 	height: 150px;
	}
}

/******************************************************************/
/*********************** PARIS ************************************/
#nav {
  z-index: 99;
  width: 100%;
}
@media (min-width: 992px) {
  #navWrap-m1 {
    height: 61px;
  }
  #navWrap-m2 {
    min-height: 51px;
  }
}
#main-navigation {
  text-align: center;
  position: relative;
  margin: 0 auto;
}
#main-navigation-2 {
  text-align: center;
  position: initial;
  margin: 0 auto;
}
.small-font-menu  a{
  /* making it possible to resize fonts and do other magic if many categories in menu */
  font-size: 11px !important;
}

.icons-float {
  display: none;
}
.small {
  font-size: 85%;
}
.flexmenu {
  display: flex;
}
.flexbox {
  display: flex;
}

@media (min-width: 992px) {
.footerheight {
    min-height: 100%;
   /* align-items: stretch;
    display: flex;
    */
  }
}
@media (max-width: 768px) {
.text-c-footer {
  text-align: center;
}

}
.dropdown_header {
  border-bottom: 1px solid #d7d4d4;
  padding-bottom: 5px;
}
/******* MENU *****/
.floaticons {
  padding: 10px 0;
  z-index: 9;
}
.float-mini {
  width: 4.1%;
}

.sm-drop {
  text-align: left
}
.dropdown_head_cat {
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown_sub_head_cat {
  padding-top: 8px;
  padding-bottom: 8px;
}
/******* SEARCH FORM FLOATING ********/
.float-search{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.float-search input#search{
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solic #eee;
  font-size: 12pt;
  float: left;
  color: #232323;
  padding-left: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}
.float-search input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.float-search input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.float-search input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.float-search input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.float-search .icon{
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 10px;
  z-index: 1;
  color: #4f5b66;
}
.float-search input#search:focus, .float-search input#search:active{
  outline:none;
  width: 300px;
  background: #fff;
}
/**********************PRODUCT PAGE********************************/
.product-buy-box {
  padding: 2em 2em;
  background: #fbfbfb;
  border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 1px solid #efefef;
margin-bottom: 20px;
margin-top: 20px;
}

.col-lg-4 .product-widgets {
   height: 200px !important; }

.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fancybox-height {
  min-height: 330px;
}
/************************* CART ************************************/
.cart-btn-first {
  margin-right: 10px;
}
.product-cart-head {
  text-align: left;
}
.empty {
  font-weight: bold;
  font-size: 1.3em;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.price_final {
  padding-bottom: 20px;
  padding-top: 10px;
}
.cart-product-header {
  display: flex;
  border-bottom: 1px solid #ECF0F1;
}
.cart-product-header div:first-of-type {
  display: flex;
  align-items: center;
}
.cart-subtotal {
  border-top: 1px solid #ECF0F1;
  text-align: right;
  padding-right: 10px;
}
.cart-product-boxes {
  border-bottom: 1px solid #ECF0F1;
  margin-bottom: 12px; 
}
/******* stuff for onclick DROP DOWN *****/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

.checkout-cart.cart-opened {
  position: relative;
}
/***************** BANNERS FOR FRONT PAGE FIXES *******************/
/* Responsive fixes for banner B */
@media  (max-width: 474px) {
.banner_two_one_header {
  font-size: 1.4em !important;
  }
.banner_two_one_text {
  font-size: 1.2em !important;
  }
  .banner_two_two_header {
  font-size: 1.4em !important;
  }
.banner_two_two_text {
  font-size: 1.2em !important;
  }
}

@media (min-width: 475px) and (max-width: 768px) {
.banner_two_one_header {
  font-size: 1.8em !important;
  }
.banner_two_one_text {
  font-size: 1.5em !important;
  }
  .banner_two_two_header {
  font-size: 1.8em !important;
  }
.banner_two_two_text {
  font-size: 1.5em !important;
  }
}

/******************************************************************/
/************* PRODUCT PAGE FIXES *********************************/

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #eee;
  border-radius: 4px 4px 0 0;
  color: #333333;
}

.product_header {
  text-align: center;
  margin-top: -4.25rem;
}
.product_header_name {
  text-align: center;
  display: inline-block;
    color: #000;
    line-height: 1;
    letter-spacing: 3px;
    background: #fff;
    border-color: #333;
    border-style: solid;
    border-width: .155rem;
    padding: 8px 25px 6px;
}
@media (max-width: 991px) {
  .product_header_name {
    display: none;
  }
}
.product_box_title_row {
  padding-left: 2px;
  padding-right: 2px;
}
li.gallery_image {
  list-style: none;
}
#scroll-overflow {
  max-height: 200px;
  overflow: hidden;
}
.scroll-overflow-content {
  position: absolute;
  top: 170px;
  visibility: visible;
  z-index: 9;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #232323;
  height: 30px;
  font-size: 16px;
  padding-top: 10px;
}

.manufacturer-box-img {
  max-height: 60px;
  max-width: 80px !important;
}
@media (max-width: 768px) {
  .manufacturer-box-img {
    max-height: 40px;
    max-width: 40px !important;
  }
}

/******************************************************************/
/*********************** SIDEBAR SETTINGS  ************************/
.sidebar {
  border: 1px solid #cecece;
  border-radius: 4px;

}
li.selected > ul.submenu {
  display: block !important;

}
/******************************************************************/
/***********************Ã? MOBILE SETTINGS  ************************/
/* Creating a relative size on header text for Banner B, the four banners */
    @media (max-width: 600px) {
      .banner_four_header_mobile {
        font-size: 1.4em !important;
      }
    }
.mobile-logo-new {
  max-height: 40px;
  display: block;
    margin-left: auto;
    margin-right: auto; 
}
.fa-15 {
  font-size: 1.5em !important;
}

/******************************************************************/
/********************* SEARCH FULL PAGE OVERLAY *******************/
  .search-overlay {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #f3f3f3;
    padding: 20px;
    transition: opacity .15s ease-in;
    will-change: opacity;
    pointer-events: none;
    opacity: 0;
}
.right-fix {
    padding-right: 30px;
  }
@media (max-width: 600px) {
  .search-overlay {
    padding: 0;
  }
  .right-fix {
    padding-right: 15px;
  }
}

.search-overlay.active {
    opacity: 0.97;
    pointer-events: all;
    z-index: 101;
}

.search-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: auto;
    margin-top: 30px;
    cursor: pointer; 
    cursor: hand; 
}

.search-close-x {
    width: 2px;
    height: 30px;
    border-radius: 10px;
    background-color: #333;
    position: absolute;
}

.search-close-x:first-child {
    transform: rotate(45deg);
}

.search-close-x:last-child {
    transform: rotate(-45deg);
}

.search-title {
    font-size: 26px;
    font-weight: bold;
    margin: 80px 0 40px 0;
}

.search-input {
    margin-top: 60px;
    margin-bottom: 10px;
}

.search-input  {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 15px;
    /*box-shadow: 0 3px 9px -3px rgba(0, 0, 0, 0.2);*/
    border-bottom: 1px solid #444;
}

.search-input.active {
    border: none;
    box-shadow: 0 4px 9px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3);
    border-bottom: 1px transparent;
}

.search-input input {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.search-input input,
.search-input .btn {
    border: none;
}

.search-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
  font-weight: 300;
}
.search-input input::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.search-input input:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.search-input input:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

.search-input .form-control:focus {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.search-help {
    font-size: 10px;
    color: #888;
}

.search-suggestions p:first-child {
    margin: 30px 0 15px 0;
}

.search-suggestions p:last-child {
    font-size: 1em;
}

.input-group-btn {
    height: 100%;
}

.input-group-btn .btn {
    font-size: 9px;
    color: red;
    height: 100%;
    border-radius: 2px;
}

@media screen and (max-width: 768px) {
    .input-group-btn .btn:hover {
        background-color: #fff;
    }
}

.input-group-btn .btn:focus,
.input-group-btn .btn:active {
    background-color: #fff;
    outline: none;
    color: red;
}

.search-popular {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.search-popular a {
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 1.2em;
    color: #3A539B;
}
.search-popular-head {
  font-size: 1.6em;
  color: #6C7A89;
}

.input-search-lg {
    height: 120px;
    font-size: 3em;
    padding-left: 20px;
}
@media screen and (max-width: 768px) {
    .input-search-lg {
    height: 80px;
    font-size: 2em;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
    .input-search-lg {
    height: 80px;
    font-size: 1.4em;
    padding-left: 20px;
  }
}
@media screen and (max-width: 425px) {
    .input-search-lg {
    height: 80px;
    font-size: 1.2em;
    padding-left: 20px;
  }
}
.js-search-icon {
  cursor: pointer; 
    cursor: hand; 
}
.reset-search {
  background: #fff;
}
/******************************************************************/
/***************** PADDING AND MARGIN PRESETS *********************/
.p0 {padding:0px;}
.p5 {padding:5px;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
.p30 {padding:30px;}
.pl0 {padding-left:0px;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl30 {padding-left:30px;}

.pr0 {padding-right: :0px;}
.pr5 {padding-right: :5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}

.plr0 {padding-left:0px; padding-right:0px;}
.plr5 {padding-left:5px; padding-right:5px;}
.plr10 {padding-left:10px; padding-right:10px;}
.plr15 {padding-left:15px; padding-right:15px;}
.plr20 {padding-left:20px; padding-right:20px;}
.plr25 {padding-left:25px; padding-right:25px;}
.plr30 {padding-left:30px; padding-right:30px;}
.plr40 {padding-left:40px; padding-right:40px;}

.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}

.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}

.m0 {margin:0px;}
.m5 {margin:5px;}
.ml0  {margin-left:0px !important;}
.ml5  {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}

.mr5  {margin-right :5px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}

.mlr0  {margin-left:0px; margin-right:0px;}
.mlr5  {margin-left:5px; margin-right:5px;}
.mlr10 {margin-left:10px; margin-right:10px;}
.mlr-5 {margin-left:-5px; margin-right:-5px;}
.mlr-10 {margin-left:-10px; margin-right:-10px;}

.mt0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}

.mb0 {margin-bottom: 0px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}


.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-left
{
    text-align: left !important;
}


/* Fix for crall styles */
.products-injected.products-list.row li {
  list-style: none;
}

.products-injected.products-list.row .flex-stretch-products > div {
  width: 100%;
}
.products-injected.products-list.row .col-lg-3.col-md-3.col-sm-3.col-xs-6 .col-6.col-md-4 {
  width: 100%;
}
.products-injected.products-list.row {
  display: flex;
  flex-wrap: wrap;
}
.products-injected.products-list.row .col-lg-3.col-md-3.col-sm-3.col-xs-6 .col-6.col-md-4 .image {
  display: flex;
  justify-content: center;
  align-items: center;
}


/********************************* EOF *************************************/
