/*Template Name: PortRayal
File Name: responsive.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license*/

/* Landscape phones and smaller */
@media (max-width: 767px) {
    header .top-line {
        text-align: center;
    }
    header .top-line .leftside {
        float: none;
    }
    header .top-line .rightside {
        float: none;
        border-top: 1px solid #d4d4d4;
    }
    header .top-line .container {
        padding-left: 0;
        padding-right: 0;
    }
    header .top-line .social-icon-block {
        display: block;
        padding-left: 0;
        border-top: 1px solid #d4d4d4;
    }
    header .top-line .social-icon-block:before, header .top-line .social-icon-block:after {
        display: table;
        content: "";
        line-height: 0;
    }
    header .top-line .social-icon-block:after {
        clear: both;
    }
    header .top-line .social-icon-block .social-list {
        float: none;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .top-line + div {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .top-line + div .rightside {
        text-align: center;
        margin-top: 15px;
    }
    header .top-line + div .leftside {
        text-align: center;
    }
    header .top-line + div .leftside, header .top-line + div .rightside{
        float: none
    }
    #logo img {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .category .box-content, .footer-block ul.list-unstyled{
        display: none;
    }
    .category .box-heading h3 i, .footer-block h4 i{
        visibility: visible;
    }
    .left-sidebar {
        margin-top: 15px;
    }
    .checkout-cart #collapse-voucher input, .checkout-cart input#input-coupon {
        margin-bottom: 5px;
        width: 100%;
    }

    .rightside-add-space{
        padding-right: 15px;
    }
    .leftside-remove-space{
        padding-left: 15px;
    }
    .button-view{
        display: none;
    }
    a.quickview {
        display:none !important;
    }
    .related-product-heading .bx-wrapper{
        width: 224px;
    }
    .featured-product-heading .box-heading h3, .bestsell-product-heading .box-heading h3, .related-product-heading .box-heading h3, .latest-product-heading .box-heading h3, .special-product-heading .box-heading h3, .bestsell-product-heading .box-heading h3{
        width: 100%;
    }
    .product-filter .col-md-2{
        text-align: left;
    }
    .product-filter .col-md-3{
        margin-bottom: 10px;
    }
    .box h3{
        font-size: 20px;
        padding: 5px;
    }
    .product-name a{
        font-size: 17px;
    }
    footer h4{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer-block h4 i {
        top: 5px;
        cursor: pointer;
    }
    aside .box{
        margin-bottom: 30px;
    }
    h2{
        font-size: 25px;
    }
    h1{
        font-size: 28px;
    }
    .copyright{
        text-align: center;
        margin-top: 30px;
    }
    .add-block-one div + div {
        margin-top: 15px;
    }
    .bx-viewport{
        margin-left: auto;
        margin-right: auto;
        width: 89% !important;
    }
     .bottom-block > div{
        border-color: #333333;
    }
}
@media (min-width: 320px) and (max-width: 360px){
    .thumbnails li:last-child{
        margin-left: 0px;
    }
    footer h4 {
    font-size: 16px !important;
    line-height: 20px !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .button-view {
        margin-top:10px;
    }
    .main-image-set {
        height: 250px;
        justify-content: center;
    }
    .main-image-set img {

        max-height: 250px;
    }
    .product-filter .col-md-2{
        text-align: left;
    }
    .product-filter .col-md-3{
        margin-bottom: 10px;
    }
    .box h3{
        font-size: 22px;
        padding: 5px 10px;
    }
    .product-name a{
        font-size: 18px;
    }
    .bx-viewport{
        margin-left: auto;
        margin-right: auto;
        width: 85% !important;
    }
    footer h4 {
    font-size: 20px;
    }
    .bottom-block > div{
        border-color: #333333;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .special-button span{
        padding-left:8px;
        padding-right:8px
    }
    .special-button i{
        width: 36px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .product-thumb:hover a.quickview {
        top: 15%;
    }
    .product-thumb:hover a.compare-button, .product-thumb:hover a.wishlist-button{
        top: 30%;
    }

    .carousel-inner>.item>img {
        height: 300px;
    }
    div.slidder {
        height: 300px;
    }
    .bx-wrapper{
          max-width: 495px !important;
    }
     .bx-viewport{
        margin-left: auto;
        margin-right: auto;
        width: 85% !important;
    }
}
@media (min-width: 768px) {
    .collapse{
        //  display: block;
    }

}
/* Portrait tablets and small desktops */
/*@media (min-width: 768px) and (max-width: 991px) {
}*/
@media (min-width: 320px) and (max-width: 600px) {
    .product-gallery-list-block .button-group{
        text-align: center;
    }
    .product-thumb, .copyright{
        text-align: center;
        margin-top: 20px;
    }
    .carousel-inner>.item>img {
        height: 200px;
    }
    div.slidder {
        height: 200px;
    }
    .box h3, .box-heading h3{
        text-align: center;
    }
    .footer-block {
        margin: 15px 0;
    }
    footer h4{
        font-size: 20px;
    }
    .single-product{
        text-align: justify;
    }

}
@media only screen 
and (min-device-width: 480px) 
and (max-device-width: 640px)
and (orientation: landscape) {
    .product-gallery-list-block .button-group{
        text-align: center;
    }
    .product-thumb{
        text-align: center;
    }
    .box h3, .box-heading h3{
        text-align: center;
    }
    .product-thumb .image {
        // height: 200px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        // overflow: hidden;
        text-align: center;
        // width: 300px;
    }
    .banner-image-block .banner-image {
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
        width: 60%;
    }
    .footer-block {
        margin: 15px 0;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .product-list .caption{
        text-align: left;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width: 550px) and (max-width: 767px) {
    .product-gallery-block .col-xs-12 {
        width: 50%;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .box-content .product-layout ul li {
        display: inline-block;
        width: 49%;
    }
    aside .special .box-content .image {
        height: 155px;
    }
    aside .special .box-content .image img{
        max-height: 150px; 
    }
    .caption {
        text-align: center;
    }
    .cart-button {
        text-align: center;
    }
    .bestsell-product .col-xs-12, .featured-product .col-xs-12, .banner-image-block .col-xs-12, .ref-search .col-xs-12{
        width: 50%;
    }
}
