@import url(gilroy/style.css);

* {
    box-sizing: border-box;
}

.body-backdrop {
    display: none;
    position: fixed;
    transition: all .2s;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(189, 189, 189, 0.9);
}

.body-backdrop.show {
    display: block;
}

.body-backdrop.show-white {
    display: block;
    background: #fff;
}

.body-backdrop .closeToggle {
    display: none;
    position: fixed;
    bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 13px 16px;
    background: #4A4A4A;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    right: 10px;
    left: 10px;
    margin: auto;
    width: 100%;
}

.body-backdrop .closeToggle.show {
    display: flex;
}

body.over-hidden {
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt20 {
    margin-top: 20px;
}

html body #main {
    min-width: unset;
    width: unset;
    margin: 0 auto;
    padding-top: 51px;
    background: #fff;
}

.wrapper {
    max-width: unset;
    width: 100% !important;
    min-width: unset !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.block1, .block2, .block3, .block4, .block5, .block6, .hleb {
    width: 100% !important;
    margin: 0 auto;
}

.block3, .block6, .hleb {
    max-width: 1028px !important;
}

.half.important:after {
    content: '*';
    position: relative;
    color: #FE2B00;
}

.hleb {
    padding-top: 0;
}

.hleb a, .hleb span {
    font-size: 12px;
    line-height: 28px;
    color: #BDBDBD;
    text-decoration: none;
}

.hleb span {
    color: #FE2B00;
}

h2 {
    margin-left: 0 !important;
    padding-left: 19px;
    color: #212121;
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

h2:after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #FE2B00;
    background-color: unset !important;
    bottom: unset;
    top: 3px;
    left: 0;
}

h1.header {
    margin-left: 0 !important;
    padding-left: 19px;
    color: #212121;
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
}

.header:after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #FE2B00;
    bottom: unset;
    top: 3px;
    background-color: unset !important;
    left: 0;
    content: "";
    display: block;
    background: #c95458;
    position:absolute;
}

.button_link {
    padding: 12px 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    background-color: #F66143;
    border-radius: 0;
}

.button_link:hover {
    background-color: #FE2B00;
}

.add_in_cart button[type=submit],
.add_in_cart input[type=submit] {
    padding: 10px 11px 9px;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    border-radius: 0;
    background-color: #F66143;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: unset;
    outline: none;
    white-space: nowrap;
}

.add_in_cart button[type=submit]:hover,
.add_in_cart input[type=submit]:hover {
    background-color: #FE2B00;
}

.btn-big, .btn-mdl, .btn-sml {
    background-color: #F66143 !important;
    color: #fff !important;
    width: max-content !important;
    border: 0 !important;
    border-radius: unset !important;
    height: unset !important;
    text-decoration: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

.btn-big a, .btn-mdl a, .btn-sml a {
    color: #fff !important;
}

.btn-big:hover, .btn-mdl:hover, .btn-sml:hover {
    background-color: #FE2B00 !important;
}

.btn-big {
    padding: 12px 30px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
}

.btn-mdl {
    padding: 10px 11px 9px !important;
    font-weight: bold !important;
    font-size: 11px !important;
    line-height: 13px !important;
}

.btn-mdl a {
    font-weight: bold !important;
    font-size: 11px !important;
    line-height: 13px !important;
}

.btn-sml {
    padding: 8px 10px;
    font-size: 10px;
    line-height: 12px;
}

button {
    outline: none;
    border: none;
}

.share-img-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 16px;
}

.share-img-box small {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FE2B00;
}

.share-img-btn {
    margin-right: 20px;
    cursor: pointer;
    background-color: #fff;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    background-image: url("../../imagesNew/icons/up-img.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.addtocart .amt {
    display: flex !important;
}

.amt {
    display: flex !important;
    margin-bottom: 0;
}

.amt input {
    background: #F8F8F8 !important;
    border: 1px solid #E7E7E7 !important;
    border-radius: 0 !important;
}

.amt input:focus {
    border: 1px solid #F66143 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-radio input[type="radio"] {
    display: none;
}

.input-radio input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #FE2B00;
}

.input-radio input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.input-radio label {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 16px;
    cursor: pointer;
}

.input-radio label:before, .input-radio label:after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.input-radio label:before {
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.input-radio label:hover::before {
    background: #fff;
}

.input-radio label:after {
    opacity: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #FE2B00;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.input-radio span {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    color: #4A4A4A;
}

.input-checkbox {
    display: flex;
    margin-bottom: 16px;
    width: 100%;
}

.input-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.input-checkbox label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-color: transparent !important;
    margin-bottom: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #4A4A4A;
}

.input-checkbox label:before {
    content: '';
    top: -1px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #EDEDED;
    border-radius: 0;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

.input-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.input-checkbox input:checked + label:before {
    background-color: #FE2B00;
}

.input-checkbox span {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    font-style: normal;
    position: relative;
    top: 1px;
}

.text ul {
    list-style: none;
}

.text ul li {
    position: relative;
    text-align: left !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #4A4A4A;
}

.text ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -16px;
    height: 8px;
    width: 8px;
    background-color: #FE2B00;
}

textarea {
    outline: none !important;
}

.slyder_dots {
    top: unset;
    bottom: -30px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}

.slyder_dots div.dot {
    margin-right: 8px;
    background: #BDBDBD;
    border-radius: 0 !important;
}

.slyder_dots div.dot_active {
    border-radius: 0 !important;
    background: #FE2B00;
    margin-right: 8px;
}

.slyder_dots div.dot_active:after {
    background: #FE2B00 !important;
    content: "";
    display: block;
    background: none;
    border: unset;
    border-radius: unset;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 12px;
    height: 12px;
}

.scrollable .scroll-bar.vertical {
    width: 15px !important;
}

.scrollable .scroll-bar.vertical .thumb {
    width: 9px;
    left: 3px;
    border-radius: 0 !important;
    background-color: #FE2B00;
}

.pic_title {
    background: rgba(254, 43, 0, 0.5) !important;
    color: #fff !important;
}

.review-controls {
    position: relative;
}

.review-controls .fa-angle-left:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #212121;
    /* height: 8px; */
    position: absolute;
    top: 4px;
    left: -16px;
}

.review-controls .fa-angle-right:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #212121;
    /* height: 8px; */
    position: absolute;
    top: 4px;
    right: 0;
}

.review-prod {
    margin-bottom: 7px;
}

.custom-select-menu label {
    color: #FE2B00;
    padding: 10px 44px 10px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    min-width: 90px !important;
    margin-top: -1px;
}

.custom-select-menu label.selection-made {
    color: #FE2B00;
}

.custom-select-menu label:after {
    position: absolute;
    background: unset;
    border-left: 0;
    content: "";
    width: 0;
    height: 0;
    top: 17px;
    right: 11px;
    border-top: 4px solid #212121 !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
}

.custom-select-menu ul {
    border: 1px solid #EDEDED !important;
    width: 90px !important;
}

.custom-select-menu ul::-webkit-scrollbar {
    width: 9px;
}

.custom-select-menu ul::-webkit-scrollbar-track {
    background: white;
    border-radius: unset;
    border: 1px solid #EDEDED;
}

.custom-select-menu ul::-webkit-scrollbar-thumb {
    width: 9px;
    border-radius: 0;
    background: #F66143;
}

.custom-select-menu li {
    padding: 10px;
    color: #212121;
    font-size: 13px;
    font-weight: bold;
}

.custom-select-menu li.selected {
    color: #FE2B00;
}

.custom-select-menu li:hover {
    color: #212121;
    background-color: #F8F8F8;
    font-weight: bold;
}

.ms-options-wrap.ms-active > .ms-options {
    overflow-x: hidden;
}

.st_changer .ms-options-wrap {
    margin-right: 10px !important;
}

.st_changer .ms-options-wrap.ms-has-selections button {
    color: #4A4A4A !important;
}

.st_changer .ms-options-wrap button {
    color: #BDBDBD !important;
    padding-left: 11px !important;
    outline: none;
    line-height: 28px !important;
    text-transform: uppercase !important;
    border: 1px solid #E7E7E7 !important;
}

.st_changer .ms-options-wrap button:after {
    border: 4px solid rgba(0, 0, 0, 0) !important;
    right: 12px !important;
    border-top: 5px solid #212121 !important;
    background-image: unset !important;
}

.st_changer .ms-options-wrap .ms-options::-webkit-scrollbar {
    width: 9px;
}

.st_changer .ms-options-wrap .ms-options::-webkit-scrollbar-track {
    background: white;
    border-radius: unset;
    border: 1px solid #EDEDED;
}

.st_changer .ms-options-wrap .ms-options::-webkit-scrollbar-thumb {
    width: 9px;
    border-radius: 0;
    background: #F66143;
}

.st_changer .ms-options-wrap .ms-options ul {
    padding: 12px 5px 15px 11px !important;
    background-color: #F8F8F8 !important;
}

.st_changer .ms-options-wrap .ms-options li.selected label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.st_changer .ms-options-wrap .ms-options li.selected label:before {
    background-color: #FE2B00;
}

.st_changer .ms-options-wrap .ms-options li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.st_changer .ms-options-wrap .ms-options li label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-color: transparent !important;
    margin-bottom: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    color: #4A4A4A;
}

.st_changer .ms-options-wrap .ms-options li label:before {
    content: '';
    top: -1px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #EDEDED;
    border-radius: 0;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

.tabs {
    padding: 0 !important;
    border: 0 !important;
}

.tabs .tab {
    border: 0 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    line-height: 15px !important;
    text-transform: uppercase;
    color: #4A4A4A !important;
    padding: 11px 15px !important;
    border-radius: 0 !important;
    margin-right: 10px !important;
    background-color: #fff;
    margin-top: 0 !important;
}

.tabs .tab.active {
    padding: 11px 15px !important;
    color: #fff !important;
    background: #F66143;
}

.table_content table tr:nth-child(odd) {
    background-color: unset !important;
}

.table-def tbody tr:first-child td {
    background: #4A4A4A !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize !important;
    color: #FFFFFF !important;
}

.table-def tbody tr:nth-child(odd) {
    background: #F8F8F8;
}

.table-def tbody td {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #4A4A4A !important;
    padding: 12px 11px !important;
}

.table_content table a {
    color: #FE2B00;
}

.item .iconholder {
    left: 0;
    top: 0;
    right: unset;
    bottom: unset;
    height: 26px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.item .iconholder span {
    padding: 6px 10px;
    position: relative;
    display: inline;
}

.item .iconholder span.new {
    background-color: #219653;
}

.item .iconholder span.best-seller {
    background-color: #2F80ED;
}

.item .iconholder span.coming-soon {
    background-color: #9B51E0;
}

.item .iconholder span.hot-deal {
    background-color: #F5811A;
}

.item .lab_test_icon {
    top: unset !important;
    bottom: 10px !important;
    right: 10px !important;
}

.just_simple:before {
    display: none;
}

.modal_window {
    min-width: 300px;
    max-width: 440px;
    margin-left: unset;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.modal_window .modal_header {
    padding: 0 30px;
    background: #4A4A4A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.modal_window .modal_header span {
    color: transparent;
    width: 24px;
    height: 24px;
    margin: 0;
    background-image: url("../../imagesNew/icons/close.svg");
}

.modal_window .modal_content .line {
    display: flex;
    flex-direction: column;
}

.modal_window .modal_content .line:not(:last-child), .modal_window .modal_content .line.no_space:not(:last-child) {
    margin-bottom: 19px;
}

.modal_window .modal_content .line .half {
    width: 100%;
    max-width: 380px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.modal_window .modal_content .line .half:first-child {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 8px;
}

.modal_window .modal_content .line .half input {
    border: 1px solid #E7E7E7;
    padding: 2px 11px;
    width: 100%;
    max-width: 380px;
    font-size: 13px;
    line-height: 15px;
    height: 40px;
}

.modal_window .modal_content .line .half input:focus {
    border: 1px solid #F66143;
}

.modal_window .modal_content .line .half input::placeholder {
    font-weight: 500;
    color: #BDBDBD;
}

.modal_window .modal_content .line .half input[type=submit] {
    width: max-content !important;
    padding: 12px 40px !important;
    background: #F66143 !important;
    height: 40px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #fff !important;
}

.modal_window .modal_content .line .half .forgot {
    margin-left: unset;
}

.modal_window .modal_content .line .half .forgot a {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #F66143;
    left: unset;
    top: unset;
    text-decoration: unset;
}

.modal_window .modal_content .line .half .forgot a:hover {
    text-decoration: underline;
}

form[action='/login'] {
    margin-bottom: 30px;
}

.right_block_log_in {
    float: unset;
    width: unset;
    padding-left: 0;
}

.right_block_log_in small {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.right_block_log_in span {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #4A4A4A;
    text-transform: unset;
}

.right_block_log_in .line {
    margin-top: 14px;
}

.fog .modal_window .modal_content {
    display: flex;
    flex-direction: column-reverse;
}

.block1 {
    max-width: 100% !important;
    justify-content: center;
    display: flex;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.block1 .wrapper {
    max-width: 1028px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: unset !important;
}

.block1 .wrapper > div {
    vertical-align: unset;
}

.block1 .bonus {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.block1 .bonus img {
    margin-right: 12px;
}

.block1 .bonus small {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    white-space: nowrap;
}

.block1 .your_acc {
    height: unset !important;
    line-height: unset !important;
    margin-right: 0;
    margin-left: 13px;
}

.block1 .your_acc a {
    text-decoration: unset;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #212121;
}

.block1 .your_acc a b {
    color: #E7E7E7;
}

.block1 .cart {
    position: relative;
    padding-left: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.block1 .cart .price_of_goods {
    font-weight: bold;
    font-size: 14px;
    color: #FE2B00;
}

.block1 .blockCount {
    background: none;
    display: flex;
    border-left: 0;
}

.block1 .blockCount div {
    position: relative;
}

.block1 .blockCount div span {
    position: absolute;
    background-color: #FE2B00;
    width: 13px;
    height: 13px;
    right: -3px;
    top: -2px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    line-height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block1 .curency {
    display: flex !important;
    align-items: center;
}

.block1 .curency .search-input {
    padding: 0;
}

.block1 .search-input {
    margin-right: 10px;
}

.block1 .search-input input.search-item {
    width: 200px;
    padding: 11px 9px;
    padding-bottom: 10px;
    padding-right: 35px;
}

.block1 .search-input input.search-item:focus {
    border: 1px solid #FE2B00;
}

.block1 .search-btn {
    right: 1px;
    padding: 9px 9px;
    bottom: 1px;
    top: 1px;
    border: 0;
}

.block1 .search-btn i {
    display: none;
}

.block1 .search-form {
    position: relative;
}

.block1 .search-toggle, .block1 .search-close {
    display: none;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    outline: none;
}

.block1 .search-toggle {
    background-image: url("../../imagesNew/icons/search.svg");
}

.block1 .search-close {
    background-image: url("../../imagesNew/icons/close-grey2.svg");
}

.block1 .balance {
    margin-left: 20px;
    margin-right: 12px;
}

.block1 .your_acc2 {
    height: unset !important;
    line-height: unset !important;
    margin-left: 26px;
    margin-right: 8px !important;
    display: flex;
    align-items: center;
}

.block1 .your_acc2 a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #212121;
}

.block1 .your_acc2 .acc-pending {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #FE2B00;
}

.block1 .logout-link img {
    width: 22px;
}

.block2 {
    background: url("../../imagesNew/header-bg.jpg") center top;
    height: unset;
    padding-bottom: 70px;
    padding-top: 32px;
    max-width: unset !important;
}

.block2 .wrapper {
    max-width: 1028px;
}

.block2 .line1 {
    margin-bottom: 34px;
}

.block2 .line1 .menu {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}

.block2 .line1 .menuToggle {
    display: none;
    width: 32px;
    height: 32px;
    border: 1px solid #F8F8F8;
    background-color: #F8F8F8;
    align-items: center;
    justify-content: center;
    right: 12px;
    top: 64px;
    position: fixed;
    transition: .3s;
    background-size: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.block2 .line1 .menuToggle img {
    width: 20px;
    height: 12px;
    transition: .1s;
}

.block2 .line1 .menuToggle[data-open='true'] {
    background-color: #F8F8F8;
    border: 1px solid #000;
    background-image: url("../../imagesNew/icons/close-grey.svg");
}

.block2 .line1 .menuToggle[data-open='true'] img {
    opacity: 0;
    transition: .2s;
}

.block2 .line1 .menu a {
    color: #212121;
    background-size: 16px !important;
    font-style: italic;
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
}

.block2 .line1 .menu a.active_nav, .block2 .line1 .menu a:hover {
    color: #FE2B00;
}

.block2 .line1 .menu small {
    font-style: italic;
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
    color: #BDBDBD;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 10px;
}

.block2 .line1 .leftMenuToggle {
    display: none;
    width: 32px;
    height: 32px;
    z-index: 99;
    background-color: #F66143;
    align-items: center;
    justify-content: center;
    right: 60px;
    top: 64px;
    position: fixed;
    transition: .3s;
    background-size: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.block2 .line2 {
    display: flex;
}

.block2 .line2 .slyder {
    float: unset;
    margin-right: 40px;
    max-width: 445px;
    width: 100%;
}

.block2 .line2 .slyder_content {
    width: unset;
}

.block2 .line2 .slyder_item a {
    max-width: 100%;
}

.block2 .line2 .slyder_item a img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.block2 .line2 .news {
    max-width: 445px;
    width: 100% !important;
}

.block2 .line2 .news_content .item .header a {
    color: #FE2B00;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 6px;
}

.block2 .line2 .news_content .item .data {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #BDBDBD;
}

.block2 .line2 .news_content .item .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #4A4A4A;
}

.block2 .line2 .news .button_link {
    position: relative;
    margin-top: 22px;
}

.block3 {
    padding-top: 22px;
    padding-bottom: 50px;
}

.block3 .line {
    display: flex;
}

.block3 .line_left {
    max-width: 200px;
    width: 100%;
    flex-shrink: 0;
    margin-right: 20px;
}

.block3 .line_left .block .block_header {
    background-color: #F66143;
}

.block3 .line_left .block .block_header h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.block3 .line_left .block .block_body {
    margin-top: 1px;
    padding-bottom: 17px;
    background-color: #F8F8F8;
    border: unset;
}

.block3 .line_left .block .block_body a {
    font-weight: bold;
    font-size: 13px;
    margin: 0 !important;
    color: #4A4A4A;
}

.block3 .line_left .block .block_body a:not(:last-child) {
    margin-bottom: 7px !important;
}

.block3 .line_left .block .block_body a:hover {
    color: #FE2B00;
}

.block3 .line_left .block .block_body .toggler {
    color: #4A4A4A !important;
}

.block3 .line_left .block .block_body::-webkit-scrollbar {
    width: 9px;
}

.block3 .line_left .block .block_body::-webkit-scrollbar-track {
    background: white;
    border-radius: unset;
    border: 1px solid #EDEDED;
}

.block3 .line_left .block .block_body::-webkit-scrollbar-thumb {
    width: 9px;
    border-radius: 0;
    background: #F66143;
}

.block3 .line_center {
    width: calc(57% - 13px) !important;
    margin-right: 17px;
}

.block3 .line_center h2 {
    margin-left: 19px;
    padding-right: 20px;
}

.block3 .line_right img {
    max-width: 190px !important;
    width: 100% !important;
}

.block3 .addtocart {
    display: flex !important;
    align-items: center;
}

.block3 .addtocart .amt {
    margin-right: 8px;
}

.block5 {
    padding-top: 40px;
    min-height: 360px;
    height: unset;
    background: unset;
    background-color: #EDEDED;
}

.block5 .wrapper {
    max-width: 1028px;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
}

.block5 .footer {
    display: flex;
}

.block5 .footer_logo {
    max-width: 280px;
    width: 100%;
}

.block5 .footer_logo a {
    margin-bottom: 15px;
    display: block;
}

.block5 .footer_logo img {
    max-width: 211px;
    width: 100%;
    margin-bottom: 0;
}

.block5 .footer_logo .copyright {
    font-size: 12px;
    line-height: 150%;
    color: #4A4A4A;
}

.block5 .footer_content {
    max-width: 640px;
    width: 100%;
    margin-right: 48px;
    display: flex;
    justify-content: space-between;
}

.block5 .footer_content .block {
    min-width: 100px;
    width: 33%;
}

.block5 .footer_content .block small {
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    color: #9A9A9A;
    display: block;
    margin-bottom: 20px;
}

.block5 .footer_content .block a {
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    color: #4A4A4A !important;
    text-transform: none;
}

.block5 .footer_content .block a:hover {
    color: #FE2B00 !important;
    text-decoration: unset;
}

.top_content .item .img {
    border: 1px solid rgba(189, 189, 189, 0.2);
    margin-bottom: 9px;
    height: 172px;
}

.top_content .item .name a, .top_content .item .text a {
    color: #F66143 !important;
}

.top_content .item .text {

}

.top_content .item .text a {
    font-size: 15px !important;
    line-height: 18px;
    font-weight: normal !important;
}

.top_content .item .text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #4A4A4A;
}

.top_content .item .text p span {
    color: #F66143 !important;
}

.top_content .item .price {
    margin-bottom: 15px;
}

.top_content .item .price small {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #2F80ED !important;
    margin-right: 5px;
}

.top_content .item .price span {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FE2B00;
}

.top_content .item-outstock-title {
    padding: 12px;
    background: #BDBDBD;
    color: #fff;
    width: max-content;
    margin-bottom: 6px;
}

.top_content .line.just_simple form.addtocart {
    padding-top: 0;
}

.top_content .alert-me-stock a {
    font-size: 11px !important;
}

#reviews_main.right_news_content .item .data.added,
#touchdowns_main.right_news_content .item .data.added {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-bottom: 6px;
}

#reviews_main.right_news_content .item .data.rewarded,
#touchdowns_main.right_news_content .item .data.rewarded {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #4A4A4A;
}

#reviews_main.right_news_content .item .data.rewarded b,
#touchdowns_main.right_news_content .item .data.rewarded b {
    color: #FE2B00;
}

.block2.v1 {
    margin-bottom: 20px !important;
    padding-bottom: 0;
}

.block2.v1 .line1 + a[target='_blank'] {
    display: block;
    background-color: rgba(196, 196, 196, 0.12);
}

.block2.v1 .line1 + a[target='_blank'] img {
    max-height: 150px;
}

.block3.v1 {
    padding-top: 20px;
    padding-bottom: 70px;
}

.block3.v1 .line_center {
    width: calc(100% - 238px) !important;
}

@media only screen and (max-width: 1080px) {
    .block3.v1 .line_center {
        width: calc(100% - 220px) !important;
    }
}

@media only screen and (max-width: 880px) {
    .block3.v1 .line_center {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .block3.v1 {
        padding-bottom: 40px;
    }
}

.promo-wrap {
    display: flex;
    flex-flow: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.promoblock {
    background-color: #F8F8F8;
    background-position: 50% 30px !important;
    max-width: 230px;
    width: 100%;
    flex-grow: 99;
    flex-basis: 210px;
    height: 230px;
    background-repeat: no-repeat;
    margin: 0 10px 20px 10px;
    position: relative;
}

.promoblock:hover .promoblock-inner {
    display: block;
}

.promoblock-inner {
    background: rgba(189, 189, 189, 0.91);
    position: relative;
    width: 100%;
    height: 100%;
    /*background: rgba(255, 182, 24, 0.85);*/
    display: none;
    z-index: 10;
}

.promoblock-inner-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    background-color: #F66143;
    color: #fff !important;
    white-space: nowrap;
}

.promoblock .text-block {
    color: #4A4A4A !important;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 19px !important;
    padding: 25px 0px;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    text-transform: uppercase;
}

.promoblock .text-block span {
    min-height: 38px;
}

.promo-1 {
    background-image: url("/imagesNew/promolist/promo1.png");
}

.promo-2 {
    background-image: url("/imagesNew/promolist/promo2.png");
}

.promo-3 {
    background-image: url("/imagesNew/promolist/promo3.png");
}

.promo-4 {
    background-image: url("/imagesNew/promolist/promo4.png");
}

.promo-5 {
    background-image: url("/imagesNew/promolist/promo5.png");
}

.promo-6 {
    background-image: url("/imagesNew/promolist/promo6.png");
}

.promo-7 {
    background-image: url("/imagesNew/promolist/promo7.png");
}

.promo-8 {
    background-image: url("/imagesNew/promolist/promo8.png");
}

.promo-9 {
    background-image: url("/imagesNew/promolist/promo9.png");
}

.tov_content {
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #EDEDED;
}

.tov_content .left .cntr-op .line-wrap, .tov_content .right .cntr-op .line-wrap {
    display: flex;
    justify-content: space-between;
}

.tov_content .left .cntr-op .line, .tov_content .right .cntr-op .line {
    margin-bottom: 8px !important;
}

.tov_content .left .cntr-op .line:first-child, .tov_content .right .cntr-op .line:first-child {
    margin-right: 6px;
}

.tov_content .left .cntr-op .line a, .tov_content .right .cntr-op .line a {
    max-width: 170px !important;
    flex-grow: 99;
    width: 100% !important;
    white-space: nowrap !important;
    top: 0 !important;
    margin-right: 0 !important;
    padding: 12px 31px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    background-color: #F66143 !important;
    color: #fff !important;
}

.tov_content .left .cntr-op .line a:hover, .tov_content .right .cntr-op .line a:hover {
    background-color: #FE2B00 !important;
}

.tov_content .left .cntr-op .line a img, .tov_content .right .cntr-op .line a img {
    left: -5px;
    position: relative;
    top: -1px;
}

.tov_content .left .cntr-op .links-cr-wrap, .tov_content .right .cntr-op .links-cr-wrap {
    display: flex;
    margin-bottom: 23px;
    width: 100%;
}

.tov_content .left .cntr-op .lnk-cr, .tov_content .right .cntr-op .lnk-cr {
    margin-bottom: 8px !important;
    max-width: 170px;
    white-space: nowrap !important;
    top: 0 !important;
    margin-right: 0 !important;
    padding: 12px 28px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    background-color: #F8F8F8 !important;
    color: #4A4A4A !important;
}

.tov_content .left .cntr-op .lnk-cr:first-child, .tov_content .right .cntr-op .lnk-cr:first-child {
    margin-right: 6px !important;
}

.tov_content .left .cntr-op .lnk-cr img, .tov_content .right .cntr-op .lnk-cr img {
    left: -5px;
    position: relative;
    top: -1px;
}

.tov_content .left .cntr-op .shipping-opts, .tov_content .right .cntr-op .shipping-opts {
    display: flex;
    flex-direction: column;
}

.tov_content .left .cntr-op .shipping-opts .lnk-cr2, .tov_content .right .cntr-op .shipping-opts .lnk-cr2 {
    display: block;
    margin-bottom: 18px;
    font-weight: bold !important;
    font-size: 15px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    color: #4A4A4A !important;
    text-align: left;
}

.tov_content .left {
    margin-right: 27px;
    width: 346px;
}

.tov_content .left .big_img {
    border: 1px solid rgba(189, 189, 189, 0.2);
}

.tov_content .left .cntr-op {
    display: flex;
    flex-wrap: wrap;
}

.tov_content .left .cntr-op img {
    width: 18px;
    flex-shrink: 0;
    margin-right: 5px !important;
}

.tov_content .right .cntr-op-mobile {
    display: none;
    flex-direction: column;
}

.tov_content .right .price_line {
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

.tov_content .right .price_line-wrap {
    margin-left: 0 !important;
    align-items: center;
    display: flex !important;
}

.tov_content .right .price_line .subs_hold {
    margin-left: 0 !important;
}

.tov_content .right .price_line .amt {
    margin-right: 20px;
}

.tov_content .right .price_line .amt input {
    width: 32px;
    height: 32px;
}

.tov_content .right .price_line .amt button {
    height: 32px;
}

.tov_content .right .price_line .add_in_cart input[type=submit] {
    padding: 14px 45px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    background-color: #F66143 !important;
    color: #fff !important;
    border-radius: 0;
}

.tov_content .right .price_line .add_in_cart input[type=submit]:hover {
    background-color: #FE2B00 !important;
}

.tov_content .right .price {
    margin-left: 0 !important;
    font-weight: 900 !important;
    font-size: 28px !important;
    line-height: 33px !important;
    color: #FE2B00 !important;
    margin-bottom: 12px;
}

.tov_content .right .subs_hold {
    width: 100%;
    margin-top: 20px;
}

.tov_content .right .subs_hold span {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #FE2B00 !important;
}

.tov_content .right .addtocart {
    flex-wrap: wrap;
}

.tov_content .right .addtocart-quantity {
    color: #212121;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.tov_content .zebr_content .line {
    padding: 4px 14px;
    min-height: 36px;
}

.tov_content .zebr_content .line:nth-child(odd) {
    background: #F8F8F8;
}

.tov_content .zebr_content .line .half {
    padding: 0;
    display: flex;
    align-items: center;
}

.tov_content .zebr_content .line .half:first-child {
    white-space: nowrap;
    width: 155px;
    flex-shrink: 0;
    margin-right: 16px;
}

.tov_content .zebr_content .line .half:last-child {
    width: 145px;
    margin-left: auto;
}

.tov_content .zebr_content .line .half img {
    margin-right: 10px;
}

.tov_content .zebr_content .line .half span {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px !important;
    text-transform: uppercase;
    color: #4A4A4A !important;
}

.tov_content .zebr_content .line .half span a {
    color: #FE2B00 !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
}

.tov_desc h1, .text.v2 h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #4A4A4A;
}

.tov_desc p, .text.v2 p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.tov_desc p strong, .text.v2 p strong {
    color: #FE2B00;
}

.scrollToTop {
    position: relative;
    padding-left: 42px;
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #F66143 !important;
}

.scrollToTop:hover {
    text-decoration: underline;
}

.scrollToTop:before {
    content: "";
    position: absolute;
    background-image: url("/imagesNew/icons/totop.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    background-color: #F66143;
}

#filter_form {
    display: flex;
    width: 100% !important;
    padding-top: 10px;
}

#filter_form .st_changer {
    margin-bottom: -10px;
    overflow: unset !important;
    max-width: 540px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#filter_form .st_changer .ms-options-wrap {
    width: 100% !important;
    max-width: 258px !important;
    margin-bottom: 10px !important;
    flex-grow: 1111;
    flex-basis: 190px;
}

#filter_form .st_changer .ms-options-wrap .ms-options {
    max-width: 400px;
    width: 100%;
}

#filter_form .st_changer select.unchangeble {
    width: 100% !important;
    max-width: 258px !important;
    flex-grow: 1111;
    flex-basis: 200px;
    margin-bottom: 10px !important;
}

#filter_form .selected-filter {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#filter_form .group-filters {
    display: flex;
    margin-bottom: 19px;
}

#filter_form .group-filters.mobile {
    display: none;
}

#filter_form .group-filters a {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-right: 0;
}

#filter_form .group-filters a:not(:last-child) {
    margin-right: 13px;
}

#filter_form .apply-filter {
    display: flex;
}

#filter_form .apply-filter .btn_subm_frm {
    margin-right: 10px;
}

#filter_form .apply-filter .btn_subm_frm2 {
    margin-right: 0;
    background: url("/imagesNew/icons/reset.svg") no-repeat;
    background-size: 20px;
    background-position: 50%;
    background-color: #4A4A4A;
}

.group-filters {
    display: flex;
    margin-bottom: 19px;
}

.group-filters.mobile {
    display: none;
}

.group-filters a {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-right: 0;
}

.group-filters a:not(:last-child) {
    margin-right: 13px;
}

.is_flt {
    padding-right: 0 !important;
}

.is_flt.asc {
    background-image: url("/imagesNew/icons/asc.svg") !important;
    padding-right: 25px !important;
}

.is_flt.desc {
    background-image: url("/imagesNew/icons/desc.svg") !important;
    padding-right: 25px !important;
}

.pricetbl {
    margin-top: 36px;
    min-width: unset !important;
    table-layout: fixed;
}

.pricetbl td {
    padding: 13px 10px 12px 20px !important;
}

.pricetbl thead {
    background: #4A4A4A !important;
}

.pricetbl thead td {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF !important;
}

.pricetbl tbody tr:nth-child(odd) {
    background: #F8F8F8;
}

.pricetbl tbody td.out-stock {
    opacity: 0.4;
    display: flex;
    align-items: flex-end;
}

.pricetbl tbody td.out-stock .add_in_cart {
    margin-left: auto;
}

.pricetbl tbody td .amt {
    display: none !important;
}

.pricetbl tbody td .add_in_cart {
    padding-top: 0;
}

.pricetbl tbody td:first-child a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #4A4A4A;
}

.pricetbl tbody td:first-child span {
    display: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #F66143;
}

.pricetbl tbody td:nth-child(2) a, .pricetbl tbody td:nth-child(3) a {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #F66143;
}

.pricetbl tbody td:nth-child(4), .pricetbl tbody td:nth-child(5) {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #4A4A4A;
}

.txt_content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left !important;
}

.txt_content p font {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left !important;
}

.txt_content img {
    width: 100% !important;
    height: 100% !important;
}

.rev_content .item {
    background: #F8F8F8;
    border-bottom: unset;
    display: flex;
    align-items: center;
    padding: 10px;
}

.rev_content .item-body {
    padding-left: 16px;
    padding-right: 6px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.rev_content .item-body .name, .rev_content .item-body .data, .rev_content .item-body .text {
    padding-left: 0;
}

.rev_content .item-body .data {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #BDBDBD;
}

.rev_content .item-body .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #F66143;
    margin-bottom: 10px;
}

.rev_content .item .img {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    background-color: #C4C4C4;
}

.rev_content .item .img img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.sort_line {
    margin-top: 40px;
}

.sort_line .pagination a {
    background: #EDEDED;
    color: #BDBDBD;
}

.sort_line .pagination li {
    position: relative;
}

.sort_line .pagination li:first-child a, .sort_line .pagination li:first-child span, .sort_line .pagination li:last-child a, .sort_line .pagination li:last-child span {
    color: transparent;
}

.sort_line .pagination li:first-child:before, .sort_line .pagination li:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.sort_line .pagination li:first-child:before {
    left: -11px;
    right: 0;
    border-right: 6px solid #4A4A4A;
}

.sort_line .pagination li:last-child:before {
    right: 0;
    left: -7px;
    border-left: 6px solid #4A4A4A;
}

.sort_line ul.pagination li.active span {
    background: #FE2B00;
}

#filter_form.labtests-form {
    margin-bottom: 30px;
}

.txt_content div {
    background: #F8F8F8 !important;
    border: 0 !important;
}

.txt_content .spoiler-cursor {
    background: #4A4A4A !important;
    padding: 12px 20px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    color: #FFFFFF;
}

.txt_content .spoiler-cursor font {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
}

.txt_content .spoiler-cursor em {
    font-style: normal !important;
}

.txt_content .spoiler-cursor ~ div[style="display: none;"] {
    background-color: green;
}

.txt_content #spoiler-why-choose {
    background: #FFFFFF !important;
    border: 1px solid #E7E7E7 !important;
    padding-bottom: 18px !important;
}

.txt_content #spoiler-why-choose ul {
    list-style: none;
    margin-left: 20px !important;
}

.txt_content #spoiler-why-choose ul li {
    position: relative;
    text-align: left !important;
    font-size: 14px;
    line-height: 22px;
    color: #4A4A4A;
}

.txt_content #spoiler-why-choose ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -16px;
    height: 8px;
    width: 8px;
    background-color: #FE2B00;
}

.txt_content #spoiler-why-choose ul li strong {
    font-weight: bold;
}

.txt_content #spoiler-get {
    background: #FFFFFF !important;
}

.txt_content #spoiler-get p {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
}

.txt_content #spoiler-get p a {
    color: #F66143 !important;
}

.txt_content #spoiler-get p em {
    font-style: normal;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 15px !important;
}

.txt_content #spoiler-get p em strong {
    font-weight: bold !important;
}

.txt_content #spoiler-pay {
    background: #FFFFFF !important;
}

.txt_content #spoiler-pay p {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
}

.faq-page {
    width: 100% !important;
}

.faq-page .faq-search-form {
    display: flex;
    margin-bottom: 34px;
}

.faq-page .faq_search_input {
    max-width: 570px;
    flex-grow: 1111;
    flex-basis: 308px;
    margin-right: 15px;
    width: 100%;
    padding: 12px;
    border: 1px solid #E7E7E7 !important;
    border-radius: 0 !important;
    height: 40px;
    color: #4A4A4A;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}

.faq-page .faq_search_input::placeholder {
    color: #BDBDBD;
}

.faq-page .faq_category_select {
    max-width: 254px;
    flex-grow: 1111;
    flex-basis: 196px;
    width: 100%;
    height: 40px;
    margin-right: 15px;
    border: 1px solid #E7E7E7 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.faq-page .line_center h2.last {
    margin-top: 30px;
}

.faq-page .faq_category_list {
    background: #FFFFFF !important;
    border: 1px solid #E7E7E7 !important;
    padding: 12px 30px;
}

.faq-page .faq_category_list a {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    color: #4A4A4A;
}

.faq-page .faq_category_list a:hover {
    color: #FE2B00;
}

.faq-page .faq_category_list a em {
    font-style: normal;
}

.faq-page .support-banner {
    border: 0;
    text-align: center;
    background: #F8F8F8 !important;
    padding: 14px 20px 28px 20px;
}

.faq-page .support-banner img {
    margin-bottom: 15px;
}

.faq-page .support-banner .banner-title {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FE2B00;
    margin-bottom: 10px;
}

.faq-page .support-banner .banner-content {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #4A4A4A;
}

.faq-page .support-banner .banner-content b {
    font-weight: bold;
    color: #FE2B00;
}

.faq-page .txt_content > .faq_header:first-child {
    margin-top: 0;
}

.faq-page .faq_cat_body {
    padding: 0 !important;
    border: 0 !important;
}

.block3.v1 .faq-page .line_center {
    max-width: 760px !important;
    width: 100% !important;
    margin-right: 0;
}

.faq_header {
    position: relative;
}

.faq_header:before {
    content: '';
    position: absolute;
    width: 8px;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
}

.faq_header:before {
    height: 2px;
    background-image: url("../../imagesNew/icons/collaps-minus.svg");
}

.faq_header.show:before {
    height: 8px;
    background-image: url("../../imagesNew/icons/collaps-plus.svg");
}

.contact-text-second div {
    background: #F66143 !important;
    font-weight: bold !important;
    padding: 20px 40px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin-bottom: 30px !important;
}

.contact-text-second div p {
    font-size: 18px !important;
    line-height: 21px !important;
    text-align: center !important;
}

.contact-text div {
    background: #F8F8F8 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 21px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #FE2B00 !important;
}

.contact-text div font {
    font-size: 18px !important;
    line-height: 21px !important;
}

.half_content .line {
    margin-bottom: 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.half_content .half {
    margin-right: 0 !important;
    width: 100% !important;
}

.half_content .half:first-child {
    text-align: left !important;
    width: 100% !important;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.half_content .half.my-ticket-select select {
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    color: #4A4A4A !important;
    border: 1px solid #E7E7E7 !important;
}

.half_content .half .small-message {
    bottom: -10px !important;
}

.half_content .half .mra img {
    padding: 10px 20px;
    background: #FFFFFF !important;
    border: 1px solid #E7E7E7 !important;
}

.half_content input[name=order_id] {
    margin-bottom: 12px !important;
}

.half_content input[type=text], .half_content input[type=password], .half_content textarea {
    padding: 12px 11px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 13px !important;
    line-height: 15px !important;
    height: unset !important;
    width: 100% !important;
    color: #4A4A4A;
    resize: none;
}

.half_content input[type=text]::placeholder, .half_content input[type=password]::placeholder, .half_content textarea::placeholder {
    color: #BDBDBD !important;
}

.block6 {
    padding-top: 20px;
    padding-bottom: 80px;
}

.multi-wares {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.cart-wrapper {
    display: flex;
}

.cart_content {
    padding-top: 0 !important;
    max-width: 725px;
    width: 100%;
    margin-right: 13px;
}

.cart_content-header {
    background-color: #4A4A4A;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_content-header small {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #F8F8F8;
    margin-right: 16px;
}

.cart_content-header .coupon_field input {
    width: 150px;
    background-color: #F66143;
    font-weight: bold;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #FFFFFF;
    border: 2px solid #F66143;
    outline: none;
    padding: 5px 10px;
}

.cart_content-header .coupon_field input:not(:placeholder-shown) {
    background-color: #fff;
    border: 2px solid #fff;
    color: #4A4A4A;
}

.cart_content-header .coupon_field input::placeholder {
    color: #fff;
}

.cart_content-header #promocode.error {
    border: 2px solid rgba(255, 0, 0, 0.56);
}

.cart_content-header #promocode.success {
    border: 2px solid #219653;
}

.cart_content .item {
    padding: 20px !important;
    border-bottom: 0 !important;
    background: #F8F8F8 !important;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
    align-items: center;
}

.cart_content .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #EDEDED;
}

.cart_content .item:last-child:after {
    display: none;
}

.cart_content .item .img {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    margin-right: 20px;
}

.cart_content .item .img img {
    width: 100%;
}

.cart_content .item-title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FE2B00;
    margin-bottom: 10px;
}

.cart_content .item .inpohold {
    margin-top: 0;
}

.cart_content .item .cart_block1 {
    width: 180px;
    flex-shrink: 0;
    margin-right: 16px;
}

.cart_content .item .cart_block1 .manufact-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
}

.cart_content .item .cart_block1 .wareh-title {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    color: #BDBDBD;
}

.cart_content .item .cart_block2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #4A4A4A !important;
    margin-right: 10px;
}

.cart_content .item .cart_block2 span {
    text-transform: lowercase;
}

.cart_content .item .cart_block3 {
    margin-right: 20px;
}

.cart_content .item .cart_block3 .amt input {
    width: 26px;
    height: 26px;
}

.cart_content .item .cart_block4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FE2B00;
}

.cart_content .item .cart_block5 {
    min-width: unset !important;
    margin: 0 !important;
}

.cart_content .item .cart_block5 .delete {
    background: url(/imagesNew/icons/close-grey3.svg) center center no-repeat transparent;
    border-radius: 0 !important;
}

.cart_content .item .cart_block1234 {
    width: 100%;
    display: flex;
    align-items: center;
}

.cart_content .item .cart_block234 {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.cart_content .item .cart_block234 div {
    min-width: 80px;
}

.cart_sum {
    max-width: 240px;
    width: 100%;
    flex-shrink: 0;
}

.cart_sum-header {
    background-color: #4A4A4A;
    padding: 11px 20px;
    height: 50px;
    align-items: center;
    display: flex;
}

.cart_sum-header h3 {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cart_sum .line {
    display: flex;
    justify-content: space-between !important;
}

.cart_sum .line-mb {
    margin-bottom: 20px;
}

.cart_sum .line.discount_field, .cart_sum .line#btc_bonus {
    margin-bottom: 20px;
}

.cart_sum .line.bonus_coins_field {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}

.cart_sum .line.blod_prod {
    margin-bottom: 2px;
}

.cart_sum .line.info-add-warehouse {
    padding-top: 15px;
    border-top: 1px solid #EDEDED;
    margin-top: 15px;
}

.cart_sum .line.info-add-warehouse span {
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #4A4A4A;
    text-align: left;
}

.cart_sum .line.info-add-warehouse span:before {
    color: #FE2B00;
    content: "*";
    position: relative;
}

.cart_sum .right {
    padding: 20px;
    width: 100%;
    background: #F8F8F8 !important;
}

.cart_sum .half {
    min-width: unset !important;
    text-align: left !important;
}

.cart_sum .half:first-child small {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #212121;
}

.cart_sum .half:first-child span {
    display: block;
    margin-top: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 11px;
    color: #FE2B00;
}

.cart_sum .half:last-child {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FE2B00;
}

.cart_sum .half.ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #212121;
}

.cart_sum .half.btc_ttl {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.cart_sum .half.price_of_ship_pluspr {
    font-size: 16px;
    line-height: 19px;
}

.cart_sum .half#btc_price_value {
    font-size: 13px;
    line-height: 15px;
}

.cart_sum .half .info {
    top: -1px;
    position: relative;
}

.cart_pay_system_content {
    display: flex;
    flex-flow: wrap;
    margin-right: -20px;
    margin-bottom: 30px;
}

.cart_pay_system_content .item {
    background: #F8F8F8 !important;
    margin-bottom: 20px;
    min-height: 220px;
    max-width: calc(100% / 2 - 20px);
    width: 100% !important;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 24px;
    margin-right: 20px;
}

.cart_pay_system_content .item.active {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1) !important;
}

.cart_pay_system_content .item img {
    width: 70px;
    margin-right: 20px;
}

.cart_pay_system_content .item .cart_pay_body {
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
}

.cart_pay_system_content .item .cart_pay_header {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FE2B00;
}

.cart_pay_system_content .item .cart_pay_text {
    text-align: left !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
}

.cart_pay_system_content .item .cart_pay_text a {
    color: #F66143 !important;
}

.cart_pay_system_content .item .cart_pay_text p {
    text-align: left !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
}

.cart_pay_system_content .item .cart_pay_text p span {
    text-align: left !important;
}

.cart_pay_system_content .item .cart_pay_text p em {
    font-weight: 400 !important;
}

.cart_pay_system_content .item .cart_pay_text a.add-funds {
    color: #fff !important;
}

.cart_data_content {
    margin-top: 10px;
}

.cart_data_content .left, .cart_data_content .right {
    max-width: 480px;
    width: 100%;
}

.cart_data_content .left {
    margin-right: 21px;
}

.cart_data_content .order_content-wrap {
    display: flex;
    width: 100%;
}

.cart_data_content .line {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    margin-bottom: 20px;
}

.cart_data_content .line.line-checkbox {
    margin-bottom: 10px;
}

.cart_data_content .line.v2 {
    margin-left: auto;
    margin-bottom: 15px;
}

.cart_data_content .line.v3 {
    max-width: unset;
    margin-bottom: 30px;
}

.cart_data_content .line.v3 .half {
    width: 100%;
}

.cart_data_content .line .half {
    width: 100% !important;
}

.cart_data_content .line .half:first-child {
    padding-top: 0 !important;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal !important;
    color: #4A4A4A;
    text-align: left !important;
    padding-right: 0 !important;
}

.cart_data_content .line .half .input-checkbox {
    padding-top: 0;
}

.cart_data_content textarea {
    padding: 11px 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    height: 200px;
    width: 100%;
    border: 1px solid #E7E7E7;
    resize: none;
}

.cart_data_content textarea::placeholder {
    color: #BDBDBD;
}

.cart_data_content input[type=text], .cart_data_content input[type=password] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    padding: 11px 12px 12px;
    height: unset;
    border: 1px solid #E7E7E7;
}

.cart_data_content input[type=text]::placeholder, .cart_data_content input[type=password]::placeholder {
    color: #BDBDBD;
}

.cart_data_content .country_sele_name_jjdd .custom-select-menu {
    width: 100% !important;
    left: 0 !important;
}

.cart_data_content .country_sele_name_jjdd .custom-select-menu label {
    width: 100% !important;
    height: 40px !important;
}

.cart_data_content .country_sele_name_jjdd .custom-select-menu ul {
    width: 100% !important;
}

.no-delivery {
    margin-right: auto;
    margin-left: auto;
}

.review-conds {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 20px;
    max-width: 725px;
}

.review-conds a {
    color: #F66143;
}

.review-order-box {
    display: flex;
}

.review-order-box .cart_sum-header {
    display: none;
}

.cart-review-mobile {
    display: none;
}

.review-order-box-left {
    display: flex;
    flex-direction: column;
    max-width: 725px;
    width: 100%;
    margin-right: 13px;
}

.review-order-box-left .delivery-block .header-block {
    padding: 0 !important;
    margin-bottom: 30px;
}

.review-order-box-left .delivery-block .content-block {
    padding: 0 !important;
}

.review-order-box-left .delivery-item {
    display: flex;
    flex-direction: column;
}

.review-order-box-left .delivery-item .half {
    font-weight: 500 !important;
}

.review-order-box-left .delivery-item .half:first-child {
    margin-bottom: 10px;
    color: #4A4A4A;
}

.review-order-box-left .delivery-item .half:last-child {
    color: #BDBDBD;
}

.review-order-box-right {
    max-width: 240px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.review-block {
    padding: 30px;
    background: #F8F8F8 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.review-block.comment h3 {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #4A4A4A;
}

.review-block.comment textarea {
    padding: 12px 11px;
    height: 200px;
    outline: none;
    border: 1px solid #E7E7E7;
}

.review-block.comment textarea::placeholder {
    color: #BDBDBD;
}

.review-block h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #404040;
}

.review-block .half {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.review-order-total-header {
    height: 50px;
    background-color: #4A4A4A;
    padding: 11px 20px;
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.review-order-total-body {
    padding: 30px 26px;
    background-color: #F8F8F8;
}

.review-order-total .selected_payment_logo img {
    margin-top: 10px;
    width: 80px !important;
}

.review-order-total .selected_payment_logo p {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #4A4A4A;
}

.review-order-total .pre-place-order {
    margin-top: 16px;
    margin-bottom: 23px;
}

.review-order-total .pre-place-order a {
    max-width: 188px;
    margin-right: auto;
    margin-left: auto;
    background-color: #BDBDBD !important;
    color: #fff !important;
    width: max-content !important;
    border: 0 !important;
    border-radius: unset !important;
    height: unset !important;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 23px !important;
    white-space: nowrap;
}

.review-order-total .pre-place-order a:first-child {
    margin-bottom: 10px !important;
}

.review-order-total .line.total_pay {
    display: flex;
    align-items: center;
}

.review-order-total .line.total_pay .half:first-child {
    color: #4A4A4A;
}

.payment_details_link {
    border: 0 !important;
    padding: 12px 3px !important;
}

.cat-search .item .name a {
    color: #F66143 !important;
}

.another-filter-form {
    flex-direction: column !important;
}

.another-filter-form .block_body .line span.count {
    color: #FE2B00 !important;
    font-size: 12px !important;
}

@media only screen and (max-width: 950px) {
    .another-filter-form {
        padding-top: 0;
    }
}

@media only screen and (max-width: 680px) {
    .another-filter-form {
        align-items: unset !important;
    }
}

.touch-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-touch-pic {
    margin-left: auto;
}

.rev_content p {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4A4A4A !important;
    margin-bottom: 16px !important;
}

.rev_content .touchdowns-list b {
    color: #F66143;
}

.touchdowns {
    max-width: 175px;
}

.touchdowns-wrap {
    display: flex;
    flex-wrap: wrap;
}

.touchdowns .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff !important;
}

.touchdowns .item img {
    max-width: 175px;
}

.touchdowns .item .pic_title {
    width: calc(100%);
}

.touchdowns .item .data.rewarded {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.touchdowns .item .data.rewarded b {
    color: #FE2B00;
}

.bonus-top-text {
    background: #F8F8F8;
    margin-bottom: 20px;
    padding: 16px 23px !important;
}

.bonus-top-text p {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
}

.bonus-top-text p b {
    font-weight: bold;
    color: #FE2B00 !important;
}

.bonus-filter_form .st_changer {
    max-width: 100% !important;
}

.bonus-filter_form .st_changer .substance_trigger + .ms-options-wrap {
    margin-right: 0 !important;
}

.bonus-filter_form .bonus-group-filters a {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-right: 0;
}

.bonus-filter_form .bonus-group-filters a:not(:last-child) {
    margin-right: 13px;
}

.bonus-filter_form .bonus-filter-bottom {
    position: relative !important;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bonus-filter_form .apply-filter .btn_subm_frm2 {
    margin-left: 0 !important;
}

.bonus-pricetbl td:last-child {
    display: none !important;
}

.bonus-pricetbl tbody td:nth-child(5) {
    font-weight: bold !important;
    color: #FE2B00 !important;
}

.my_balance-add-block {
    display: flex;
    width: 100%;
}

.my_balance-count {
    width: 100%;
    margin-right: 17px;
    padding: 25px;
    text-align: center;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my_balance-count.mainp {
    width: 260px;
    flex-shrink: 0;
}

.my_balance-count.mainp span {
    margin-bottom: 13px;
    display: block;
}

.my_balance-count a {
    text-decoration: none;
    margin-top: 0 !important;
}

.my_balance-count strong {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #FE2B00;
}

.my_balance-count span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
}

.my_balance-text {
    align-self: center;
}

.table-myrequest {
    margin-bottom: 50px;
}

.new-req-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.half_content .new-request-cards {
    margin-right: -12px;
    flex-direction: row !important;
    justify-content: flex-start !important;
    margin-bottom: 10px;
}

.half_content .new-request-cards .request-card {
    height: 180px;
    max-width: 363px;
    width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    background: #F8F8F8;
    display: flex;
    justify-content: space-between;
}

.half_content .new-request-cards .request-card:nth-child(odd) {
    margin-right: 16px;
}

.half_content .new-request-cards .request-card.active-rc {
    background-color: #fff !important;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1) !important;
}

.half_content .new-request-cards .request-card:not(:last-child) {
    margin-bottom: 20px;
}

.half_content .new-request-cards .request-card.yellow .request-card-right {
    background: linear-gradient(214.78deg, #F5C739 0%, #C78F00 100%);
}

.half_content .new-request-cards .request-card.green .request-card-right {
    background: linear-gradient(214.12deg, #65F74D -1.49%, #227415 100%);
}

.half_content .new-request-cards .request-card.red .request-card-right {
    background: linear-gradient(216.11deg, #F7764D 0%, #F53939 100.14%);
}

.half_content .new-request-cards .request-card.blue .request-card-right {
    background: linear-gradient(214.78deg, #418DFF 0%, #2546BB 100%);
}

.half_content .new-request-cards .request-card.cyan .request-card-right {
    background: linear-gradient(214.78deg, #4DF7D8 0%, #15746E 100%);
}

.half_content .new-request-cards .request-card.violet .request-card-right {
    background: linear-gradient(214.78deg, #CA4DF7 0%, #9739F5 100%);
}

.half_content .new-request-cards .request-card-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    max-width: 213px;
    min-width: 195px;
    width: 100%;
}

.half_content .new-request-cards .request-card-left span {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #BDBDBD;
    display: block;
}

.half_content .new-request-cards .request-card-left h4 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 5px;
}

.half_content .new-request-cards .request-card-left small {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #4A4A4A;
    max-width: 130px;
}

.half_content .new-request-cards .request-card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 15px;
    padding-right: 17px;
    max-width: 150px;
    width: 100%;
}

.half_content .new-request-cards .request-card-right .right-text-inner {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.half_content .new-request-cards .request-card-right small {
    font-family: Gilroy, sans-serif;
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F8F8F8;
    text-align: right;
}

.half_content .new-request-cards .request-card-right .count {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.half_content .new-request-cards .request-card-right .count span {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #F8F8F8;
}

.half_content .new-request-cards .request-card-right .count h3 {
    font-family: Gilroy, sans-serif;
    margin-left: 3px;
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #F8F8F8;
}

.amount-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
}

.amount-block-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 8px;
    -ms-text-align-last: right;
    text-align-last: right;
}

.amount-block-wrap {
    display: flex;
    max-width: 465px;
    width: 100%;
}

.amount-block-input {
    border: 1px solid #E7E7E7;
    width: 100% !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 11px 12px;
    margin-right: 10px;
    color: #4A4A4A;
}

.amount-block-input::placeholder {
    color: #BDBDBD;
}

.payments-line .payment-card-item {
    background: #F8F8F8 !important;
    min-height: 220px;
    width: 100% !important;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 24px;
    margin-right: 20px;
}

.payments-line .payment-card-item:not(:last-child) {
    margin-bottom: 20px;
}

.payments-line .payment-card-item.active-pc {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1) !important;
}

.payments-line .payment-card-item img {
    width: 70px !important;
    margin-right: 20px;
}

.payments-line .payment-card-item .pc_pay_body {
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
}

.payments-line .payment-card-item .pc_pay_header {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FE2B00;
}

.payments-line .payment-card-item .pc_pay_text {
    text-align: left !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
}

.payments-line .payment-card-item .pc_pay_text a {
    color: #F66143 !important;
}

.payments-line .payment-card-item .pc_pay_text p {
    text-align: left !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
}

.payments-line .payment-card-item .pc_pay_text p span {
    text-align: left !important;
}

.payments-line .payment-card-item .pc_pay_text p em {
    font-weight: 400 !important;
}

.payments-line .payment-card-item .pc_pay_text a.add-funds {
    color: #fff !important;
}

.req-placed-head-text {
    margin-bottom: 0;
}

.req-placed-head-text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.pay-request-placed-wrap {
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
}

.pay-request-placed-attention {
    max-width: 445px;
    width: 100%;
    margin-right: 20px;
}

.pay-request-placed-attention .button-more-details {
    text-align: left;
    margin-top: 30px;
}

.pay-request-placed-attention .payment_details_link {
    padding: 12px 30px !important;
}

.pay-request-placed-details {
    max-width: 290px;
    width: 100%;
    flex-shrink: 0;
    background: #F8F8F8;
    text-align: center;
}

.pay-request-placed-details .req-pl-det-head {
    background-color: #4A4A4A;
    padding: 19px 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.pay-request-placed-details .req-pl-det-body {
    padding: 30px 20px;
}

.pay-request-placed-details .req-pl-det-body .line {
    display: flex;
    flex-direction: column !important;
    margin-bottom: 15px !important;
}

.pay-request-placed-details .req-pl-det-body .details-logo {
    margin-bottom: 28px;
}

.pay-request-placed-details .req-pl-det-body .details-logo img {
    width: 70px;
}

.details-descriptions p {
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
    text-align: left !important;
}

.details-descriptions p a {
    color: #FE2B00 !important;
}

.details-descriptions a {
    color: #FE2B00 !important;
}

.details-descriptions div[style] {
    background: #F8F8F8 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: center !important;
    padding: 16px 25px !important;
}

.details-descriptions div[style] strong {
    color: #FE2B00 !important;
}

.details-descriptions div[style] strong a {
    text-transform: uppercase;
}

.exact-count {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
}

.exact-count b {
    color: #FE2B00;
}

.exact-pocket {
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #FE2B00;
    margin-bottom: 20px;
}

.exact-qrcode {
    width: 160px;
    height: 160px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exact-qrcode #qrcode {
    width: 132px;
    height: 132px;
}

.exact-qrcode canvas {
    width: 100% !important;
    height: 100% !important;
}

.exact-already-paid {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #4A4A4A;
}

.exact-confirm {
    margin-top: 18px;
    padding-top: 24px;
    border-top: 1px solid #EDEDED;
}

.pay-request-total {
    max-width: unset !important;
    margin-bottom: 0 !important;
    display: flex !important;
}

.pay-request-total.order-details-paym-total {
    margin-right: 0;
    padding: 20px;
    background: #F8F8F8 !important;
    max-width: 100% !important;
}

.pay-request-total.order-details-paym-total .right {
    max-width: 230px !important;
    background: #F8F8F8 !important;
    flex-direction: column !important;
    margin-left: auto;
    float: unset;
}

.pay-request-total .right {
    background-color: #fff !important;
    padding: 0 !important;
}

.pay-request-total .half {
    color: #FE2B00;
}

.pay-request-total .half {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.pay-request-total .half:first-child {
    color: #000 !important;
}

.pay-request-total .blod_prod {
    display: flex !important;
    max-width: 230px;
    flex-direction: column;
}

.pay-request-total .blod_prod .line {
    flex-direction: row !important;
    margin-bottom: 0 !important;
}

.pay-request-total .blod_prod .ttl {
    font-size: 16px;
    line-height: 19px;
}

.pay-request-total .blod_prod .ttl-count {
    font-size: 16px;
}

.helper_text {
    margin-top: 6px;
    color: #BDBDBD;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.half_conten .recptch {
    margin-bottom: 20px !important;
}

.table_content {
    margin-bottom: 30px !important;
}

.table_content.mb0 {
    margin-bottom: 0 !important;
}

#payment_submit {
    max-width: 480px;
}

.order-details-cart_content {
    position: relative !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 50px;
}

.order-details-cart_content:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #EDEDED;
}

.table_content_tr {
    background-color: #f8f8f8 !important;
}

.ordr_det-new-ticket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ordr_det-new-ticket p {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #4A4A4A;
    max-width: 498px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.order_det-info-table {
    overflow: auto;
}

.order_det-info-table table {
    min-width: 600px;
}

.order-det-add-touch .share-img-box {
    max-width: 380px;
}

.confirm_det-intro {
    margin-top: 10px;
    margin-bottom: 70px;
}

.confirm_det-intro-user p {
    color: #FE2B00 !important;
    margin-bottom: 15px;
}

.confirm_det-intro p {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.confirm_det-intro-list {
    padding-left: 16px;
}

.confirm_det-intro-list ul {
    list-style: none;
}

.confirm_det-intro-list ul li {
    position: relative;
    text-align: left !important;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    color: #FE2B00;
}

.confirm_det-intro-list ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -16px;
    height: 8px;
    width: 8px;
    background-color: #FE2B00;
}

.confirm_det-info .exact-id {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.confirm_det-info .exact-pocket {
    font-size: 14px;
    line-height: 16px;
}

.confirm_det-info .center-payment-logo {
    margin: 0 !important;
}

.confirm_det-descriptions div[style] {
    text-transform: uppercase !important;
}

.confirm_det-descriptions div[style] strong {
    color: #FE2B00 !important;
    text-transform: uppercase !important;
}

.confirm_det-descriptions div[style] strong a {
    text-transform: uppercase;
}

.confirm_det-pers-info {
    padding: 20px;
}

.confirm_det-pers-info .line:not(:last-child) {
    margin-bottom: 12px !important;
}

.confirm_det-pers-info .half {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal !important;
    color: #212121;
    padding-right: 0 !important;
}

.confirm_det-pers-info .half:last-child {
    color: #4A4A4A;
}

.confirm_det-pocket {
    color: #F66143;
}

.confirm_det-btns {
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confirm_det-btns .exact-already-paid {
    margin-bottom: 20px;
}

.confirm_det-informer p {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #4A4A4A;
    margin-bottom: 15px;
}

.confirm_det-informer p a {
    color: #FE2B00;
}

.confirm_det-informer div {
    max-width: 782px;
    margin-bottom: 30px !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    background: #F8F8F8 !important;
    border: 0;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 30px 25px;
    color: #FE2B00;
    text-transform: uppercase;
    font-weight: bold;
}

.confirm_det-botm-btns a {
    max-width: 188px;
    width: 100% !important;
}

.confirm_det-botm-btns a:first-child {
    margin-bottom: 10px;
}

.paym-instruct-text a {
    color: #FE2B00;
}

.paym-instruct-text img {
    width: 100% !important;
    height: 100% !important;
}

.paym-instruct-text p, .paym-instruct-text i {
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
}

.paym-instruct-text i {
    font-size: 16px !important;
    line-height: 18px !important;
}

.paym-instruct-text ol, .paym-instruct-text ul {
    list-style: none;
}

.paym-instruct-text ol li {
    position: relative;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
    counter-increment: li;
    margin-bottom: 16px;
}

.paym-instruct-text ol li::before {
    content: counter(li) ".";
    color: red;
    display: inline-block;
    width: 1em;
    font-weight: bold;
    margin-right: 2px;
}

.reflink-block {
    position: relative;
    max-width: 480px;
}

.reflink-block.copied .reflink-input {
    color: #219653 !important;
    border: 1px solid #219653 !important;
}

.reflink-block.copied .reflink-btn {
    background-color: #219653 !important;
}

@media only screen and (max-width: 576px) {
    .reflink-block {
        margin-bottom: 30px !important;
    }
}

.reflink-input {
    padding: 12px 10px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FE2B00 !important;
    width: 100% !important;
    height: 40px;
    border: 1px solid #E7E7E7 !important;
}

.reflink-btn {
    width: 30px;
    height: 30px;
    background-image: url("../../imagesNew/icons/copy-link.svg");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 50%;
    outline: none;
    border: none;
    position: absolute;
    right: 7px;
    top: 5px;
    background-color: #FE2B00;
}

.profile-data-half_content,
.res-pass-profile {
    max-width: 480px !important;
}

.profile-data-half_content {
    margin-bottom: 50px;
    margin-top: 20px;
}

.profile-data-half_content .edit-pers-data {
    margin-top: 30px;
    display: block;
}

.profile-upd-content .select[name=country],
.profile-upd-content .custom-select-menu {
    width: 100% !important;
    left: 0 !important;
}

.profile-upd-content .select[name=country] label,
.profile-upd-content .custom-select-menu label {
    width: 100% !important;
    height: 40px !important;
}

.profile-upd-content .select[name=country] ul,
.profile-upd-content .custom-select-menu ul {
    width: 100% !important;
}

.profile-upd-content .select[name=country] li,
.profile-upd-content .custom-select-menu li {
    padding: 10px !important;
    color: #212121 !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.profile-upd-content .select[name=country] li.selected,
.profile-upd-content .custom-select-menu li.selected {
    color: #FE2B00;
}

.profile-upd-content .select[name=country] li:hover,
.profile-upd-content .custom-select-menu li:hover {
    color: #212121;
    background-color: #F8F8F8;
    font-weight: bold;
}

.profile-upd-content .line .half input[type=text] {
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    width: 100% !important;
    padding: 11px 12px 12px !important;
    height: unset !important;
    border: 1px solid #E7E7E7 !important;
}

.res-pass-profile {
    margin-top: 16px;
}

.my_boncoins-top {
    display: flex;
    margin-bottom: 30px;
}

.my_boncoins-count {
    width: 100%;
    max-width: 260px;
    margin-right: 17px;
    padding: 25px;
    text-align: center;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my_boncoins-count small {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
}

.my_boncoins-count strong {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #FE2B00;
}

.my_boncoins-count span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4A4A4A;
    text-align: left !important;
}

.my_boncoins-daysleft {
    padding: 18px 20px 25px;
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    background: #F8F8F8;
}

.my_boncoins-daysleft .days-count {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.my_boncoins-daysleft .days-count span {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #4A4A4A;
}

.my_boncoins-daysleft .days-count span b {
    color: #FE2B00;
    margin-right: 2px;
}

.my_boncoins-daysleft .days-total {
    margin-right: 16px;
}

.my_boncoins-daysleft .days-bar {
    width: 100%;
    background: #EDEDED;
    height: 31px;
}

.my_boncoins-daysleft .days-bar-inner {
    background-color: #F66143;
    height: 31px;
}

.my_boncoins-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #4A4A4A;
    margin-bottom: 18px;
}

.my_boncoins-text h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FE2B00;
    margin-bottom: 15px;
}

.my_boncoins-text ol {
    list-style: none;
}

.my_boncoins-text ol li {
    position: relative;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
    counter-increment: li;
    margin-bottom: 16px;
}

.my_boncoins-text ol li::before {
    content: counter(li) ".";
    color: red;
    display: inline-block;
    width: 1em;
    font-weight: bold;
    margin-right: 1px;
}

.my_boncoins-text .important-wrapper {
    margin-top: 30px;
    background: #F8F8F8;
    padding: 23px 26px;
}

.my_touchdowns-form {
    background: #F8F8F8;
    padding: 20px;
    margin-bottom: 30px;
}

.my_touchdowns-form .share-img-box span {
    color: #FE2B00;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    display: block;
}

.my_touchdowns-form .share-img-box p {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #4A4A4A;
}

.my_touchdowns-form .share-img-box p b {
    color: #FE2B00;
}

.my_touchdowns-wrap {
    display: flex;
    width: 100%;
}

.my_touchdowns-item {
    float: unset !important;
    max-height: unset;
    height: unset;
    width: 175px !important;
}

.my_touchdowns-item .item .data.added {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
}

.my_touchdowns-item .item .data.rewarded {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.my_touchdowns-item .item .data.rewarded b {
    color: #FE2B00;
}

.waiting-tickets {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
}

.waiting-tickets b {
    color: #FE2B00 !important;
}

.solved-tickets {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #FE2B00 !important;
}

.my_tickets-top-btns {
    margin-bottom: 8px;
}

.my_tickets-table td {
    text-transform: initial !important;
}

.chat-room-head {
    background-color: #4A4A4A !important;
    padding: 11px 20px !important;
    height: 50px !important;
    align-items: center !important;
    display: flex !important;
}

.chat-room-head h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.chat-room aside {
    display: block !important;
    width: 100% !important;
}

.chat-room .mid-side {
    border: 1px solid #EDEDED !important;
}

.chat-room .msg-content {
    display: flex;
    flex-direction: column;
    padding: 23px 30px;
}

.chat-room .msg-content::-webkit-scrollbar {
    width: 9px;
}

.chat-room .msg-content::-webkit-scrollbar-track {
    background: white;
    border-radius: unset;
    border: 1px solid #EDEDED;
}

.chat-room .msg-content::-webkit-scrollbar-thumb {
    width: 9px;
    border-radius: 0;
    background: #F66143;
}

.chat-buttons {
    justify-content: space-between !important;
    width: 100% !important;
    align-items: center !important;
}

.chat-buttons #show_info {
    width: 50px;
}

.my_mes-center-btns {
    margin-left: 16px;
}

.my_mes-center-btns button {
    margin-left: 10px;
}

.my_mesgs-contend-send {
    border-top: 1px solid #EDEDED;
    padding: 30px 23px;
    margin: 0;
    background-color: #fff !important;
}

.my_mesgs-contend-send .chat-txt-new {
    width: 100% !important;
}

.my_mesgs-contend-send .chat-txt-new textarea {
    border: 1px solid #EDEDED !important;
    border-radius: 0 !important;
    padding: 20px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    color: #4A4A4A;
}

.my_mesgs-contend-send .chat-txt-new textarea::placeholder {
    color: #BDBDBD;
}

.chat_mes {
    max-width: 440px;
    width: 100%;
}

.chat_mes:not(:first-child) {
    margin-top: 34px;
}

.chat_mes-from-support .chat_mes-icon {
    background-image: url("../../imagesNew/icons/support-ico.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.chat_mes-from-user {
    align-self: flex-end;
}

.chat_mes-from-user .chat_mes-name {
    margin-left: 0;
    margin-right: 37px;
    text-align: right;
}

.chat_mes-from-user .chat_mes-content {
    flex-direction: row-reverse;
}

.chat_mes-from-user .chat_mes-body {
    background: #F66143;
}

.chat_mes-from-user .chat_mes-icon {
    margin-right: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FE2B00;
}

.chat_mes-from-user .chat_mes-date {
    color: #FFAD9C;
}

.chat_mes-from-user .chat_mes-text {
    color: white;
    margin-bottom: 8px;
}

.chat_mes-from-user .chat_mes-text p {
    color: white;
}

.chat_mes-from-user .chat_mes-text p a {
    color: white;
    text-decoration: underline;
}

.chat_mes-name {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #212121;
    margin-left: 37px;
    margin-bottom: 10px;
}

.chat_mes-content {
    display: flex;
}

.chat_mes-body {
    padding: 20px 25px;
    border-radius: 8px;
    background: #F8F8F8;
}

.chat_mes-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #EDEDED;
    border-radius: 100px;
    margin-right: 10px;
    flex-shrink: 0;
}

.chat_mes-text {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4A;
}

.chat_mes-text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4A;
    margin-bottom: 15px;
}

.chat_mes-text p a {
    color: #FE2B00;
}

.chat_mes-text a {
    color: #FE2B00;
}

.chat_mes-date {
    font-size: 12px;
    line-height: 14px;
    color: #BDBDBD;
}

.line_left .category_icon {
    display: flex !important;
    background-image: unset !important;
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.line_left .category_icon:before {
    content: "";
    position: relative;
    height: 13px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}

.line_left .category_icon.is_sale:before {
    background-image: url("/imagesNew/badges/sale-bdj.svg");
}

.line_left .category_icon.is_promo:before {
    background-image: url("/imagesNew/badges/promo-bdj.svg");
}

.line_left .category_icon.is_new:before {
    background-image: url("/imagesNew/badges/new-bdj.svg");
}

.owl-carousel .item {
    max-width: 177px;
}

.owl-carousel .item .img {
    border: 1px solid rgba(189, 189, 189, 0.2);
    margin-bottom: 9px;
    height: 172px;
}

.owl-carousel .item .name a, .owl-carousel .item .text a {
    color: #F66143 !important;
}

.owl-carousel .item .text {
    min-height: unset !important;
}

.owl-carousel .item .text a {
    font-size: 15px !important;
    line-height: 18px;
    font-weight: normal !important;
}

.owl-carousel .item .text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #4A4A4A;
}

.owl-carousel .item .text p span {
    color: #F66143 !important;
}

.owl-carousel .item .price {
    margin-bottom: 15px;
}

.owl-carousel .item .price small {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #2F80ED !important;
    margin-right: 5px;
}

.owl-carousel .item .price span {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FE2B00;
}

.owl-carousel .review-controls .fa-angle-left:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #212121;
    /* height: 8px; */
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -43px;
    right: 0;
    display: flex;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 6px;
    position: absolute;
    margin: 0 !important;
}

.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: unset !important;
}

.owl-carousel .owl-nav .owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav .owl-prev:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #212121;
}

.owl-carousel .owl-nav .owl-next:before {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #212121;
    right: 0;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #FE2B00 !important;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 0 !important;
    background-color: #C4C4C4 !important;
    margin-right: 4px !important;
    margin-left: 4px !important;
}

.rev_content .custmr-revs-item {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #EDEDED !important;
    background-color: unset !important;
    padding-left: 0 !important;
    padding-bottom: 20px !important;
    padding-top: 0 !important;
    margin-top: 10px !important;
}

.rev_content .custmr-revs-item .name {
    font-weight: bold !important;
    font-size: 15px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    color: #FE2B00 !important;
    padding-left: 0 !important;
    margin-bottom: 6px;
}

.rev_content .custmr-revs-item .verified_purchase {
    position: relative;
    color: #219653;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
    margin-bottom: 9px;
}

.rev_content .custmr-revs-item .verified_purchase:before {
    content: "";
    position: absolute;
    background-image: url("/imagesNew/icons/verified.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.rev_content .custmr-revs-item .text {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 15px !important;
    color: #F66143;
}

.rev_content .custmr-revs-date {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #BDBDBD;
    margin-bottom: 5px;
    padding-left: 0 !important;
}

.rev_content .custmr-revs-rating {
    padding-left: 0 !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 4px;
}

.rev_content .custmr-revs-rating span {
    color: #212121;
}

.prod-discount-title {
    margin-top: 10px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    color: #FE2B00 !important;
    margin-left: 0 !important;
    margin-bottom: 12px !important;
}

.prod-discount-price {
    margin-left: 0 !important;
}

.prod-discount-price span, .prod-discount-price small {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.prod-discount-price span {
    color: #FE2B00;
}

.prod-discount-price small {
    color: #4A4A4A;
}

a.read-more {
    color: #F66143;
}