
/*** 

====================================================================
                        Shop-Page
====================================================================

***/

.category-section.shop-1{
    padding: 120px 0px 0px 0px;
  }
  
  /** nice-select **/
  
  .nice-select{
    height: 44px;
    line-height: 44px;
    background: transparent;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color-one);
    padding: 0px 15px;
  }
  
  .shop-page-section .item-shorting .left-column .nice-select{
    width: 90px !important;
  }
  
  .nice-select:after{
    width: 6px;
    height: 6px;
    border-bottom: 2px solid var(--text-color-one);
    border-right: 2px solid var(--text-color-one);
    right: 15px;
  }
  
  .shop-page-section{
    position: relative;
    padding: 120px 0px;
  }
  
  .shop-page-section .item-shorting{
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 18px 30px;
    margin-bottom: 50px;
  }
  
  .shop-page-section .item-shorting .left-column .text,
  .shop-page-section .item-shorting .left-column .short-box{
    position: relative;
    float: left;
  }
  
  .shop-page-section .item-shorting p{
    font-weight: 600;
    margin: 0px;
  }
  
  .shop-page-section .item-shorting .short-box p{
    float: left;
    margin-right: 15px;
    margin-top: 8px;
  }
  
  .shop-page-section .item-shorting .select-box{
    float: left;
    height: 44px;
  }
  
  .shop-page-section .item-shorting .left-column .text{
    padding-right: 30px;
    margin-right: 30px;
    margin-top: 8px;
  }
  
  .shop-page-section .item-shorting .left-column .text:before{
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 45px;
    top: -8px;
    right: 0px;
  }
  
  .shop-page-section .item-shorting .right-column .nice-select{
    width: 200px !important;
  }
  
  .shop-page-section .item-shorting .right-column .short-box,
  .shop-page-section .item-shorting .right-column .filter-box{
    float: left;
  }
  
  .shop-page-section .item-shorting .right-column .short-box{
    margin-right: 30px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box{
    margin-top: 8px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box button i{
    margin-right: 10px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box button{
    position: relative;
    background: transparent;
    font-size: 15px;
    line-height: 26px;
    color: #93959e;
    font-weight: 600;
    transition: all 500ms ease;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box button:hover{
  
  }
  
  .shop-page-section .pagination-wrapper{
    position: relative;
    margin-top: 10px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .dropdown-menu{
    top: 85px !important;
    padding: 0px;
    width: 100%;
    background: #fff;
    right: 0px;
    transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
    box-shadow: 0px 5px 30px 0 rgba(0,0,0,0.15);
    transition: .5s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    margin: 0px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .show .dropdown-menu {
    display: block;
    transform: scale3d(1,1,1)!important;
    opacity: 1;
    visibility: visible;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .dropdown{
    position: inherit;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content{
    padding: 50px 60px 50px 60px;
    border-radius: 10px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column{
    position: relative;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column:before{
    position: absolute;
    content: '';
    border-right: 1px dashed #cccccc;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 15px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .column:last-child .single-column:before{
    display: none;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 15px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li{
    position: relative;
    display: block;
    margin-bottom: 9px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 26px;
    color: #93959e;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li a{
    color: #93959e;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li a:hover{
    
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li:last-child{
    margin-bottom: 0px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li:before{
    position: absolute;
    content: '';
    background: #c7c9cc;
    width: 6px;
    height: 2px;
    left: 0px;
    top: 12px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li{
    position: relative;
    display: block;
    margin-bottom: 9px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 26px;
    color: #93959e;
  }
  
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li a{
    color: #93959e;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li a:hover{
    
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li:last-child{
    margin-bottom: 0px;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li span{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li span.black{
    background: #000;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li span.blue{
  
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li span.orange{
    
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li span.green{
    
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li span.purple{
    
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
  }
  
  .shop-page-section .item-shorting .right-column .filter-box .filter-content .discription-box{
    position: relative;
    display: block;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 40px;
    margin-bottom: 34px;
  }
  
  .range-slider{
    position:relative;
  }
  
  .range-slider .title {
    position: relative;
    display: inline-block;
  }
  
  .range-slider p{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #93959e;
    margin-right: 10px !important;
  }
  
  .range-slider .title:before {
    position: absolute;
    content: '$';
    left: -5px;
    top: -19px;
    color: #93959e;
    font-size: 15px;
  }
  
  .range-slider .input{
    color:#93959e;
    max-width: 75px;
    font-size:15px;
    font-weight: 600;
    margin-top:5px;
    position: relative;
    display: inline-block;
  }
  
  .range-slider .input input{
    background:none;
    color:#93959e;
    font-size:15px;
    text-align:left;
  }
  
  .range-slider .ui-widget.ui-widget-content{
    height:4px;
    border:none;
    margin-bottom:14px;
    background:#edeff2; 
  }
  
  .range-slider .ui-slider .ui-slider-range{
    top:0px;
    height:4px;
  }
  
  .range-slider .ui-state-default,
  .range-slider .ui-widget-content .ui-state-default{
    top:-7px;
    width:18px;
    height:18px;
    border: none;
    border-radius:50%;
    cursor:pointer; 
    margin-left: 0px;
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,0.15);
  }
  
  .shop-page-section .item-shorting .filter-box .price-filters h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 22px;
  }
  
  .shop-page-section .our-shop .product-list{
    position: relative;
    margin: 0px -15px;
  }
  
  .shop-page-section .our-shop .product-list li.shop-block{
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
  }
  
  .shop-page-section .our-shop .product-list li.shop-block .shop-block-one{
    margin: 0px 15px;
  }
  
  .mr-0{
    margin-right: 0px;
  }
  
  .sideber .widget-title{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  .sideber .widget-title h4{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    margin: 0px;
  }
  
  .sideber .sideber-widget .list-item li{
    position: relative;
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 26px;
    color: #93959e;
    padding-left: 20px;
  }
  
  .sideber .sideber-widget .list-item li:last-child{
    margin-bottom: 0px !important;
  }
  
  .sideber .sideber-widget .list-item li a{
    display: inline-block;
    color: #93959e;
  }
  
  .sideber .sideber-widget .list-item li a:hover{
  
  }
  
  .sideber .sideber-widget .list-item li a:before{
    position: absolute;
    content: '';
    background: #c7c9cc;
    height: 2px;
    width: 6px;
    left: 0px;
    top: 13px;
    transition: all 500ms ease;
  }
  
  .sideber .sideber-widget .list-item li a:hover:before{
  
  }
  
  .shop-sideber .category-widget{
    margin-bottom: 33px;
  }
  
  .shop-sideber .age-widget{
    margin-bottom: 35px;
  }
  
  .shop-sideber .color-widget{
    margin-bottom: 38px;
  }
  
  .shop-sideber .color-widget li a:before{
    display: none;
  }
  
  .shop-sideber .color-widget .list-item li{
    padding-left: 30px;
    margin-bottom: 9px;
  }
  
  .shop-sideber .color-widget li span{
    position: absolute;
    left: 0px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  
  .shop-sideber .color-widget li span.black{
    background: #000;
  }
  
  .shop-sideber .color-widget li span.blue{
  
  }
  
  .shop-sideber .color-widget li span.orange{
    
  }
  
  .shop-sideber .color-widget li span.green{
    
  }
  
  .shop-sideber .color-widget li span.purple{
    
  }
  
  .shop-sideber .size-widget{
    margin-bottom: 35px;
  }
  
  .shop-sideber .size-widget .list-item li{
    margin-bottom: 9px;
  }
  
  .shop-sideber .price-filters{
    margin-bottom: 40px;
  }
  