/* Large desktops and laptops */

@media (min-width: 1200px) {
    /* CATEGORY */
    .browse-view .row .col-md-4 {
        width: 33%;
    }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    /* CATEGORY */
    .browse-view .row .col-md-4 {
        width: 33%;
    }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    /* HEADER */
    #t3-header .phone {
        padding-right: 15px;
    }
    .block-search,
    .block-cart {
        margin-top: 15px;
    }
    .t3-footnav > div {
        min-height: 202px
    }
    /* PROMO */
    .promo p {
        padding: 0;
    }

    /* DEALDAY */
    .box_image {
        height: 240px;
    }
    /* CATEGORY */
    .browse-view .row .col-sm-6 {
        width: 49.5%;
    }
    /* PRODUCT PAGE */
    .FlexibleFlexibleZoomWindowContainer {
        display: none !important
    }
    .flexibleZoomContainer .flexibleZoomLens {
        background: none !important
    }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    /* HEADER-TOP */
    .header-top .nav-stacked {
        float: left;
    }
    /* HEADER */
    #t3-header .phone {
        padding-right: 15px;
        margin-top: 10px;
    }
    .header-phone {
        text-align: center;
        margin-bottom: 10px;
    }
    #mod_virtuemart_search {
        float: left;
    }
    .search input[type="image"] {
        padding-top: 7px;
    }
    .block-cart {
      
    }
    /* MODAL */
	 .sourcecoast a.btn {
        float: left;
		margin-top: 10px !important;
    }
	.sourcecoast .control-group{
	margin-bottom: 0 !important;
	overflow: hidden;
}
#form-sclogin-remember{
	margin-top: 10px;
}
    .sourcecoast.modal.fade.in {
        top: 2% !important
    }
    .sourcecoast .modal-body {
        padding: 20px 20px !important
    }
    .sourcecoast .btn-primary,
    .sourcecoast a.btn {
        margin-bottom: 10px
    }
    #login-modal {
        height: 400px;
		width: 250px;
    }
    /* PROMO */
    .promo p {
        padding: 0 10px;
    }
    /* DEAL DAY */
    .t3-deal-day,
    .t3-deal-day>div {
        display: block;
    }
    /* CATEGORY */
    .browse-view .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .vm-pagination {
        float: left;
        margin-top: 10px;
    }
	
	 /* PRODUCT PAGE */
    .FlexibleFlexibleZoomWindowContainer {
        display: none !important
    }
    .flexibleZoomContainer .flexibleZoomLens {
        background: none !important
    }
	.fancybox2-wrap{
		max-width: 100%;
	}

    /* MAIN NAVIGATION */
    #t3-mainnav {
        margin-bottom: 20px
    }
    .copyright {
        text-align: center
    }
    /* CART */
    #basket_container div.vertical_line {
        display: none;
    }
    div#basket_container div.op_basket_row div.op_col1 {
        width: 20%;
    }
    div#basket_container div.op_basket_row div.op_col2_2 {
        width: 80%;
    }
    div#basket_container div.op_basket_row div.op_col6 {
        margin-bottom: 30px;
        width: 40%;
    }
    div#basket_container div.op_basket_row div.op_col7 {
        width: 40%;
    }
    div#basket_container div.op_basket_row div.op_col1_4 {
        width: 60%;
    }
    #basket_container .op_basket_row .opc_total_price,
    div#basket_container div.op_basket_row div.op_col5_3 {
        width: 40%;
    }
    div#vmMainPageOPC div.formLabel {
        width: 30%;
    }
    div#vmMainPageOPC div.formField {
        left: 30%;
    }
    div#vmMainPageOPC div#ajaxshipping label {
        max-width: 90%;
    }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
    /* MODAL */
   
}