/*****************************
        CATEGORY
*****************************/

.crbc-category-page {}
.crbc-category-title {
    border-left: 6px solid #4BB5C1 !important;
    border-top: 1px solid #e9e9e9 !important;
    border-right: 1px solid #e9e9e9 !important;
    border-bottom: 1px solid #e9e9e9 !important;
    padding: 12px 18px 12px 26px !important;
}
.crbc-category-title h1 {
    color: #494949;
    font: 400 24px/30px "Roboto", sans-serif;
    margin: 0;
}
.crbc-form-horizontal {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    height: 30px;
    margin-bottom: 12px;
    padding: 20px 0;
}

.crbc-category-page .crbc-category-image {
    border: none !important;
    box-shadow: none !important;

}

/* view type */

#crbc-view-type-list,
#crbc-view-type-block {
    font-size: 27px !important;
    background: transparent !important;
    color: #777 !important;
    padding: 0 5px !important
        margin: 2px !important;
    border: none !important;
    padding: 3px !important;
    box-shadow: none;
}
#crbc-view-type-list.crbc-disabled,
#crbc-view-type-block.crbc-disabled {
    color: #4BB5C1 !important;
}
#crbc-view-type-list:hover,
#crbc-view-type-block:hover {
color: #4BB5C1 !important;
}
.crbc-category-page .crbc-sortby.crbc-control-group #crbc-product-order {
    height: 30px !important;
    min-height: 30px !important;
    width: 140px !important;
    border: 1px solid #ccc !important;
}
.crbc-category-page .crbc-form-horizontal select[multiple],
.crbc-category-page .crbc-form-horizontal select[size] {
    height: 28px !important;
    min-height: 30px !important;
    border: 1px solid #ccc !important;
}

/* Product entry */

.crbc-category-product-entry {
    background: #fff !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 9px;
    border-radius: 0;
    transition: ease-in 0.2s;
    box-shadow: none;
}

.crbc-category-page.crbc-simple.crbc-view-type-list .crbc-category-product-entry {
    height: 270px;
}

/*

*/
.crbc-category-product-entry:hover {
    /*    box-shadow: 0 2px 6px rgba(0, 0 ,0 ,0.1);*/
    transition: ease-in 0.2s;
    border: 1px solid #4BB5C1 !important;
}

/* Image container*/

.crbc-category-page.crbc-simple.crbc-view-type-block .crbc-product-image-container {
    margin: 10px -10px;
}

.crbc-simple .crbc-category-product-entry img {
    transition: ease-out 0.2s;
}
.crbc-simple .crbc-category-product-entry:hover img {
    transform: scale(1.2);
    transition: ease-in 0.2s;
    opacity: 0.3;
}

.crbc-category-page.crbc-simple.crbc-view-type-block .crbc-product-image-container {
    margin: 10px -10px;
    backface-visibility: hidden;
}
.crbc-category-page .crbc-product-image-container a img {
  backface-visibility: hidden;
}
/************************/

.crbc-product-simple-sale-price {
    color: #c0c0c0;

}

.crbc-category-page.crbc-simple .crbc-category-product-entry {
    height: 365px;
}

.crbc-category-page .crbc-fadeout {
    height: 55px;
}

.crbc-category-product-entry:hover .crbc-product-title {}
.crbc-product-image-container {
    border: none;
    box-shadow: none;
}
.crbc-category-page.crbc-simple .crbc-product-price {
    height: 42px;
    color: #E6557B;
    font-size: 20px;
}
.crbc-category-page .crbc-total-price,
.crbc-category-page .crbc-product-price,
.crbc-category-page .crbc-product-sale-price {
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    height: auto;
    margin-top: 20px;
    padding: 2px 5px;
    text-align: center;

}

.crbc-product-price {
    background: transparent !important;
    border: none;

}

abc {
    background: #57c986 none repeat scroll 0 0;
    color: #fff;
    padding: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: -9px;
    position: relative;
    z-index: 2 !important;

}

abcr {
    background: #57c986 none repeat scroll 0 0;
    color: #fff;
    padding: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -9px;
    position: relative;
    z-index: 2 !important;

}

.crbc-category-page.crbc-simple .crbc-product-price-label {
    margin-top: 5px;
}

.crbc-category-page.crbc-simple .crbc-product-description {
    color: #888;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Buttons */

.crbc-view-type-block.crbc-simple .crbc-details-button {
    height: 30px !important;
    left: 40% !important;
    margin: 0 !important;
    position: absolute !important;
    right: 40%;
    top: 0 !important;
    z-index: 3 !important;
    transition: all 0.3s ease-in 0s !important;

}

.crbc-view-type-block.crbc-simple .crbc-category-product-entry:hover .crbc-details-button {
    height: 30px !important;
    left: 40% !important;
    margin: 0 !important;
    position: absolute !important;
    right: 40%;
    top: 37% !important;
    transition: all 0.3s ease-in 0s !important;
    z-index: 3 !important;

}

.crbc-view-type-list.crbc-simple .crbc-details-button {
    height: 30px !important;
    left: 12% !important;
    margin: 24px !important;
    position: absolute !important;
    top: 35% !important;
    z-index: 3 !important;
    width: 40px;

}

.crbc-view-type-block.crbc-simple .crbc-add-to-cart-button {
    bottom: 50% !important;
    margin: 0 !important;
    position: absolute !important;
    left: 25% !important;
    right: 25% !important;
    top: 100% !important;
    transition: all 0.3s ease-in 0s !important;
    z-index: 3 !important;
    width: auto !important;

}

.crbc-view-type-block.crbc-simple .crbc-category-product-entry:hover  .crbc-add-to-cart-button {
    bottom: 50% !important;
    margin: 0 !important;
    position: absolute !important;
    left: 25% !important;
    right: 25% !important;
    top: 50% !important;
    transition: all 0.3s ease-in 0s !important;
    z-index: 3 !important;
    width: auto !important;

}

.crbc-view-type-list.crbc-simple .crbc-add-to-cart-button {
    bottom: 50% !important;
    margin: 0 !important;
    position: absolute !important;
    right: 6% !important;
    top: 66% !important;
    transition: all 0.8s ease-in 0s !important;
    width: auto !important;
    z-index: 3 !important;

}

.crbc-simple .crbc-details-button .crbc-btn, .crbc-simple .crbc-details-button a.crbc-btn {
    background: {buttonDetailColor};
    border: 1px solid #4BB5C1 !important;
    color: {buttonDetailText};
    border-radius: 0!important;

    cursor: pointer !important;
    display: inline-block !important;
    font-weight: normal !important;
    height: 37px !important;
    padding: 7px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;

    z-index: 0 !important;

    display: none !important;
    transition: ease-out 0.2s !important;
    width: 100% !important;
    font-size: 15px !important;

}

.crbc-simple .crbc-details-button .crbc-btn:hover, .crbc-simple .crbc-details-button a.crbc-btn:hover {
    background: rgba(87,201,134,0.7) none repeat scroll 0 0 !important;
    border: 1px solid #4BB5C1 !important;
    border-radius: 0 !important;
    color: {buttonDetailHover};
    cursor: pointer !important;
    font-weight: normal !important;
    height: 37px !important;
    padding: 4px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;
    transition: all 0.2s ease-out 0s !important;
    width: 100% !important;
    z-index: 0 !important;
    font-size: 24px !important;

}

.crbc-simple .crbc-add-to-cart-button .crbc-btn, .crbc-simple .crbc-add-to-cart-button a.crbc-btn {
    background: rgba(255,255,255,0.7) none repeat scroll 0 0 !important;
    border: 1px solid #4BB5C1 !important;
    color: #4BB5C1 !important;
    border-radius: 0!important;

    cursor: pointer !important;
    display: inline-block !important;
    font-weight: normal !important;
    height: auto !important;
    padding: 8px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;

    z-index: 0 !important;

    display: none !important;
    transition: ease-out 0.2s !important;
    width: 100% !important;
    font-size: 15px !important;

}

.crbc-simple .crbc-add-to-cart-button .crbc-btn:hover, .crbc-simple .crbc-add-to-cart-button a.crbc-btn:hover {
    background: rgba(87,201,134,0.7) none repeat scroll 0 0 !important;
    border: 1px solid #4BB5C1 !important;
    color: #fff !important;
    border-radius: 0!important;

    cursor: pointer !important;
    display: inline-block !important;
    font-weight: normal !important;
    height: auto !important;
    padding: 8px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;

    z-index: 0 !important;
    transition: ease-out 0.2s !important;
    width: 100% !important;
    font-size: 15px !important;

}




.crbc-category-product-entry:hover .crbc-add-to-cart-button .crbc-btn, .crbc-category-product-entry:hover .crbc-add-to-cart-button a.crbc-btn,
.crbc-category-product-entry:hover .crbc-details-button .crbc-btn, .crbc-category-product-entry:hover .crbc-details-button a.crbc-btn
{

    display: block !important;
    transition: all 0.2s ease 0s !important;


}


/* attributes */

.crbc-attributes {}
.crbc-attributes h3 {
    font-size: 16px;
}
.crbcAttributeWrapper {
    padding: 0;
}

/* quantity  */

.crbc-quantity {
    padding: 0;
}

/* total  */

.crbc-total {
    padding: 0;
}

/* properties  */

.crbc-properties .crbc-well {
    padding: 0;
}

/* Title  */

.crbc-product-title h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #555 !important;
    font-weight: normal;
    margin: 7px;


}

.crbc-product-title a {
    color: #555;
}
.crbc-product-title {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    margin: -9px;
    padding-top: 1px;
    padding-bottom: 2px;
}
.crbc-product-title::before {
    background: #4BB5C1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.crbc-category-product-entry:hover .crbc-product-title,
.crbc-product-title:focus,
.crbc-product-title:active {
    color: white;
}
.crbc-category-product-entry:hover .crbc-product-title:before, .crbc-category-product-entry:focus .crbc-product-title:before, .crbc-category-product-entry:active .crbc-product-title:before {
    transform: scaleY(1);
    color: #fff;
}
.crbc-category-product-entry:hover .crbc-product-title a {
    color: #fff;
}

/*crbc-view-type-list*/

.crbc-view-type-list .crbc-product-title {
    margin-bottom: 10px;
    padding-left: 10px;
}

/***************
crbc-complex
***************/


.crbc-complex .crbc-product-price-label {

    color:#e6557b;


}

.crbc-complex .crbc-product-sale-price-container  .crbc-sub-price, .crbc-complex .crbc-product-sale-price-container .crbc-product-price-label, .crbc-category-page .crbc-product-sale-price {
    color: #c0c0c0 !important;

}


.crbc-complex .crbc-sub-price {
    color:#666;

}

.crbc-complex .crbc-total-price {

    background: transparent;
    font-weight: normal;
    text-shadow: none;
}




.crbc-complex .crbc-quantity .crbc-btn, .crbc-complex  .crbc-quantity .crbc-btn:last-child,
.crbc-complex .crbc-quantity .crbc-btn:hover, .crbc-complex  .crbc-quantity .crbc-btn:last-child:hover
{
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #999 !important;
    border-radius: 0 !important;
    color: #4bb5c1 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: normal !important;
    height: auto !important;
    outline: medium none !important;
    padding: 10px 13px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;
    transition: all 0.5s ease 0s !important;
    z-index: 0 !important;
    margin: 0 !important;
    margin-left: -1px !important;
}

.crbc-complex .crbc-category-product-entry {
    background: #fff !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 9px;
    border-radius: 0;
    transition: ease-in 0.2s;
}

.crbc-complex .crbc-category-product-entry:hover {
    /*    box-shadow: 0 2px 6px rgba(0, 0 ,0 ,0.1);*/
    transition: ease-in 0.2s;
    border: 1px solid #4BB5C1;
}

.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-total {
    float: right;
    margin-bottom: 50px;
    margin-right: 5%;
    width: 34%;
    margin: 0 0 40px 0;
    text-align: right;
}

.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-quantity {
    clear: both;
    content: "";
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 10%;
    width: 34%;
}

.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-properties {
    clear: both;
    content: "";
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 10%;
    width: 40%;
}


/*************************
    Media
************************/

@media only screen and (min-width: 1200px) {



}
@media only screen and (min-width: 960px) and (max-width: 1199px) {

    .crbc-view-type-block.crbc-simple .crbc-details-button {

        left: 29% !important;
        right: 29% !important

    }

    .crbc-view-type-block.crbc-simple .crbc-category-product-entry:hover .crbc-details-button {
        left: 29% !important;
        right: 29% !important;
    }

    .crbc-view-type-block.crbc-simple .crbc-add-to-cart-button {
        left: 17% !important;
        right: 17% !important;
    }
    .crbc-view-type-block.crbc-simple .crbc-category-product-entry:hover .crbc-add-to-cart-button {
        left: 17% !important;
        right: 17% !important;
    }




}
@media (min-width: 768px) and (max-width: 959px) {


    .crbc-category-product-entry:hover, .crbc-category-product-entry:focus, .crbc-category-product-entry:active {
        border: none;

    }
    .crbc-view-type-block.crbc-simple .crbc-add-to-cart-button,
    .crbc-view-type-block.crbc-simple .crbc-category-product-entry:hover .crbc-add-to-cart-button
    {
        left: 30% !important;
        right: 0 !important;
        top: 89% !important;

    }


    .crbc-simple .crbc-add-to-cart-button .crbc-btn, .crbc-simple .crbc-add-to-cart-button a.crbc-btn {
        display: block !important;

    }

    .crbc-simple .crbc-details-button .crbc-btn, .crbc-simple .crbc-details-button a.crbc-btn {
        display: block !important;

    }

    .crbc-view-type-block.crbc-simple .crbc-details-button,
    .crbc-view-type-block.crbc-simple .crbc-category-product-entry:hover .crbc-details-button
    {
        top: 89% !important;
        margin: 0 !important;
        position: absolute !important;
        z-index: 3 !important;
        left: 0 !important;
        right: 78% !important;



    }


.crbc-categories-page .crbc-categories-category-entry .crbc-btn {
    display: block !important;

}

}
@media (max-width: 767px) {

    .crbc-category-product-entry:hover, .crbc-category-product-entry:focus, .crbc-category-product-entry:active {
        border: none;

    }

    .crbc-simple .crbc-add-to-cart-button .crbc-btn, .crbc-simple .crbc-add-to-cart-button a.crbc-btn {
        display: block !important;

    }

    .crbc-view-type-block.crbc-simple .crbc-add-to-cart-button,
    .crbc-view-type-block.crbc-simple .crbc-category-product-entry:hover .crbc-add-to-cart-button
    {
        left: 30% !important;
        right: 0 !important;
        top: 89% !important;

    }


    .crbc-view-type-block.crbc-simple .crbc-details-button,
    .crbc-view-type-block.crbc-simple .crbc-category-product-entry:hover .crbc-details-button
    {
        top: 89% !important;
        margin: 0 !important;
        position: absolute !important;
        z-index: 3 !important;
        left: 0 !important;
        right: 78% !important;



    }

    .crbc-simple .crbc-details-button .crbc-btn, .crbc-simple .crbc-details-button a.crbc-btn {
        display: block !important;

    }


    .crbc-view-type-list.crbc-simple .crbc-add-to-cart-button {
        left: 30% !important;
        right: 0 !important;
        top: 89% !important;
    }


    .crbc-view-type-list.crbc-simple .crbc-details-button {
        top: 89% !important;
        margin: 0 !important;
        position: absolute !important;
        z-index: 3 !important;
        left: 0 !important;
        right: 78% !important;
    }


    .crbc-category-page.crbc-simple.crbc-view-type-list .crbc-category-product-entry {
        height: 375px;
    }


    .crbc-category-page .crbc-fadeout {
        height: 55px;
        margin: 0;
    }

    .crbc-category-page .crbc-sortby-container, .crbc-category-page .crbc-limit-container {
        float: left;
        margin-top: -20px;
    }

    .crbc-form-horizontal {
        height: 83px;

    }

}
@media only screen and (min-width: 481px) and (max-width: 767px) {

}
@media only screen and (max-width: 480px) {

}
