﻿.com-order-block,
#crt_blk_cont {
    display: none !important;
}

.x-unselectable {
    position: relative;
}

#uCatsMenu7 {
    left: 0% !important;
    top: 20px !important;
    margin-left: 0px;
}

.img-box img {
    object-fit: cover;
}

.rate-num-m {
    position: relative;
    display: block;
    float: left;
    padding: 5px 5px 5px 5px;
    min-width: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 30px;
    font-weight: bold;
}

.nullRate {
    color:#C0C0C0
}

.negativeRate {
    color: #ff0000;
}

.positiveRate {
    color: #7cd150;
}
.positiveRate::before {
    content: '+';
}

.rate-plus, .rate-minus {
    font-size: 30px;
}
.frate {
    padding: 22px;
}
.sfull .rate-plus, .sfull .rate-minus {
    cursor: pointer;
}
.finfo2 {
    position: relative;
}
.finfo2 .button {
    bottom: 0;
    position: absolute;
    left: 0;
    margin-bottom: 0;
}

/*Pagination*/
/* -- active -- */
.pgSwchA b, .swchItemA span, .swchItemA1 span {
    background: linear-gradient(to bottom, #53baee 0%,#2995cd 100%);
    background-color: #2995cd;
    color: #fff;
    display: inline-block;
    padding: 7px 5px;
    min-width: 32px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 16px;
    margin: 0 4px 10px 4px;
    font-weight: normal;
    text-align: center;
}

.pgSwchA:hover b, .swchItemA:hover span, .swchItemA1:hover span {
background-color: #37BC9B;
text-align: center;
}

/* -- no active -- */
.pgSwch span, .swchItem span, a.swchItem1 {
    display: inline-block;
    padding: 7px 5px;
    min-width: 32px;
    color: #444;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 16px;
    margin: 0 4px 10px 4px;
    text-align: center;
}

.pgSwch:hover span, .swchItem:hover span, a.swchItem1:hover {
    background: linear-gradient(to bottom, #53baee 0%,#2995cd 100%);
    background-color: #2995cd;
    color: #fff;
}

/* -- dots -- */
.swchItemDots {
margin-left: -1px;
position: relative;
padding: 6px 12px;
line-height: 1.42857;
text-decoration: none;
background-color: transparent;
border: 1px solid transparent;
text-align: center;
}

/* VIDEO IFRAME
--------------------------------------------------------------------------------*/
.videoWrapper {position:relative; height:0;padding-bottom:56.25%; padding-top:25px; }
.videoWrapper iframe {position:absolute; top:0; left:0; width:100%; height:100%;}

