.gtx-trans {
    display: none;
}

/**=== Shop Grid ===**/
.shop_grid {
    max-width: 100%;
}
.shop_section  .shop_grid .item_content .item_title {
    margin-bottom: .5rem;
}
.cart_section tr.wishlist_item td span.amount:first-child,
.shop_details .cart tr td span.amount:first-child,
.shop_details .item_price span.amount:first-child,
.shop_grid .price span.amount:first-child,
.shop_list .price span.amount:first-child,
.widget .media-body .rate span.amount:first-child {
    margin-right: 5px;
}
.shop_details .cart tr td del span.amount,
.shop_details .item_price del span.amount,
.shop_grid .price del span.amount,
.shop_list .price del span.amount,
.widget .media-body .rate del span.amount {
    color: #6a7c92;
}
.shop_details .cart tr td span.amount,
.shop_details .item_price span.amount,
.shop_grid .price span.amount,
.shop_list .price span.amount,
.widget .media-body .rate span.amount {
    color: #051441;
    font-weight: bolder;
}
.price ins {
    text-decoration: none;
}

    /**=== Shop List ===**/
.shop_list .item_content .item_title {
    margin-bottom: 8px;
}
.shop_list .action_btns > ul > li > a.cart_btn {
    width: auto;
    padding: 0 30px;
    border-radius: 45px;
    color: #677294;
    line-height: 48px;
}
.shop_list .action_btns > ul > li > a.cart_btn:hover {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}
.review_section .tab-content p,
.makro_list_short_description p {
    margin: 0;
}
.woocommerce .star-rating {
    float: none;
    color: #f3ad16;
    font-size: 12px;
}
.woocommerce .star-rating::before {
    color: #f3ad16;
}
.widget_recent_reviews .star-rating span,
.widget_recent_reviews .star-rating strong,
.p_c_review_rating .star-rating span,
.p_c_review_rating .star-rating strong,
.shop_grid .star-rating span,
.shop_grid .star-rating strong,
.shop_details .star-rating span,
.shop_details .star-rating strong,
.widget_rating_filter ul li span,
.widget_rating_filter ul li strong,
.shop_list .star-rating span,
.shop_list .star-rating strong {
    font-family: star;
}
.shop_section .shop_grid ul {
    margin: 0 auto;
}

/**=== Shop Single ===**/
.woocommerce span.onsale {
    width: 50px;
    height: 50px;
}
.shop_details .rating_star {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
}
.review_section .review_nav > ul > li.active .nav-link {
    color: #ffffff;
}
.review_section .review_nav > ul > li:hover,
.review_section .review_nav > ul > li.active {
    color: #ffffff;
    background-color: #4154f1;
}
.woo_product_ratting .comment_content p {
    margin: 0;
}
.review_section .review_form .rating_star .stars {
    padding-top: 16px;
    margin: 0;
}
.review_section .review_form .rating_star .stars a,
.review_section .review_form .rating_star .stars a:hover {
    color: #fbc509;
}
.woocommerce #respond input#submit {
    background-color: #4154f1;
    padding: 19px 50px;
    border-radius: 45px;
    color: #ffffff;
}
.woocommerce #respond input#submit:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background-color: #4154f1;
}
.aditional_info .shop_attributes tr td {
    text-align: right;
}
.woocommerce table.shop_attributes td p,
.woocommerce table.shop_attributes th {
    padding: 10px;
}
.shop_related_p_b_0 {
    padding-bottom: 0;
}
.shop_related_p_b_0 .section_title .title_text {
    font-size: 42px;
}
.shop_related_p_b_0 .rating_star .review_text {
    display: none;
}
.shop_details .review_section .comment_area .comment_item{
    display: flex;
    flex-wrap: wrap;
}
.shop_details .review_section .comment_item .comment_content{
    flex: 1;
}
.shop_details .review_section .comment_area .title_text span {
    font-size: 28px;
}


/**
*** Shop Single Responsive
 **/
@media screen and (max-width: 991px) {
    .shop_details .review_section .review_nav{
        display: flex;
    }
    .shop_details .review_section .review_nav > ul{
        display: flex;
        padding: 0;
        margin: 0 auto;
    }
    .shop_details .shop_related_p_b_0 .section_title .title_text {
        font-size: 22px;
    }
    .shop_details .review_section .comment_item {
        margin-bottom: 30px;
    }
    .shop_grid .ul_li_center > ul {
        background: transparent;
    }
}
@media (max-width: 480px){
    .shop_details .shop_related_p_b_0 .product {
        padding-left: 15px;
        padding-right: 15px;
    }
    .shop_details .review_section .comment_item {
        margin-bottom: 25px;
    }
    .shop_details .review_section .comment_area .title_text span,
    .shop_details .review_section .comment_area .title_text {
        font-size: 22px;
    }
    .shop_details .review_section .review_nav > ul > li{
        width: 100%;
        border: 0;
    }
    .shop_details .review_section .review_nav > ul > li a{
        border: 0;
        border-radius: 0;
    }
    .shop_details .review_section .review_nav > ul > li + li{
        border-top: 1px solid #e1e1e3;
    }
    .shop_details .review_section .review_nav > ul{
        border-radius: 0;
    }
    .woocommerce span.onsale {
        top: 5px;
        left: 20px;
    }
}

@media (max-width: 380px){
    .shop_details .comment_area .comment_item{
        display: block;
    }
    .shop_details .comment_area .comment_item .reply_btn{
        position: absolute !important;
        top: 5px !important;
        right: 5px !important;
    }
}

/**=== Pagination ===**/
.shop_section .shop_pagination .pagination {
    justify-content: center;
}

/**======================================
       Start Shop Sidebar Widgets
 ======================================**/
/**=== Product Widgets ===**/
.widget_products ul li .media,
.widget_top_rated_products ul li .media,
.widget_recently_viewed_products ul li .media {
    align-items: center;
}
.widget_products ul li .media-body .rate,
.widget_top_rated_products ul li .media-body .rate,
.widget_recently_viewed_products ul li .media-body .rate {
    font-size: 14px;
}
.widget_products ul li .media img,
.widget_top_rated_products ul li .media img,
.widget_recently_viewed_products ul li .media img {
    width: 80px;
    height: auto;
    margin: 0 20px 0 0;
}
.widget_recent_reviews ul.product_list_widget li img {
    margin: 0;
    width: 80px;
}
.widget_products ul li .media-body a h3,
.widget_top_rated_products ul li .media-body a h3,
.widget_recently_viewed_products ul li .media-body a h3 {
    font-size: 16px;
    margin: 0;
}

.widget_recent_reviews ul li a span.product-title {
    color: #051441;
}

/**=== Pricing Filter ===**/
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff;
    height: 18px;
    width: 18px;
    top: -7px;
    cursor: pointer;
    background-color: #5037d9;
    -webkit-box-shadow: 0 2px 10px 0 rgba(70, 1, 1, 0.2);
    box-shadow: 0 2px 10px 0 rgba(70, 1, 1, 0.2);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #8e9bed;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #dbe2e9;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 5px;
}
.widget_price_filter button.button {
    color: #6a7c92;
    background-color: #f0f2f9;
}
.widget_price_filter button.button:hover {
    color: #ffffff;
    background-color: #4154f1;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
}

/**=== Filter by Product Color ===**/
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    color: #4154f1;
}

/**======================================
       End Shop Sidebar Widgets
 ======================================**/

/**=== Cart Page ===**/
.shop_section .woocommerce-notices-wrapper {
    width: 100%;
}
.cart_info_sidebar .checkout_button {
    color: #ffffff
}
.cart-collaterals .cart_info_sidebar ul li bdi {
    display: inline-flex;
    display: -webkit-inline-flex;
}
.cart_section .table_wrap .item_title:hover {
    color: #4154f1;
}
/**=== Wishlist Page ===**/
.shop_grid .action_btns ul li .tinv-wraper .tinvwl_add_to_wishlist_button {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
    line-height: 46px;
    color: #051441;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop_grid .action_btns ul li .tinv-wraper .tinvwl_add_to_wishlist_button:hover {
    color: #ffffff;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    background-color: #4154f1;
}
.shop_grid .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: absolute;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.action_btns ul li .tinv-wishlist a.tinvwl_add_to_wishlist_button {
    line-height: 52px;
    border-radius: 100%;
}
.tinv-wishlist .product-action {
    width: auto;
}
.tinv-wishlist .product-remove button {
    background-color: transparent;
}

/**=== Woocommerce Message Popup ===**/
.woocommerce-message {
    border-top-color: #4154f1;
}
.woocommerce-message::before {
    color: #4154f1;
}