.R-20136{
max-width:1920px;
}
.C-20303 .pnl{
width:100%;
 padding:0px;
margin:0px;
}
.SliderBackIn {
    max-width: 100%;
}
.responsive-slider .slides{
border-radius:0px;
}

.responsive-slider .pages{
background-color:transparent;
}
.responsive-slider .pages .page {
    border: 7px solid #fb3a06;
    margin-right: 1px;
    margin-left: 1px;
}

.MainCategoryBack{
  width: 100%;
    display: block;
    float: right;
}
.MainCategory{
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: block;
    float: right;
    font-family: 'ISBold';
    margin-top: 50px;
    margin-bottom: 20px;
}
.CategoryItemBack{
  width: 100%;
    display: block;
    float: right;
}

.CategoryItem1{
  width: calc(100% / 6);
    display: block;
    float: right;
}
.CategoryItem1 a{
 width: 90%;
    display: block;
    float: right;
margin-right:5%;
}
.CategoryItem1 a img{
 width: 100%;
    display: block;
    float: right;
padding:20px;
transition:0.3s;
}

.CategoryItem1 a span{
 width:100%;
    display: block;
    float: right;
text-align:center;
font-size:14px;
}

.CategoryItem1:hover a img{
padding:0px;
}



.CategoryItem{
  width: 250px;
    display: block;
    float: right;
}
.CategoryItem a{
 width: 90%;
    display: block;
    float: right;
margin-right:5%;
}
.CategoryItem a img{
 width: 100%;
    display: block;
    float: right;
padding:20px;
transition:0.3s;
}

.CategoryItem a span{
 width:100%;
    display: block;
    float: right;
text-align:center;
font-size:14px;
}

.CategoryItem:hover a img{
padding:0px;
}


.StoreItemBack{
width:100%;
    display: block;
    float: right;
}
.StoreItem{
width: 150px;
    height: 230px;
    display: block;
    float: right;
    border-radius: 75px;
    background-color: #231f20;
margin-right: calc((100% - (6 * 150px)) / 8);
transition:0.3s;
}
.StoreItem:hover{
box-shadow: 0px 0px 15px -2px #231f20;
}
.StoreItem span:nth-child(1){
    width: 100%;
    display: block;
    float: right;
    text-align: center;
    font-family: 'ISBold';
    font-size: 22px;
    height: 115px;
    overflow: hidden;
    color: #fff;
    padding-top: 50px;
    padding-right: 5px;
    padding-left: 5px;
}
.StoreItem span:nth-child(2){
    width: 100%;
    display: block;
    float: right;
    text-align: center;
    font-family: 'ISBold';
    font-size: 16px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    padding-top: 30px;
    padding-right: 5px;
    padding-left: 5px;
}



.ProductImage{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 14px;
}
.PPBack{
border:none;
}

.ProductSliderBack {
    height: 357px;
}

.ProductSlider {
    height: 347px;
    scroll-behavior: smooth;
}