
/** shop-style-two **/

.shop-style-two{
    position: relative;
    padding: 90px 0px 60px 0px;
  }
  .shop-block-two{
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 10px;
  }
  
  .latest-product .single-item{
    position: relative;
    display: block;
    background: #edf2ff;
    padding: 100px 20px 100px 30px;
    min-height: 296px;
  }
  
  .latest-product .single-column:last-child .single-item{
    background: #f8e8e8;
  }
  
  .latest-product .single-item .image-box{
    position: absolute;
    left: 30px;
    top: 50px;
    width: 296px;
    height: 205px;
  }
  
  .latest-product .single-item .image-box img{
    width: 100%;
  }
  
  .latest-product .single-item .content-box{
    position: relative;
    padding-left: 325px;
  }
  
  .latest-product .single-item .content-box h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #0f0e0e;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .latest-product .single-item .content-box h3 a{
    color: #0f0e0e;
  }
  
  .latest-product .single-item .content-box h3 a:hover,
  .latest-product .single-item .content-box .link-btn a:hover{
    color: #fd571d;
  }
  
  .latest-product .single-item .content-box .link-btn a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #0f0e0e;
  }
  
  .latest-product .single-item .content-box .link-btn a i{
    font-size: 14px;
    margin-left: 5px;
  }
  
  .shop-style-two .upper-box{
    position: relative;
    display: block;
    margin-bottom: 53px;
  }
  
  .shop-style-two .lower-box .title-text{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #0f0e0e;
    margin-bottom: 25px;
  }
  
  .shop-block-two .inner-box{
    position: relative;
    display: block;
    margin-bottom: 15px;
    transition: all 500ms ease;
  }
  
 
  
  .shop-block-two .inner-box .image-holder{
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
  }
  
  .shop-block-two .inner-box .image-holder img{
    width: 100%;
    transition: all 900ms ease;
    border-radius: 7px;
  }
  
  .shop-block-two:hover .inner-box .image-holder img{
    transform: scale(1.05);
    opacity: 0.5;
  }
  
  .shop-block-two .inner-box .image-holder .info-list{
    position: absolute;
    top: 15px;
    right: 20px;
  }
  
  .shop-block-two .inner-box .image-holder .info-list li{
    position: relative;
    display: inline-block;
    margin: 0px 3px;
  }
  
  .shop-block-two .inner-box .image-holder .info-list li a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #d8d8d8;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #d9d5d5;
    border-radius: 50%;
  }
  
  .shop-block-two .inner-box .image-holder .info-list li a:hover{
    background: #fd571d;
    border-color: #fd571d;
    color: #fff;
  }
  
  .shop-block-two .inner-box .lower-content{
    position: relative;
    display: block;
    padding: 26px 15px 15px 15px;
  }
  
  .shop-block-two .inner-box .lower-content .price span{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #fd571d;
    margin: 0px 5px;
  }
  
  .shop-block-two .inner-box .lower-content .price del{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #313131;
    margin: 0px 5px;
  }
  
  .shop-block-two .inner-box .lower-content .price{
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  
  .shop-block-two .inner-box .lower-content .rating li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #feb362;
  }
  
  .shop-block-two .inner-box .lower-content .rating{
    position: relative;
    display: block;
    margin-bottom: 4px;
  }
  
  .shop-block-two .inner-box .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 11px;
  }
  
  .shop-block-two .inner-box .lower-content h4 a{
    position: relative;
    display: inline-block;
    color: #313131;
    min-height: 87px;
  }
  
  .shop-block-two .inner-box .lower-content h4 a:hover{
    color: #fd571d;
  }
  
  .shop-block-two .inner-box .lower-content .link-btn a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fd571d;
    text-decoration: underline;
  }
  
  .shop-block-two .inner-box .lower-content .link-btn a:hover{
    color: #192d66;
  }
  
  .shop-block-two .inner-box .lower-content .link-btn{
    margin-bottom: 16px;
  }
  
  .shop-block-two .inner-box .lower-content .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #313131;
    padding: 12px 42px;
    text-align: center;
  }
  
  .shop-block-two .inner-box .lower-content .btn-box a:hover{
    background: #fd571c;
  }
  
  
  /** shipping-service **/
  
  .shipping-service{
    position: relative;
    background: #192d66;
    padding: 50px 0px;
  }
  
  .shipping-service .outer-container .single-item{
    position: relative;
    width: 33.333%;
    float: left;
  }
  
  .shipping-service .outer-container .single-item .inner-box{
    position: relative;
    text-align: center;
    width: 265px;
    height: 265px;
    background: #7599ff;
    border-radius: 50%;
    margin: 0 auto;
  }
  
  .shipping-service .outer-container .single-item:nth-child(2) .inner-box{
    background: #ffa15c;
  }
  
  .shipping-service .outer-container .single-item:last-child .inner-box{
    background: #59df85;
  }
  
  .shipping-service .outer-container .single-item .inner-box .box{
    display: table;
    width: 100%;
    height: 100%;
  }
  
  .shipping-service .outer-container .single-item .inner-box .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  
  .shipping-service .outer-container .single-item .icon-box{
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 9px;
  }
  
  .shipping-service .outer-container .single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
  }
  
  .shipping-service .outer-container .single-item .text{
    position: relative;
    display: block;
    color: #fff;
  }
  
  .shop-style-two.shop-page-2{
    position: relative;
    padding-bottom: 90px;
  }
  
  .shop-style-two.shop-page-2 .upper-box{
    margin-bottom: 0px;
  }
  
  .shop-style-two.shop-page-2 .item-sorting{
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  
  .shop-style-two.shop-page-2 .item-sorting:before{
    position: absolute;
    content: '';
    background: #f0f0f0;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .shop-style-two.shop-page-2 .item-sorting .result-column h6{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 10.5px 47px;
    text-align: center;
  }
  
  .shop-style-two.shop-page-2 .item-sorting .select-column{
    position: relative;
    min-width: 230px;
  }
  
  .shop-style-two.shop-page-2 .item-sorting .select-box .ui-state-default{
    height: 50px;
    border-color: #f0f0f0;
    border-radius: 0px;
    color: #313131;
  }
  
  .shop-style-two.shop-page-2 .item-sorting .select-box .ui-selectmenu-button span.ui-selectmenu-text{
    height: 50px;
    padding: 17px 19px;
  }
  
  .shop-style-two.shop-page-2 .item-sorting .select-box .ui-selectmenu-button span.ui-icon::before{
    color: #dbdbdb;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .search-widget .form-group{
    position: relative;
    display: block;
    margin-bottom: 26px;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .search-widget .form-group input[type='search']{
    position: relative;
    width: 100%;
    height: 55px;
    background: #fff;
    border: 8px solid #f5f5f5;
    font-size: 16px;
    color: #484848;
    padding: 10px 15px 10px 40px;
    transition: all 500ms ease;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .search-widget .form-group input::-webkit-input-placeholder{
    color: #484848;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .search-widget .form-group input:focus{
    border-color: #fd571d;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .search-widget .form-group input:focus + button,
  .shop-style-two.shop-page-2 .shop-sidebar .search-widget .form-group button:hover{
    color: #fd571d;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .search-widget .form-group button{
    position: absolute;
    left: 25px;
    top: 16px;
    background: transparent;
    font-size: 14px;
    color: #313131;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .widget-title{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #313131;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .widget-title:before{
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #fd571d 0%, #fff 100%);
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .categories-widget .shop-categories li a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #5e5e5e;
    padding: 8px 0px;
    border-bottom: 1px solid #e7e8e5;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .categories-widget .shop-categories li a:hover {
    color: #fff;
    background: #fd571d;
    padding-left: 35px;
    border-color: #fd571d;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .categories-widget .shop-categories li a:hover:before {
    opacity: 1;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .categories-widget{
    margin-bottom: 30px;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .categories-widget .shop-categories li a:before {
    position: absolute;
    content: "\f105";
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: 15px;
    top: 10px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .range-slider{
    position:relative;
  }
  
  .range-slider .title {
    position: relative;
  }
  
  .range-slider .title:before {
    position: absolute;
    content: '$';
    left: -11px;
    top: 11px;
    color: #808080;
    font-size: 16px;
  }
  
  .range-slider .input{
    float:right;
    color:#808080;
    max-width: 75px;
    font-size:16px;
    margin-top:11px;
    position: relative;
  }
  
  .range-slider .input input{
    background:none;
    color:#808080;
    font-size:16px;
    font-weight:400;
    text-align:left;
  }
  
  .range-slider .ui-widget.ui-widget-content{
    height:4px;
    border:none;
    margin-bottom:22px;
    background:#eef2f5; 
  }
  
  .range-slider .ui-slider .ui-slider-range{
    top:0px;
    height:4px;
    background:#fd571d; 
  }
  
  .range-slider .ui-state-default,
  .range-slider .ui-widget-content .ui-state-default{
    top:-6px;
    width:14px;
    height:14px;
    background:#ffffff;
    border-radius:50%;
    cursor:pointer; 
    margin-left: 0px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.20);
    border: none;
  }
  
  .range-slider .filter-btn{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background: #fd571d;
    margin-right: 37px;
    padding: 9.5px 30px;
    transition: all 500ms ease;
  }
  
  .range-slider .filter-btn:hover{
    background: #192d66;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .price-filters .widget-title{
    margin-bottom: 27px;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .price-filters .widget-title:before{
    display: none;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .price-filters{
    margin-bottom: 55px;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .post-widget .post{
    position: relative;
    display: block;
    padding: 20px 0px 0px 90px;
    min-height: 77px;
    margin-bottom: 20px;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .post-widget .post .post-thumb{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 77px;
    height: 77px;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .post-widget .post .post-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .post-widget .post h5{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 6px;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .post-widget .post h5 a{
    color: #313131;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .post-widget .post h5 a:hover{
    color: #fd571d;
  }
  
  .shop-style-two.shop-page-2 .shop-sidebar .post-widget .post .price{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #b8cf67;
  }
  
  .shop-style-two.shop-page-2 .product-block-area{
    position: relative;
    display: block;
    margin: 0px 5px;
    padding-left: 10px;
    padding-bottom: 60px;
  }
  
  .shop-style-two.shop-page-2 .product-block-area .shop-block{
    padding: 0px 10px;
  }
  
  
  /** single-shop **/
  
  .single-shop{
    position: relative;
    padding: 30px 0px;
  }
  
  .page-title.shop-single{
    position: relative;
    padding: 120px 0px 140px 0px;
  }
  
  .page-title.shop-single:before{
    background: rgba(25, 25, 25, 0.75);
  }
  
  .page-title.shop-single .content-box h1{
    position: relative;
    display: block;
    font-size: 90px;
    line-height: 88px;
    color: #fff;
    margin: 0px;
  }
  
  .single-shop .products-details .image-carousel{
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
  }
  
  .single-shop .products-details .image-carousel li{
    position: relative;
    display: block;
    background: #fff;
  }
  
  .single-shop .products-details .image-carousel li img,
  .single-shop .products-details .thumbs-carousel li img{
    width: 100%;
  }
  
  .single-shop .products-details .thumbs-carousel{
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 40px;
  }
  
  .single-shop .products-details .thumbs-carousel li{
    position: relative;
    max-width: 175px;
    width: 100%;
    cursor: pointer;
  }
  
  .single-shop .products-details .owl-nav{
    display: none;
  }
  
  .single-shop .products-details .carousel-content{
    position: relative;
    display: block;
    margin-right: 45px;
  }
  
  .single-shop .products-details .content-box .product-price{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #0d0e23;
    margin-bottom: 12px;
  }
  
  .single-shop .products-details .content-box .price{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #a4c226;
    margin-bottom: 12px;
    font-weight: 700;
  }
  
  .single-shop .products-details .content-box .customer-reviews{
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  
  .single-shop .products-details .content-box .customer-reviews .rating{
    position: relative;
    display: inline-block;
    margin-right: 25px;
  }
  
  .single-shop .products-details .content-box .rating li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffb12a;
  }
  
  .single-shop .products-details .content-box .customer-reviews .reviews{
    position: relative;
    display: inline-block;
  }
  
  .single-shop .products-details .content-box .customer-reviews .reviews a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #4d403e;
  }
  
  .single-shop .products-details .content-box .other-info li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #727272;
  }
  
  .single-shop .products-details .content-box .other-info li h6{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #4d403e;
  }
  
  .single-shop .products-details .content-box .other-info .categories-box{
    position: relative;
    display: inline-block;
    margin-right: 25px;
  }
  
  .single-shop .products-details .content-box .other-info .tags-box{
    position: relative;
    display: inline-block;
  }
  
  .single-shop .products-details .content-box .other-info{
    position: relative;
    display: block;
    margin-bottom: 17px;
  }
  
  .single-shop .products-details .content-box .product-info{
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .single-shop .products-details .content-box .product-info li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #727272;
  }
  
  .single-shop .products-details .content-box .product-info li h6{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #4d403e;
    font-weight: 700;
  }
  
  .single-shop .products-details .content-box .product-info .model{
    position: relative;
    display: inline-block;
    margin-right: 15px;
  }
  
  .single-shop .products-details .content-box .product-info .brand{
    position: relative;
    display: inline-block;
  }
  
  .single-shop .products-details .content-box .product-info .model li.model-no{
    border: 1px solid #f0f0f0;
    text-transform: uppercase;
    padding: 8.5px 15px;
  }
  
  .single-shop .item-quantity .input-group {
    position: relative;
    display: inline-block;
    border-collapse: separate;
    border: 1px solid #f0f0f0;
    max-width: 70px;
    width: 100%;
    height: 45px;
  }
  
  .single-shop .item-quantity input.quantity-spinner {
    line-height: 28px;
    width: 40px;
    padding: 7px 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #4d403e;
  }
  
  .single-shop .item-quantity input:focus{
    border: none;
    box-shadow: none;
  }
  
  .single-shop .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    display: inline-block;
    background: transparent;
    padding: 0px 0px;
    left: -2px;
    top: -1px;
    margin: 0px;
  }
  
  .single-shop .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
    font-size: 16px;
    font-style: normal;
    color: #c9c9c9;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  
  .single-shop .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    display: inline-block;
    background: transparent;
    padding: 0px 0px;
    left: -2px;
    top: 16px;
    margin: 0px;
  }
  
  .single-shop .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
    font-size: 16px;
    font-style: normal;
    color: #c9c9c9;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
  }
  
  .single-shop .products-details .content-box .addto-cart-box .item-quantity{
    position: relative;
    display: inline-block;
    width: 70px;
    margin-right: 25px;
  }
  
  .single-shop .products-details .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 20px;
    height: 45px;
    top: 0px;
    right: 0px;
  }
  
  .single-shop .products-details .content-box .addto-cart-box .bye-btn{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #fd571c;
    padding: 9.5px 46px;
    text-align: center;
    margin-right: 10px;
  }
  
  .single-shop .products-details .content-box .addto-cart-box .bye-btn:hover,
  .single-shop .products-details .content-box .addto-cart-box .cart-btn:hover{
    background: #f54607;
    color: #fff;
  }
  
  .single-shop .products-details .content-box .addto-cart-box .cart-btn{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #645f5e;
    background: #fef9f8;
    padding: 9.5px 47px;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
  }
  
  .single-shop .products-details .content-box .addto-cart-box{
    position: relative;
    display: block;
    margin-bottom: 23px;
  }
  
  .single-shop .products-details .content-box .lower-content .link-btn a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fd571d;
    text-decoration: underline;
  }
  
  .single-shop .products-details .content-box .lower-content .link-btn{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  .single-shop .products-details .content-box .lower-content .link-btn a:hover{
    color: #192d66;
  }
  
  .single-shop .products-details .content-box .lower-content .text h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #0d0e23;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .single-shop .products-details .content-box .lower-content .text p{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
    padding-right: 25px;
  }
  
  .single-shop .products-details .content-box .lower-content .text p:last-child{
    margin-bottom: 0px;
  }
  
  .single-shop .products-details .content-box{
    position: relative;
    display: block;
    padding-top: 43px;
  }
  
  .single-shop .products-details{
    position: relative;
    display: block;
    margin-bottom:35px;
  }
  
  .single-shop .product-info-tabs .tab-btns{
    position: relative;
    display: block;
    border-bottom: 2px solid #f1f1f1;
    list-style: none;
  }
  
  .single-shop .product-info-tabs .tab-btns li{
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #0d0e23;
    background: #faf3f0;
    text-transform: uppercase;
    padding: 14.5px 15px;
    width: 176px;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    margin-right: 2px;
  }
  
  .single-shop .product-info-tabs .tab-btns li.active-btn,
  .single-shop .product-info-tabs .tab-btns li:hover{
    color: #fff;
    background: #fd571d;
  }
  
  .single-shop .product-info-tabs .tab-btns li:last-child{
    margin-right: 0px;
  }
  
  .single-shop .product-info-tabs .tabs-content .inner-box .top-content{
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 50px;
  }
  
  .single-shop .product-info-tabs .tabs-content .inner-box .top-content p{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #6e6b6b;
    margin: 0px;
  }
  
  .single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item{
    position: relative;
    display: block;
    padding: 0px 0px 0px 280px;
    margin-bottom: 34px;
    min-height: 200px;
  }
  
  .single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item .image-box{
    position: absolute;
    left: 0px;
    top: 1px;
    width: 230px;
    height: 165px;
  }
  
  .single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item .image-box img{
    width: 100%;
  }
  
  .single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #0f0e0e;
    margin-bottom: 12px;
  }
  
  .single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item ul li{
    position: relative;
    display: block;
    font-size: 16px;
    color: #6e6b6b;
    line-height: 26px;
    margin: 0px;
  }
  
  .single-shop .product-info-tabs{
    position: relative;
    display: block;
    margin-bottom: 25px;
  }