/******************************************************/
/*	Theme Name: Sellya - Responsive HTML5 OpenCart Theme
/*	Theme URI: http://themeforest.net/item/sellya-responsive-opencart-theme/3431353
/*	Description: Sellya is a fully responsive theme for any store, it uses Bootstrap v2.0.2 and it's created by using the latest HTML5 and CSS3 features.
/*	Author: 321cart.com
/*	Author URI: http://www.321cart.com/
/*	Theme Version: 1.0.7.2
/*	OpenCart Version: 1.5.6.1
/******************************************************/


@media (max-width: 767px) {

    /******************************************************/
    /*  GENERAL STYLES
    /******************************************************/

    h1 {
        font-size: 20px;
        text-align: left;	
    }
    h2 {
        text-align: left;
    }


    /******************************************************/
    /*  FORMS
    /******************************************************/

    input, textarea, select, .uneditable-input {
        width: 95%;
        margin-top: 5px;
        margin-bottom: 9px;
    }
    input.large-field, select.large-field {
        width: 95%;
    }
    label, input {
        display: inline!important;
        margin: 7px 0!important;	
    }


    /******************************************************/
    /*  ALERT BOXES
    /******************************************************/

    .success, .warning, .attention, .information {
        margin-left: 0!important;
    }


    /******************************************************/
    /*  BUTTONS
    /******************************************************/

    input.button {
        height: 24px;
        margin: 0;
        padding: 0 6px 2px;
        font-size: 12px;
    }
    .buttons .left, .buttons .right {
        float: none;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 10px;
    }


    /******************************************************/
    /*  TABS
    /******************************************************/

    .htabs {
        height: 20px;
        line-height: 10px;
        border-bottom: 1px solid #E9E9E9;
    }
    .htabs a {
        border-top: 1px solid #E9E9E9;
        border-left: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        padding: 3px 5px 6px;
        font-size: 11px;
        font-weight: normal;
        margin-right: 5px;
    }
    .htabs a.selected {
        padding-bottom: 6px;
        background: #E9E9E9;
        font-weight: normal;	
    }
    .tab-content {
        border-left: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        border-bottom: 1px solid #E9E9E9;
        padding: 15px;
        margin-bottom: 20px;
        z-index: 2;
        overflow: auto;
        background-color: #FFFFFF;
        width: auto;
        clear: left;
    }


    /******************************************************/
    /*  LAYOUT
    /******************************************************/

    #midsection {
        margin: 10px;
    }
    #content-home {
        margin-left: 0;
    }
    #lrc + #content-home {
        width: 100%;
    }
    #lrc + #content-home .span {
        width: auto;
    }
    #lrc + #content-home .product-grid > div.span-first-child, #lrc + #content-home .box-product .span3.span-first-child {
        clear: left !important;
    }
    #lrc + #content-home .box-product .span3 {
        clear: none !important;
        margin-left: 0 !important;
    }
    #lrc + #content-home .box-product .span3:nth-child(3n+1) {
        clear: none !important;
        margin-left: 0 !important;
    }
    #lrc + #content-home .es-carousel ul li {
        margin-right: 0!important;
    }
    #lrc + #content .product-grid > div.span-related:nth-child(1n+1) {
        clear: none !important;
        margin-left: 0 !important;
    }
    #lrc + #content .product-grid > div.span-related:nth-child(2n+1) {
        clear: left !important;
        margin-left: 0 !important;
    }
    .span9 .row-fluid, .span10 .row-fluid, .span11 .row-fluid, .span12 .row-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    /******************************************************/
    /*  END LAYOUT
    /******************************************************/



    /******************************************************/
    /*  TOP AREA
    /******************************************************/

    #t-header {
        min-height: 280px;
        padding-bottom: 15px;
    }	

    /*  Logo  */

    #t-header #logo {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 10px;	
        margin-left: 0;
        width: auto;
    }

    /*  Currency & Language dropdowns  */

    #lc_dropdown {
        width: 276px;
        position: inherit;
        top: 70px;
        margin-left: auto;
        margin-right: auto;
    }
    .dropdown_l ul {
        width: 90px;
    }
    #language.dropdown_l {
        width: 110px;
        min-width: inherit;
        position: absolute;
        right: inherit;
        left: 0;
        text-align: center;
        float: left;
        padding-left: 10px;
    }
    #currency.dropdown_l {
        width: 110px;
        min-width: inherit;
        position: absolute;
        right: 0;
        text-align: center;
        float: right;
        padding-right: 10px;	
    }
    .dropdown_l .selected_l {
        float: left;
    }
    .dropdown_l, .dropdown_l li a {
        font-size: 10px;
    }
    #currency .arrow, #language .arrow {
        background: url("/img/arrow-down-gray.png") no-repeat scroll 0 50% transparent;
        float: right;
        padding: 7px 12px 7px 0;
    }
    #language img {
        cursor: pointer;
        display: inline-block;
        margin-right: 0;
        padding: 5px 4px 3px 0;
        vertical-align: top;
    }

    /*  Cart  */

    #t-header #cart {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;	
        width: 276px;
        top: auto;
        right: auto;
        left: auto;
        min-width: inherit;
        position: relative;	
    }
    #t-header #cart .heading {
        float: left;
        text-align: center;
        padding: 5px 15px;
        position: relative;
        width: 250px;
    }
    #t-header #cart .heading h5 {
        float: left;
        text-align: center;
        position: relative;
        width: 250px;
    }
    #t-header #cart .heading a {
        font-weight: bold;
        font-size: 10px;
    }
    #t-header #cart-total {
        font-weight: bold;
        font-size: 10px;
    }
    #t-header #cart .content {
        min-width: 260px;	
        max-width: 270px;
    }

    /*  Search bar  */

    #t-header #search {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;	
        float: none;
        z-index: 1;
    }
    #t-header .button-search {
        right: 8px;
        top: 10px;
    }

    /*  Header links  */

    #t-header .links {
        text-align: center!important;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 0;
        position: relative;
        width: auto;
        float: none;
        top: 13px;
    }
    #t-header .links a {
        font-size: 11px;
        margin-bottom: 10px;
        float: none;
        display: inline-block;
    }
    #t-header .links a + a {
        margin-left: 10px;
        padding-left: 10px;
    }

    /******************************************************/
    /*  END TOP AREA
    /******************************************************/



    /******************************************************/
    /*  MAIN MENU
    /******************************************************/

    .navbar-inner {
        background-image: none;
        filter: none;
        background-repeat: repeat-x;
        box-shadow: none;	
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;	
        border-radius: 0;	
        border-style: solid;
        border-width: 1px;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .brand {
        display: block;
        float: left;
        font-size: 15px;
        font-weight: bold;
        text-shadow: none;	
        line-height: 1;
        margin-left: 0;
        padding: 11px 10px 12px;
    }
    .btn-navbar {
        background: none;
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;	
        border-radius: 4px;	
        box-shadow: none;
        display: block;
        float: right;
        margin-left: auto;
        padding: 7px 15px;
        text-align: left
    }
    .navbar .nav-collapse {
        background-color: #FFFFFF;	
    }
    .navbar #homepage {
        padding: 5px 0 10px 20px;
    }
    .navbar #homepage:hover {
        background-color: #EFEFEF;
    }
    .navbar .btn, .navbar .btn-group {
        margin-top: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;	
        border-radius: 4px;		
        width: 100%;
    }
    .btn-navbar:hover,
    .btn-navbar:active,
    .btn-navbar.active,
    .btn-navbar.disabled,
    .btn-navbar[disabled] {
        background: none;
        box-shadow: none;
    }
    .navbar ul {
        list-style: none;
    }
    .navbar .dropdown-menu {
        margin: 0;
    }
    .navbar .nav > li > a, .navbar .dropdown-menu a {
        border-top: 1px solid #EFEFEF;		
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;	
        border-radius: 0;	
        color: #999999;
        font-weight: normal;
        padding: 6px 0 6px 20px;
    }
    .navbar .nav > li > a:hover,
    .navbar .dropdown-menu a:hover {
        background-color: #F8F8F8;
    }
    .navbar .nav > li > ul > li > a {
        border-top: 1px solid #F3F3F3;		
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;	
        border-radius: 0;	
        color: #000000;
        font-weight: bold;
        padding: 6px 0 6px 20px;
    }
    .navbar .dropdown-menu li + li a {
        margin-bottom: 0;
    }

    /******************************************************/
    /*  END MAIN MENU
    /******************************************************/



    /******************************************************/
    /*  MIDSECTION
    /******************************************************/

    /******************************************************/
    /*  CONTENT COLUMN
    /******************************************************/

    .welcome {
        max-width: 100%;
        width: auto;
    }
    .welcome, .welcome-content {
        margin: 0 10px;
        text-align: left;
    }

    /*  Pagination  */

    .pagination .results {
        float: left;
    }

    /*  Category Page  */

    .category-list ul {
        width: 50%;
    }
    .category-list > div.span-first-child {
        margin-left: 12px!important;
    }
    .product-compare {
        border-left: none;
        padding-left: 0;
        float: left;
        width: 100%;
        margin-top: 8px;
    }
    .product-compare {
        padding-left: 0;
        float: left;
        width: 100%;
        margin-top: 8px;
    }
    .product-filter .limit {
        float: left;
        margin-left: 0px;
        margin-top: 8px;	
    }
    .product-filter .sort {
        float: left;
        margin-left: 0;
        margin-top: 8px;	
    }
    .product-grid, .box-product {
        margin-bottom: 20px;
    }
    .product-grid > div, .box-product .span3 {
        width: 45%!important;
        float: left;
        margin: 0;
        padding: 5px;	
        display: block;
        vertical-align: top;
    }
    .product-grid > div:nth-child(1n), .box-product .span3:nth-child(1n) {
        clear: left!important;
    }
    .product-grid > div:nth-child(2n), .box-product .span3:nth-child(2n) {
        clear: none!important;
    }
    .product-grid > div.span-first-child, .box-product .span3.span-first-child {
        clear: none;
    }
    .product-grid > div > div.pbox, .box-product .span3 > div.pbox {
        width: auto;
    }
    .product-grid .image, .box-product .image {
        display: block;
        margin-bottom: 0;
        position: relative;
        z-index: inherit;
        float: none;		
    }
    .product-grid .image img {
        width: 99%;
        max-width: 145px;
    }
    .product-grid .image img:hover, .box-product .image img:hover {
        opacity: 1;
    }
    .box-product .cart {
        margin-bottom: 0;
        margin-top: 0;
    }
    .product-grid .name a {
        font-size: 11px;
        font-weight: normal;
    }
    .product-grid .description {
        width: auto;
        height: 100%;
        padding: 15px 7px;
    }
    .product-grid .rating {
        display: none;
    }
    .product-grid .price {
        font-size: 11px;
        font-weight: bold;
    }
    .product-grid .price-old {
        font-size: 10px;
    }
    .product-grid .price-new {
        font-size: 11px;
    }
    .product-grid .wishlist {
        margin-right: 10px;
    }
    .product-grid .compare {
        margin-left: 0px;
        margin-right: 10px;	
    }
    .product-grid .wishlist a {
        font-size: 10px;
    }
    .product-grid .compare a {
        font-size: 10px;
    }
    .product-grid > div.span-related {
        width: 45%!important;
        float: left;
        margin: 0;
        padding: 5px;	
        display: block;
        vertical-align: top;
    }
    .product-list > div {
        width: 99%;
        height: 100%; 
        margin-bottom: 0;
        margin-right: 0;
        padding: 0;	
        display: block;
        border: none;
    }
    .product-list .left {
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
    }
    .product-list .span2 {
        width: 100%;
        margin: 5px 0;
    }
    .product-list .left .span4 {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .product-list .span4 {
        width: auto;
        margin-left: 0;
    }
    .product-list .image {
        display: block;
        margin-bottom: 0;
        margin-right: 0;
        position: relative;
        z-index: inherit;
        float: none;		
    }
    .product-list .image img {
        width: 99%!important;
        max-width: 145px;
    }
    .product-list .price {
        text-align: center;
        height: auto;
    }
    .product-list .cart {
        text-align: center;
        margin-bottom: 0;
    }
    .product-list .wishlist, .product-list .compare {
        margin-top: 5px;
    }
    .product-list .wishlist {
        margin-right: 15px;
    }

    /*  Product Page  */

    #lrc + #content {
        width: auto;
    }
    #prev-next {
        float: none;
        margin: 10px auto;
    }
    .product-info > .left {
        float: none;
        overflow: hidden;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;	
    }
    .product-info > .left + .right, #lrc + #content .product-info .right {
        margin-left: 0;
        width: 100%;	
    }
    .product-info .image {
        display: inline-block;
        float: none;
        margin-bottom: 10px;	
    }
    .product-info .image img {
        max-width: 228px;
        width: 99%;
    }
    .product-info .price {
        text-align: center;
    }
    .product-info .image-additional {
        width: auto;
        margin: 0;
        text-align: center;
    }
    .product-info .image-additional a {
        display: inline-block;
        margin: auto;
        float: none;
    }
    .product-info .image-additional img {
        height: auto;
        vertical-align: middle;
        margin-top: 6px;	
        margin-left: 6px;	
    }
    .product-name h1 {
        text-align: center;
    }
    #lrc + #content .product-info .options input[type="text"], #lrc + #content .product-info .options textarea, #lrc + #content .product-info .options select, #lrc + #content .product-info .options .uneditable-input {
        width: 130px!important;
    }
    .product-info .wishlist-compare {
        margin-top: 20px;
    }
    .product-info .wishlist-compare a {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-info .review {
        text-align: center;
    }
    .cloud-zoom-lens {
        border: none!important;	
    }
    .product-info .image #wrap #cloud-zoom-big {
        left: -20px!important;
        width: 268px!important;
    }
    #content .content .reviews-left {
        width: 148px;
    }
    #content .content .reviews-right {
        max-width: 100%;	
        padding: 10px 20px;
        font-size: 12px;
    }
    .attribute thead td, .attribute thead tr td:first-child {
        font-size: 12px;
    }
    .attribute tr td:first-child {
        font-weight: normal;
    }

    /*  Compare  */

    .compare-info tr td:first-child {
        font-weight: normal;
    }
    .compare-info td {
        font-size: 11px;
    }
    .compare-info .name a {
        font-weight: normal;
    }
    #compare-content {
        width: 99%;	
        overflow: hidden;
        overflow-x: scroll;
    }

    /*  Wish List  */

    .wishlist-info .image, .wishlist-info .model, .wishlist-info .price {
        display: none;
    }

    /*  Login  */

    .login-content .left {
        width: 100%;
        clear: both;
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .login-content .right {
        width: 100%;
        clear: both;
        float: none;
        margin-bottom: 15px;
        margin-right: 0;	
    }

    /*  Orders  */

    .order-i .image, .order-i .model, .order-i .price {
        display: none;
    }

    /*  Returns  */

    .return-reason {
        width: 90%;
    }
    .return-opened {
        width: 90%;
        margin-top: 20px;
    }

    /*  Cart  */

    .cart-info .image, .cart-info .model, .cart-info .price {
        display: none;
    }

    /*  Checkout  */

    .checkout-content .left {
        clear: both;
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }
    .checkout-content .right {
        clear: both;
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;	
    }
    .checkout-product .model, .checkout-product .price {
        display: none;
    }

    /*  Contact Page  */

    .contact-info {
        width: 99%;
    }
    .contact-form {
        float: left;
        width: 99%;
    }

    /******************************************************/
    /*  END CONTENT COLUMN
    /******************************************************/

    /******************************************************/
    /*  END MIDSECTION
    /******************************************************/



    /******************************************************/
    /*  BOTTOM AREA
    /******************************************************/

    /*  Dropdowns  */

    .dropdown.open .dropdown-menu {
        display: block;
        margin-left: -1px!important;
        position: relative;	
    }
    .dropdown.open .dropdown-toggle {
        background-color: #EEEEEE;	
    }
    .dropdown-menu li > a:hover,
    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover {
        color: #FFFFFF;
        background-color: #0088CC;
    }

    /*  Contact Us, Twitter, Custom Column  */

    #footer_cnc .container {
        width: auto;
    }
    #footer_cnc .span4 {
        margin-left: 10px;
        margin-right: 10px;
    }
    #footer_cnc .span3 {
        margin-left: 0;
        margin-right: 0;
    }

    /*  Information, Customer Service, Extras, My Account  */

    #footer_info .span3 {
        margin-left: 0;
        margin-right: 0;
    }
    #footer_info_phone {
        clear: both;
        overflow: auto;
        min-height: 100px;
        padding: 20px 10px;
    }
    #footer_info_phone_content {
        width: 100%;
        margin: 0 auto;	
    }
    #footer_info_phone .span3 {
        width: 100%;
        min-height: inherit;
        margin-left: 0;
        padding-right: inherit;
    }
   
    #footer_info_phone .span3 ul li {
        height: 25px;
        list-style: none;
    }

    #footer_info_phone .span3 a {
        font-size: 19px;
        font-weight: bold;
        border-bottom: 1px solid #DDDDDD;	
    }
    #footer_info_phone .span3 ul li a:hover {
        background-color: #EEEEEE;
    }


    /*  Footer - Payment Images, Powered by, Follow Us  */

    #footer_cr .container {
        width: auto;
    }
    #footer_cr_content #payment_logos {
        text-align: center;
        clear: both;
        float: none;
    }
    #footer_cr_content #powered_content {
        text-align: center;
        margin-top: 15px;
    }
    #footer_cr_content #follow_us {
        text-align: center;
        clear: both;
        float: none;	
        margin-top: 15px;
    }

    /*  About Us  */

    #footer_about {
        padding: 10px;
    }

    /******************************************************/
    /*  END BOTTOM AREA
    /******************************************************/


    /*  Elastislide Style  */

    .es-carousel ul li {
        width: 111px!important;
        padding: 5px;
    }
    .es-carousel ul li .image {
        display: block;
        float: none;
        margin-bottom: 0;
        position: relative;
        z-index: inherit;
    }
    .es-carousel ul li a img{
        width: 108px;
    }
    .es-carousel ul li a img:hover {
        opacity: 1;
    }
    .es-carousel .cart {
        margin-bottom: 0;
        margin-top: 0;
    }
    .es-carousel-banners ul li a img{
        max-width: 238px;
    }

    /*  Flexslider  */

    .flexslider { 
        margin-left: 0!important;
    }

}

/************************************************************************************************************/

@media (min-width: 768px) and (max-width: 979px) {

    /******************************************************/
    /*  FORMS
    /******************************************************/

    input, textarea, select, .uneditable-input {
        width: 95%;
        margin-top: 5px;
        margin-bottom: 9px;
    }
    input.large-field, select.large-field {
        width: 95%;
    }
    label, input {
        display: inline!important;
        margin: 7px 0!important;	
    }


    /******************************************************/
    /*  LAYOUT
    /******************************************************/

    #midsection {
        margin: 20px auto 10px;
    }
    #column-left, #column-right, #column-left .banner div img, #column-right .banner div img {
        width: 165px !important;
    }
    .span11 {
        float: none;
        clear: left;
        display: block;
        width: auto!important;
    }
    .row-fluid > .span3 {
        width: 166px!important;
    }

    /******************************************************/
    /*  END LAYOUT
    /******************************************************/



    /******************************************************/
    /*  TOP AREA
    /******************************************************/

    #t-header #logo img {
        max-width: 230px;
    }
    #t-header #search input {
        margin: 0!important;
    }
    #t-header #welcome {
        top: 20px;
        right: 0;
    }

    /******************************************************/
    /*  END TOP AREA
    /******************************************************/



    /******************************************************/
    /*  MAIN MENU
    /******************************************************/

    #menu-category-wall > ul > li > div {
        width: 680px!important;
        padding: 10px 17px;	
    }
    #menu-category-wall > ul > li > div > div {
        width: 126px;
    }
    #menu_brands img {
        width: 40px;
    }

    /******************************************************/
    /*  END MAIN MENU
    /******************************************************/



    /******************************************************/
    /*  MIDSECTION
    /******************************************************/

    .welcome, .welcome-content {
        margin: 0 10px;
    }
    #lrc + #content-home {
        width: 539px;
    }
    #lrc + #content-home .span {
        width: 519px;
    }
    #lrc + #content-home .box-product .span3 {
        margin-left: 10px !important;
    }

    /*  Box homepage category wall  */

    .box-category-home {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .box-category-home > div.span2 {
        width: 99px;
    }
    #lrc + #content-home .box-category-home > div.span2 {
        width: 69px;
    }
    #lrc + #content-home .box-category-home > div.span2 img {
        width: 72px;
    }
    .box-category-home > div.span3 {
        width: 160px!important;
    }
    #lrc + #content-home .box-category-home > div.span3 {
        width: 114px!important;
    }
    #lrc + #content-home .es-carousel ul li {
        margin: 5px 9px 15px 1px !important;
    }

    /*  Box homepage manufacturers wall  */

    .box-manufacturers-home {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .box-manufacturers-home > div.span2 {
        width: 96px;
    }
    #lrc + #content-home .box-manufacturers-home > div.span2 {
        width: 65px;
    }
    #lrc + #content-home .box-manufacturers-home > div.span2 img {
        width: 65px;
    }
    .box-manufacturers-home > div.span3 {
        width: 154px!important;
    }
    #lrc + #content-home .box-manufacturers-home > div.span3 {
        width: 108px!important;
    }

    /*  Box products  */

    .box-product .span3 {
        width: 156px!important;
    }
    .box-product .l_column {
        width: 140px !important;
    }
    .box-product ol li .l_column {
        width: 130px!important;	
    }
    .box-product ol li {
        width: 140px !important;
    }
    #content .l_column {
        width: 164px!important;
        margin: 0;
    }
    .box-product > div > div.pbox {
        padding: 5px 4px 10px;	
    }
    .box-product .image {
        display: block;
        margin-bottom: 0;
        position: relative;
        z-index: inherit;
        float: left;		
    }
    .box-product .image img {
        max-width: 145px;
    }
    .box-product .image img:hover {
        opacity: 1;
    }
    .box-product .name {
        padding-right: 0;
    }
    .box-category {
        padding-right: 10px;
    }

    /*  Category Page  */

    .category-list > div {
        width: 80px;
        margin-left: 3px;
        min-height: 115px;
    }
    .category-list > div img {
        width: 80px;
    }
    .product-compare {
        width: 60%;
        height: 23px;
    }
    .product-filter .limit {
        float: left;
        margin-top: 15px;
        margin-left: 0;	
    }
    .product-filter .sort {
        float: left;
        margin-top: 15px;
        margin-left: 15px;
    }
    .product-grid > div {
        min-height: 250px;
        width: 146px;
    }
    .product-grid .image {
        display: block;
        margin-bottom: 0;
        position: relative;
        z-index: inherit;
        float: none;		
    }
    .product-grid .image img {
        width: 99%;
        max-width: 145px;
    }
    .product-grid .image img:hover {
        opacity: 1;
    }
    .product-grid .compare {
        margin-left: 0;
    }
    .product-list .span4 {
        width: 200px;
        margin-left: 50px;
    }
    .product-list .cart input {
        max-width: 104px;
    }

    /*  Product Page  */

    #lrc + #content {
        width: 538px;
    }
    #lrc + #content .product-info {
        clear: both;
        margin-bottom: 20px;
        overflow: auto;
    }
    #lrc + #content .product-info .left {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        overflow: hidden;
        text-align: center;
    }
    .product-info > .left {
        margin-right: 25px;
    }
    .product-info > .left + .right, #lrc + #content .product-info .right {
        width: 327px;
        margin-right: 0;
    }
    #lrc + #content .product-info .right, #lrc + #content .product-info .left {
        width: 100%;
        margin-right: 0;
    }
    #lrc + #content .product-info .left .image, #lrc + #content .product-info .left .image-additional  {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }
    #lrc + #content #product-information .htabs {
        height: 20px;
        line-height: 10px;
    }
    #lrc + #content #product-information .htabs a {
        padding: 3px 5px 6px;
        font-size: 12px;
        font-weight: normal;
        margin-right: 5px;
    }
    #lrc + #content .content .reviews-left {
        width: 140px;
    }
    #lrc + #content .content .reviews-right {
        max-width: 40%;
    }
    #lrc + #content .product-info .description {
        text-align: left;
    }
    #lrc + #content .product-info .image #wrap #cloud-zoom-big {
        left: -10px!important;
    }
    .product-info .image #wrap #cloud-zoom-big {
        width: 315px!important;
        margin-left: 12px;
    }
    #content .content .reviews-right {
        max-width: 50%;
    }


    /******************************************************/
    /*  END MIDSECTION
    /******************************************************/



    /******************************************************/
    /*  BOTTOM AREA
    /******************************************************/

    /*  Contact Us, Twitter, Custom Column  */

    #footer_cnc {
        padding: 10px 0;
    }
    #footer_cnc .container {
        width: 744px;
    }
    #footer_cnc .span4 {
        margin-left: 10px;
        margin-right: 10px;
    }

    /*  Information, Customer Service, Extras, My Account  */

    #footer_info {
        padding: 10px 0;
    }
    #footer_info .container {
        width: 744px;
    }
    #footer_info #logo img {
        width: 150px;
    }

    /*  Footer - Payment Images, Powered by, Follow Us  */

    #footer_cr {
        padding: 10px 0;
    }
    #footer_cr .container {
        width: 744px;
    }

    /*  About Us  */

    #footer_about {
        padding: 10px;
    }

    /******************************************************/
    /*  END BOTTOM AREA
    /******************************************************/


    /*  Elastislide Style  */

    .es-nav span.es-nav-next {
        right: -19px;
    }
    .es-carousel ul li {
        width: 156px!important;
    }
    .es-carousel ul li .image {
        display: block;
        margin-bottom: 0;
        position: relative;
        z-index: inherit;
        float: none;		
    }
    .es-carousel ul li a img {
        width: 99%;
        max-width: 155px;
    }
    .es-carousel ul li a img:hover {
        opacity: 1;
    }

}

/************************************************************************************************************/

@media (max-width: 479px) {

    #t-header #logo img {
        max-width: 260px;
    }
}

/************************************************************************************************************/

@media (min-width: 330px) and (max-width: 479px) {

    .es-carousel-wrapper, .es-carousel-banners {
        max-width: 273px!important;
    }
    .es-carousel ul li {
        width: 126px!important;
    }
}

/************************************************************************************************************/

@media (min-width: 480px) and (max-width: 639px) {

    #t-header #logo img {
        max-width: 360px;
    }
    .product-grid > div, .box-product .span3 {
        width: 47%!important;
    }
    .es-carousel-wrapper, .es-carousel-banners {
        max-width: 420px!important;
    }
    .es-nav span.es-nav-next {
        right: -18px;
    }
    .es-carousel ul li {
        width: 199px!important;
    }
    .es-carousel ul li a img {
        width: 99%;
        max-width: 190px;
    }
}

/************************************************************************************************************/

@media (min-width: 640px) and (max-width: 719px) {

    .product-grid > div, .box-product .span3, .product-grid > div.span-related {
        width: 270px!important;
    }

    .es-carousel-wrapper, .es-carousel-banners {
        max-width: 560px!important;
    }
    .es-nav span.es-nav-next {
        right: -23px;
    }
    .es-carousel ul li {
        width: 269px!important;
    }
    .es-carousel ul li a img {
        width: 99%;
        max-width: 190px;
    }
    .es-carousel .name, .es-carousel .cart {
        max-width: 260px;
    }
}

/************************************************************************************************************/

@media (min-width: 720px) and (max-width: 767px) {

    .product-grid > div, .box-product .span3, .product-grid > div.span-related {
        width: 310px!important;
    }

    .es-carousel-wrapper, .es-carousel-banners {
        max-width: 640px!important;
    }
    .es-nav span.es-nav-next {
        right: -23px;
    }
    .es-carousel ul li {
        width: 309px!important;
    }
    .es-carousel ul li a img {
        width: 99%;
        max-width: 190px;
    }
    .es-carousel .name, .es-carousel .cart {
        max-width: 300px;
    }
}