.main-counter .title {
	margin-bottom: 0px;
	font-weight: 600;
}
.main-counter .spot {
	font-weight: 600;
}
.main-counter .content {
	width: 75%;
    margin: auto;
}
ol.counter-items {
    counter-reset: item;
    margin-bottom: 30px;
}
ol.counter-items ol li {
    margin-bottom: 10px;
}
ol.counter-items li {
    display: block;
}
ol.counter-items li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    margin-right: 2px;
    font-weight: bold;
}
.p-w-100{
    width: 100% !important;
}
.effectSet{
    animation-duration: 1s;
    animation-delay: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}
.container-wide-separator > .row {
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
}
.container-wide-separator > .row > div {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}
li:hover>.dropdown-menu {
  display: block;
}
.btn-product{
    padding: 15px 35px !important;
}
.n-pm{
    margin: 0 !important;
    padding: 0 !important;
}
section.cart .successBlock  h2{
    font-size: 36px !important;
    margin-bottom: 30px !important;
    line-height: 56px !important;
}
section.cart .successBlock  p{
    font-size: 18px !important;
}
.onlyMobile{
    display: none;
}
.onlyDesktop{
    display: block;
}
@media only screen and (max-width:768px) {
    .onlyMobile{
        display: block;
    }
    .onlyDesktop{
        display: none;
    }
    section.category .category-box-container{
        margin-bottom: 15px;
    }
    div.product .add{
        width: 70px;
    }
    div.product .dell{
        width: 70px;
    }
    .m-mb-20{
        margin-bottom: 20px;
    }
    table.cart td.place{
        margin-bottom: 20px;
    }
    thead, tbody, tfoot, tr, td, th{
        padding-bottom: 40px;
    }
    header > div.top > div.menu{
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background-color: var(--main-color);
    }
    header > div.top > div.menu > ul.list-unstyled{
        display: block !important;
    }
    header > div.top > div.menu > ul.list-unstyled > li:first-child{
        margin-left: 15px !important;
    }
    header > div.top > div.menu > ul.list-unstyled > li{
        margin: 15px 15px !important;
    }
    header > div.top > div.menu > ul.list-unstyled > li.active > a{
        color: var(--fourth-color);
        border-color: var(--fourth-color);
    }
    header > div.top > div.menu > ul.list-unstyled > li > a{
        border-top: none;
        color: var(--fourth-color);
    }
    header > div.top > div.menu > ul.list-unstyled > li > a:hover {
      color: color: var(--third-color);
      border-color: color: var(--third-color);
    }
}
.iti{
    width: 100% !important;
}

img{
    max-width: 100%;
}

.slick-dots li button::before {
    font-size: 14px;
}
.pt-100{
    padding-top: 100px !important;
}

.home-slider{
    max-height: 550px;
    position: relative;

}

.home-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 550px;
}



.home-slider .slick-prev{
    left: 30px;
}
.home-slider .slick-next{
    right: 30px;
}
.home-slider .slick-prev, .home-slider .slick-next{
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 2;
}

.home-slider .slick-prev:before, .home-slider .slick-next:before{
    font-size: 36px;
    color: #fff;
}

header.home-header{
    position: relative;
}

header.sticky{
    position: fixed;
}

header{
    width: 100%;
}

p{
    margin-bottom: .5rem;
}

[dir="rtl"] .lang .dropdown-menu{
    left: 0;
}

[dir="rtl"] .dropdown-menu{
    text-align: right;
}
[dir="rtl"] section.main-news .position-relative .btn{
    right: auto;
    left: 0;
}
@media (min-width: 768px) {
    [dir="rtl"] .offset-md-1 {
        margin-left: auto;
        margin-right: 8.33333333%;
    }
    [dir='rtl'] .slick-next{
        left: 30px;
        right: auto;
    }
    [dir='rtl'] .slick-prev{
        right: 30px;
        left: auto;
    }
}

[dir='rtl'] .slick-slide
{
    float: left;
}
[dir='rtl'] .slick-slider .slick-track, .slick-slider .slick-list {
    direction: ltr;
}

@media(max-width:768px){
    header > div.top > div.logo img{
        height: 50px;
    }
    header > div.top > div.right-menu > ul.list-unstyled > li > a.btn{
        padding: 5px 10px;
    }
    header .dropdown-menu li a,
    header > div.top > div.menu > ul.list-unstyled > li > a,
    header > div.top > div.right-menu > ul.list-unstyled > li > a{
        font-size: 14px;
    }
    header .lang .dropdown-menu{
        right: 0;
    }
    header .dropdown-menu li a{
        text-wrap: unset;
    }
}