/************************************************/
/**************** ELITEDEMO *********************/
/************************************************/

/* 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;
}

.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: 90px;
}




/* Discount corner */

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



.discount-corner span {
    display: block;
    line-height: 5;
    font-size: 10px;
  font-weight: 600;
}
.discount-corner {
    position: absolute;
    width: 170px;
    height: 80px;
    background-color: #1C1C1C;
    color: #949494;
    text-align: center;
    line-height: 104px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -8px;
    /*right: -64px;*/
    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;
}







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

.mobile-menu .openclose {
display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    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;
}



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

.greyscale.contain .products_list li .product {
  box-sizing: border-box;
  padding: 0 10px;
  background:#fff;
}



.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: 10px 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: 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;
}
.product .product-meta .title,
.product .product-meta .price{
  margin: 0;
  line-height: 1;
  /*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;
  }
}

.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 10px !important;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1200px){
  /*.products_list li{
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
  }*/
}
@media all and (max-width: 991px){
  /*.products_list li{
    margin: 0 0 15px 0;
    width: 50%;
  }
  .products_list li:nth-child(odd){
    padding-right: 15px !important;
  }*/
}
.products_list li .product .discount-corner{
  background-color: transparent;
  width: auto;
  height: auto;
  top: 20px;
  left: -45px !important;
  right: auto;
  padding: 8px 60px !important;
}
.products_list li .product .discount-corner span{
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
}

@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;
  }
}

/* LOGO */
.wrapper.visible-xs.centered.mobile-logo{
  margin-top: 70px;
  margin-bottom: 15px;
}
.logo{
  float: left; 
  height: auto;
}
.logo a{
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.logo a img{
  max-height: 90px;
  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;
}
.front-image #frontpage_slider{
  margin-top: 40px;
  margin-bottom: 0;
}
.flex-control-nav{
  position: relative;
  bottom: auto;
  margin-top: 15px;
}

/* 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;
}
/* HEADINGS */
h1.title{
  margin: 0 0 15px 0;
  font-size: 2.3em;
}
/* 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: 991px){
  .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;
}

/* 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;
}
.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;
}

.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;
}
.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 !important;
}
.button .button:hover,
.button .button:active,
.button .button:focus{
  background-color: #333;
}

/* PRODUCT INFORMATION */
#accordion .panel-body{
  line-height: 1.4;
}
#accordion .product_social,
#accordion hr{
  margin: 15px 0;
}

/* HEADER */
.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{
  text-align: left;
}
.content-header .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;
}
@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{height: 90px;}
.main_menu .logo a{
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}

/* 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: 46px;
  padding: 7px 10px;
}
.main_menu .search-main .btn{
  padding: 7px 15px !important;
}

/***** 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: 991px){
  .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: both;
}
.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: #fff !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: -4px;
  left: 15px;
  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;
}
#cartDrawer .products_container .product{}
#cartDrawer .cart-title{
  font-size: 1.6em;
  position: relative;
  text-align: center;
}

/* 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;
  }
}

/* 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;
}

#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;
}

#footer .newsletter-widget p input {
    color: #232323;
}
.package_content_container {;
   padding-left: 20px;
}
/************************************************/
/**************** 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%;
}



.listcontentright.city {
  clear: both;
}

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