/*************** Products Page ***************/
form.woocommerce-ordering.charitian_select { margin: 0; }
.woocommerce .star-rating {
    float: none;
    margin: 0 auto;
    margin-top: 5px;
    color: #f3ad16;
}
.woocommerce .star-rating::before { color: #f3ad16; }
.woocommerce-notices-wrapper {
    display: block;
    width: 100%;
    clear: both;
}

/** === Product Single === **/
#commentform p.comment-notes { display: none; }
.woocommerce table.shop_attributes th { font-weight: 500; }
.woocommerce span.onsale {
    background-color: #fa575d;
    height: 30px;
    width: 65px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    top: 10px;
    right: 70px;
    left: auto;
    border-radius: 2px;
    line-height: 30px;
    min-height: auto;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.pr_details .share-link .social-icon { padding-left: 5px; }
.product_info_details .pr_tab .nav-item.active a.nav-link {
    background: #fa575d;
    color: #fff;
}
.woocommerce div.product div.images .flex-control-thumbs { margin-top: 30px; }
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 120px;
    height: auto;
    margin-right: 0;
    border: 2px solid transparent;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, 
.woocommerce div.product div.images .flex-control-thumbs li img:hover { border: 2px solid #c8b6fc; }
.aditional_info p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
    padding-right: 42px;
}
.woocommerce div.product form.cart .variations select {
    height: 45px;
    padding: 5px;
    color: #677294;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger { 
    right: 15px;
    text-indent: inherit;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f065";
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    color: #999;
    transition: all 0.3s ease-in-out;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::before{
    color: #fa575d;
    transition: all 0.3s ease-in-out;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{ display: none; }
.woocommerce div.product div.images img.emoji{ display: none!important; }
.pr_details .ratting .star-rating { float: none; }
.pr_details .price span.woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #20212b;
    padding-right: 18px;
}
.product_info_details .comment-box .comment-content .avatar img { max-width: none; }
.comment-header+.rating { float: right; }
.aditional_info p.stars {
    padding-left: 15px;
    padding-top: 0;
    display: inline-block;
    margin: 0;
    line-height: 1;
}
.woocommerce .product .pr_details .stock {
    color: #fa575d;
    padding-top: 0;
    padding-bottom: 20px;
}
button.cart_btn:hover { cursor: pointer; }
.woocommerce-cart .woocommerce .coupon .button {
    position: absolute !important;
    right: 4px;
    top: 50%;
    font: 600 12px/38px "Work Sans", sans-serif;
    color: #fff;
    height: 48px;
    padding: 0px 25px;
    border: 0px;
    background: #fa575d;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    letter-spacing: -0.5px;
}
.woocommerce-cart .woocommerce .coupon .button:hover{ opacity: 0.9; }
.woocommerce-cart .cart_btn[disabled] {
    cursor: not-allowed;
    color: #d2d2d2;
}
.cart_box ul.list-unstyled li:last-child { border-bottom: none; }
.cart_box ul.list-unstyled li.cart-total {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #20212b;
}
.cart_box ul.list-unstyled li {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}
.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn { width: auto; }
.shop_list_item { width: 100%; }
.woocommerce nav.navigation.pagination .nav-links { text-align: center; }
.shop_list nav.navigation.pagination .nav-links { padding-top: 60px; }
.shop_list .hr { display: none; }
.woocommerce nav.navigation.pagination { display: block; }
.woocommerce .view-style {
    display: flex;
    justify-content: flex-end;
    margin-left: 10px;
}
.woocommerce .view-style .list-style {
    margin-right: 10px;
}
/**
*************** Wish-list ***************/
.tinv-wraper.tinv-wishlist { display: inline-block; }
.tinv-wraper.tinv-wishlist span.tinvwl_add_to_wishlist-text { display: none; }
.woocommerce-cart .cart_table .product .media .media-left img { height: 100px; }
.woocommerce-cart .cart_table .total ins { text-decoration: none; }

/** WooCommerce Widgets **/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider {
    height: 6px;
    background: #dbe2e9;
    border: 0px;
    border-radius: 0px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background: #eee;
    border-radius: 0px;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
    background: #eee;
    border-radius: 0px;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fa575d;
    border: 0px;
    margin-left: 0;
    top: -7px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #fa575d;
    border-radius: 2px;
    padding: 10px 15px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:focus{
    outline: none;
    box-shadow: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{ opacity: 0.9; }
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 14px;
    margin-top: 25px;
}
.pr_sidebar .widget_product ul li .media .media-body .rate ins { text-decoration: none; }
.pr_details .ratting .star-rating:before { color: #fa575d; }
.woocommerce .comment-content .star-rating::before { color: #d3ced2; }
.woocommerce div.product form.cart .variations label { font-weight: 500; }
.pr_details .product-qty .manual-adjust:focus { outline: none; }
.pr_sidebar.sidebar_widget.shop_sidebar { margin-top: 10px; }
.woocommerce-cart .cart_table .del-item button {
    color: #677294;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    padding: 0;
}
.woocommerce-cart .cart_table .del-item button:hover { cursor: pointer; }
.woocommerce-cart .cart_table .del-item button i { font-size: 22px; }
.del-item .cart_remove { right: 20px; }
.woocommerce-cart .cart_table { overflow-x: hidden; }
.not_logged_in .checkout_content.coupon_form {
    margin-left: 50px;
    margin-bottom: 20px;
}
.login-form .extra .checkbox input[type="checkbox"] {
    transform: scale(1.3);
    margin-left: 3px;
}

/*============= shop_grid_area css ==============*/
.shop_menu_left p {
    margin-bottom: 0px;
    font: 300 16px "Poppins", sans-serif;
    color: #20212b;
}
.shop_menu_right h5 {
    font: 500 16px "Poppins", sans-serif;
    color: #20212b;
    margin-bottom: 5px;
    margin-right: 10px;
}
.shop_menu_right .selectpickers { border: 0; }
.shop_menu_right .selectpickers:after {
    width: 8px;
    height: 8px;
    top: 42%;
}
.shop_menu_right .selectpickers .current {
    font: 300 16px "Poppins", sans-serif;
    color: #677294;
}
.shop_menu_right .shop_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shop_menu_right .shop_grid a {
    font-size: 16px;
    color: #677294;
    margin-left: 12px;
}
.shop_menu_right .shop_grid .active a { color: #fa575d; }
.single_product_item {
    text-align: center;
    margin-top: 30px;
}
.single_product_item .product_img { position: relative; }
.single_product_item .product_img .hover_content {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
    opacity: 0;
}
.single_product_item .product_img .hover_content a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    background: #fff;
    margin: 0px 2px;
    color: #20212b;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single_product_item .product_img .hover_content a:hover {
    background: #fa575d;
    color: #fff;
}
.single_product_item .product_img:hover .hover_content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.single_product_item .single_pr_details { padding: 28px 0px; }
.single_product_item .single_pr_details h3 {
    font-family: "Poppins", sans-serif;
    color: #20212b;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
.shop_list_item .single_product_item .single_pr_details h3{ font-size: 22px; }

.single_product_item .single_pr_details h3:hover { color: #fa575d; }
.shop_list_item .single_product_item .single_pr_details p{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 30px 0 50px;
}
.single_product_item .single_pr_details .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 300 14px/28px "Poppins", sans-serif;
    color: #677294;
}
.single_product_item .single_pr_details .price ins {
    font-weight: 500;
    color: #20212b;
    text-decoration: none;
    padding-right: 12px;
}
.single_product_item .ratting a {
    font-size: 14px;
    color: #f3ad16;
}
.single_product_item .ratting a:before {
    content: "\e60a\e60a\e60a\e60a";
    font-family: 'themify';
}
.hr {
    width: 100%;
    height: 1px;
    background: #eee;
    margin-bottom: 40px;
}
.shop_page_number {
    text-align: center;
    margin-bottom: 0px;
}
.shop_page_number li {
    display: inline-block;
    margin: 0px 3px;
}
.shop_page_number li .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 39px;
    font-weight: 300;
    color: #677294;
    text-align: center;
    display: block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.shop_page_number li .page-numbers:hover {
    border-color: #fa575d;
    color: #fa575d;
}
.shop_page_number li .page-numbers.current {
    background: #fa575d;
    border-color: #fa575d;
    color: #fff;
}

/*============= shop_grid_area css ==============*/
.shop_list_area .shop_page_number { margin-top: 70px; }
.shop_list_item { padding-top: 50px; }
.shop_list_item .single_product_item .single_pr_details { padding-bottom: 0px; }
.shop_list_item .single_product_item .single_pr_details .price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
}
.shop_list_item .single_product_item .single_pr_details .s_list_title { display: inline-block; }
.shop_list_item .single_product_item .single_pr_details .ratting { float: right; }
.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn {
    font: 400 15px/30px "Poppins", sans-serif;
    color: #677294;
    border: 1px solid #eee;
    border-radius: 45px;
    background: #f9f9fc;
    padding: 9px 28px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}
.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn:hover {
    color: #fff;
    background: #fa575d;
    border-color: #fa575d;
}
.shop_list_item .single_product_item .single_pr_details .pr_button a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #f9f9fc;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #20212b;
    margin-left: 4px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}
.shop_list_item .single_product_item .single_pr_details .pr_button a:hover {
    color: #fff;
    background: #fa575d;
    border-color: #fa575d;
}
.product_details_area .product_slider { padding-right: 42px; }
.product_details_area .product_slider .owl-thumbs {
    display: table;
    width: 102.6%;
    text-align: center;
    padding: 0;
    margin-top: 24px;
    margin-left: -7px;
    margin-right: -7px;
}
.product_details_area .product_slider .owl-thumbs .owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 7px;
    width: calc(100% / 4);
}
.product_details_area .product_slider .owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.product_details_area .product_slider .owl-thumbs .owl-thumb-item.active img { border-color: #c8b6fc; }
.product-thumb-wrap{ position: relative; }
.pr_details .pr_title {
    color: #20212b;
    font-size: 22px;
    font-weight: 500;
}
.pr_details .ratting {
    float: right;
    text-align: right;
}
.pr_details .ratting .star-rating {
    color: #fa575d;
    line-height: 12px;
}
.pr_details .ratting .woocommerce-review-link {
    font-size: 14px;
    font-weight: 300;
    color: #677294;
}
.pr_details .price {
    font: 300 20px "Poppins", sans-serif;
    color: #677294;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 8px;
}
.pr_details .price ins {
    text-decoration: none;
    font-weight: 600;
    color: #20212b;
    padding-right: 18px;
}
.pr_details .stock {
    font: 400 16px "Poppins", sans-serif;
    color: #fa575d;
    vertical-align: middle;
    padding-top: 20px;
    display: inline-block;
}
.pr_details .stock:before {
    content: "\e64c";
    font-family: 'themify';
    color: #fa575d;
    padding-right: 10px;
}
.pr_details p {
    margin-bottom: 0px;
    padding: 20px 0px 40px;
}
.pr_details .product-qty {
    display: inline-block;
    position: relative;
}
.pr_details .product-qty .manual-adjust {
    width: 95px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    height: 45px;
    padding: 0;
}
.pr_details .product-qty .ar_top, .pr_details .product-qty .ar_down {
    position: absolute;
    background: #fff;
    border: 0px;
    font-size: 12px;
    color: #677294;
    right: 5px;
    border-radius: 15px;
    padding: 0px 15px 0px 0px;
}
.pr_details .product-qty .ar_top:hover, .pr_details .product-qty .ar_down:hover { color: #fa575d; }
.pr_details .product-qty .ar_top { top: 7px; }
.pr_details .product-qty .ar_down { bottom: 7px; }
.pr_details .product-qty button:focus{
    outline: none;
    box-shadow: none;
}
.woocommerce div.product form.cart {
    align-items: center;
    display: flex;
}
.woocommerce div.product form.cart.variations_form { flex-direction: column; }
.woocommerce div.product form.cart.variations_form .single_variation_wrap{ width: 100%; }
.pr_details .cart_button { display: inline-block; }
.pr_details .cart_button .cart_btn {
    border-radius: 2px;
    font: 600 12px/45px "Work Sans", sans-serif;
    color: #fff;
    border: none;
    background: #fa575d;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    margin: 0px 10px;
}
.pr_details .cart_button .wish_list {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #20212b;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eee;
}
.pr_details .cart_button .cart_btn, .pr_details .cart_button .wish_list {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0;
}
.pr_details .cart_button .cart_btn:hover, .pr_details .cart_button .wish_list:hover {
    background: #fa575d;
    color: #fff;
    border-color: #fa575d;
    opacity: 0.9;
}
.pr_details .cart_button .cart_btn:focus{
    outline: none;
    box-shadow: none;
}
.pr_details .product_meta { margin-bottom: 0; }
.pr_details .product_meta li {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #677294;
    margin-bottom: 10px;
}
.pr_details .product_meta li a { color: #677294; }
.pr_details .product_meta li a:hover { color: #fa575d; }
.pr_details .product_meta li span {
    font-weight: 600;
    color: #20212b;
    padding-right: 8px;
}
.pr_details .share-link label {
    margin-bottom: 0px;
    font: 600 15px "Poppins", sans-serif;
    color: #20212b;
    display: inline-block;
    text-transform: capitalize;
}
.pr_details .share-link .social-icon {
    margin-bottom: 0px;
    display: inline-block;
}
.pr_details .share-link .social-icon li { display: inline-block; }
.pr_details .share-link .social-icon li a {
    font-size: 12px;
    color: #677294;
    padding-right: 10px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pr_details .share-link .social-icon li a:hover { color: #fa575d; }
.pr_details_area { padding-top: 120px; }
.product_info_details { border-bottom: 1px solid #e2e5ef; }
.product_info_details .pr_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0px;
    margin: 0 auto 50px;
}
.product_info_details .pr_tab .nav-item {
    float: left;
    margin: 0px;
    border: 1px solid #eee;
    overflow: hidden;
    border-left: 0px;
}
.product_info_details .pr_tab .nav-item .nav-link {
    font: 500 16px/40px "Poppins", sans-serif;
    color: #20212b;
    padding: 5px 25px;
    min-width: 148px;
    text-align: center;
    border: 0px;
    letter-spacing: -0.5px;
    border-radius: 0px;
}
.product_info_details .pr_tab .nav-item .nav-link.active {
    background: #fa575d;
    color: #fff;
}
.product_info_details .pr_tab .nav-item:first-child {
    border-bottom-left-radius: 45px;
    border-top-left-radius: 45px;
    border-left: 1px solid #eee;
}
.product_info_details .pr_tab .nav-item:last-child {
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px;
}
.product_info_details .aditional_info h6 {
    color: #20212b;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -1px;
    text-transform: capitalize;
}
.woocommerce table.shop_attributes td p{
    padding: 8px;
}
.product_info_details .comment-box .comment-content {
    padding-left: 95px;
    position: relative;
}
.product_info_details .comment-box .comment-content .avatar {
    position: absolute;
    left: 0;
}
.product_info_details .comment-box .comment-content .avatar img { border-radius: 50%; }
.product_info_details .comment-box .comment-content .comment-header {
    font: 300 14px "Poppins", sans-serif;
    display: inline-block;
}
.product_info_details .comment-box .comment-content .comment-header a {
    font-size: 15px;
    font-weight: 500;
    color: #3d3f45;
}
.product_info_details .comment-box .comment-content .comment-header a:after {
    content: "/";
    display: inline-block;
    margin: 0px 5px 0px 6px;
    font-weight: 400;
    color: #abb0bb;
}
.product_info_details .comment-box .comment-content .ratting a {
    font-size: 12px;
    color: #c9ccd1;
}
.product_info_details .comment-box .comment-content .ratting a:nth-child(1), 
.product_info_details .comment-box .comment-content .ratting a:nth-child(2), 
.product_info_details .comment-box .comment-content .ratting a:nth-child(3) { color: #fa575d; }
.st_woo_content { padding-bottom: 35px; }
.st_woo_content h2 { color: #20212b; }
.st_woo_content .comment-respond h2{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}
.wc_review_form .field-half{
    float: left;
    width: 50%;
}
.wc_review_form .field-half.pr{ padding-right: 15px; }
.wc_review_form .field-half.pl{ padding-left: 15px; }
.wc_review_form .field-full{
    width: 100%;
    padding-bottom: 30px;
}
.comment-form-cookies-consent{ padding-top: 30px; }
.comment-form-cookies-consent label{ display: inline-block; }
.st_woo_content .get_quote_form .form-control {
    height: 60px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: transparent;
    font: 300 14px "Poppins", sans-serif;
    color: #20212b;
    padding-left: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.st_woo_content .get_quote_form .form-control.placeholder { color: #a7adbe; }
.st_woo_content .get_quote_form .form-control:-moz-placeholder { color: #a7adbe; }
.st_woo_content .get_quote_form .form-control::-moz-placeholder { color: #a7adbe; }
.st_woo_content .get_quote_form .form-control::-webkit-input-placeholder { color: #a7adbe; }
.st_woo_content .get_quote_form .form-control:focus {
    border-color: #fa575d;
    background-color: white;
}
.st_woo_content .get_quote_form textarea.form-control {
    height: 200px;
    padding-top: 20px;
}
.st_woo_content .ratting span {
    font-size: 14px;
    color: #20212b;
}
.st_woo_content .ratting a {
    font-size: 12px;
    color: #c9ccd1;
}
.st_woo_content .ratting a:nth-child(4), 
.st_woo_content .ratting a:nth-child(2), 
.st_woo_content .ratting a:nth-child(3) { color: #fa575d; }
.st_woo_content .agency_banner_btn {
    background-color: #fa575d;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    min-width: 120px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.st_woo_content .agency_banner_btn:hover{ 
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}
.st_woo_content.comments_form p.form-submit { text-align: left; }
form#commentform { position: relative; }
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*============ Extra css =============*/
.related_products .sec_title h2{
    font-family: "Poppins", sans-serif;
    color: #222d39;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -1px;
    text-transform: capitalize;
}
.aditional_info h6{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.pr_excerpt{
    font-size: 15px;
    font-weight: 300;
}

/*============ woocommerce-cart css =============*/
.woocommerce-cart .cart_title { border-bottom: 1px solid #eee; }
.woocommerce .cart_title .row,
.woocommerce-cart-form .cart_table .row{ margin: 0; }
.woocommerce-cart h6 {
    font-size: 16px;
    color: #20212b;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 15px;
}
.woocommerce-cart .cart_table {
    margin-top: 30px;
    border: none;
}
.woocommerce-cart .cart_table tbody { width: 100%; }
.woocommerce-cart .cart_table tr{ border: none; }
.woocommerce-cart .cart_table td {
    vertical-align: middle;
    font: 400 16px/28px "Poppins", sans-serif;
    color: #20212b;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.woocommerce-cart .cart_table .product { padding-top: 0px; }
.woocommerce-cart .cart_table .product .media .media-left {
    width: 100px;
    height: 100px;
}
.woocommerce-cart .cart_table .product .media .media-left img { max-width: 100%; }
.woocommerce-cart .cart_table .product .media .media-body {
    padding-left: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.woocommerce-cart .cart_table .product .media .media-body h5 {
    font: 500 16px/28px "Poppins", sans-serif;
    color: #20212b;
}
.woocommerce-cart .cart_table .product .media .media-body h5 a{ color: #20212b; }
.woocommerce-cart .cart_table .total { width: 175px; }
.woocommerce-cart .cart_table .quantity { width: 175px; }
.woocommerce-cart .cart_table .quantity p {
    color: #677294;
    margin-bottom: 0px;
}
.woocommerce-cart .cart_table .del-item {
    white-space: nowrap;
    vertical-align: middle;
    width: 140px;
}
.woocommerce-cart .cart_table .del-item a { color: #677294; }
.woocommerce-cart .cart_table .del-item a:hover { color: #fa575d; }
.woocommerce-cart .cart_table .del-item a i { 
    font-size: 15px;
    font-weight: bold; 
}
.woocommerce-cart .cart_table .del-item a + a {
    position: relative;
    top: 3px;
}
.woocommerce-cart .cart_table .del-item .total { margin-right: 85px; }
.woocommerce-cart .cart_table .product-qty {
    position: relative;
    display: inline-block;
}
.woocommerce-cart .cart_table .product-qty .ar_top, .woocommerce-cart .cart_table .product-qty .ar_down {
    position: absolute;
    background: #fff;
    border: 0px;
    font-size: 12px;
    color: #677294;
    right: 4px;
    border-radius: 15px;
    padding: 0px 15px 0px 0px;
    line-height: 12px;
    cursor: pointer;
}
.woocommerce-cart .cart_table .product-qty .ar_top:hover, 
.woocommerce-cart .cart_table .product-qty .ar_down:hover { color: #fa575d; }
.woocommerce-cart .cart_table .product-qty .ar_top { top: 8px; }
.woocommerce-cart .cart_table .product-qty .ar_down { bottom: 8px; }
.woocommerce-cart button:focus{
    outline: none;
    box-shadow: none;
}
.woocommerce-cart .cart_table .product-qty .manual-adjust {
    width: 95px;
    border: 1px solid #eee;
    height: 44px;
    border-radius: 2px;
    text-align: center;
    color: #677294;
}
.woocommerce-cart .cart_table .product-qty .manual-adjust::-webkit-input-placeholder,
.woocommerce-cart .cart_table .product-qty .manual-adjust::-moz-placeholder,
.woocommerce-cart .cart_table .product-qty .manual-adjust:-moz-placeholder,
.woocommerce-cart .cart_table .product-qty .manual-adjust.placeholder { color: #677294; }
.woocommerce-cart .cart_btn {
    font: 600 12px "Work Sans", sans-serif;
    color: #fff;
    border: 1px solid #fa575d;
    margin: 0px;
    background: #fa575d;
    padding: 15px 33px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.woocommerce-cart .cart_btn:hover{ color: #fff; opacity: 0.9; }
.woocommerce-cart .cart_btn.cart_btn_two {
    border: 1px solid #eee;
    background: transparent;
    color: #5c6789;
    margin-left: 15px;
}
.woocommerce-cart .action_btn { width: 100%; }
.woocommerce-cart h5 {
    color: #20212b;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.woocommerce-cart .wislist_table .total, 
.woocommerce-cart .wislist_table .del-item { width: 178px; }
.woocommerce-cart .wislist_table .quantity { width: 140px; }
.woocommerce-cart .wislist_table .add_cart {
    font: 400 14px "Poppins", sans-serif;
    border: 1px solid #eee;
    background: transparent;
    color: #5c6789;
    margin-right: 20px;
    padding: 15px 33px;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce-cart .wislist_table .add_cart:hover {
    background: #fa575d;
    color: #fff !important;
    border-color: #fa575d;
}
.cart_box {
    width: 370px;
    border: 1px solid #f4f4f9;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    padding: 30px 35px;
}
.cart_box .shop_table { width: 100%; }
.cart_box .shop_table tbody tr { border-bottom: 1px solid #eee; }
.cart_box .shop_table tbody tr th { width: 70%; }
.cart_box .shop_table tbody tr td, .cart_box .shop_table tbody tr th {
    font: 400 16px/28px "Poppins", sans-serif;
    color: #20212b;
    padding: 10px 0px;
}
.cart_box .shop_table tbody tr td { text-align: right; }
.cart_box .shop_table tbody tr td .amount { color: #677294; }
.cart_box .shop_table tbody tr:last-child { border: 0; }
.coupon {
    width: 370px;
    position: relative;
}
.coupon .input_text {
    width: 100%;
    border: 1px solid #f4f4f9;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    font: 300 15px "Poppins", sans-serif;
    color: #9ca3b9;
    height: 55px;
    padding-left: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.coupon .input_text:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.coupon .button {
    position: absolute;
    right: 4px;
    top: 50%;
    font: 400 14px/38px "Poppins", sans-serif;
    color: #20212b;
    height: 48px;
    padding: 0px 25px;
    border: 0px;
    background: #eff2f7;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.coupon .button:hover {
    background: #fa575d;
    color: #fff;
}
.checkout_button {
    font: 600 12px/1 "Work Sans", sans-serif;
    color: #fff;
    background: #fa575d;
    border-radius: 2px;
    display: block;
    text-align: center;
    padding: 16px 0px;
    border: 1px solid #fa575d;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    letter-spacing: 0;
}
.checkout_button:hover {
    background: #fa575d;
    color: #fff!important;
    opacity: 0.9;
}
.checkout_button:focus{
    outline: none;
    color: #fff!important;
}

@media (max-width: 768px){
    .woocommerce-cart .cart_title{ display: none; }
    .woocommerce-cart .cart_table tr{
        display: block;
        float: none;
        width: 100%;
        background: #f5f5f5;
        padding: 0px 15px;
        margin-bottom: 40px!important;
    }
    .woocommerce-cart .cart_table tr td{
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 20px;
        padding-top: 20px !important;
        margin-bottom: 0px;
        border-bottom: 1px solid #ededed;
    }
    .woocommerce-cart .cart_table tr td:last-child{ border-bottom: 0px; }
    .woocommerce-cart .cart_table tr td:before{
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .woocommerce-cart .cart_table{
        margin: 0px;
        padding-top: 0;
    }
    .woocommerce-cart .cart_table .total, 
    .woocommerce-cart .cart_table .quantity,
    .woocommerce-cart .cart_table .del-item{
        float: right;
        width: auto;
    }
    .woocommerce-cart .cart_table .del-item .total{ float: none; }
    .woocommerce-cart .cart_table .product .media{
        float: right;
        display: block;
        width: auto;
    }
    .woocommerce-cart .cart_table .product .media .media-left{
        margin-left: auto;
        margin-bottom: 20px;
    }
    .woocommerce-cart .cart_table .del-item a{ display: inline-flex; }
    .woocommerce-cart .coupon { width: 100%; }
    .woocommerce-cart .cart_box{
        width: 100%;
        margin-top: 20px;
    }
}

/** === Shop Sidebar === **/
.pr_sidebar .widget + .widget { margin-top: 60px; }
.pr_sidebar .sp_widget_title {
    color: #20212b;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}
.pr_sidebar .filter_slider_area { padding-top: 10px; }
.pr_sidebar .filter_slider_area .ui-slider {
    height: 6px;
    background: #dbe2e9;
    border: 0px;
    border-radius: 0px;
}
.pr_sidebar .filter_slider_area .ui-slider .ui-slider-range {
    background: #9f7efd;
    border-radius: 0px;
}
.pr_sidebar .filter_slider_area .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fa575d;
    border: 0px;
    margin-left: 0;
    top: -7px;
}
.pr_sidebar .filter_slider_area .ui-slider .ui-slider-handle:focus { outline: none; }
.pr_sidebar .filter_slider_area .filter_content {
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #20212b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.pr_sidebar .filter_slider_area .filter_content #amount {
    border: 0px;
    font-size: 16px;
    display: inline-block;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 5px;
}
.pr_sidebar .widget_category ul { margin-bottom: 0; }
.pr_sidebar .widget_category ul li a {
    font-size: 16px;
    color: #677294;
    display: inline-block;
    position: relative;
}
.pr_sidebar .widget_category ul li a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fa575d;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pr_sidebar .widget_category ul li a:hover { color: #fa575d; }
.pr_sidebar .widget_category ul li a:hover:before { opacity: 1; }
.pr_sidebar .widget_category ul li:not(:last-child) { margin-bottom: 15px; }
.pr_sidebar .woocommerce-widget-layered-nav-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.pr_sidebar .woocommerce-widget-layered-nav-list li {
    position: relative;
    padding-left: 30px;
    color: #333;
}
.pr_sidebar .woocommerce-widget-layered-nav-list li::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #333333;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
}
.pr_sidebar .woocommerce-widget-layered-nav-list li a { color: #333; }
.pr_sidebar .woocommerce-widget-layered-nav-list li:not(:last-child) { margin-bottom: 12px; }
.pr_sidebar .widget_size ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.pr_sidebar .widget_size ul li {
    font-size: 16px;
    color: #333333;
}
.pr_sidebar .widget_size ul li a { color: #333333; }
.pr_sidebar .widget_color ul li:first-child:before {
    background: #1c1c1c;
    border-color: #1c1c1c;
}
.pr_sidebar .widget_color ul li:nth-child(2):before {
    background: #ff934c;
    border-color: #ff934c;
}
.pr_sidebar .widget_color ul li:nth-child(3):before {
    background: #fb53a7;
    border-color: #fb53a7;
}
.pr_sidebar .widget_color ul li:nth-child(4):before {
    background: #ff4949;
    border-color: #ff4949;
}
.pr_sidebar .widget_color ul li:nth-child(6):before {
    background: #ffeb50;
    border-color: #ffeb50;
}
.pr_sidebar .widget_product ul { margin-bottom: 0; }
.pr_sidebar .widget_product ul li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pr_sidebar .widget_product ul li .media img {
    padding: 0;
    max-width: none !important;
    width: 80px;
    margin: 0 30px 0 0;
    height: auto;
}
.pr_sidebar .widget_product ul li .media .media-body h3 {
    font-size: 16px;
    color: #20212b;
    font-weight: 400;
}
.pr_sidebar .widget_product ul li .media .media-body .rate {
    color: #20212b;
    font-size: 14px;
    font-weight: 600;
}
.pr_sidebar .widget_product ul li:not(:last-child) { margin-bottom: 20px; }
.pr_sidebar .widget_tag ul li {
    display: inline-block;
    margin-bottom: 6px;
}
.pr_sidebar .widget_tag ul li a {
    font-size: 16px;
    color: #677294;
    position: relative;
    display: block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pr_sidebar .widget_tag ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fa575d;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.pr_sidebar .widget_tag ul li a:hover { color: #fa575d; }
.pr_sidebar .widget_tag ul li a:hover:before { opacity: 1; }
.widget_recent_reviews .star-rating {
    margin-left: 0;
    margin-bottom: 5px;
}
.widget_recent_reviews img { width: 50px !important; }
.woocommerce-cart.bg_color { background: #fbfbfd; }
.tinv-wraper.tinv-wishlist .tinvwl-tooltip { display: none; }
.tinv-wraper.tinv-wishlist .tinvwl-tooltip { cursor: pointer; }
.woocommerce-product-gallery { position: relative; }
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    left: 10px;
    top: 10px;
}
.woocommerce-product-gallery ol.flex-control-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    padding-top: 10px;
}
.woocommerce-product-gallery ol.flex-control-thumbs li { padding-right: 10px; }
.woocommerce-product-gallery ol.flex-control-thumbs li:last-child { padding-right: 0px; }
.woocommerce-product-gallery ol.flex-control-thumbs li img { height: 100px; }
.pr_sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item { padding-left: 25px; }
@media(max-width: 992px){
    .woocommerce div.product div.images.woocommerce-product-gallery{padding: 0;}
}
.woocommerce .loader::before { display: none!important; }