/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 15, 2017, 3:25:23 PM
    Author     : Alex
*/


@media screen and (min-width:1200px){
    
    .nav-link.dropdown-toggle:hover + .dropdown-menu,
    .dropdown-menu:hover{
        display: block;
    }
    
    .dropdown-menu {
        top: 90%;
    }
    
}

@media screen and (max-width:1400px){
    
    .grid-item {
        width: 344px;
        height: 344px;
    }

    .grid-item--width2 { width: 708px; }

    .grid-item--height2 { height: 708px; }
    
    #searchform input[type="text"], .yith-s {
        width: 130px;
    }

    span.price del{
        float: none;
        padding: 1px;
    }

    span.price ins{
        float: none;
        padding: 1px;
    }

    .widget_sp_image-image-link {
        height: 275px;
    }
    
    .promo1 .widget_sp_image-description p, .promo2 .widget_sp_image-description p {
        top: 54%;
    }
    
}

@media screen and (max-width:1199px){
    
    .widget_sp_image-image-link {
        height: 225px;
    }
    
    .promo1 .widget_sp_image-description p, .promo2 .widget_sp_image-description p {
        top: 34%;
    }
        
    .banner-title {
        left: 15px;
    }
    
    .promo1 .widget_sp_image-description p, .promo2 .widget_sp_image-description p {
        left: 15px;
    }
    
    .berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input {
        width: 80%;
    }
    
    .grid-item,
    .grid-sizer {
        width: 100%;
        margin: 1%;
    }
    
    .grid-item--height2 { height: 410px; }

    .grid-item--width2 { width: 100%; }

    li.nav-item {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    #searchform input[type="text"], .yith-s {
        width: 150px;
    }
    
    #searchform input[type="submit"] {
        margin-top: 15px;
    }
    
    #yith-wcms-back-to-cart-button {
        
    }
    
    ul.products {
        min-height: 400px;
    }
    
    .blogreadmore {
        margin: 0;
    }
    
    span.date {
        margin: 20px 0 0 10px;
    }
    
    .blog-container h3 {
        font-size: 20px;
    }
    
    h2, .title1 h1 {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    
}

@media (min-width: 1201px) and (max-width:1400px){
    
    .product-overlay {
        height: 75%;
    }
}

@media (min-width: 991px) and (max-width:1400px){
    
    li.nav-item a.nav-link{
        font-size: 13px
    }
    
}


@media (min-width: 769px) and (max-width:1200px){
    
    .woocommerce a.button, .button.add_to_cart_button {
        width: 150px;
        padding: 11px !important;
        top: 0px !important;
        font-size: 14px;
    }
    
    .product-overlay {
        height: 65%;
    }
    
}

@media screen and (max-width:991px){
    
    h2.liner {
        display: table;
        white-space: normal;
    }
    
    h2.liner:before,
    h2.liner:after {
        border-top: none;
        content: '';
        display: none;
    }
    
    #navbarSupportedContent ul.navbar-nav > li.nav-item {
        position: relative;
        white-space: nowrap;
        display: block;
    }
    
    .widget_sp_image-image-link {
        height: 158px;
    }
    
    .promo1 .widget_sp_image-description p, .promo2 .widget_sp_image-description p {
        display: none;
    }
    
    .banner-title {
        font-size: 15px;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size: 1em;
    }
    
    #navbarSupportedContent {
        margin-top: 14px;
    }
    
    .squeezed #yith-ajaxsearchform {
        margin-top: 11px;
    }
    
    .squeezed .navbar-toggler {
        padding: 0.65rem .75rem;
    }
    
    .squeezed .navbar, .navbar-nav {
        display: block;
        padding-top: 5px;
    }
    
    

    
    .main-header-nav .col-md-12 {
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
    
    .yith-s {
        padding: 3px 0 3px 10px;
        border: 0;
        height: 35px;
    }
    
    #yith-searchsubmit{
        border: 0 !important;
    }
    
    #yith-ajaxsearchform {
        margin-top: 11px;
    }
    
    .navbar.sub-nav {
        height: 60px;
        padding: 0;
    }
    
    ul#topMenu li{
        width: 49%;
        float: left;
    }
    
    .navbar, .navbar-nav {
        display: block;
        padding-top: 7px;
    }
    
    .cart-collaterals h2{
        font-size: 24px;
    }
    
    .cart-collaterals .cross-sells ul.products {
        position: relative;
        min-height: 324px;
    }
    
    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee;
    }
    
    .navbar-collapse.collapse.show,
    .navbar-collapse.collapsing{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px;
    }
    
    .small-shop-cart-item{
        display: none !important;
    }
    
    #yith-quick-view-content{
        padding: 25px;
    }
    
    .sub-header .navbar-collapse.collapse.show, .sub-header .navbar-collapse.collapsing {
        background-color: transparent;
        padding: 20px;
    }
    
    .sub-header ul.product-categories li.cat-item {
        float: left;
        padding: 5px 0px;
        text-transform: uppercase;
        display: block;
        width: 100%;
    }
    
    .yith-wcwl-add-to-wishlist a {
        margin-left: 0px !important;
    }
    
    .summary.entry-summary .product_meta{
        margin-top: 27px;
    }
    
    .dropdown-menu.sub-menu.depth_1 {
        position: relative;
        right: 0;
        left: 0;
        top: -8px;
        width: 100%;
        border: 0;
    }
    
    .menu-item.menu-item-has-children.dropdown-menu:after{
        font-family: 'FontAwesome';
        content: '\f0d7';
        font-size: 12px;
        position: absolute;
        color: #292b2c;
        left: auto;
        right: 12px;
        top: 7px;
    }
    
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
        font-size: 1em;
    }
    
    .down-menu ul.navbar-nav.ml-auto {
        text-align: center;
    }
    
    .top-margin-page {
        margin: 115px 0;
    }
    
    .down-menu li.nav-item {
        padding-right: 5px;
        padding-left: 5px;
        display: inline-block;
    }
    
    section#heading {
        padding: 190px 0 40px;
    }
    
    .blogspot {
        border: 1px solid #f3f3f3;
        background: #fff;
        margin: 10px 0;
    }
    
}

@media screen and (max-width:768px){
    
    .squeezed #topMenu li.nav-item:first-child {
        margin-top: 0px;
    }
    
    .squeezed .widget_shopping_cart_content i {
        margin-top: 1px;
    }
    
    #topMenu li.nav-item:first-child{
        font-size: 0;
        margin-top: 7px;
        width: 20%;
    }
    ul#topMenu li.nav-item:last-child{
        width: 70%;
    }
    #topMenu li.menu-item:first-child a.nav-link:before{
        content: "\f2bd";
        font-family: 'FontAwesome';
        font-size: 14px;
        margin-top: 20px;
        
    }
    
    ul#topMenu li {
        
    }
    .slick-track li.product {
        clear: none !important;
        margin-left:10px !important;
        margin-right:10px !important;
    }
    
    table.variations td.label{
        width: auto;
    }
    
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        margin: 0px !important;
    }
    
    .woocommerce-message {
        top: 20%;
        left: 25%;
    }
    
    #form_actions input.button.alt.prev {
        float: none;
        margin-left: 0 !important;
    }
    
    #yith-wcms-back-to-cart-button {
        float: left;
        margin-top: 0px;
        margin-left: auto !important;
        margin-right: auto;
        display: block !important;
    }
    
    .woocommerce .cart .actions .button {
        float: none;
        margin: inherit;
    }
    
    .yith-wcwl-add-to-wishlist a {
        margin-left: 20px !important;
    }
    
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product {
        width: 47%;
    }
    
    .follow-us .icon{
        text-align: center;
    }
    
    .col-md-6 .textwidget{
        text-align: center;
    }
    
    .header-top-collapse {
        height: auto;
    }
    
    .col-md-6 .float-sm-right{
        float: none !important;
    }
    
    .tab-content{
        margin-top: 30px;
    }
    
    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee;
    }
    
    .navbar-collapse.collapse.show,
    .navbar-collapse.collapsing{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px;
    }
    
    #yith-quick-view-content{
        padding: 15px;
    }
    
    .shop_table.cart.wishlist_table .woocommerce .wishlist_table td.product-add-to-cart a {
        width: 90px;
    }
    
    .shop_table.cart.wishlist_table .woocommerce a.button{
        width: 100px;
    }
    
    .woocommerce table.wishlist_table {
        font-size: 75%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 15px;
    }
    
    h2, .title1 h1 {
        margin-top: 35px;
    }
    
    ul.products {
        min-height: 350px;
    }
    
    form.woocommerce-ordering{
        margin-bottom: 20px !important;
    }
    
}

@media screen and (max-width:767px){
    
    #form_actions{
        position: relative;
    }
    
    #form_actions input.button.alt.prev {
        float: left;
        margin-left: 0 !important;
    }
    
    #yith-wcms-back-to-cart-button {
        position: absolute;
        margin-top: -36px;
        margin-left: 30% !important;
        margin-right: auto;
        display: block !important;
    }
    
    .button.alt.yith-wcms-button.prev:after{
        content:'';
        clear: left;
    }
    
}


@media screen and (max-width:575px){
    
    ul#topMenu li.nav-item:first-child,
    ul#topMenu li.nav-item:last-child {
        width: 48%;
        text-align: right !important;
    }
    
    .widget_shopping_cart_content{
        font-size: 0;
    }
    .widget_shopping_cart_content i{
        font-size: 16px;
        margin-top: 11px;
    }
    
    .category_banner_image {
        margin: 0;
        padding: 20px;
    }
    
    .container{
        width: 100%;
    }
    
    .woocommerce-message {
        top: 20%;
        left: 14%;
    }
    
    #yith-wcms-back-to-cart-button {
        margin-left: 35% !important;
    }
    
}


@media screen and (max-width:531px){
    
    .homepagetabs .nav-link{
        height: 78px;
    }
    
    .follow-us .icon{
        text-align: center;
    }
    
    .col-md-6 .textwidget{
        text-align: center;
    }
    
    .header-top-collapse {
        height: auto;
    }
    
    .col-md-6 .float-sm-right{
        float: none !important;
    }
    
    .tab-content{
        margin-top: 30px;
    }
    
    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee;
    }
    
    .navbar-collapse.collapse.show,
    .navbar-collapse.collapsing{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px;
    }
    
    .woocommerce-ordering{
        float: none !important;
    }
    
    .woocommerce .woocommerce-ordering select {
        
        margin: 0 auto;
        display: block;
    }
    
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        float: none;
        text-align: center;
    }
    
}

@media screen and (max-width: 480px){
    
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product {
        width: 100%;
    }
    
    #yith-wcms-back-to-cart-button, .button.yith-wcms-button.prev {
        padding: 12px !important;
        width: 120px;
        font-size: 12px;
    }
    
    .button.yith-wcms-button.next, .form-row.place-order input {
        padding: 12px !important;
        width: 120px;
        font-size: 12px;
    }
    
    #yith-quick-view-content{
        padding: 5px;
    }
 
    .woocommerce a.button, .button.add_to_cart_button {
        width: 100%;
        font-size: 14px;
    }
    
    .product_buttons {
        top: -50px;
    }
    
    .product-overlay {
        height: 70%;
    }
    
}

@media screen and (max-width: 450px){
    .homepagetabs .nav-item{
        padding: 0;
    }
    
    .dismiss {
        right: 5px;
    }
    
    .woocommerce-message {
        left: 0%;
    }
    
}

@media screen and (max-width: 375px){
    
    .custom-logo-link img{
        width: 151px;
        height: auto;
        margin: 15px 0;
    }
    
    .squeezed .custom-logo-link img{
        margin: 0;
    }
    
    .woocommerce a.button, .button.add_to_cart_button {
        padding: 8px !important;
    }
    
    .product-overlay {
        height: 75%;
    }
    
    .header-top-collapse {
        padding: 5px 5px;
    }
    
    #yith-wcms-back-to-cart-button {
        margin-left: 32% !important;
    }
    
}

@media screen and (max-width: 320px){
    
  /*  .woocommerce a.button, .button.add_to_cart_button {
        width: 127px;
        padding: 6px !important;
        top: 60px !important;
    }*/
    
    #yith-searchsubmit {
        padding: 7px 2px !important;
        letter-spacing: -1px;
    }

  
}