/**
                                            Dev12
            Written by Alexander Sharomet, James Mussman, John Smith, Christian Kleintop
                                 Copyright Inroads 2014-2015
                                 mobile.css - dev12 viewports
*/


@media (min-width: 992px) and (max-width: 1199px) {
  .respond_clear_1024 {
    clear: both;
    height: 0;
    font-size: 0;
  }

  /* __________ Banners __________ */
  .top_sale {
    min-height: 830px;
  }
}


@media (max-width: 992px) {
  .phone_top i {
    display: block;
    font-size: 1.33333em;
    margin-right: 5px;
    margin-top: 3px;
  }

  .container {
    max-width: 850px;
  }

  .mainHr {
    margin: 10px auto;
  }

  .mainHr2 {
    margin: 25px 0;
  }
  #toggle-sizes .view_box{
  	display: none
  }
  .shortingContainer.showInfo{
  	display:none!important
  }
}
@media (max-width: 860px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*-----search firm-----*/
  .top_search_form {
    margin-top: 25px;
  }

  .desktop_search {
    margin: 38px 0 20px;
  }

  .respond_clear_768 {
    clear: both;
    height: 0;
    font-size: 0;
  }

  /* __________ Menu __________ */
  .navmenu li a {
    padding-left: 11px;
    padding-right: 11px;
  }

  .navmenu li.sub-menu ul li a {
    /*font-size:0.83333em; line-height: 1.07143em;*/
    padding-bottom: 5px;
  }

  /* __________ Banners __________ */
  .product_wrapper .banner {
    display: inline-block;
  }

  /* __________ Banners __________ */
  .top_sale {
    min-height: 600px;
  }

  .top_sale_description {
    padding: 170px 0 50px;
  }

  .top_sale_description p {
    font-size: 5em;
    line-height: 1.286em;
  }

  .top_sale_description span {
    font-size: 2em;
    line-height: 2em;
  }

  .shop .top_sale_banners .banner {
    width: 100%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  ABOUT PAGE
  /*-----------------------------------------------------------------------------------*/
  .about_us_description p {
    font-size: 1.5em;
    line-height: 1.57143em;
  }

  .about_us_description span {
    font-size: 0.91667em;
    line-height: 1.21429em;
    margin-bottom: 10px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  CONTACT PAGE
  /*-----------------------------------------------------------------------------------*/
  #ajax-contact-form textarea {
    min-height: 168px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  PAGE 404
  /*-----------------------------------------------------------------------------------*/
  .page404 {
    min-height: 500px;
  }

  .wrapper404 {
    padding-top: 100px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  FOOTER
  /*-----------------------------------------------------------------------------------*/
  footer .newsletter_btn {
    width: 20%;
  }

  footer .newsletter_form input[type="text"] {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .navmenu li.sub-menu ul li a {
    padding: 0 0 0 5px;
  }

  .topsocialbar {
    display: none;
  }

  .signEmail a {
    margin: -10px 0 -10px -8px !important;
  }

  .product_description .product_right {
    text-align: left;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumb h2,
  .titlePage {
    font-size: 1.66666667em;
    line-height: 1.3em;
  }

  /* __________ Recent Posts __________ */
  .recent_post_img {
    width: 200px;
    margin-right: 15px;
  }

  .recent_post_title {
    font-size: 1.5em;
    line-height: 1.57143em;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  MENU
  /*-----------------------------------------------------------------------------------*/
  .navmenu li.sub-menu ul li a {
    line-height: 1.8em;
  }

  .navmenu li.sub-menu li.sub-menu ul {
    float: none;
    width: 100% !important;
  }

  .menu_block {
    height: auto;
  }

  .menu_toggler {
    float: right;
    display: block;
    width: 50px;
    height: 60px;
    line-height: 2.8em;
    text-align: center;
    font-size: 1.91667em;
    margin-right: -15px;
    margin: 28px 0;
    /*added from calico*/
  }

  .navmenu {
    float: none;
    margin: 0 -15px;
    padding: 10px 15px;
  }

  .navmenu li {
    display: block;
    margin: 0;
    text-align: left;
    width: 100%;
    height: auto;
  }

  .navmenu li a {
    padding: 10px 0 0 0;
    margin: 0;
    /*was important !important*/
    height: auto;
  }

  .navmenu li:hover a, .navmenu li.active a {
    border: none !important;
  }

  .navmenu li a:before, .navmenu li a:after {
    display: none !important;
  }

  .navmenu li.sub-menu, .navmenu li.sub-menu {
    border: none;
  }

  .navmenu li.sub-menu:hover {
    background: none !important;
  }

  .navmenu li.sub-menu:before {
    display: none !important;
  }

  /* Submenu 1 lvl */
  .navmenu li.sub-menu ul {
    display: block;
    position: static;
    border: 0;
    padding: 5px 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .navmenu li.sub-menu ul a:hover {
    background: none;
    font-weight: 900;
  }

  .navmenu li.sub-menu li.sub-menu ul {
    opacity: 1;
    visibility: visible;
    padding-left: 15px;
  }

  .navmenu li.sub-menu li.sub-menu ul a:hover {
    background: none;
    font-weight: 900;
  }

  .navmenu li.sub-menu:hover ul {
    display: block;
  }

  .navmenu li.sub-menu ul li a {
    padding-bottom: 0;
  }

  .navmenu li.sub-menu ul li a:before {
    display: none !important;
  }

  .componentW100 h2 {
    font-size: 2.08333em;
    line-height: 1.143em;
  }

  .respond_clear_480 {
    clear: both;
    height: 0;
    font-size: 0;
  }

  .shop .top_sale_banners .banner {
    width: 100%;
  }

  .sub-sub-menu-block .sale:hover,
  .sub-sub-menu-block .sale,
  .sub-sub-menu-block .new,
  .sub-sub-menu-block .new {
    width: 60px !important;
  }

  .sub-sub-menu-block .sale span,
  .sub-sub-menu-block .new span {
    right: 8px !important;
  }

  .sub-sub-menu-block ul.product_block {
    width: 200px !important;
    padding: 0 15px !important;
  }

  .sub-sub-menu-block ul.product_block img {
    width: 100%;
  }

  .sub-sub-menu-block ul.product_block.last {
    padding-right: 0 !important;
    float: right;
    width: 263px !important;
  }

  .sub-sub-menu-block .product_description {
    padding: 0;
    text-align: left;
  }

  .sub-sub-menu-block .product_description a:after,
  .sub-sub-menu-block .product_description a:before {
    background: none !important;
  }

  .sub-sub-menu-block .product_description .product_title {
    padding-left: 0 !important;
  }

  .sub-sub-menu-block .product_description strong {
    padding: 5px 0 0 0 !important;
  }

  .sub-sub-menu-block .product_block:first-child {
    padding-left: 50px !important;
    width: 235px !important;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  ABOUT PAGE
  /*-----------------------------------------------------------------------------------*/
  .about_us_description p {
    font-size: 1.5em;
    line-height: 1.57143em;
  }

  .about_us_description span {
    font-size: 0.91667em;
    line-height: 1.21429em;
    margin-bottom: 10px;
  }

  /* ------------ Breadcrumbs -------------- */
  .breadcrumb {
    border-bottom-width: 30px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  CONTACT PAGE
  /*-----------------------------------------------------------------------------------*/
  #ajax-contact-form textarea {
    min-height: 168px;
  }

  #map iframe {
    height: 300px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  PAGE 404
  /*-----------------------------------------------------------------------------------*/
  .page404 {
    min-height: 400px;
  }

  .wrapper404 {
    width: 290px;
    padding: 50px 0 40px;
  }


  .wrapper404 h1 {
    font-size: 5.83333em;
    line-height: 5em;
  }

  .wrapper404 h2 {
    font-size: 2em;
    line-height: 1.85714em;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .wrapper404 p {
    font-size: 1.08333em;
    line-height: 1.42857em;
    margin-bottom: 20px;
  }

  footer .newsletter_btn {
    width: 32%;
  }

  footer .newsletter_form input[type="text"] {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .snippet0117 .shopping_bag .shopping_bag_btn {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 12px;
  }
  .product_list .product_img{
    width: 35%;
  }
}
@media (max-width: 479px) {
  .homeTitleText {
    font-size: 2em;
  }

  .secondary_menu li.signEmail {
    display: none;
  }

  .font30 {
    font-size: 1.8em;
  }

  .logo {
    width: 55%;
  }

  .menu_block {
    position: relative;
    height: auto;
  }

  .menu_toggler {
    height: 46px;
    line-height: 46px;
    width: 40px;
    margin: 0px 0px;
  }

  blockquote:before {
    font-size: 2.5em;
    left: -50px;
  }


/*  blockquote {
    font-size: 0.91667em !important;
    line-height: 1.21429em !important;
    margin-left: 50px;
  }*/

  footer .newsletter_form input[type="text"] {
    width: 65%;
  }
  
  footer .newsletter_btn {
    width: 31%;
  }

  .social a {
    height: 36px;
    line-height: 32px;
    width: 36px;
  }
}
@media (max-width: 400px) {
  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-11 {
    width: 91.66666666666666%;
  }

  .col-xxs-10 {
    width: 83.33333333333334%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-8 {
    width: 66.66666666666666%;
  }

  .col-xxs-7 {
    width: 58.333333333333336%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-5 {
    width: 41.66666666666667%;
  }

  .col-xxs-4 {
    width: 33.33333333333333%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-2 {
    width: 16.666666666666664%;
  }

  .col-xxs-1 {
    width: 8.333333333333332%;
  }
}
@media print {
  header.snippet0117, .flexslider, .toggleEvent,
  .homeTitleText, .banner_wrapper, .brands_carousel, .category_carousel,
  .product_section .sale, .product_section .sale, .product_section .new,
  .product_section .new, .new, .sale, footer, #sidebar, .banner_block, .componentW100, .componentW100 h2,
  .shortingContainer, .sorting_options, hr {
    display: none !important;
  }

  .new_arrivals .jcarousel li {
    width: 330px !important;
  }
}