
/* full view: md, lg */
@media (min-width: 992px) {
    
    .left {
        padding-right: 0px !important;
    }
    
    .right {
        padding-left: 0px !important;
    }
    
    .left .center-content-wrapper.text-wrapper {
        margin-left: 7.5px;
    }
    
    .product-left {
        padding-left: 0px;
        padding-right: 7.5px;
    }
    
    .product-right {
        padding-left: 7.5px;
        padding-right: 0px;
    }
    
    .products-left {
        padding: 7.5px 7.5px 0px 7.5px !important;
    }
    
    .products-right {
        padding: 7.5px 7.5px 0px 7.5px !important;
    }
}

/* responsive view: xxs, xs, sm */
@media (max-width: 992px) {
	
	
	h1 {
		font-size: 30px;
	}
	h2, h3 {
		font-size: 25px;
	}
	
	.pagination {
		text-align: center;
	}
	
	.pagination li a {
		font-size: 1.6em !important;
		margin: 5px;
		padding: 0.5em 0.8em !important;
	}
	
	ul#main-menu > li {
		display: block !important;
		border-top: solid 1px #CBEA93 !important;
	}
	
	ul#main-menu > li > a {
		text-align: left !important;
	}
	
	#modal-login .row > div,
	#modal-join .row > div {
		margin: 10px 0px;
	}
	
	#modal-login .btn,
	#modal-join .btn {
		width: 100%;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer ul {
		text-align: left !important;
	}
	
	.sidebar .banners {
		 text-align: center;
	}
	
	.sidebar .banner {
		display: inline-block;
		margin: 10px;
	}
    
    #responsive-search .products .product-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #responsive-search .products .product-box img {
        border-radius: 5px;
    }
    
    .block-content.center-content {
        top: auto !important;
        transform: none !important;
    }
    
    .center-content-wrapper.text-wrapper {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: inherit !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .product-box a.small-button.dark-blue {
        bottom: 0px !important;
    }
    
    .products .product-box .price-block {
        bottom: 50px !important;
    }
    
    a.large-button {
        font-size: 16px;
        padding: 15px 30px;
    }
    
    .left-arrow {
        display: none;
    }
}

/* lg only */
@media (min-width:1200px) {
	.caption h1,
    .caption h2 {
        font-size: 57px;
    }
    
    .text-wrapper,
    .image-wrapper {
        height: 330px;
    }
    
    .category-content-wrapper {
        max-height: 274px;
    }
    
    .col-lg-20 {
        width: 20%;
    }
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {
	.caption h1,
    .caption h2 {
        font-size: 48px;
    }
    
    .text-wrapper,
    .image-wrapper {
        height: 233px;
    }
    
    a.large-button {
        font-size: 18px;
    }
    
    #categories .cat-box a.name {
        min-height: 65px;
    }
    
    .category-content-wrapper {
        max-height: 224px;
    }
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
	.caption h1,
    .caption h2 {
        font-size: 42px;
    }
}

/* xs+xxs only */
@media (max-width: 767px) { 
	h1 {
		text-align: center;
		font-size: 28px;
	}
	h2, h3 {
		font-size: 22px;
	}
}

/* xxs only */
@media (max-width: 479px) { 
    .col-xxs-12 {
        width: 100%;
    }
    
    .products .product-box {
        max-width: 330px;
        margin: 0 auto;
    }
    
    #categories h3.category-name {
        margin-top: 20px !important;
    }
    
    #categories .cat-box a.name {
        margin-bottom: 5px !important;
    }
    
    #lbOuterContainer {
        width: 100% !important;
        height: auto !important;
    }
    
    #lbOuterContainer img {
        width: 100%;
        height: auto;
    }
    
    #lbClose {
        top: -25px;
        right: 0px;
    }
    
    #lbDetailsContainer {
        width: 100% !important;
    }
    
    #lbImageContainer>#lbHoverNav {
        height: -webkit-fill-available;
    }
    
    #lbPrev,
    #lbNext {
        height: 100% !important;
    }
}






















.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left;
}