/*----------------------
    Xg Product Layout
----------------------*/

/* product style 01 */
.xg-woo-product-style-01 {
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-01 .thumb {
    display: inline-block;
    position: relative;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-01 .thumb .tag {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 70px;
    height: 35px;
    line-height: 40px;
    text-align: left;
    padding: 0 20px;
    background-color: #fa0b42;
    transition: .3s ease-in;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.xg-woo-product-style-01:hover .top-content{
    transform: translateY(-50px);
}
.xg-woo-product-style-01 .top-content {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    transition: .5s ease-in;
    background-color: #fff;
}

.xg-woo-product-style-01 .top-content .title:hover {
    color: #fa0b42;
}

.xg-woo-product-style-01 .top-content .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: .3s ease-in;
}

.xg-woo-product-style-01 .top-content .price {
    display: inline-block;
    font-size: 18px;
    color: #fa0b42;
    font-weight: 700;
    transition: .3s ease-in;
    margin-right: 5px;
    margin-bottom: 0px;
}
.xg-woo-product-style-01 .top-content .dprice {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    transition: .3s ease-in;
    margin-right: 5px;

}

.xg-woo-product-style-01 .thumb {
    overflow: hidden;
}


.xg-woo-product-style-01 .ratings {
    color: #f2cf8d;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.xg-woo-product-style-01 .bottom-content{
    transition: .3s ease-in;
    margin-top: 10px;

}
.xg-woo-product-style-01:hover .bottom-content{
    visibility: visible;
    opacity: 1;
}
.xg-woo-product-style-01 .bottom-content .added_to_cart,
.xg-woo-product-style-01 .bottom-content .shopnow {
    display: inline-block;
    background-color: #fa0b42;
    padding: 10px 25px 8px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: .3s ease-in;
    border-radius: 20px;
}
.xg-woo-product-style-01 .bottom-content .shopnow.added{
    display: none;
}
.xg-woo-product-style-01 .bottom-content .shopnow:hover,
.xg-woo-product-style-01 .bottom-content .added_to_cart:hover{
    background-color: #515151;
}
.xg-product-rating{
    margin-bottom: 10px;
}
.xg-product-rating .woocommerce-review-link{
    display: none;
}
.xg-product-rating .star-rating span:before {
    color: #f2cf8d;
}

/* product style 02 */
.xg-woo-product-style-02 .img-wrapper img{
    position: absolute;
    left: 0px;
    top: 0;
    transform: translateX(0%);
    transition: .5s ease-in;
}
.xg-woo-product-style-02 .img-wrapper .img-2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: .5s ease-in;
}
.xg-woo-product-style-02:hover .img-wrapper .img-2{
    transform: translateX(0%);
}
.xg-woo-product-style-02:hover .img-wrapper .img-1{
    left: auto;
    right: 0%;
    transform: translateX(100%);
}
.xg-woo-product-style-02 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-02 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-02 .thumb .tag {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 60px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    background-color: #313131;
}

.xg-woo-product-style-02 .xgcontent {
    padding: 0 20px 20px 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    height: 110px;
}

.xg-woo-product-style-02 .xgcontent .title:hover {
    color: #cc947e;
}

.xg-woo-product-style-02 .xgcontent .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: .3s ease-in;
}

.xg-woo-product-style-02 .xgcontent .price {
    display: inline-block;
    font-size: 18px;
    color: #cc947e;
    font-weight: 600;
    transition: .3s ease-in;
}

.xg-woo-product-style-02 .thumb {
    overflow: hidden;
}


.xg-woo-product-style-02 .ratings {
    color: #f2cf8d;
    font-size: 14px;
    display: inline-block;
}
.xg-woo-product-style-02 .bottom-content .added_to_cart ,
.xg-woo-product-style-02 .bottom-content .shopnow {
    display: inline-block;
    background-color: #cc947e;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    transition: .3s ease-in;
}
.xg-woo-product-style-02 .bottom-content .added_to_cart:hover,
.xg-woo-product-style-02 .bottom-content .shopnow:hover
{
    background-color: #515151;
}
.xg-woo-product-style-02 .bottom-content .shopnow.added{
    display: none;
}
.xg-woo-product-style-02 .xgcontent .top-content{
    transition: .5s ease-in-out;
}
.xg-woo-product-style-02:hover .xgcontent .top-content{
    transform: translateX(-100%);
}
.xg-woo-product-style-02 .xgcontent .bottom-content{
    transition: .5s ease-in-out;
}
.xg-woo-product-style-02:hover .xgcontent .bottom-content{
    transform: translateX(0%);
}
.xg-woo-product-style-02 .xgcontent .bottom-content {
    position: absolute;
    top: 15px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0 15px;
    transform: translateX(-100%);
}
/* product style 03 */
.xg-woo-product-style-03 .img-wrapper {
    position: relative;
}

.xg-woo-product-style-03 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-03 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-03 .thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 60px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    background-color: #FF69B4;
}

.xg-woo-product-style-03 .xgcontent {
    padding: 0 20px 20px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 120px;
}

.xg-woo-product-style-03 .xgcontent .title:hover {
    color: #FF69B4;
}

.xg-woo-product-style-03 .xgcontent .title {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: .3s ease-in;
}

.xg-woo-product-style-03 .xgcontent .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 600;
    margin-right: 10px;
    transition: .3s ease-in;
}

.xg-woo-product-style-03 .xgcontent .price {
    display: inline-block;
    font-size: 22px;
    color: #FF69B4;
    font-weight: 700;
    transition: .3s ease-in;
}

.xg-woo-product-style-03 .thumb {
    overflow: hidden;
}
.xg-woo-product-style-03:hover .addcartbtn.added{
    display: none;
}
.xg-woo-product-style-03:hover .addcartbtn {
    visibility: visible;
    opacity: 1;
}
.xg-woo-product-style-03 .added_to_cart{
    visibility: visible;
    opacity: 1;
}
.xg-woo-product-style-03 .added_to_cart,
.xg-woo-product-style-03 .addcartbtn {
    display: block;
    height: 45px;
    background-color: #FF69B4;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #fff;
    transition: .3s ease-in;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.xg-woo-product-style-03 .ratings {
    color: #f2cf8d;
    font-size: 14px;
    margin-top: 5px;
}

.xg-woo-product-style-03 .xg-product-rating .star-rating{
    margin: 0 auto;
}
.xg-woo-product-style-03 .added_to_cart {
    visibility: visible !important;
    opacity: 1 !important;
}
/* product style 04 */

.xg-woo-product-style-04 .img-wrapper {
    position: relative;
}

.xg-woo-product-style-04 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-04 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-04 .thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 60px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    background-color: #F44336;
}

.xg-woo-product-style-04 .xgcontent {
    padding: 0 20px 20px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.xg-woo-product-style-04 .xgcontent .title:hover {
    color: #F44336;
}

.xg-woo-product-style-04 .xgcontent .title {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: .3s ease-in;
}

.xg-woo-product-style-04 .xgcontent .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 600;
    margin-right: 10px;
    transition: .3s ease-in;
}

.xg-woo-product-style-04 .xgcontent .price {
    display: inline-block;
    font-size: 22px;
    color: #F44336;
    font-weight: 700;
    transition: .3s ease-in;
}

.xg-woo-product-style-04 .thumb {
    overflow: hidden;
}

.xg-woo-product-style-04 .added_to_cart ,
.xg-woo-product-style-04 .addcartbtn {
    display: block;
    height: 45px;
    width: 50%;
    background-color: #EBF0F3;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #313131;
    transition: .3s ease-in;
}

.xg-woo-product-style-04 .btn-wrapper {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease-in;
}

.xg-woo-product-style-04:hover .btn-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50px);
}

.xg-woo-product-style-04 .addcartbtn:first-child {
    background-color: #F44336;
    color: #fff;
}

.xg-woo-product-style-04 .addcartbtn:first-child:hover {
    background-color: #515151;
    color: #fff;
}

.xg-woo-product-style-04 .addcartbtn:last-child:hover {
    background-color: #F44336;
    color: #fff;
}

/* product style 05 */

.xg-woo-product-style-05:hover {
    box-shadow: 0 0 50px #ddd;
}

.xg-woo-product-style-05 .img-wrapper {
    position: relative;
}


.xg-woo-product-style-05 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-05 .xgcontent .title:hover {
    color: #4092F7;
}

.xg-woo-product-style-05 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-05 .thumb .tag:after {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 100%;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #4092F7;
    content: '';
}

.xg-woo-product-style-05 .thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 60px;
    height: 35px;
    line-height: 45px;
    text-align: center;
    background-color: #4092F7;
}

.xg-woo-product-style-05 .xgcontent {
    padding: 0 20px 10px 20px;
}

.xg-woo-product-style-05 .xgcontent .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    transition: .5s ease-in;
    text-transform: uppercase;
}

.xg-woo-product-style-05 .xgcontent .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 400;
    margin-right: 10px;
}

.xg-woo-product-style-05 .xgcontent .price {
    display: inline-block;
    font-size: 22px;
    color: #515151;
    font-weight: 400;
}

.xg-woo-product-style-05 .thumb {
    overflow: hidden;
}

.xg-woo-product-style-05:hover .addtocart {
    visibility: visible;
    opacity: 1;
    transform: translateY(-130px);
}
.xg-woo-product-style-05 .added_to_cart{
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(-170px)!important;
}
.xg-woo-product-style-05 .added_to_cart,
.xg-woo-product-style-05 .addtocart {
    position: absolute;
    bottom: -100px;
    left: 10%;
    display: block;
    width: 80%;
    background-color: #4092F7;
    height: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: .6s ease;
}
/* product style 06 */

.xg-woo-product-style-06 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-06 .xgcontent .title:hover {
    color: #137F43;
}

.xg-woo-product-style-06 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-06 .thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    width: 60px;
    height: 30px;
    line-height: 35px;
    text-align: center;
}

.xg-woo-product-style-06 .xgcontent {
    padding: 0 20px 30px 20px;
}

.xg-woo-product-style-06 .xgcontent .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    transition: .3s ease-in;
}

.xg-woo-product-style-06 .xgcontent .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
}

.xg-woo-product-style-06 .xgcontent .price {
    display: inline-block;
    font-size: 22px;
    color: #137F43;
    font-weight: 700;
    margin-bottom: 10px;
}

.xg-woo-product-style-06 .added_to_cart ,
.xg-woo-product-style-06 .addtocart {
    display: inline-block;
    padding: 0px 20px;
    background-color: #137F43;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 45px;
}

.xg-woo-product-style-06 .addtocart i {
    padding-right: 5px;
}
/* product style 07 */
.xg-woo-product-style-07 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    text-align: center;
    padding-bottom: 30px;
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-07:hover {
    box-shadow: 0 0 55px #ddd;
}

.xg-woo-product-style-07:hover .content .title {
    color: #F7875D;
}


.xg-woo-product-style-07 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-07 .thumb .img-wrapper {
    background-size: cover;
    height: 260px;
    width: 100%;
    transition: .3s ease-in;
}

.xg-woo-product-style-07 .thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    width: 60px;
    height: 30px;
    line-height: 35px;
}

.xg-woo-product-style-07 .content .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    transition: .3s ease-in;
}

.xg-woo-product-style-07 .content .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
}

.xg-woo-product-style-07 .content .price {
    display: inline-block;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.xg-woo-product-style-07 .thumb .meta-icons {
    margin: 0;
    padding: 0;
}
.xg-woo-product-style-07 .thumb .meta-icons li a.added_to_cart {
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
    padding-top: 10px;
    margin-top: 10px;
}
.xg-woo-product-style-07 .thumb .meta-icons li {
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    position: relative;
    transition: .3s ease-in;
}

.xg-woo-product-style-07 .thumb .meta-icons li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    background-color: #333;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    transition: .3s ease-in;
}

.xg-woo-product-style-07 .thumb .meta-icons li a:hover {
    background-color: #FE8761;
    color: #fff;
}

.xg-woo-product-style-07 .thumb .meta-extra {
    position: absolute;
    right: -50px;
    top: 30px;
    transition: .3s ease-in;
}

.xg-woo-product-style-07 .thumb .meta-icons li:nth-child(1) {
    transition-delay: 0.1s;
}

.xg-woo-product-style-07:hover .thumb .meta-icons li:nth-child(1) {
    transform: translateX(-70px);
}

.xg-woo-product-style-07 .thumb .meta-icons li:nth-child(2) {
    transition-delay: 0.2s;
}

.xg-woo-product-style-07:hover .thumb .meta-icons li:nth-child(2) {
    transform: translateX(-70px);
}

.xg-woo-product-style-07 .thumb .meta-icons li:nth-child(3) {
    transition-delay: 0.3s;
}

.xg-woo-product-style-07:hover .thumb .meta-icons li:nth-child(3) {
    transform: translateX(-70px);
}
/* product style 08 */

.xg-woo-product-style-08:hover {
    box-shadow: 0 0 50px #ddd;
}

.xg-woo-product-style-08 .xgcontent .addcart {
    float: right;
    font-size: 20px;
    color: #777;
    transition: .3s ease-in;
}

.xg-woo-product-style-08 .img-wrapper {
    position: relative;
}

.xg-woo-product-style-08 .img-wrapper:hover:after {
    transform: translateY(-100%);
    background: rgba(0, 0, 0, 0.04);
}

.xg-woo-product-style-08 .img-wrapper:hover:before {
    transform: translateY(100%);
    background: rgba(0, 0, 0, 0.04);
}

.xg-woo-product-style-08 .img-wrapper:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    transition: .5s ease-in;
}

.xg-woo-product-style-08 .img-wrapper:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    transition: .5s ease-in;
}

.xg-woo-product-style-08 .addcart:hover {
    color: #FF5050;
}

.xg-woo-product-style-08 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-08 .xgcontent .title:hover {
    color: #FF5050;
}

.xg-woo-product-style-08 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-08 .thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    color: #FF5050;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.xg-woo-product-style-08 .xgcontent {
    padding: 0 20px 30px 20px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xg-woo-product-style-08 .xgcontent .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    transition: .5s ease-in;
    text-transform: uppercase;
}

.xg-woo-product-style-08 .xgcontent .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 400;
    margin-right: 10px;
}

.xg-woo-product-style-08 .xgcontent .price {
    display: inline-block;
    font-size: 22px;
    color: #515151;
    font-weight: 400;
}

.xg-woo-product-style-08 .thumb {
    overflow: hidden;
}

.xg-woo-product-style-08 .thumb .meta-extra {
    position: absolute;
    left: 50%;
    bottom: -100%;
    transition: .5s ease-in;
    transform: translate(-50%, -50%);
    width: 100%;
}

.xg-woo-product-style-08:hover .thumb .meta-extra {
    bottom: 0;
}

.xg-woo-product-style-08 .xgcontent .ratings {
    margin: 0;
    padding: 0;
}

.xg-woo-product-style-08 .xgcontent .ratings li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.xg-woo-product-style-08 .xgcontent .ratings li a {
    color: #FC7D37;
}

.xg-woo-product-style-08 .added_to_cart ,
.xg-woo-product-style-08 .addtocart {
    display: inline-block;
    padding: 0px 20px;
    background-color: #FF5050;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 45px;
}
.xg-woo-product-style-08 .added_to_cart{
    margin-left: 10px;
}

.xg-woo-product-style-08 .addtocart i {
    padding-right: 5px;
}
/* product style 09 */

.xg-woo-product-style-09 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-09 .content .title:hover {
    color: #FF5050;
}

.xg-woo-product-style-09 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-09 .thumb .tag {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #FF5050;
    color: #FF5050;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.xg-woo-product-style-09 .xgcontent {
    padding: 0 20px 10px 20px;
}

.xg-woo-product-style-09 .xgcontent .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    transition: .5s ease-in;
    text-transform: uppercase;
}

.xg-woo-product-style-09 .xgcontent .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 400;
    margin-right: 10px;
}

.xg-woo-product-style-09 .xgcontent .price {
    display: inline-block;
    font-size: 22px;
    color: #515151;
    font-weight: 400;
}

.xg-woo-product-style-09 .thumb {
    overflow: hidden;
}

.xg-woo-product-style-09 .thumb .meta-icons {
    padding: 0;
    background-color: #fff;
    width: 80%;
    display: block;
    height: 60px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}

.xg-woo-product-style-09 .thumb .meta-icons li {
    list-style: none;
    display: inline-block;
    position: relative;
    transition: .3s ease-in;
}

.xg-woo-product-style-09 .thumb .meta-icons li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    display: inline-block;
    color: #333;
    border-radius: 50%;
    transition: .3s ease-in;
    padding: 0px;
}

.xg-woo-product-style-09 .thumb .meta-icons li a:hover {
    background-color: #FF5050;
    color: #fff;
}
.xg-woo-product-style-09 .thumb .meta-icons li a.added_to_cart {
    width: auto;
    border-radius: 3px;
    padding: 0px 20px;
}
.xg-woo-product-style-09 .thumb .meta-extra {
    position: absolute;
    left: 50%;
    bottom: -100%;
    transition: .5s ease-in;
    transform: translate(-50%, -50%);
    width: 100%;
}

.xg-woo-product-style-09:hover .thumb .meta-extra {
    bottom: 0;
}

.xg-woo-product-style-09 .xgcontent .ratings {
    margin: 0;
    padding: 0;
}

.xg-woo-product-style-09 .xgcontent .ratings li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.xg-woo-product-style-09 .xgcontent .ratings li a {
    color: #FC7D37;
}

.xg-woo-product-style-09 .addtocart {
    display: inline-block;
    padding: 0px 20px;
    background-color: #FF5050;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 45px;
}

.xg-woo-product-style-09 .addtocart i {
    padding-right: 5px;
}
/* product style 10 */

.xg-woo-product-style-10 .img-wrapper img{
    position: absolute;
    left: 0px;
    top: 0;
    transition: .3s ease-in;
}
.xg-woo-product-style-10 .img-wrapper .img-2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0, 1);
}
.xg-woo-product-style-10:hover .img-wrapper .img-2{
    transform: scale(1, 1);
}

.xg-woo-product-style-10 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

.xg-woo-product-style-10 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.xg-woo-product-style-10 .thumb .tag {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 60px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    background-color: #d65c2c;
    visibility: visible;
    opacity: 0;
}
.xg-woo-product-style-10:hover .thumb .tag{
    visibility: visible;
    opacity: 1;
}
.xg-woo-product-style-10 .xgcontent {
    padding: 0 20px 20px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 100px;
}

.xg-woo-product-style-10 .xgcontent .title:hover {
    color: #ff7901;
}

.xg-woo-product-style-10 .xgcontent .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: .3s ease-in;
}

.xg-woo-product-style-10 .xgcontent .price {
    display: inline-block;
    font-size: 18px;
    color: #ff7901;
    font-weight: 600;
    transition: .3s ease-in;
}

.xg-woo-product-style-10 .thumb {
    overflow: hidden;
}

.xg-woo-product-style-10 .bottom-content .shopnow ,
.xg-woo-product-style-10 .bottom-content .added_to_cart
{
    display: inline-block;
    background-color: #d65c2c;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: .3s ease-in;
}
.xg-woo-product-style-10 .bottom-content .added_to_cart:hover,
.xg-woo-product-style-10 .bottom-content .shopnow:hover{
    background-color: #515151;
}
.xg-woo-product-style-10 .bottom-content .shopnow.added{
    display: none;
}
.xg-woo-product-style-10 .xgcontent .top-content{
    transition: .5s ease-in-out;
}
.xg-woo-product-style-10 .xgcontent .top-content .price{
    transition: .5s ease-in-out;
}
.xg-woo-product-style-10:hover .xgcontent .top-content .ratings,
.xg-woo-product-style-10:hover .xgcontent .top-content .price{
    transform: translateY(100px);
}
.xg-woo-product-style-10 .xgcontent .bottom-content{
    transition: .5s ease-in-out;
}
.xg-woo-product-style-10:hover .xgcontent .bottom-content{
    transform: translatey(0px);
}
.xg-woo-product-style-10 .xgcontent .bottom-content {
    position: absolute;
    top: 30px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0 15px;
    transform: translatey(80px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.xg-woo-product-style-10 .xg-product-rating .star-rating {
    margin: 0 auto;
}
