
/*================ product_details_area css ==============*/

.product_details_bg {
    background-color: white;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
}

.product_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 50px 70px;
    position: relative;
    border-bottom: 2px solid #eef0f7;
}

.product_details .ribbon {
    left: -5px;
    right: auto;
}

.product_details .product_slider, .product_details .product_content {
    width: 50%;
}

.product_details .product_slider {
    padding-right: 70px;
}

.product_details .product_slider img {
    max-width: 100%;
}

.product_details .pr_image .item {
    height: 650px;
    line-height: 650px;
}

.product_details .pr_image .slick-arrow {
    width: 46px;
    height: 46px;
    font-size: 20px;
    background: #dfe2ec;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: #777a7f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product_details .pr_image .slick-arrow:hover {
    background: #006fe1;
    color: #fff;
}

.product_details .pr_image .slick-arrow.left {
    left: 20px;
}

.product_details .pr_image .slick-arrow.right {
    right: 20px;
}

.product_details .item {
    background: #fbfcff;
    border: 1px solid #f1f2f7;
    text-align: center;
}

.product_details .item img {
    display: inline-block;
}

.product_details .pr_thumbnail {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

.product_details .pr_thumbnail .slick-slide {
    padding: 10px;
}

.product_details .pr_thumbnail .item {
    line-height: 120px;
}

.product_details .pr_thumbnail .slick-center .item {
    background: #fff;
    border-color: #adc9e6;
}

.product_details .pr_thumbnail .slick-center .item img {
    opacity: 0.20;
}

.product_details .pr_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_details .list_title {
    display: inline-block;
}

.product_details .list_title h2 {
    color: #3d3f45;
}

.product_details .list_title .pr_price {
    padding: 7px 0px 12px;
}

.product_details .ratting {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product_details .stock_text {
    color: #006fe1;
    margin-bottom: 25px;
    display: inline-block;
}

.product_details p {
    color: #777a7f;
}

.product_details .product-qty {
    display: inline-block;
    position: relative;
}

.product_details .product-qty input {
    border: 1px solid #eaebef;
    background: #f4f5f8;
    width: 80px !important;
    text-align: center !important;
    height: 50px;
    font: 400 16px/40px "Nunito", sans-serif;
    color: #878a8e;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    padding: 0;
}

.product_details .product-qty button {
    position: absolute;
    right: 0px;
    padding: 0 8px 0px 0px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f4f5f8;
    color: #777a7f;
    cursor: pointer;
}

.product_details .product-qty button:hover {
    color: #006fe1;
}

.product_details .product-qty .ar_top {
    top: 8px;
    right: 2px !important;
}

.product_details .product-qty .ar_down {
    bottom: 8px;
    right: 2px !important;
}

.product_details .cart_button {
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    margin-top: 38px;
}

.product_details .cart_button .wish_list, .product_details .cart_button .cart_btn {
    margin-left: 8px;
}

.product_details .cart_button .wish_list {
    border: 1px solid #eaebef;
    background: #f4f5f8;
    width: 50px;
    display: inline-block;
    text-align: center;
    color: #3d3f45;
}

.product_details .cart_button .wish_list:hover {
    background: #006fe1;
    color: #fff;
    border-color: #006fe1;
}

.product_details .cart_button .cart_btn {
    background: #006fe1;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    padding: 0px 20px;
    border-radius: 5px;
}

.product_details .cart_button .cart_btn i {
    padding-right: 10px;
}

.product_details .product_meta li {
    font: 400 16px/40px "Nunito", sans-serif;
    color: #878a8e;
    display: block;
}

.product_details .product_meta li span {
    color: #3d3f45;
    width: 172px;
}

.product_details .product_meta li a {
    color: #878a8e;
}

.product_details .product_meta li a:hover {
    color: #006fe1;
}

.product_details .share-link label {
    width: 172px;
    color: #3d3f45;
    display: inline-block;
    font: 400 16px/40px "Nunito", sans-serif;
}

.product_details .share-link .social-icon {
    display: inline-block;
}

.product_details .share-link .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.product_details .share-link .social-icon li a {
    font: 14px;
    color: #878a8e;
    padding: 0px;
}

.product_details .share-link .social-icon li a:hover {
    color: #006fe1;
}

/*=============== product_info_details css =================*/
.product_info_details {
    max-width: 770px;
    margin: 0px auto;
    padding: 35px 0px 80px;
}

.product_info_details .pr_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_info_details .pr_tab .nav-item {
    margin-bottom: 0px;
}

.product_info_details .pr_tab .nav-item .nav-link {
    font: 400 20px/24px "Nunito", sans-serif;
    color: #3d3f45;
    padding: 0px 50px;
    margin-bottom: 35px;
    border: 0px;
    border-left: 1px solid #c3c8d5;
    border-radius: 0px;
}

.product_info_details .pr_tab .nav-item .nav-link.active, .product_info_details .pr_tab .nav-item .nav-link:hover {
    color: #006fe1;
}

.product_info_details .pr_tab .nav-item:first-child .nav-link {
    border: 0px;
    padding-left: 0px;
}

.product_info_details .service_tab_content {
    max-width: 570px;
    margin: 0 auto;
}

.product_info_details .service_tab_content .comment-box .post-comment {
    border-bottom: 1px solid #e2e5ef;
    padding: 40px 0px 32px;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content {
    padding-top: 0px;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .avatar {
    border: 0px;
    width: 70px;
    height: 70px;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .post-body {
    padding-bottom: 0px;
    border: 0px;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .comment-header {
    display: inline-block;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .ratting {
    display: inline-block;
    float: right;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .ratting a {
    font-size: 12px;
    color: #c9ccd1;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .ratting a:nth-child(1), .product_info_details .service_tab_content .comment-box .post-comment .comment-content .ratting a:nth-child(2) {
    color: #e6c70b;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content p {
    margin-bottom: 20px;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .reply {
    text-align: left;
    color: #878a8e;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .reply a {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    margin-left: 8px;
}

.product_info_details .service_tab_content .comment-box .post-comment .comment-content .reply a:hover {
    color: #006fe1;
    text-decoration: underline;
}

.product_info_details .service_tab_content .comment-box .post-comment:first-child {
    padding-top: 25px;
}

.product_info_details .service_tab_content .comments_form .get_quote_form .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f9f9;
}

.product_info_details .service_tab_content .comments_form .get_quote_form .form-group .form-control:focus {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}

.product_info_details .service_tab_content .comments_form .get_quote_form .ratting {
    display: inline-block;
    line-height: 40px;
}

.product_info_details .service_tab_content .comments_form .get_quote_form .ratting span {
    font: 400 16px/26px "Nunito", sans-serif;
    color: #3d3f45;
    padding-right: 15px;
}

.product_info_details .service_tab_content .comments_form .get_quote_form .car_theme_btn {
    float: right;
    margin-top: 0px;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    padding: 12px 38px;
}

.aditional_info h6 {
    color: #3d3f45;
    margin-bottom: 18px;
}

.aditional_info p {
    color: #777a7f;
}

.aditional_info ul li {
    font: 400 16px/25px "Nunito", sans-serif;
    color: #777a7f;
    margin-bottom: 6px;
}

.aditional_info ul li:before {
    content: "";
    width: 4px;
    height: 1px;
    background: #777a7f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.shop_related_product {
    padding-top: 120px;
}

.shop_related_product .car_team.slick-dotted.slick-slider.slick .slick-dots {
    margin-top: 10px;
}

.shop_related_product .car_team.slick-dotted.slick-slider.slick .slick-dots li button {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    border: 1px solid transparent;
}

.shop_related_product .car_team.slick-dotted.slick-slider.slick .slick-dots li.slick-active button {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    border-color: #006fe1;
    background: #fff;
}

.woocommerce div.product div.images a img {
    background: #fbfcff;
    border: 1px solid #f1f2f7;
    text-align: center;
}

.product_details .share-link .social-icon,
ul.product_meta.list_style {
    padding-left: 0;
}


.woocommerce #reviews #comment {
    height: 140px;
    padding-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#respond .col-md-6.form-group .form-control ,
#respond .col-md-12.form-group .form-control.message {
    font-size: 12px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 21, 46, 0.1);
    color: #878a8e;
    padding: 10px 25px;
    height: 60px;
    border: 1px solid #e9edf4;
    background-color: #fcfcfc;
    border-radius: 5px;
    margin-top: 5px;
}

#respond .col-md-6.form-group .form-control:focus {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}

#respond  .form-control.message{
    height: 140px;
    padding-top: 20px;
}


td.product-quantity .product-qty input.input-text.qty.text{
    width: 150px;
    height: 50px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 1px 2px 0px rgba(0, 11, 40, 0.06);
    background: #fff;
    border: 0px;
    border-radius: 0px;
    font: 400 16px/40px "Nunito", sans-serif;
    color: #878a8e;
    text-align: center;
}

.shopping_cart_area .cart_table .quantity .product-qty {
    position: relative;
    display: inline-block;
}

.mb_50 .product-qty input.input-text.qty.text{
    border: 1px solid #eaebef;
    background: #f4f5f8;
    text-align: center !important;
    height: 50px;
    font: 400 16px/40px inherit, sans-serif;
    color: #878a8e;
    overflow: visible;
    border-radius: 5px;
}

span.tinvwl_add_to_wishlist-text {
    display: none;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 48%;
}