.us-content {
    border-radius: 12px;
}

.us-product-description-cont {
    color: #333;
}

h2 {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

p {
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

.us-content a, 
.us-product-description-cont a, 
.us-category-description-text a {
    color: #00a0e8;
    text-decoration: none;
}

.us-content a:hover, 
.us-product-description-cont a:hover, 
.us-category-description-text a:hover {
    text-decoration: underline;
}

/* Buttons */
.us-product-btn,
.us-module-btn {
    border-radius: 12px;
}

.us-module-btn {
    background: transparent;
    border: 1px solid #2f2b8c;
    color: #2f2b8c !important;
    text-transform: none;
}

#error-not-found .us-module-btn {
    background: transparent;
    border-radius: 12px;
    border: 1px solid #2f2b8c;
    color: #2f2b8c !important;
    text-transform: none;
    transition: all 0.15s linear;
    margin-top: 0 !important;
}

#error-not-found .us-module-btn:hover {
    background: #2f2b8c;
    color: #fff !important;
}

.us-module-btn.mb-3.mb-sm-0 {
    background-color: transparent;
    padding: 9px 19px;
    border: 1px solid #2f2b8c;
    color: #2f2b8c !important;
}

.us-module-btn.mb-3.mb-sm-0:hover {
    background-color: #2f2b8c;
    color: #FFF !important;
}

.us-price-actual {
    border-radius: 8px;
}

/*Alert*/
.us-alert-content {
background: #00a0e8d1;
}


.us-phone-link, 
.us-cart-link {
    text-decoration: none;
}

.us-phone-link:hover, 
.us-cart-link:hover {
    text-decoration: underline;
}


/* Header */
header {
    padding-top:5px;
    padding-bottom: 5px;
}

.us-dropdown-inner {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#top .dropdown.show .dropdown-menu, #top .nav-dropdown-menu.show, .us-phone-content.show .dropdown-menu, .us-footer-contact-box.show .dropdown-menu {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.oct-mm-dropdown {
    padding: 6px;
    border-radius: 8px;
}

#us_menu_mobile_title.modal-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#us_menu_mobile_box .us-close {
    border-top-right-radius: 0;
}

.image-additional-box .slick-arrow {
    border-radius: 6px;
}

.oct-menu-li:not(:first-child) {
    border-top: 1px solid #E4DDF1;
}

.oct-menu-li:hover {
    background: transparent;
}

@media screen and (max-width: 767px) {
    .us-search-box {
        margin-top: 5px;
    }
}

#us_livesearch {
    border-radius: 12px;
}

#us_livesearch_close {
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}

.us-livesearch-list-item-image {
    border: 2px solid #f4eeff;
    border-radius: 8px;
    padding: 2px;
}

.us-livesearch-list-item-price span {
    padding: 0px !important;
}

.us-livesearch-list-item-name a {
    text-decoration: none;
}

.us-livesearch-list-item-name a:hover {
    text-decoration: underline;
}

.us-livesearch-list-item:not(:last-child) {
    border-bottom: 1px solid #f4eeff;
}

.us-livesearch-list-item-model-sku {
    width: fit-content;
    background-color: #f4eeff;
    color: #2F2B8C;
    padding: 2px 8px;
    border-radius: 8px;
}

.us-header-location-phones span {
    color: #00a0e8;
}

/* Homepage */
.header-input {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 15px;

}

.cats-button,
.header-btn-search {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}


.slick-initialized .slick-slide.us-slideshow-plus-item,
.us-slideshow-plus-block,
.us-advantages-box,
.us-categories-wall-item,
.us-banner-plus-box,
.us-html-box,
.us-module-item,
.us-reviews-block,
.us-banner-plus-btn,
.us-slideshow-plus-item-btn {
    border-radius: 12px;
}

.us-slideshow-plus-block-btn {
    border-radius: 8px;
}

.us-categories-wall-btn {
    color: #2f2b8c; 
}

.us-categories-wall-btn:hover {
    color: #272558;
}

.us-categories-wall-btn:hover i {
    color: #272558;
}


/* Modal */
.modal-content {
    border-radius: 12px;
    border-top-left-radius: 18px;
}

.modal-body {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

button.us-close {
    border-top-right-radius: 12px;
}

/*Modal cart*/
.us-modal-body-cart {
    padding: 30px 10px;
}

.us-modal-body-cart .us-cart-item {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 9%);
    border-radius: 12px;
    padding: 20px 30px 20px 30px;
}

.us-modal-body-cart .us-cart-item:last-child {
    box-shadow: 0px 8px 10px rgb(0 0 0 / 8%);
    border-radius: 12px;
}

.form-control, .us-acc-select {
    border-radius: 8px;
}

.modal-body .us-module-btn-green.text-center {
    background: #2f2b8c;
    color: #fff !important;
}

.modal-body .us-module-btn-green.text-center:hover {
    background: #272558;
}

.us-fixed-contact-call {
    background: #00a0e8;
}

.us-fixed-contact-contacts {
    background: #2f2b8c;
}



/* Category */

.us-category-content {
    border-radius: 12px;
}

.subcat-item,
.sort-limit select {
    border-radius: 12px;
}

.subcat-item {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
}

.subcat-item:hover {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 17%);
}

.sort-limit select,
.us-category-appearance-btn {
    border-radius: 6px;
}


.us-logo-img {
    width: auto;
    height: 50px;
}

.us-categories-box {
    background: #f7f3ff;
}

.us-category-content .us-module-item {
    border: 2px solid #f4eeff;
}

.us-no-stock .us-module-cart-btn {
    background: #f4eeff;
}


.pagination li a, 
.pagination li.active span {
    border-radius: 8px;
}


/*Filter*/
.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #2f2b8c !important;
}

.ocf-value .ocf-value-input::after {
    background-size: 12px !important;
}

.ocf-selected .ocf-value-input-checkbox::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232f2b8c' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E") !important;
}

.ocf-theme-light-block .ocf-input-group-addon {
    background-color: #f7f3ff !important;
}

.ocf-input-group .ocf-form-control:first-child, .ocf-input-group-addon:first-child {
    border-radius: 8px !important;
}

.ocf-input-group-addon:not(:first-child):not(:last-child), .ocf-input-group-btn:not(:first-child):not(:last-child), .ocf-input-group .ocf-form-control:not(:first-child):not(:last-child) {
    border-radius: 8px !important;
}


.ocf-input-group input.ocf-form-control:focus {
    border-color: #2f2b8c!important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(47 43 140 / 40%) !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(47 43 140 / 40%) !important;
}

.ocf-attribute-link {
    color: #00a0e8;
}

.ocf-attribute-link:hover {
    color: #00a0e8;
    text-decoration: underline;
}


/* Attributes in category */
.us-category-attr-cont {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 13px;
}

.us-category-attr-item {
    display: flex;
    justify-content: space-between;
}

.us-category-attr-item span:first-of-type {
    font-weight: 600;
    color: #1E1D32;
    margin-right: 2px;
}

.us-category-attr-item:not(:last-child):after {
    display: none;
}

/*Language switcher*/
#top-links .dropdown-menu {
    min-width: fit-content;
}

.languge-current {
    font-size: 12px;
    text-align: left;
    padding: 0.375rem 0.75rem;
    cursor: default;
}

.button-one-click,
.us-module-cart-btn {
    background: transparent;
    border-radius: 12px;
    border: 1px solid #2f2b8c;
    color: #2f2b8c !important;
    text-transform: none;
    transition: all .1s linear;

}

.button-one-click:hover,
.us-module-item:hover .us-module-cart-btn {
    background: #2f2b8c;
    color: #fff !important;
}

.modal-header {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.us-module-stickers {
    top: 16px;
    left: 5px;
}

.us-module-stickers-sticker {
    border-radius: 8px;
}

/*Main menu desktop*/
.menu-row {
    height: 40px;
}

.oct-mm-link,
.oct-mm-simple-link {
    height: 40px;
}

.oct-mm-link>a,
.oct-mm-simple-link>a {
    line-height: 40px;
}

/*Adapt ocfilter in mobile ver*/
.ocf-horizontal {
    background: #FFF;
    padding: 15px;
    margin-top: 30px;
}

.ocf-horizontal .ocf-content {
    margin-bottom: 0;
}

.ocf-value-input-checkbox::before {
    border-radius: 6px !important;
}

.ocf-selected .ocf-value-input::before {
    border-color: #2f2b8c !important;
    background-color: transparent !important;
}



.prod-bottom-contact {
    display: none;
}

/*Sticky menu in product*/
.prod-top-bar {
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 25%);
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background: #fff;
    display: none;
}

.prod-top-bar.show {
    display: block !important;
}

.top-bar-tabs {
    background-color: rgb(47, 43, 140);
    height: 40px;
    display: flex;
    align-items: center;
}

.tablinks {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.tablinks .us-product-nav-item span {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all .15s ease;
    cursor: pointer;
}

.tablinks .us-product-nav-item span:hover {
    text-decoration: underline;
    
    font-weight: 400;
}

.tablinks .us-product-nav-item span:after {
    display: none;
}

.tablinks .us-product-nav-item-active span {
    text-decoration: underline;
    font-weight: 400;
}

.tablinks li a {
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}



.tablinks li:focus,
.tablinks li:hover,
.tablinks li a:focus,
.tablinks li a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.tablinks li a b {
    font-weight: 400;
}

.top-bar-buy-info {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.buy-info-block {
    display: flex;
}

.buy-info-code {
    width: fit-content;
    background-color: #D0CEFF;
    color: #2F2B8C;
    padding: 2px 7px;
    border-radius: 8px;
    font-size: 13px;
    margin-top: 2px;
}

.us-product-attr-item {
    font-weight: 400;
}

.us-product-attr-item span:first-child {
    font-weight: 600;
    color: #333;
}

.us-product-description-cont ul {
    color:#333;
}

/* Product */

.us-product {
border-radius: 12px;
}

.compare-wishlist-btn {
    border-top-right-radius: 12px;
}

.top-prod-img {
    margin-right: 10px;
}

.top-prod-name {
    font-size: 18px;
    color: #30363D;
    font-weight: 700;
}

.buy-info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.info-code_value {
    font-weight: 600;
}

.top-bar-buy-buttons {
    display: flex;
    align-items: center;
}

.top-img-thumb {
    height: 50px;
}

.top-prod-price .us-price-block,
.top-prod-cart #button-cart-top-fixed {
    margin-top: 0;
}

.top-prod-price {
    display: flex;
    align-items: center;
}

.top-prod-price .us-price-actual {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.top-prod-price .us-price-actual.us-price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #333 !important;
}

.top-prod-price .us-price-new {
    color: #fff;
    font-size: 20px;
}

.us-price-new,
.us-product-timer-inner  {
    border-radius: 8px;
}

.us-product-advantages-item,
.us-categories-box,
.us-review-text,
.us-admin-answer,
.us-product-tabs-questions-item-answer {
    border-radius: 8px;
}

.us-product-advantages-item:hover {
    border-radius: 8px;
}

.us-product-stickers-item {
    font-size: 11px;
    line-height: 23px;
    border-radius: 8px;
}
 
.us-product-btn-active:hover {
    background: #272558;
}

.us-product-advantages-icon i {
    color: rgb(0, 160, 232);
}

.us-product-quantity-btn {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #2f2b8c;
    color: #2f2b8c;
}

.us-product-quantity input {
    border: 1px solid #E7E6F2;
    color: #000;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 5px;
}

.us-product-quantity input:focus {
    border-radius: 8px;
    background-color: #f4eeff;
}

.us-product-info-item-model, 
.us-product-info-item-sku {
    width: fit-content;
    background-color: #D0CEFF;
    color: #2F2B8C;
    padding: 4px 9px;
    border-radius: 8px;
}

span.us-product-info-code {
    color: inherit;
    font-weight: 700;
}

.us-product-info-item:not(:last-child) {
    margin-bottom: 9px;
}

span.us-product-info-is,
.us-out-of-stock span { 
    font-weight: 600;
}

.product-quantity-label {
    display: block;
    color: #4a4a4a;
    font-size: 13px;
}

.form-group a {
    color: #000;
    text-decoration: none;
    transition: all .15s ease .05s;
    border-radius: 8px;
    font-size: 14px;
}

.form-group a:hover {
    color: #2f2b8c;
    text-decoration: underline;
}

.us-product-option .control-label {
    font-weight: 400;
    margin-bottom: 13px;
}

.us-product-option .form-group label {
    margin-right: 0.5rem;
}

.us-product-option .form-control {
    height: auto;
    padding: 0.375rem 0.5rem;
}

.us-product-option .form-control.view1_link {
    border: 1px solid #2f2b8c;
    color: #2f2b8c;
}

.us-product-option .form-control.view1_product {
    background: rgb(47, 43, 140);
    color: #fff;
    border: 1px solid rgb(47, 43, 140);
}

.us-product-info-list {
    color: #4a4a4a;
}

.oct-popup-found-cheaper-link {
    text-decoration: none;
}

.oct-popup-found-cheaper-link:hover {
    text-decoration: underline;
}

.us-price-actual {
    font-size: 21px;
    padding: 0;
    background-color: #FFFF;
    color: #0D0A5B;
}

.us-price-new {
    color: #EB5757;
    font-size: 21px;
    padding: 0;
    background-color: #fff;
}

.us-admin-answer {
    background-color: #F5F0FB;
    margin-left: 30px;
}

.us-review-text {
    background-color: #F0FBFF;
}

.us-review-text:before {
    border-right-color: #F0FBFF;
}

.us-product-tabs-questions-item-answer {
    margin-left: 30px;
    background: #F5F0FB;
}

.us-product-advantages-link {
    text-decoration: none;
    font-weight: 600;
}

.us-product-advantages-cont:hover .us-product-advantages-link {
    text-decoration: underline;
}



/* Checkout */
.simple-content .button, #simplecheckout_login .button {
    border-radius: 12px;
}

#us_fixed_contact_button {
    background: #00a0e8;
}

.us-fixed-contact-pulsation {
    background: #00a0e8;
}

#back-top {
    background: #00a0e8;
}

.simple-content .checkout-heading {
    background-color: #f7f3ff;
    border-color: #E4DDF1;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
}

.simple-content input[type=text], .simple-content input[type=password], .simple-content input[type=email], .simple-content input[type=tel], .simple-content input[type=phone], .simple-content input[type=date], .simple-content input[type=time], .simple-content select, .simple-content textarea {
    border-radius: 8px;
}

.simplecheckout .radio {
    margin-bottom: 10px;
}

.simplecheckout .radio input {
    appearance: none;
    position: absolute;
    -webkit-appearance: none;
}

.simplecheckout label, 
.simpleregister label {
    position: relative;
}

.simplecheckout .radio label {
    margin-left: 26px;
    cursor: pointer;
}


.simplecheckout .radio label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    transition: border .1s linear;
}

.simplecheckout .radio label:after {
content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2f2b8c;
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .1s linear;
}


.simplecheckout .radio input:checked + label:before {
    border: 1px solid #2f2b8c;
}

.simplecheckout .radio input:checked + label::after {
    opacity: 1;
}

.simplecheckout-cart .btn-primary {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #2f2b8c;
    color: #2f2b8c;
    font-weight: 600;
    line-height: 1.5;
    height: 30px;
    font-size: 13px;
    padding: 0 12px;
    transition: all .15s ease .05s;
}

.simplecheckout-cart .btn-primary:hover {
    background: #2f2b8c;
    color: #FFFFFF;
}

.simplecheckout-cart i {
    cursor: pointer;
    font-weight: 600;
    font-size: 9px;
}

#simplecheckout_cart .quantity .form-control {
    border-color: #F6F6F6;
    border: 1px solid #E7E6F2;
    color: #000;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 5px !important;
    width: 60px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.simplecheckout-cart .btn, .simplecheckout-cart .btn-danger {
    height: 30px;
    font-size: 13px;
    padding: 0 13px;
    border-radius: 8px;
}

.btn-danger {
    color: #fff;
    background-color: #eb5756;
    border-color: #eb5756;
}

.simplecheckout-cart a, .checkout-heading-button a, .simpleregister-have-account a {
    text-decoration: none;
    color: #50A8FF;
}

.simplecheckout-cart a:hover, 
.checkout-heading-button a:hover, 
.simpleregister-have-account a:hover {
    text-decoration: underline;
}

.simple-content .input-group.date .btn, 
.simple-content .input-group.time .btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #f7f3ff;
}

.simple-content .input-group.date .btn, 
.simple-content .input-group.time .btn {
    color: #2f2b8c;
}

.simple-content .form-control {
    font-weight: 600;
    color: #000;
}

.simplecheckout-cart th {
    background-color: #f7f3ff;
    font-weight: 600;
}


.simplecheckout-cart { 
    border-collapse: separate; 
    border-spacing: 0;
    border: none;
}


.simplecheckout-cart tr:first-child th:first-child { border-top-left-radius: 8px; }
.simplecheckout-cart tr:first-child th:last-child { border-top-right-radius: 8px; }
.simplecheckout-cart tr:last-child th:first-child { border-bottom-left-radius: 8px; }
.simplecheckout-cart tr:last-child th:last-child { border-bottom-right-radius: 8px; }
.simplecheckout-cart tr:first-child th { border-top-style: solid; }
.simplecheckout-cart tr th:first-child { border-left-style: solid; }


#simplecheckout_button_cart {
    background: none;
    border: 1px solid #2f2b8c;
    color: #2f2b8c !important;
}

#simplecheckout_button_cart:hover {
    background: #2f2b8c;
    color: #fff !important;
}

.us-form-checkbox-group label:before {
    border-radius: 4px;
}

.us-form-checkbox-input:checked + label:after {
    color: #2f2b8c;;
}

/* Footer */
.us-footer-shedule-icon img {
    filter: brightness(3) contrast(3);
}

/*Success page*/
#common-success .us-main-shop-title {
    text-align: center;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#common-success .us-main-shop-title::after {
    display: none;
}

#common-success .us-content {
    margin: 0 auto;
    max-width: 600px;
}

#common-success .us-content img {
    max-width: 100px;
    margin-bottom: 75px;
}

/*404 page*/
.us-content-inform .oct-404-image img {
    max-height: 300px;
    margin-top: -57px
}

#error-not-found .us-main-shop-title {
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
    margin-top: 40px;
}

#error-not-found .us-main-shop-title:after {
    display: none;
}

#error-not-found .us-content-inform {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding-top: 90px;
    margin-top: -55px;
    padding-bottom: 80px;
}

/*Compare*/
.us-table-compare-btn .us-module-btn-green {
    margin-bottom: 20px;
    background: rgb(47, 43, 140);
    color: #fff !important;
}

.us-table-compare-btn .us-module-btn-green:hover {
    background: #272558;
}

.us-table-compare-btn .us-module-btn-del:hover {
    background: #2f2b8c !important;
    color: #fff !important;
    border: 1px solid #2f2b8c;
}

.us-table-compare-weight,
.us-table-compare-proportions,
.us-table-compare-producer {
    display: none;
}

.table td a {
    color: #00a0e8;
    text-decoration: none;
}

.table td a:hover {
text-decoration: underline;
}

.us-product-link {
    color: #00a0e8;
}

/* Mobile */
@media screen and (max-width: 380px) {
.us-phone-link {
    font-size: 12px;
}

.modal-body {
    padding: 15px;
}

.us-modal-body-cart .us-cart-item {
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
}

.us-modal-body-cart .us-cart-item-img {
    margin: 0 5px 0 0;
}

.us-modal-body-cart {
    padding: 30px 0;
}

.us-modal-body-cart .us-cart-item:last-child {
    box-shadow: none;
    border-radius: 0;
}

.us-modal-body-cart .us-product-quantity input {
    width: 40px;
}
}

@media screen and (max-width: 430px) {
    .us-modal-body-cart .us-cart-item-img {
        margin: 0 10px 0 0;
    }

    .us-modal-body-cart .us-cart-item {
        padding: 20px;
    }
    
}

@media screen and (max-width: 449px) {
    .us-product-slide-box {
        min-height: 280px;
    }
}

@media screen and (max-width: 767px) {
    .us-module-stickers-sticker, .us-product-stickers-item {
        border-radius: 6px;
    }

    .compare-wishlist-btn {
        border-top-right-radius: 0;
    }

    .us-product-btn {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
    }

    .subcat-row .us-item {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .us-module-row {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .us-module-row .col-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
        padding-bottom: 15px;
    }
}

/*move compare button left in mobile header*/
@media screen and (max-width: 991px) {

    .mobile-header-index {
        background: #00a0e8;
        top: -15px;
        right: -2px;
    }

    .us-logo-img {
        height: 38px;
    }

    .us-mobile-top-btn-compare {
        margin-left: auto;
    }

    .top-phone-btn {
        font-size: 14px;
    }
    
    .us-phone-link {
        font-size: 13px;
    }
    

    .prod-bottom-contact {
        display: flex !important;
        position: fixed;
        width: 100%;
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
        color: #fff;
        border-bottom: none;
        bottom: 0;
        background-color: #00a0e8;
        height: 45px;
        z-index: 999;
        justify-content: space-between;
        align-items: center;
    }

    .prod-bottom-left-contact {
        display: flex;
        justify-content: center;
        width: 50%;
        align-items: center;
    }

    .prod-bottom-left-contact a,
    .prod-bottom-left-contact a:hover {
        color: #fff;
    }

    .prod-bottom-button-cart {
        width: 50%;
        background: #e41819;
        text-align: center;
    }

    .prod-bottom-button-cart img {
        margin-top: -1px;
    }

    .prod-bottom-button-cart .us-product-btn {
        margin-top: 0;
        font-size: 14px;
        text-transform: none;
        height: 45px;
        border-radius: 0;
    }

    .prod-bottom-button-cart .us-product-btn {
        width: 100%;
    }

    .us-product-btn, .us-module-btn, .us-price-actual {
        border-radius: 12px;
    }

    .ocf-theme-light-block .ocf-active .ocf-filter-header {
        color: #9590A5 !important;
    }

    /* mobile lang swithcher */
    #us_info_mobile .dropdown-menu .languge-current:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #2f2b8c;
        position: absolute;
        left: -24px;
        top: 6px;
    }

    #us_info_mobile .dropdown-menu .languge-current:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #2f2b8c;
        position: absolute;
        left: -20px;
        top: 10px;
    }

    .us-top-mobile-item-info {
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

    .languge-current {
        font-size: 14px !important;
        padding-left: 0;
        position: relative;
    }

    #us_fixed_contact_button {
        bottom: 65px;
        background: #00a0e8;
        z-index: 999;
    }

    #back-top {
        bottom: 130px;
    }

    #oct-menu-ul {
        background: #f4eeff;
    }

    .oct-menu-li {
        background: #f4eeff;
    }

    .oct-menu-child-ul > .oct-menu-ul {
        background: #f4eeff;
    }

    .oct-menu-back {
        border-bottom: 1px solid #E4DDF1;
        background: #f4eeff;
        color: #2f2b8c;
    }

    #us_info_mobile .modal-header {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    #us_info_mobile button.us-close {
        border-top-right-radius: 0;
    }

    .oct-menu-li:hover {
        background: #E4DDF1;
    }

    #us_info_mobile a {
        text-decoration: none;
    }

    #us_info_mobile a:hover {
        text-decoration: underline;
    }

    #us_info_mobile .nav-dropdown-menu-content {
        background: #f4eeff;
    }

    #us_info_mobile .dropdown-menu, #us_info_mobile .mobile-shedule-box {
        background: #f4eeff;
    }

    .us-header-location {
        background: #f4eeff;
    }

    #us_info_mobile .mobile-phones-box {
        border-bottom: 1px solid #E4DDF1;
    }

    #common-success .us-content img {
        margin-bottom: 100px;
    }

    /*Mobile filter*/
    .ocf-theme-light-block .ocf-filter {
        background-color: #f7f3ff !important;
    }

    .ocf-filter-name {
        color: #000;
    }

    .ocf-theme-light-block .ocf-value-count {
        background-color: #2f2b8c !important;
        border-radius: 8px !important;
        color: #fff !important;
    }

    .ocf-minus-circle {
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-circle-x' width='60' height='60' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23eb5756' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cpath d='M10 10l4 4m0 -4l-4 4' /%3E%3C/svg%3E") !important;
    }

    .ocf-active .ocf-filter-discard {
        height: 25px;
        width: 25px;
    }

    .ocf-theme-light-block .ocf-input-group-addon {
        background-color: #ffffff !important;
    }

    .ocf-theme-light-block .ocf-search-btn-static {
        background-color: #f4eeff !important;
        color: #000 !important;
    }

    .ocfilter-mobile-handle  .us-module-btn {
        background: #00a0e8;
        box-shadow: 0px 8px 16px rgb(0 0 0 / 14%);
        color: #fff !important;
        border: none;
    }

    .ocfilter-mobile-handle  .us-module-btn:hover {
        background: #2f2b8c;
        box-shadow: 0px 8px 16px rgb(0 0 0 / 14%);
    }

    .ocf-theme-light-block .ocf-active {
        border: 1px solid #2f2b8c;
    }

    /*Product cart text blocks*/
    .us-product-action-right {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .us-product-advantages-item {
        width: auto;
        min-height: 69px;
        margin-bottom: 0;
        flex-direction: column;
        align-items: center !important;
    }

    .us-product-advantages-cont {
        width: 100%;
    }

    .us-product-advantages-link {
        text-align: center;
        margin-top: 4px;
        margin-bottom: 0;
    }
}

#logo {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px) { 
    #logo {
        text-align: left !important;
    }

    .ocf-theme-light-block.ocf-vertical .ocf-filter, .ocf-theme-light-block.ocf-vertical .ocf-module-page {
        border-radius: 8px !important;
        background-color: #f7f3ff !important; 
    }

    #oct-menu-box:hover #oct-menu-dropdown-menu, 
    .oct-menu-li:hover > .oct-menu-child-ul, 
    .oct-mm-link:hover .oct-mm-dropdown {
        top: 40px;
    }

    .simple-content .checkout-heading {
        font-weight: 600;
    }

    .ocf-theme-light-block .ocf-value-count {
        background-color: #2f2b8c !important;
        color: #fff !important;
    }

    .ocf-selected .ocf-value-input::before {
        border-color: #2f2b8c !important;
    }

    .ocf-theme-light-block .ocf-value .ocf-value-input::after {
        filter: none !important;
    }

    .us-mobile-top-btn {
        display: flex;
        line-height: inherit;
        border-left: 1px solid rgba(255,255,255,.1);
        text-align: center;
        padding: 1px 15px;
        align-items: center;
    }

    .us-mobile-top-btn-item {
        position: relative;
        z-index: 1;
    }

    .mobile-header-index {
        background: none;
        top: auto;
        right: 0;
        position: relative;
        min-width: 16px;
        height: 16px;
        border-radius: 100%;
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        font-weight: 400;
        padding: 0 4px;
        display: inline-block;
        margin-top: 3px;
        margin-left: -3px;
    }

    .us-mobile-top-btn-item img {
        width: 20px;
        height: 20px;
        filter: brightness(3) contrast(3);
    }

    .ocf-theme-light-block .ocf-module-page-list.ocf-scroll-y {
        background-image: none !important;
    }
}

.checkout-totals .table-cart tbody {
    border-left: none;
    border-right: none;
}

.opc-btn-primary {
    background-color: rgb(47, 43, 140);
}

.opc-btn-primary:hover {
    background: #272558;
}

@media (min-width: 320px) {
    .opc_block_totals .totals-inner {
        box-shadow: none;
    }
}