/*============================================================================================*/
/* SHOP STYLES */
/*============================================================================================*/

.shop-section .items-sorting {
    margin-bottom:20px;
}

.shop-section .items-sorting .form-group{
    margin-bottom:0px;
}

.shop-section .items-sorting .results_shop{
    padding-top:8px;
}

.shop-section .items-sorting select{
    display:block;
    width:100%;
    line-height:24px;
    padding:0 10px;
    height:34px;
    font-size:13px;
    border:1px solid #ededed;
    cursor:pointer;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    background:url(../img/icon-select.png) right center no-repeat;
    color:#999999;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
    outline:none;
}

.shop-section .items-sorting select option{
    text-indent:15px;   
}

ul.products {
    padding: 0;
    margin: 0 -15px;
}

.shop-item{
    position:relative;
    text-align:center;
    margin-bottom:40px; 
    list-style: none;
    padding: 0 15px;
}

.shop-item .inner-box{
    position:relative;
    display:block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    background:#ffffff;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease;
}

.shop-item .inner-box:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.shop-item .image-box{
    position:relative;  
}

.shop-item .image-box .image img{
    position:relative;
    display:block;
    width:100%;
    height:auto;    
}

.shop-item .image-box .item-options{
    position:absolute;
    right:10px;
    bottom:10px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease;  
}

.shop-item:hover .image-box .item-options{
    opacity:1;
    visibility:visible; 
}

.shop-item .image-box .item-options .btn_shop{
    position:relative;
    display:block;
    float:left;
    width:46px;
    height:46px;
    padding:10px;
    text-align:center;
    line-height:26px;
    color:#5a5a5a;
    background:#ffffff;
    font-size:14px;
    margin-right:1px;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease;  
}

.shop-item .image-box .item-options .btn_shop .tool-tip{
    position:absolute;
    left:50%;
    margin-left:-45px;
    bottom:55px;
    width:90px;
    text-align:center;
    line-height:20px;
    font-size:11px;
    padding:5px 5px;
    background:#1c1c1c;
    color:#ffffff;
    border-radius:3px;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease;
    opacity:0;
    visibility:hidden;  
}

.shop-item .image-box .item-options .btn_shop .tool-tip:after{
    content:'';
    position:absolute;
    left:50%;
    margin-left:-5px;
    bottom:-9px;
    border:5px solid transparent;
    border-top:5px solid #1c1c1c;
}

.shop-item .image-box .item-options .btn_shop:hover{
    background:#e04f67;
    color:#ffffff;  
}

.shop-item .image-box .item-options .btn_shop:hover .tool-tip{
    opacity:1;
    visibility:visible; 
}

.shop-item .product-description{
    position:relative;
    padding:25px 20px 20px; 
}

.shop-item h3 {
    margin: 10px 0;
}

.shop-item h3 a{
    color:#555; 
    font-size:16px;
}
.shop-item h3 a:hover{
    color:#333;
}

.shop-item .product-description .price{
    font-size:16px;
    font-weight:500;
    color:#e04f67;
    line-height:20px;   
}

.shop-item .product-description .price del{
    color:#999999;
    padding-right:5px;
    text-decoration:line-through;
}

.shop-item .star-rating {
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-family: 'fontello';
    font-size: 1.5em;
    line-height: 1;
    width: 5.2em;
    height: 1em;
    color: #ff9c01;
    vertical-align: top;
}

.shop-item .star-rating:before{
    content: '\e80c\e80c\e80c\e80c\e80c';
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 2px;
}

.shop-item .star-rating > span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em;
}

.shop-item .star-rating > span:before {
    content: '\e80b\e80b\e80b\e80b\e80b';
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 2px;
}

/*============================================================================================*/
/* Notification Message STYLES */
/*============================================================================================*/

.woocommerce-info{
    color:#1c1c1c;
    font-size:13px;
    line-height:24px;
    background:#f4f5f6;
    border:1px solid #ededed;
    padding:15px 20px;
    margin: 0 0 20px 0;
}

.woocommerce-info a{
    color:#056ab0;
}

.woocommerce-message {
    margin-bottom: 30px;
}

.post > .woocommerce-message {
    margin-top: 60px;
}

.post > .woocommerce-message + .woocommerce {
    padding-top: 0;
}

.woocommerce-message a { 
  display: inline-block;
  padding: 7px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #85c99d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 15px;
}

.woocommerce-message a:hover { 
    color: #fff; 
    background-color: #333; 
}

.woocommerce-message a.button {
    margin-left: 0;
    margin-right: 15px;
}

.woocommerce-checkout abbr.required {
    position: relative;
    top: -.3em;
    border: none;
    color: red;
}

.blockUI.blockOverlay {
    cursor: wait !important;
}

/*============================================================================================*/
/* PRODUCT DETAILS STYLES */
/*============================================================================================*/

.product-details .basic-details{
    position:relative;
    margin-bottom:50px;
}

.product-details .image-column,
.product-details .info-column{
    margin-bottom:20px;
}

.product-details .image-column .product-images-slider {
    padding:5px;
    border:1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-details .image-column .product-thumbs-slider .owl-item{
    padding: 3px 5px;
}

.product-details .image-column .image-box{
    display:block;
    background:#ffffff; 
    border-radius: 5px;
}

.product-details .image-column .image-box img{
    position:relative;
    display:block;
    width:100%; 
}

.product-details .image-column .placeholder-img img {
    width: 100%;
}

.product-details .basic-details .details-header{
    position:relative;
    margin-bottom:20px; 
}

.product-details .basic-details .details-header h4{
    font-size:20px;
    font-weight:500;
    margin:0px 0px;
    line-height:1.4em;
    color:#5a5a5a;
    margin-bottom:5px;
}

.product-details .basic-details .details-header h4 a{
    color:#333333;  
}

.product-details .basic-details .rating{
    font-size:13px;
    margin-bottom:0px;
}

.product-details .basic-details .rating i{
    display:inline-block;
    margin-right:2px;   
    color:#ff9c01;
}

.product-details .basic-details .rating .txt{
    font-size:14px;
    padding-left:10px;
    color:#777777;  
}

.product-details .basic-details .item-price .price{
    font-size:16px;
    font-weight:500;
    color:#f7542b;
    line-height:24px;
    letter-spacing:1px;
    margin-bottom:5px;
}

.product-details .basic-details .item-price .price del{
    position:relative;
    padding-right:10px;
    color:#999999;
    text-decoration:line-through;
}

.product-details .basic-details .item-price .price ins{
    text-decoration: none;
}

.product-details .basic-details .prod-info{
    margin-bottom:15px;
    line-height:1.6em;
    font-size:13px; 
}

.product-details .basic-details .prod-info strong{
    font-weight:700;
    color:#111111;  
}

.product-details .basic-details .description{
    margin-top: 20px;
    margin-bottom:40px;
    color:#666666;
    line-height:1.8em;  
}

.product-details .basic-details .quantity{
    display:inline-block;
    margin-right:15px;
}

.product-details .basic-details .product_meta{
    list-style:none;
    padding:0;
    margin:15px 0px 0px;
}

.product-details .basic-details .product_meta li{
    margin-bottom:0px;
    line-height:24px;
    font-weight:500;
    color:#1c1c1c;
    font-size:13px;     
}

.product-details .basic-details .availablity{
    position:relative;
    float:left;
    padding-right:40px;
    line-height:32px;
    margin-bottom:27px;
    font-size:13px;
    font-weight:500;
    letter-spacing:1px;
    color:#777777;
}

.product-details .basic-details .availablity strong{
    font-size:14px;
    letter-spacing:2px;
    color:#f7542b;
    font-weight:600;
    text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
    position:relative;
    float:left;
    width:120px;
    margin-bottom:25px;
    margin-right:20px;  
}

.product-details .basic-details .item-quantity .field-label{
    float:left;
    font-weight:600;
    font-size:14px;
    line-height:32px;
    display:inline-block;
    padding-right:20px; 
}


.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
    padding:11px 10px;
    background:#f4f5f6; 
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
    top:6px;    
}

.product-details .info-column .woocommerce-review-link {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.entry-summary .star-rating, .product-info-tabs .star-rating {
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-family: 'fontello';
    font-size: 1.5em;
    line-height: 1;
    width: 5.2em;
    height: 1em;
    color: #ff9c01;
    vertical-align: top;
}

.entry-summary .star-rating:before, .product-info-tabs .star-rating:before{
    content: '\e80c\e80c\e80c\e80c\e80c';
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 2px;
}

.entry-summary .star-rating > span, .product-info-tabs .star-rating > span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em;
}

.entry-summary .star-rating > span:before, .product-info-tabs .star-rating > span:before {
    content: '\e80b\e80b\e80b\e80b\e80b';
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 2px;
}

.woocommerce .onsale {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #79A70A;
    border-radius: 50%;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25)
}

ul.products .image-box .onsale { top:10px; }

/*============================================================================================*/
/* PRODUCT TABS STYLES */
/*============================================================================================*/

.product-info-tabs{
    margin-bottom:45px;
}

.product-info-tabs .tab-btns{
    position:relative;
    z-index:1;
    padding:0;
    margin:0;
}

.product-info-tabs .tab-btns a {
    display: block;
    padding: 10px 25px;
    color: inherit;
}

.product-info-tabs .tab-btns .tab-btn{
    position:relative;
    display:inline-block;
    font-size:13px;
    color:#1c1c1c;
    text-transform:uppercase;
    font-weight:500;
    line-height:24px;
    background:#ffffff;
    border:2px solid transparent;
    border-bottom:none;
    letter-spacing:1px;
    border-radius:3px 3px 0px 0px;
}

.product-info-tabs .tab-btns .tab-btn.active{
    top:2px;
    color:#e04f67;
    border-color:#f0f0f0;
}

.product-info-tabs .woocommerce-Tabs-panel{
    position:relative;
    color:#5a5a5a;
    background:#ffffff;
    border:2px solid #f0f0f0;   
    padding:30px 30px;
}

.product-info-tabs .woocommerce-Tabs-panel p,
.product-info-tabs .woocommerce-Tabs-panel h2,
.product-info-tabs .woocommerce-Tabs-panel h3,
.product-info-tabs .woocommerce-Tabs-panel h4,
.product-info-tabs .woocommerce-Tabs-panel h5,
.product-info-tabs .woocommerce-Tabs-panel h6{
    margin-bottom:10px; 
}

.product-info-tabs .woocommerce-Tabs-panel h2{
    font-size:21px;
    font-weight:500;
    color:#1c1c1c;
}

.product-info-tabs .woocommerce-Tabs-panel h3{
    font-size:14px;
    font-weight:700;
    color:#333333;
    margin-bottom:15px;
}

.product-details .comment-form-rating .stars a {
    position: relative;
    height: 1em;
    width: 1em;
    color: #ff9c01;
    font-size: 1.3em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
}

.product-details .comment-form-rating .stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'fontello';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-indent: 0;
}

.product-details .comment-form-rating .stars.selected a:not(.active):before {
    content: '\e80b';
}

.product-details .comment-form-rating .stars.selected a.active:before, .product-details .comment-form-rating .stars:hover a:before {
    content: '\e80b';
}

.product-details .comment-form-rating .stars.selected a.active~a:before {
    content: '\e80c';
}

.product-details .comment-form-rating .stars a:before, .product-details .comment-form-rating .stars a:hover~a:before {
    content: '\e80c';
}

.product-details .comment_container {
    padding-left: 80px;
    position: relative;
}

.product-details .comment_container .avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.product-details .comment_container .comment-text {
    border: 1px solid #ededed;
    background: #fff;
    position: relative;
    padding: 15px 15px 0;
}

.product-details .comment_container .comment-text .meta {
    font-style: italic;
    color: #999;
}

.product-details #commentform {
    margin: 10px 0 20px;
    position: relative;
    font-size: 14px;
}

.product-details #commentform p label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400;
}

.product-details #commentform .comment-form-author, .product-details #commentform .comment-form-email {
    width: 50%;
    float: left;
}

.product-details #commentform .comment-form-author { padding-right:10px }

.product-details #commentform .comment-form-email { padding-left:10px }

.product-details #commentform .comment-form-rating { clear:both }

/*============================================================================================*/
/* RELATED PRODUCTS STYLES */
/*============================================================================================*/

.related-products{
    position:relative;  
}

.related-products .group-title{
    margin-bottom:25px; 
}

.related-products .group-title h3{
    font-size:18px;
    font-weight:500;
    color:#111111;
}

/*============================================================================================*/
/* CART SECTION STYLES */
/*============================================================================================*/

.btn_cart_outine{
    color:#555;
    background: none;
    border:2px solid #555;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold;
}
.btn_cart_outine:hover{
    color:#fff;
    background:#e04f67;
    border:2px solid #e04f67;
}

.table.cart-list.shopping-cart th,
.table.options_cart.shopping-cart th {
    background-color: #fff;
    text-transform: uppercase;
    padding:15px;
}

.table.cart-list.shopping-cart .product-thumbnail img {
    width: 60px;
    height: auto;
    margin-bottom: 0;
}

.table.cart-list.shopping-cart td {
    padding:15px;
}

.table.cart-list.shopping-cart td.actions {
    padding: 15px 0;
}

.table.cart-list.shopping-cart td.product-remove {
    font-size: 22px;
}

.cart-section .cart-collaterals {
    padding-top: 30px;
}

.cart-section .cart-options{
    position:relative;
    padding-top: 15px;
}

.cart-section .apply-coupon .form-group{
    position:relative;
    float:left;
    margin-right:10px;  
}

.cart-section .totals-table{
    width: 100%;
    margin-bottom:20px;
    border:1px solid #ddd;
}

.cart-section .totals-table tr{
    border-bottom:1px solid #ddd;
}

.cart-section .totals-table tr:last-child{
    border-bottom:none;
    margin-bottom:0px;
}

.cart-section .totals-table .col{
    position:relative;
    display:block;
    float:left;
    width:50%;
    text-transform:uppercase;
    line-height:24px;
    padding:12px 0 12px 15px;
}

.cart-section .totals-table .col:last-child{
    text-align:right;
    padding-left: 0;
    padding-right: 15px;
}

.cart-section .totals-table .total{
    color:#f7542b;
    font-weight:600;
}

.cart-empty {
    font-size: 1.2em;
}

/*============================================================================================*/
/* CHECKOUT STYLES */
/*============================================================================================*/

.default-title{
    margin-bottom:25px;
    padding-bottom:0;
    border-bottom:1px solid #ddd;   
}

.default-title h2{
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
}

.checkout.woocommerce-checkout{
    position:relative;  
}

.checkout.woocommerce-checkout .form-group{
    position:relative;
    margin-bottom:20px; 
}

.checkout.woocommerce-checkout .form-group label{
    font-weight:700;
}

.checkout.woocommerce-checkout select{
    -webkit-appearance:none;
    -ms-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    background:#ffffff url(../img/icon-select.png) right center no-repeat;
    cursor:pointer;
}

.checkout.woocommerce-checkout select option{
    text-indent:15px;   
}

.checkout.woocommerce-checkout textarea{
    resize:none;
    height:120px !important;    
}

.checkout.woocommerce-checkout .check-box{
    line-height:24px;
    font-size:14px;
    font-weight:normal;
    padding-top:5px;    
}

.checkout.woocommerce-checkout .check-box label{
    position:relative;
    display: inline-block;
    top:-1px;
    font-weight:700;
    padding:0px;
    font-size:13px;
    cursor:pointer;
}

.checkout.woocommerce-checkout .payment-options{
    position:relative;
    list-style:none;
    margin-bottom:30px; 
    padding:0;
}

.checkout.woocommerce-checkout .payment-options li{
    margin-bottom:15px; 
}


.checkout.woocommerce-checkout .payment-options li .radio-option{
    position:relative;      
}

.checkout.woocommerce-checkout .payment-options li .radio-option label{
    position:relative;
    display:inline-block;
    padding-left:30px;
    font-weight:700 !important;
    cursor:pointer;
}

.checkout.woocommerce-checkout .payment-options li .radio-option label .about_paypal{
    display:block;
}

.checkout.woocommerce-checkout .payment-options li .radio-option input[type="radio"]{
    position:absolute;
    left:0px;
    top:0px;    
}

.checkout.woocommerce-checkout .payment-options li .radio-option .payment_box{
    position:relative;
    display:block;
    margin-top:15px;
    padding:15px 20px;
    letter-spacing:0px;
    text-transform:none;
    font-weight:normal;
    font-size:13px;
    color:#888888;
    line-height:20px;
    background:#ededed;
}

.checkout.woocommerce-checkout .payment-options li .radio-option .payment_box:before{
    content:'';
    position:absolute;
    left:40px;
    top:-15px;
    border:8px solid transparent;
    border-bottom:8px solid #ededed;
}

.checkout.woocommerce-checkout .payment-options li .radio-option .payment_box p {
    margin: 0;
}

.checkout.woocommerce-checkout .payment-options li .radio-option img{
    position:relative;
    margin-top:-5px;
    display:inline-block;
    max-width:100%;
    padding-left:30px;  
}

.checkout.woocommerce-checkout .orders-table{
    width:100%;
    position:relative;
    padding:0;
    margin: 0 0 40px 0;
}

.checkout.woocommerce-checkout .orders-table tr img{
    display:inline-block;
    margin-right:10px;  
}

.checkout.woocommerce-checkout .orders-table thead,
.checkout.woocommerce-checkout .orders-table .order-total {
    background:#f4f5f6;
}

.checkout.woocommerce-checkout .orders-table .col{
    position:relative;
    line-height:24px;
    padding:15px 15px;
    width:75%;
    font-weight:500;
    text-transform:uppercase;
    border-bottom:1px solid #e0e0e0;
}

.checkout.woocommerce-checkout .orders-table .col.second{
    width:25%;
    text-align:right;
}

.checkout.woocommerce-checkout .orders-table .order-total{
    color:#f7542b;
}

.checkout.woocommerce-checkout .orders-table .order-total .col{
    padding:10px 15px;
    border:none;    
}

.checkout-login, .checkout_coupon {
    padding: 10px 20px;
}

.checkout-login .remember-user {
    font-size: 13px;
    margin: 0 15px 0 10px;
}

.checkout-login .remember-user input {
    position: relative;
    top: 3px;
}

.checkout-login .lost_password {
    display: inline-block;
}

#ship-to-different-address .checkbox {
    display: inline-block;
}


/*============================================================================================*/
/* Order Confirmation Page Styles */
/*============================================================================================*/

.order-detailed-info {
    background: #fff;
    font-size: 14px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.order-detailed-info p:last-child {
    margin-bottom: 0;
}

.order-detailed-info h2, .order-detailed-info h3 {
    margin: 0 0 20px;
}

.order-detailed-info .shop_table {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 50px;
}

.order-detailed-info .shop_table th {
    background: #f6f6f6;
}

.order-detailed-info .shop_table th, .order-detailed-info .shop_table td {
    padding: 10px; 
    text-align: left;
}

.order-detailed-info .shop_table td, .order-detailed-info .shop_table tbody th, .order-detailed-info .shop_table tfoot th {
    border-top: 1px solid #ddd;
}

.order-detailed-info .shop_table td:last-child, .order-detailed-info .shop_table thead th:last-child {
    border-left: 1px solid #ddd;
}

.order-detailed-info .shop_table tfoot tr:last-child {
    color: red;
}

.order-detailed-info .col2-set {
    margin: 0 -15px;
}

.order-detailed-info .col2-set .col-1, .order-detailed-info .col2-set .col-2 {
    float: left;
    width: 50%;
    padding: 15px;
}

.order-detailed-info address {
    margin-bottom: 0;
}


/*============================================================================================*/
/* WooCommerce Widgets Style
/*============================================================================================*/

.widget_product_categories ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:14px;
}
.widget_product_categories ul.children{
    margin-left: 20px;
}
.widget_product_categories ul li{
    border-top:1px solid #ededed;
}
.widget_product_categories ul li a{
    padding:10px 0;
    display:inline-block;
    color:#888;
}
.widget_product_categories ul li:first-child{
    border-top:none;
    padding-bottom:0;
}
.widget_product_categories ul li a:hover{
    color:#e04f67;
}

.widget ul.product_list_widget {
    list-style: none;
    padding: 0;
}
.widget .product_list_widget li {
    position: relative;
    color: #888;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.widget .product_list_widget li:after {
    content: '';
    display: table;
    clear: both;
}
.widget .product_list_widget li a {
    display: block;
    font-size: 13px;
    color: #555;
    margin: 0;
}
.widget .product_list_widget li img {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    width: 72px;
    margin-right: 10px;
}
.widget .product_list_widget li .product-title {
    display: block;
    padding-top: 10px;
    padding-right: 25px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.widget .product_list_widget li ins, .widget .product_list_widget li > span.amount {
    font-size: 13px;
    font-weight: 500;
    color: #e04f67;
}

.widget .product_list_widget li .star-rating {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    font-family: 'fontello';
    font-size: 13px;
    line-height: 1;
    width: 5.3em;
    height: 1em;
    color: #ff9c01;
    margin: 5px 0;
}
.widget .product_list_widget li .star-rating:before{
    content: '\e80c\e80c\e80c\e80c\e80c';
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 2px;
}
.widget .product_list_widget li .star-rating > span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em;
}
.widget .product_list_widget li .star-rating > span:before {
    content: '\e80b\e80b\e80b\e80b\e80b';
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 2px;
}

.widget .widget_shopping_cart_content .total {
    font-size: 14px;
    margin: 20px 0;
}
.widget .widget_shopping_cart_content .total > span {
    color: red;
    margin-left: 20px;
}
.widget .widget_shopping_cart_content .buttons a:first-child {
    margin-bottom: 10px;
}
.widget .product_list_widget li a.remove {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #51bce6;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0;
}
.widget .product_list_widget li a.remove:hover {
    color: red;
}

.widget.widget_rating_filter ul {
    list-style: none;
    padding: 0;
}
.widget .wc-layered-nav-rating a {
    display: block;
    padding: 5px;
}
.widget .wc-layered-nav-rating  .star-rating {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    font-family: 'fontello';
    font-size: 18px;
    line-height: 1;
    width: 5.2em;
    height: 1em;
    color: #ff9c01;
    margin: 2px 5px 2px 0;
}
.widget .wc-layered-nav-rating  .star-rating:before{
    content: '\e80c\e80c\e80c\e80c\e80c';
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 2px;
}
.widget .wc-layered-nav-rating  .star-rating > span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em;
}
.widget .wc-layered-nav-rating  .star-rating > span:before {
    content: '\e80b\e80b\e80b\e80b\e80b';
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 2px;
}

.widget.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin: 40px .5em 1em;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content{
    border-radius: 5px;
    background-image: url('../img/sprite-skin-flat.png');
    background-position: 0 0;
    height: 12px;
}
.widget.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    background-image: url('../img/sprite-skin-flat.png');
    background-position: 0 -60px;
}
.widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.widget.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -3px;
    cursor: ew-resize;
    outline: 0;
    width: 16px;
    height: 18px;
    margin-left: -8px;
    background-image: url('../img/sprite-skin-flat.png');
    background-position: 0 -120px;
}
.widget.widget_price_filter .ui-slider .ui-slider-handle:before {
    position: absolute;
    display: block;
    content: "";
    top: -5px;
    left: 50%;
    margin-left: -4px;
    overflow: hidden;
    border: 4px solid transparent;
    border-top-color: #ed5565;
}
.widget.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover, .widget.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus {
    background-position: 0 -150px;
}
.widget.widget_price_filter .ui-slider .price_from, .widget.widget_price_filter .ui-slider .price_to {
    position: absolute;
    z-index: 2;
    top: -24px;
    outline: 0;
    text-shadow: none;
    font-size: 11px;
    line-height: 1.333;
    padding: 1px 5px;
    color: #fff;
    background: #ed5565;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.widget.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
    margin-top: 20px;
}
.widget.widget_price_filter .price_slider_amount:after {
    content: '';
    display: table;
    clear: both;
}
.widget.widget_price_filter .price_slider_amount .button {
    float: left;
    display: inline-block;
    color: #555;
    background: none;
    padding: 3px 25px;
    cursor: pointer;
    outline: none;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.widget.widget_price_filter .price_slider_amount .button:hover {
    color: #fff;
    background: #e04f67;
    border-color: #e04f67;
}
.widget.widget_price_filter .price_slider_amount .price_label {
    padding-top: 5px;
}

.widget.widget_layered_nav_filters ul {
    list-style: none;
    font-style: 14px;
    padding-left: 20px;
    margin: 0;
}
.widget.widget_layered_nav_filters ul li {
    border-top: 1px solid #ededed;
}
.widget.widget_layered_nav_filters ul li:first-child {
    border-top: none;
}
.widget.widget_layered_nav_filters ul li a {
    padding: 10px 0;
    display: inline-block;
    color: #888;
}


/*============================================================================================*/
/* MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */
/*============================================================================================*/
@media (max-width: 767px) {
    
/* Responsive table cart */ 
    .table.cart-list.shopping-cart,
    .table.cart-list.shopping-cart thead,
    .table.cart-list.shopping-cart tbody,
    .table.cart-list.shopping-cart th,
    .table.cart-list.shopping-cart td,
    .table.cart-list.shopping-cart tr {
        display: block;
        border: 0;
    }
    
    .table.cart-list.shopping-cart thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .table.cart-list.shopping-cart tr {
        border: 1px solid #ccc;
    }
    
    .table.cart-list.shopping-cart td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    
    .table.cart-list.shopping-cart td:before {
        position: absolute;
        top: 15px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    
    .table.cart-list.shopping-cart td:nth-of-type(1):before {
        content: "Product";
        font-weight: bold;
        color: #111;
    }
    
    .table.cart-list.shopping-cart td:nth-of-type(2):before {
        content: "Price";
        font-weight: bold;
        color: #111;
    }
    
    .table.cart-list.shopping-cart td:nth-of-type(3):before {
        content: "Quantity";
        font-weight: bold;
        color: #111;
    }
    
    .table.cart-list.shopping-cart td:nth-of-type(4):before {
        content: "Total";
        font-weight: bold;
        color: #111;
    }
    
    .table.cart-list.shopping-cart td:nth-of-type(5):before {
        content: "Remove";
        font-weight: bold;
        color: #111;
    }
    
    .table.cart-list.shopping-cart .thumb_cart {
        display: none;
    }
    
    .cart-section .cart-options .pull-right.fix_mobile{
        float:left !important;
        margin-bottom:10px;
    }

    .product-details #commentform .comment-form-author, .product-details #commentform .comment-form-email {
        width: 100%;
        float: none;
        padding: 0;
    }

    .order-detailed-info .col2-set .col-1, .order-detailed-info .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}
/* END MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */