/***********************************************************

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES
3.1 HOVERS

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 NAVIGATION
8.3 NIVOSLIDER
8.4 SHOWCASE
8.5 MAIN PRODUCT LISTING
8.6 FOOTER

9. COLLECTION PAGES
9.1 PAGES CONTENT
9.2 BREADCRUMBS
9.3 COLLECTION LISTING
9.4 PAGINATION

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

12. PRODUCT PAGE
12.1 PRODUCT IMAGES
12.2 PRODUCT INFO
12.3 PRODUCT PAGINATION
12.4 RELATED PRODUCTS

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

14. CUSTOMER PAGES
14.1 LOG IN
14.2 ACCOUNT
14.3 ADDRESSES
14.4 ORDERS

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

***********************************************************/



/***************************************************************************
                                1200px <
***************************************************************************/

@media (min-width: 1200px) {



}


/***************************************************************************
                                < 1200px
***************************************************************************/

@media (max-width: 1199px) {

/* 8.1 HEADER */
#logo {text-align: center;}

.header_search {width: 100%;margin: 42px 0 0 0;}



/* 8.2 NAVIGATION */

/* 8.4 SHOWCASE */
.custom_showcase a div {padding: 0 15px 15px 15px;}



/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product_img a {padding: 15px;}
.product_listing_main .product_info {padding: 0 15px 15px 15px;}



/* CUSTOM BOTTOM */
.custom_bottom a {padding: 0 15px 15px 15px;}
.custom_bottom h2 {font-size: 25px;}
.custom_bottom h3 {font-size: 25px;}



/* 8.6 FOOTER */
footer .footer_block__4 {clear: left;text-align: center;}

footer .footer_social {padding: 47px 0 0 0;}
footer .footer_social li {display: inline-block;float: none;padding: 10px 0 0 0;}
footer .footer_social li ~ li {padding: 10px 0 0 10px;}



/* 10. SIDEBAR WIDGETS */
.column .widget h3.widget_header {font-size: 18px;}



/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {text-align: center;}
.product_listing_sidebar .product_img {width: 100%;float: none;}
.product_listing_sidebar .product_info {margin: 10px 0 0 0;}



/* 12.1 PRODUCT IMAGES */
.product_img_big {width: 279px;}
.product_img_thumbs {width: 279px;}
.product_img_thumbs__list a {width: 85px !important;}

}



/***************************************************************************
                                < 980px
***************************************************************************/

@media (max-width: 992px) {
  
.cart_popup {top: 0 !important;}

/* 8.1 HEADER */

/* 8.2 NAVIGATION */
#navigation.isStuck {position: relative !important;left: auto;right: auto;}
.pseudoStickyBlock {display: none !important;}

#navigation {}
#navigation .jq-selectbox {}
#navigation .jq-selectbox__select {}
#navigation .jq-selectbox__select-text {width: 100% !important;height: 70px;padding: 0 14px;font-size: 20px;line-height: 70px;color: #000000;text-transform: uppercase;
-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,.15), -1px 0 0 0 rgba(0,0,0,.15);
        box-shadow: 1px 0 0 0 rgba(0,0,0,.15), -1px 0 0 0 rgba(0,0,0,.15);
}
#navigation .jq-selectbox__trigger i {font-size: 20px;color: #000000;right: 15px;top: 25px;}

#navigation .jq-selectbox__dropdown {width: 100% !important;background: #333333;top: 70px !important;}
#navigation .jq-selectbox__dropdown ul {}
#navigation .jq-selectbox__dropdown ul li {padding: 3px 15px 5px 15px;color: #ffffff;}

#navigation .jq-selectbox__dropdown ul li:hover,
#navigation .jq-selectbox__dropdown ul li.sel {
-webkit-box-shadow: inset 0 0 0 1000px rgba(255,255,255,.12);
        box-shadow: inset 0 0 0 1000px rgba(255,255,255,.12);
}



/* 8.4 SHOWCASE */

/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product_links form {display: block;margin: 15px 0 0 0;}
.product_listing_main .product_links .btn {width: 100% !important;display: block;margin: 15px 0 0 0;}



/* CUSTOM BOTTOM */
.custom_bottom a {padding: 0 15px 15px 15px;}
.custom_bottom h2 {font-size: 20px;}
.custom_bottom h3 {font-size: 20px;}



/* 8.6 FOOTER */

/* 10.2 SIDEBAR PRODUCT LISTING */

/* 12.1 PRODUCT IMAGES */
.product_image-additioanl {width: 229px !important;}



/* 12.1 PRODUCT IMAGES */
.product_img_big {width: 213px;}
.product_img_thumbs {width: 213px;}
.product_img_thumbs__list a {width: 63px !important;}

.bx-wrapper .bx-prev {left: 5px;}
.bx-wrapper .bx-next {right: 5px;}

}



/***************************************************************************
                                < 767px
***************************************************************************/

@media (max-width: 767px) {

/* 6. GLOBAL PAGE LAYOUT */
.container {padding:0 15px;}

.column_left,
.column_right,
.column_center,
#main_content {margin-left: 0 !important;margin-right: 0 !important;}



.page_heading,
.template-index .page_heading {font-size: 25px;}
  
.template-index .page_heading {padding: 25px 0 0 0;}



/* 8.1 HEADER */
#header {padding: 0 0 30px 0;}

#logo {padding: 30px 0 0 0;}

.header_search {margin: 30px 0 0 0;}

.header_right {padding-top: 30px;}

.header_user {float: left;}

.header_cart {float: none;text-align: center;}
.header_cart a {display: inline-block;text-align: left;}



/* 8.2 NAVIGATION */

/* 8.3 NIVOSLIDER */
.nivo-prevNav {left: 15px;}
.nivo-nextNav {right: 15px;}



/* 8.4 SHOWCASE */
.custom_showcase {margin: 15px 0 0 0;}



/* 8.6 FOOTER */
footer {margin: 30px 0 0 0;}

footer h3 {padding: 25px 0 0 0;}
footer ul {padding: 0;}
footer .footer_social {padding: 20px 0 0 0;}
footer .copyright {margin: 30px 0 0 0;text-align: center;}



/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product {margin: 15px 0 0 0;}
.product_listing_main .product > div {overflow: hidden;padding: 10px;text-align: left;}

.product_listing_main .product_img {width: 110px;float: left;}

.product_listing_main .product_info {margin: 0 0 0 125px;padding: 0;}

.product_listing_main .product_price {margin: 0;}
  
.product_listing_main .product_name {min-height: 1px;padding: 5px 0 0 0;}
.product_listing_main .product_name a {display: inline-block;}

.product_listing_main .product_links form {display: inline-block;margin: 0 10px 0 0;}
.product_listing_main .product_links .btn {width: auto !important;display: inline-block;margin: 15px 0 0 0;}
.product_listing_main .product_links .btn_cart {width: 49px !important;}



/* BLOG */
.homepage_blog {}
.homepage_blog__item {margin: 15px 0 0 0;text-align: left;}
.homepage_blog__date {padding: 0;}
.homepage_blog__content {display: none;}



.custom_bottom {margin: 15px 0 0 0;}



/* 10. SIDEBAR WIDGETS */
.column .widget {margin: 30px 0 0 0 !important;}



/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {overflow: hidden;text-align: left;}
.product_listing_sidebar .product_img {width: 100px;float: left;}
.product_listing_sidebar .product_info {margin: 0 0 0 115px;}



/* 12.1 PRODUCT IMAGES */
.product_img_big {width: 288px;margin: 0 auto;}
.product_img_thumbs {width: 288px;margin: 0 auto;}
.product_img_thumbs__list a {width: 88px !important;}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {margin: 0;padding: 30px 0 0 0;}



/* 15. CART PAGE */
.cart_buttons {text-align: center;}
.cart_buttons span.or {display: block;margin: 5px 0;}

}



/***************************************************************************
                                < 640px
***************************************************************************/

@media (max-width: 640px) {



}



/***************************************************************************
                                < 480px
***************************************************************************/

@media (max-width: 480px) {

/* 8.1 HEADER */
.header_currency {float: none;text-align: center;}
.header_currency .jq-selectbox__select-text {text-align: left;}

.header_user {float: none;padding: 10px 0 0 0;text-align: center;}
.header_user li {padding: 0;}
.header_user li ~ li {padding: 0 0 0 15px;}
.header_user li a:before {display: none;}
.header_user .link_checkout {display: none;}



/* 12.1 PRODUCT IMAGES */
.product_wrap .product_image {width: 290px;}
.product_image-additioanl {width: 306px !important;}
.product_wrap #bx-pager a {width: 87px;margin-right: 15px;}



/* 14.2 ACCOUNT */
.customer_name .divider {display: none;}
.customer_name .email {display: block;}
.customer_name a {float: none;}

}



/***************************************************************************
                                < 340px
***************************************************************************/

@media (max-width: 340px) {



}