.text-lg-end {
    text-align: right!important;
    float: right;
    display: flex;
}
@media (min-width: 480px) {
.width25 {
    width: 25%!Important;
    }
    .vm-products-horizon .vm-product-media-container {
    max-width: 300px!important;
}
}

@media (max-width: 479px) {
.searchsearch2 {
    width: 100%!Important;
    }
    .vm-products-horizon .vm-product-media-container img{
        min-width: 300px;
        margin-left: -22px;
    }
}
.title-product-in-cart {
    font-size: 30px;
}
.catecory-title {
    width: 100%;
    background: #ee6e21;
    padding: 20px;
    font-size: 17px;
      border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#sp-top-bar {
    background: #0a5fb2;
    color: #fff;
}

#sp-top-bar a {
    color: #fff;
}


#sp-top-bar .sp-module {
    margin: 0;
}
a.cat-title {
    color: #fff!Important;
}
.catecory-title:hover {
    width: 100%;
    background: #333;
    padding: 20px;
    font-size: 17px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 8px rgb(0 0 0 / 55%);
    transition: 1s;
}
.article_dior {
    font-size: 12px;
}



.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%;
}

li.breadcrumb-item {
    font-size: 12px;
}
.breadcrumb {
    background-color: #fff!Important;
    border-radius: 0.25rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #000000;
    content: var(--bs-breadcrumb-divider, "\f105");
    font-family: 'fontAwesome';
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    display: block;
    padding: 8px 10px 8px 10px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
    .sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    background: #515151;
    color: #ffffff;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    display: none;
}



/* --- Мои поправки --- */
a {
    color: #333;
}
#sp-main-body {
    padding: 10px 0;
}
.breadcrumb {
    padding: 0.75rem 1rem 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #fff!important;
}
.sp-megamenu-parent>li.active>a {
    line-height: 24px;
}

.sp-megamenu-parent>li>a {
    font-size: 13px!Important;
    font-weight: 600!important;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 1px;
    padding: 0 13px;
}
#sp-bottom .sp-module {
    margin-bottom: 0px;
}
#sp-bottom {
    padding: 50px 0 35px;
}
#sp-footer .container-inner {
    padding: 15px 0;
    border-top: none;
}
@media (max-width: 998px) {
/*#sp-top1 {
    display: none!important;
    }*/
    #sp-top2 .text-lg-end { 
    text-align: center!important;
    float: none; 
    display: inline;
    }
    .vm-products-horizon .product-container {
        padding: 30px 0!important;
    }
    #sp-top-bar {
    padding: 5px 0;
    }
}
@media (max-width: 479px) {
/*.sp-contact-mobile {
    display: none!important;
    }*/
    .product-container-cats {
    padding: 10px 0px 20px 0px!Important;
}
}

#sp-footer {
    font-size: 14px;
    font-weight: 200;
}
#sp-top-bar a:hover {
    color: #999;
}
.lang-inline a:hover img{
    opacity: 0.8;
}
.offcanvas-menu .offcanvas-inner ul.menu>li {
    font-weight: 500;
    text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul.menu-child {
  display: initial;
}
.offcanvas-menu .offcanvas-inner {
  padding-right: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: none;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li {
  padding: 0.25rem 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-deeper.menu-parent {
    padding-bottom: 0.5rem;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul.menu-child {
  display: initial;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu-child > li {
  padding-top: 0.5rem;
  padding-left: 1.1rem;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    padding: 0 20px 0 0;
    width: -webkit-fill-available;
}
.offcanvas-menu .header-modules .search form input {
    background: #fff;
    border: 1px solid #1d1d1d;
    height: 40px;
    font-size: 16px;
    border-radius: 0px;
    padding: 5px 12px;
}

.offcanvas-menu .header-modules .search form:after {
    font-size: 16px;
    line-height: 40px;
}
.offcanvas-menu .pt-4 {
    padding-top: 1rem!important;
}
.sp-scroll-up {
    border-radius: 0!important;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    background: rgba(100, 100, 100, 0.9);
}
span.ctock-low {
    color: #ee6e21!Important;
    font-size: 14px!Important;
    font-weight: 500;
}
.ctock-law {
    font-size: 17px;
    color: #1d365f;
    font-weight: 500;
}
.ctock-available {
    font-size: 17px;
    color: green;
    font-weight: 500;
    margin: 50px 0 0 0;
}
.ctock-available:before {
    font-size: 17px;
    color: green;
    font-family: "FontAwesome";
    font-weight: 500;
    content: "\f00c";
}





/* --- ПОИСК --- */
.searchsearch2 input[type="text"]:not(.form-control) {
    border: none!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
}

.buttonsearch2 {
    border: none!important;
    color: #fff!important;
    background-color: #ee6e21!important;
    padding: 8px 20px!important;
    font-size: 16px;
    display: flex;
    justify-content: center;
}
.buttonsearch2:hover {
    background-color: #ee6e21!important;
}
.but-col {
   
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0;
    width: 74px;
    height: 62px;
    margin: -11px 0;
    background-color: #740202;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: default!important;
}

.but-col .but-button-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    line-height: 18px;
}
.searchsearch2 {
    display: flex;
    width: 50%;
    margin: 0 auto;
}
@media (max-width: 1399px) {
.searchsearch2 {
    width: 65%!important;
    }
}
@media (max-width: 992px) {
.searchsearch2 {
    width: 100%!important;
    }
}
#sp-search {
    background-color: #333!important;
    padding: 8px 0;
    min-height: 60px;
}
//* На лучай, если пригодятся опции по налогам, доставе, наличию - убираем правило  display: none!Important; Эти опции выводятся под ценой товара */
.info-vat, .info-shipping, .my-stock, .article_dior {
  display: none!Important;
}


.desc-text {
    border-top: solid 1px #e7e7e7;
    padding: 40px 0 0 0;
}



input#phone {
    background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x!Important;
    border: solid #ccc 1px!Important;
    border-radius: 4px!Important;
    color: #777!Important;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 5px 5px 4px;
}
#phone {
    background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x!Important;
    border: solid #ccc 1px!Important;
    border-radius: 4px!Important;
    color: #777!Important;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 5px 5px 4px;
}

input, optgroup, select, textarea {

   background: rgba(0, 0, 0, 0)!Important;
    border: solid rgba(247, 247, 247, 0.8) 1px!Important;
    border-radius: 0px!Important;
    color: rgba(247, 247, 247, 0.8)!Important;
    display: inline-block;
    margin: 0px!Important;

}

div#fancybox-title {
    margin: 0px!important;
}

.itemListElement a:hover {
    color: #ee6e21!important;
}
a:hover, a:focus, a:active {
  color: #ee6e21;
}


.tdlable {
	width: 30%;
}
.tdinput {
	width: 70%;
}
.tdtext {
	width: 70%;
}
@media (max-width: 991px){
    .sp-module-content .product-price {
    margin: 0px 0 0;
    }
  .info-vat-card {
    color: #740202;
    font-size: 15px;
    }
  .desc-text {
    border-top: solid 1px #e7e7e7;
    padding: 20px 0 0 0;
    text-align: justify;
    }
  .product-neighbours a.previous-page {
    padding-left: 20px!important;
    text-align: left;
    margin: 0 0 20px 0;
    width: 100%;
    }
  .product-neighbours a.next-page {
    padding-right: 20px!important;
    text-align: right;
    width: 100%;
    }
  .breadcrumb {
    padding: 0.75rem 1rem 0;
    display: none;
    }
  .back-to-category {
    float: right;
    margin: -20px 0 20px 0;
    }
  .ask-a-question-view .product-summary h2 {
    font-size: 13px;
    font-weight: 600;
    }
  input.highlight-button {
    background: #1d365f!important;
    border: none!important;
    border-radius: 0px!important;
    color: #fff!important;
    padding: 10px 20px!important;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    margin: 0px auto;
    display: block;
    }
  .ask-a-question-view .product-summary h2 {
    font-size: 13px;
    margin: 0;
    padding: 0 10px 0 0;
    font-weight: 600;
    }
}
/*
.product-field-display,
.product-field-after-in-cat {
    font-size: 18px;
    color: #1D365F;
    margin: 15px 0 0 0;
    font-weight: 400;
}
*/
.product-field-after-in-cat {
   float: right;
    font-size: 18px;
    margin: 15px 0;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #fff!important;
    background: #666;
}
.logo-image-phone {
    height: 40px!important;
}
.sp-module-content .spacer img {
    margin-bottom: 15px;
    border-radius: 6px;
} 
.sp-module-content .spacer a {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.sp-module-content .spacer {
    text-align: center;
    padding: 0 10px 0 10px;
}
.sp-module-content img:hover {
    opacity: 0.8;
    transition: 0.3s;
}


.sp-module-title {
    font-size: 24px;
    font-weight: 400;
    color: #ff6a0f;
    margin-bottom: 20px;
    padding: 30px 0 20px;
    border-bottom: 1px solid #d2d2d2;
}
#sp-section-4 {
    background: #fafafa;
    padding-bottom: 20px;
}
.main-image img {
    border-radius: 10px;
}
.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
    display: block;
}
.offcanvas-menu .offcanvas-inner .menu-child li > ul li{
  text-transform: none;  
} 
.zind .sppb-addon-wrapper {
    position: inherit;
   z-index: 999;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    background: #666;
}
.offcanvas-menu .logo {
    display: none;
}
.close-offcanvas {
    color: #fff;
}
