.single-product {
    text-align: center;
    margin-bottom: 50px
}

.single-product .product-img {
    position: relative;
    overflow: hidden
}

.single-product .product-img .p_icon {
    width: 90%;
    padding: 7px 30px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(54, 20, 205, 0.4);
    transition: all 400ms ease
}

.single-product .product-img .p_icon a {
    display: inline-block;
    height: 36px;
    line-height: 40px;
    width: 36px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    color: #2a2a2a;
    margin-right: 25px
}

.single-product .product-img .p_icon a:last-child {
    margin-right: 0px
}

.single-product .product-img .p_icon a:hover {
    color: #fff;
    background: #142acd63
}

.single-product .product-btm {
    padding: 22px 25px 18px;
    border: 1px solid #f0f2f1;
    text-align: left
}

.single-product .product-btm h4 {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    transition: all 300ms linear 0s
}

.single-product .product-btm h5 {
    margin-bottom: 0px;
    font-size: 18px;
    color: #797979
}

.single-product .product-btm span {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    color: #2a2a2a
}

.single-product:hover .product-img .p_icon {
    bottom: 0px
}

.single-product:hover .product-btm h4 {
    color: #141acd8e
}

.latest_product_inner {
    margin-bottom: -35px
}

.new_product {
    background: #f6f6f6;
    padding: 90px 15px;
    text-align: center
}

.new_product .product-img {
    padding: 90px 0px
}

.new_product h5 {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 20px
}

.new_product h3 {
    font-size: 32px;
    font-weight: 700
}

.new_product h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px
}

.most_product_inner {
    margin-bottom: -30px
}
.widgets_inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 15px
}
.p_filter_widgets .widgets_inner {
    border-bottom: 1px solid #eeeeee
}

.p_filter_widgets .widgets_inner:last-child {
    border-bottom: 0px
}

.p_filter_widgets .list li {
    margin-bottom: 18px
}

.p_filter_widgets .list li a {
    padding-left: 30px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #797979;
    position: relative
}

.p_filter_widgets .list li a:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #797979;
    position: absolute;
    left: 0px;
    top: 4px;
    transition: all 300ms linear 0s
}

.p_filter_widgets .list li a:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 8px;
    transition: all 300ms linear 0s
}

.p_filter_widgets .list li.active a:before,
.p_filter_widgets .list li:hover a:before {
    background: #1439cd9f;
    border-color: #144ccd8f
}

.p_filter_widgets .list li:last-child {
    margin-bottom: 0px
}

.p_filter_widgets .range_item .ui-slider {
    height: 6px;
    border: none;
    background: #e8f0f2
}

.p_filter_widgets .range_item .ui-slider .ui-slider-range {
    background: #e8f0f2
}

.p_filter_widgets .range_item .ui-slider .ui-slider-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: none;
    background: #1873c9a3;
    outline: none !important;
    box-shadow: none;
    top: -6px;
    cursor: pointer
}

.p_filter_widgets .range_item label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #797979;
    font-family: "Roboto", sans-serif;
    margin-top: 15px
}

.p_filter_widgets .range_item input {
    display: inline-block;
    border: none;
    width: 100px;
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif;
    margin-top: 9px;
    padding-left: 3px
}

.p_filter_widgets .range_item input.placeholder {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif
}

.p_filter_widgets .range_item input:-moz-placeholder {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif
}

.p_filter_widgets .range_item input::-moz-placeholder {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif
}

.p_filter_widgets .range_item input::-webkit-input-placeholder {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif
}

.product_top_bar {
    background: #f6f6f6;
    clear: both;
    display: flex;
    padding: 10px 20px
}

.product_top_bar .left_dorp .sorting {
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 210px;
    padding-left: 20px
}
.product_top_bar .left_dorp .sorting span {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555
}

.product_top_bar .left_dorp .sorting .list {
    width: 100%;
    border-radius: 0px
}

.product_top_bar .left_dorp .sorting .list li {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555
}

.product_top_bar .left_dorp .sorting:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    transform: rotate(0);
    border: none;
    color: #555555;
    margin-top: -6px;
    right: 20px
}

.product_top_bar .left_dorp .show {
    clear: none;
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 120px;
    padding-left: 20px;
    margin-left: 10px
}

.product_top_bar .left_dorp .show span {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555
}

.product_top_bar .left_dorp .show .list {
    width: 100%;
    border-radius: 0px
}

.product_top_bar .left_dorp .show .list li {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555
}

.product_top_bar .left_dorp .show:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    transform: rotate(0);
    border: none;
    color: #555555;
    margin-top: -6px;
    right: 20px
}

.most_p_withoutbox {
    padding-bottom: 120px
}

.product_image_area {
    padding-top: 120px
}

.s_product_img .carousel {
    position: relative
}

.s_product_img .carousel .carousel-indicators {
    margin: 0px;
    right: 20px;
    width: auto;
    left: auto;
    bottom: 30px
}
.p_filter_widgets .range_item label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #797979;
    font-family: "Roboto", sans-serif;
    margin-top: 15px
}

.p_filter_widgets .range_item input {
    display: inline-block;
    border: none;
    width: 100px;
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif;
    margin-top: 9px;
    padding-left: 3px
}

.p_filter_widgets .range_item input.placeholder {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif
}

.p_filter_widgets .range_item input:-moz-placeholder {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif
}

.p_filter_widgets .range_item input::-moz-placeholder {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif
}

.p_filter_widgets .range_item input::-webkit-input-placeholder {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif
}

.product_top_bar {
    background: #f6f6f6;
    clear: both;
    display: flex;
    padding: 10px 20px
}

.product_top_bar .left_dorp .sorting {
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 210px;
    padding-left: 20px
}
.product_top_bar {
    background: #f6f6f6;
    clear: both;
    display: flex;
    padding: 10px 20px
}
.product_top_bar {
    background: #f6f6f6;
    clear: both;
    display: flex;
    padding: 10px 20px
}

.product_top_bar .left_dorp .sorting {
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 210px;
    padding-left: 20px
}

.product_top_bar .left_dorp .sorting span {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555
}

.product_top_bar .left_dorp .sorting .list {
    width: 100%;
    border-radius: 0px
}

.product_top_bar .left_dorp .sorting .list li {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555
}

.product_top_bar .left_dorp .sorting:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    transform: rotate(0);
    border: none;
    color: #555555;
    margin-top: -6px;
    right: 20px
}

.product_top_bar .left_dorp .show {
    clear: none;
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 120px;
    padding-left: 20px;
    margin-left: 10px
}

.product_top_bar .left_dorp .show span {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555
}

.product_top_bar .left_dorp .show .list {
    width: 100%;
    border-radius: 0px
}

.product_top_bar .left_dorp .show .list li {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555
}

.product_top_bar .left_dorp .show:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    transform: rotate(0);
    border: none;
    color: #555555;
    margin-top: -6px;
    right: 20px
}

.most_p_withoutbox {
    padding-bottom: 120px
}

.product_image_area {
    padding-top: 120px
}

.s_product_img .carousel {
    position: relative
}

.s_product_img .carousel .carousel-indicators {
    margin: 0px;
    right: 20px;
    width: auto;
    left: auto;
    bottom: 30px
}

.s_product_img .carousel .carousel-indicators li {
    height: 60px;
    width: 60px;
    background: transparent;
    text-indent: 0;
    margin-right: 10px;
    position: relative
}

.s_product_img .carousel .carousel-indicators li:after {
    display: none
}

.s_product_img .carousel .carousel-indicators li:before {
    content: "";
    background: rgba(197, 50, 45, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0
}

.s_product_img .carousel .carousel-indicators li.active:before {
    opacity: 1
}

.s_product_text {
    margin-left: -15px;
    margin-top: 65px
}

.s_product_text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 10px
}

.s_product_text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #143fcda4;
    margin-bottom: 15px
}

.s_product_text .list li {
    margin-bottom: 5px
}

.s_product_text .list li a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #555555
}

.s_product_text .list li a span {
    width: 90px;
    display: inline-block
}

.s_product_text .list li a span:hover {
    color: #555
}

.s_product_text .list li a.active {
    color: #143fcda4
}

.s_product_text .list li a.active span {
    color: #555
}

.s_product_text .list li:last-child {
    margin-bottom: 0px
}

.s_product_text p {
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
    margin-top: 20px;
    margin-bottom: 70px
}

.s_product_text .card_area .main_btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px
}

.s_product_text .card_area .icon_btn {
    margin-right: 10px;
    background: #f6f6f6;
    border-radius: 3px;
    color: #2a2a2a;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 0px 13px;
    font-size: 14px
}

.s_product_text .card_area .icon_btn:hover {
    background: #fff;
    box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1)
}

.product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px
}

.product_count label {
    font-size: 14px;
    color: #797979;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    padding-right: 10px
}

.product_count input {
    width: 76px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding-left: 10px
}

.product_count button {
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    font-size: 14px;
    color: #cccccc;
    transition: all 300ms linear 0s
}

.product_count button:hover {
    color: #2a2a2a
}

.product_count .increase {
    top: -4px
}

.product_count .reduced {
    bottom: -1px
}

.product_description_area {
    padding-bottom: 120px;
    margin-top: 60px
}

.product_description_area .nav.nav-tabs {
    background: #f6f6f6;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px
}

.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 0px 30px;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: normal
}

.product_description_area .nav.nav-tabs li a.active {
    background: #143fcda4;
    color: #fff;
    border-color: #143fcda4
}

.product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px
}

.product_description_area .tab-content p {
    color: #797979
}

.product_description_area .tab-content .total_rate .box_total {
    background: #f6f6f6;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.product_description_area .tab-content .total_rate .box_total h4 {
    color: #143fcda4;
    font-size: 48px;
    font-weight: bold
}

.product_description_area .tab-content .total_rate .box_total h5 {
    color: #2a2a2a;
    margin-bottom: 0px;
    font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
    color: #2a2a2a;
    margin-bottom: 0px;
    font-size: 14px;
    color: #797979;
    font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: #2a2a2a;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 14px;
    color: #797979
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee
}

.product_description_area .tab-content .table {
    margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #797979;
    margin-bottom: 0px;
    white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px
}
.review_item {
    margin-bottom: 35px
}

.review_item:last-child {
    margin-bottom: 0px
}

.review_item p {
    color: #797979
}

.review_item .media {
    position: relative
}

.review_item .media .d-flex {
    padding-right: 15px
}

.review_item .media .media-body {
    vertical-align: middle;
    align-self: center
}

.review_item .media .media-body h4 {
    margin-bottom: 0px;
    font-size: 14px;
    color: #2a2a2a;
    font-family: "Roboto", sans-serif;
    margin-bottom: 8px
}

.review_item .media .media-body i {
    color: #fbd600
}

.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #797979
}

.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #2a2a2a;
    position: absolute;
    right: 0px;
    top: 14px
}

.review_item .media .media-body .reply_btn:hover {
    background: #71cd14;
    border-color: #71cd14;
    color: #fff
}

.review_item p {
    padding-top: 10px;
    margin-bottom: 0px
}

.review_item.reply {
    padding-left: 28px
}

.review_box h4 {
    font-size: 24px;
    color: #2a2a2a;
    margin-bottom: 20px
}

.review_box p {
    margin-bottom: 0px;
    display: inline-block
}

.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.review_box .list li {
    display: inline-block
}

.review_box .list li a {
    display: inline-block;
    color: #fbd600
}

.review_box .contact_form {
    margin-top: 15px
}


.bg-how {
    
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 25px;
    min-height: 400px;
}



