.alert-block {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 13000
}

@media(max-width:575.98px) {
    .alert-block {
        right: 1rem !important;
        top: 1rem !important;
        left: 1rem !important
    }
	#product-category .content-block{padding-left: 25px!important;}
}

.sc-alert {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    padding: 0;
    margin-bottom: 1.5rem;
    overflow: hidden
}

@media(min-width:420px) {
    .sc-alert {
        width: 370px;
        min-height: 100px
    }
    .sc-alert-content {
        min-height: 100px
    }
}

.sc-alert-success .sc-alert-icon {
    background-color: #09b83a
}

.sc-alert-danger .sc-alert-icon {
    background-color: #d73e3e
}

.sc-alert-warning .sc-alert-icon {
    background-color: #e57a00
}

.sc-alert-close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.sc-alert-icon {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.sc-alert-text {
    color: #1c1c28;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sc-alert-text a {
    color: #0063f7;
    text-decoration: underline
}

.sc-alert-text a:hover {
    text-decoration: none
}

.alert-text-item + .alert-text-item {
    margin-top: .5rem
}

.sc-alert [data-bs-dismiss=modal] {
    display: none !important
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.modal {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-transition: opacity .3s, -webkit-transform .4s;
    transition: transform .4s, opacity .3s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .3s;
    opacity: 0;
    z-index: 12201
}

#cartModal {
    z-index: 12203
}

.modal-backdrop.show {
    opacity: .8
}

.modal.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.modal-dialog {
    max-width: 440px
}

.modal-dialog.wide {
    max-width: 1024px
}

.modal-content {
    border-radius: .75rem;
    border: 0;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .08), 0 20px 32px rgba(96, 97, 112, .24);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .08), 0 20px 32px rgba(96, 97, 112, .24);
    overflow: hidden
}

.modal-content a {
    text-decoration: underline
}

.modal-content a:hover {
    text-decoration: none
}

.modal-content .sc-btn:not(.sc-btn-with-icon) {
    width: 100%
}

.modal-header {
    border-bottom: transparent;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

@media(max-width:767.98px) {
	
	.testim{        
	padding-left: 15px;
    padding-right: 15px;
	}
	
	.video-testimonial iframe{width:320px!important;}
	
    .modal-dialog {
        margin: 10px;
        padding-top: 60px;
        width: 96%;
        max-width: 100%
    }
    .modal-content {
        /*height: calc(100vh - 60px);*/
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    .modal-header {
        padding: 15px 0 !important
    }
    .modal-title {
        font-size: 1rem !important
    }
	.credit-price .sc-module-price-old{margin-top:5px;}
	    .credit-row {
        border-bottom: 1px solid #f4aa0b;
    }
	.credit-item > p {min-height: auto;}
		    .credit-item {
        display: inline-block !important;
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }
.credit-item-callcreditform .buttons {
    margin-top: 0px;
    margin-bottom: 15px;
}
    .credit-form-holder .credit-button {
        margin-right: 0px !important;
    }
	#logo img{
		width:90px;
	}
}

.modal-header .btn-close {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    opacity: .7
}

.modal-header .btn-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-title {
    line-height: 1.5rem;
    padding-right: 3.625rem
}

@media(max-width:767.98px) {
    .modal-body {
        overflow-y: auto
    }
	.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
}

@media(min-width:768px) {
	.video-testimonial .col-sm-4{
	float:left;
}
    .modal-body {
        min-height: 300px
    }
}

.modal-body-text {
    line-height: 17px
}

.modal-body iframe {
    max-width: 100%
}

.modal-body-agree a {
    text-decoration: underline
}

.modal-body-agree a:hover {
    text-decoration: none
}

.modal-body-agree ol,
.modal-body-agree ul {
    padding-left: 1rem
}

.modal-body-agree ol+p,
.modal-body-agree p+ol,
.modal-body-agree p+p,
.modal-body-agree p+ul,
.modal-body-agree ul+p {
    padding-top: 1rem
}

.modal-body-cart-items {
    max-height: 320px;
    overflow-y: auto;
    border-bottom: 1px solid #f2f4f8
}

.modal-body-cart-items>* {
    margin-bottom: 1rem;
    -webkit-transition: border-color .3s ease-out;
    -o-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out
}

.modal-body-cart-items>:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea
}

.modal-body-product-img {
    border: 1px solid #f2f4f8;
    min-width: 82px
}

.modal-body-product-panel {
    border: var(--ds-main-border);
    flex: 0 0 12550px
}

.modal-body-product-img img {
    height: 64px;
    object-fit: contain;
}

.modal-body-product:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width:370px) {
    .modal-body-product .sc-module-rating-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.modal-body-product .sc-module-rating-star {
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

@media(min-width:413px) {
    .modal-body-product .sc-module-rating-star {
        width: 1.5rem;
        height: 1.5rem
    }
}

.modal-body-product .sc-module-rating-star+.sc-module-rating-star {
    margin-left: .5rem
}

@media(min-width:992px) {
    #back-top {
        right: 2.5rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem
    }
    .modal-body-quick-view-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
        flex: 0 0 510px;
        max-width: 510px
    }
}

.modal-body-quick-view-img .sc-module-stickers-left {
    gap: 0.25rem;
    flex-wrap: wrap;
}

.modal-body-quick-view .sc-product-actions {
    border: 1px solid #f2f4f8
}

.modal-body-quick-view .sc-product-content-attributes,
.modal-body-quick-view .sc-product-content-description {
    border-bottom: 0
}

.modal-body-quick-view .sc-product-content-text ol,
.modal-body-quick-view .sc-product-content-text ul {
    padding-left: 1rem
}

.modal-body-quick-view .sc-product-content-text ol+p,
.modal-body-quick-view .sc-product-content-text p+ol,
.modal-body-quick-view .sc-product-content-text p+p,
.modal-body-quick-view .sc-product-content-text p+ul,
.modal-body-quick-view .sc-product-content-text ul+p {
    margin-top: 1rem
}

@media(max-width:413px) {
    .modal-body-quick-view .sc-btn-text {
        display: none
    }
    .modal-body-quick-view .sc-product-buttons .sc-btn {
        padding: 0 !important;
        width: 40px !important;
        height: 40px
    }
}

.modal-backdrop {
    z-index: 12200;
    background-color: rgba(0, 0, 0, .4)
}

.modal-open {
    overflow: hidden
}

.modal textarea {
    height: 200px !important;
    line-height: 1 !important
}

#cartModal .sc-buy-one-click {
    padding: 0 !important
}

#cartModal .sc-buy-one-click-title {
    font-size: 12px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

#cartModal .sc-buy-one-click-title+form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#modalCartBody p+p,
.sc-popup-success p+p {
    margin-top: 1rem
}

#blogCommentModal .form-control {
    max-width: 100%
}
.desctop-only{display: flex !important;}
.mobile-only{display:none!important;}
@media (max-width: 767.98px) {
	.desctop-only{display:none!important;}
.mobile-only{display:flex!important;}
	.category-list .col-sm-3 {
    width: 93%!important;
    display: block!important;
}
	
	.table_min_price table, .category-info-m h4 + table{width: 100% !important;}
	.box-button-credit.box-button-credit__product{margin-left:30px;position: relative;
        left: -30px;}
    #loginModal {
        z-index: 12204;
    }
}

#loginTabs {
    border-bottom: 0;
}

#loginTabs .nav-link {
    margin-bottom: 0;
    background-color: #fff;
    border-color: #f2f2f5;
    border-radius: 0.25rem;
    color: #8f90a6;
    padding: .5rem 1rem;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    cursor: pointer;
    line-height: 1;
}

@media (min-width: 1200px) {
    #loginTabs .nav-link {
        padding: .75rem 1.5rem;
        font-size: .875rem;
    }
}

#loginTabs .nav-item + .nav-item {
    margin-left: 0.5rem;
}

#loginTabs .nav-link.active {
    color: #1c1c28;
    font-weight: 700;
    background-color: #FFF;
    border-color: #e4e4eb;
    position: relative;
}

#loginTabs .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

#otp-form-code .otp-code-block {
    background: #f2f4f8;
}

.sc-location {
    -webkit-box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16);
    box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16)
}

.sc-location+.sc-location {
    margin-top: 1rem
}

.sc-location .sc-btn-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    height: 20px
}

.sc-location .sc-btn-secondary .sc-btn-icon-chevron {
    -webkit-mask-image: url(../img/sprite.svg#include--location-chevron);
    mask-image: url(../img/sprite.svg#include--location-chevron);
    width: 10px;
    height: 10px
}

.sc-location-collapsed {
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    -o-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    overflow: hidden
}

.sc-location iframe {
    max-width: 100%;
    border-radius: .25rem !important;
    max-height: 320px !important
}

.sc-location.active .sc-btn-secondary .sc-btn-icon {
    background: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sc-location.active .sc-location-collapsed {
    max-height: 800px;
    padding-top: 1rem;
    opacity: 1
}

@-webkit-keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

@keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

#sc_fixed_contact_button {
    position: fixed;
    right: 15px;
    bottom: 72px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1020
}

#sc_fixed_contact_button.clicked {
    z-index: 1041
}

#sc_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    display: none
}

#sc_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.sc-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite pulsation;
    animation: 2s infinite pulsation
}

@media(min-width:420px) {
    #sc_fixed_contact_button {
        right: 30px;
        width: 70px;
        height: 70px
    }
    .sc-fixed-contact-pulsation {
        width: 100px;
        height: 100px
    }
}

.sc-fixed-contact-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

.sc-fixed-contact-icon .fa-envelope {
    -webkit-animation: 3s infinite iconOpacity;
    animation: 3s infinite iconOpacity;
    width: 20px;
    height: 20px
}

@media(min-width:420px) {
    .sc-fixed-contact-icon {
        font-size: 28px
    }
    .sc-fixed-contact-icon .fa-envelope {
        width: 28px;
        height: 28px
    }
}

.sc-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

.sc-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s, opacity .3s;
    -o-transition: margin-bottom .3s, opacity .3s;
    transition: margin-bottom .3s, opacity .3s;
    -webkit-box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px
}

@media(min-width:420px) {
    .sc-fixed-contact-text {
        font-size: 8px;
        line-height: 10px
    }
    .sc-fixed-contact-dropdown {
        right: 60px
    }
}

.sc-fixed-contact-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.sc-fixed-contact-item {
    color: #333;
    font-size: 14px
}

.sc-fixed-contact-item > * {
    pointer-events:none
}

.sc-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}

.sc-fixed-contact-item-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.sc-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.sc-fixed-contact-messenger {
    background: #0084ff
}

.sc-fixed-contact-viber {
    background: #7c529d
}

.sc-fixed-contact-telegram {
    background: #2ca5e0
}

.sc-fixed-contact-skype {
    background: #31c4ed
}

.sc-fixed-contact-whatsapp {
    background: #25d366
}

.sc-fixed-contact-email {
    background: #50a8ff
}

.sc-fixed-contact-call {
    background: #3cba8b
}

.sc-fixed-contact-contacts {
    background: #141e1a
}

@media(max-width:991px) {
    .sc-fixed-contact-viber-desktop {
        display: none !important
    }
}

@media(min-width:768px) {
    #sc_fixed_contact_button {
        bottom: 30px
    }
}

.popover {
    font-family: Montserrat, sans-serif;
    border-color: transparent;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    z-index: 1019
}

@media(min-width:360px) {
    .popover {
        min-width: 260px
    }
}

@media(min-width:992px) {
	#modal-creditview .modal-lg {
        width: 900px;
		max-width: inherit;
    }
    .popover {
        z-index: 19999
    }
}

.popover-arrow:before {
    border-color: transparent !important
}

.popover-header {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    font-size: 1.075rem;
    padding: 1rem 1rem .5rem
}

.popover-header:before {
    border-color: transparent !important
}

.popover-body {
    padding: 0 1rem 1rem;
    font-size: .75rem;
    color: #555770
}

.popover-body p+p {
    margin-top: 1rem
}

.popover-body ul {
    padding: 1rem 0 1rem .75rem
}

.body-product main{
	margin-bottom:30px;
}

.reviews-category {
    margin-top: 40px;
}


.reviews-header {
    /* border-bottom: 1px solid #dcdbdb; */
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    color: #107d2d;
	text-transform: uppercase;
}

#bannerreviews {
    border-top: 1px solid #dcdbdb;
    padding-top: 10px;
}

.rating .fa-stack {
    font-size: 8px;
	    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.rating .fa-star {
    color: #FC0;
    font-size: 12px;
}

.reviews-sign {
    text-align: right;
    margin-top: 7px;
    margin-bottom: 5px;
}

.reviews-author {
    font-weight: bold;
    text-align: right;
}

.reviews-date {
    text-align: right;
}

.caption-rev {
    border: 1px solid #eee;
    padding: 2px;
}

.image-rev {
    display: inline-block;
    vertical-align: middle;
}

.title-rev {
    display: inline-block;
    width: 120px;
    /* top: -20px; */
    position: relative;
    left: 3px;
    vertical-align: middle;
    /* max-height: 50px; */
    height: 67px;
    overflow: hidden;
}

.reviews-caption {
    min-height: 0 !important;
}

.reviews-category h4 {
    text-transform: capitalize;
    font: 14px "Roboto", sans-serif, Arial, sans-serif;
}

.reviews-description {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}

.owl-item .col-lg-12{
padding-right: 15px;
    padding-left: 15px;
}


.reviews-category .owl-nav {
    position: absolute;
    top: -66px;
    right: 0px;
}

.reviews-category .owl-carousel .owl-nav button.owl-next, .reviews-category .owl-carousel .owl-nav button.owl-prev {
    font-size: 38px;
    padding: 0px 15px !important;
    /* border-left: 1px solid #eee; */
    height: 50px;
    color: #ccc;
}

.reviews-category .owl-carousel .owl-nav button.owl-next:hover, .reviews-category .owl-carousel .owl-nav button.owl-prev:hover {
    color: #ed7e18;
    background: inherit;
}

.head-cat {
    font-size: 18px;
    margin: 20px 0;
    color: #107d2d;
	text-transform: uppercase;
}

.category-faq{
	margin-top: 40px;
    border-top: 1px solid #dcdbdb;
}

.category-faq-content h2 {
    font-size: 17px;
    margin: 0 0 20px;
}

.table_min_price tbody, td, tfoot, th, thead, tr {
    border: 1px solid;
}


.category-faq-content a, .testim a {
    color: #ed7e18;
}

.category-faq-content a:hover, .testim a:hover{
	    text-decoration: underline;
    color: #ed7e18;
}

.video-testimonial
 {
    margin-bottom: 40px;
	min-height:500px;
}



.testimonial-item blockquote {
    padding: 10px 0px;
    margin: 20px 0 20px;
    font-size: 17px;
    border-left: none;
}

.testimonial-item blockquote:before {
    content: "\201C";
    font-family: serif;
    position: absolute;
    color: white;
    background: #ed7e18;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 1.35;
    text-align: center;
}

.testimonial-item blockquote p {
    margin: 0px 0px 16px 58px;
    font-size: 17px;
}

.sign-test {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
	    margin-left: 50px;
}


.pull-right {
    float: right !important;
}

#testimonial .table-bordered {
    border: 1px solid #ddd;
}

#testimonial .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	background-color: transparent;
}

#testimonial tr {
    background: transparent;
}

#testimonial td {
    padding: 15px;
	border: 1px solid #ddd;
	background: #fff;
    --bs-table-accent-bg: white;
}

.review-text {
    margin: 10px 0px;
}

#testimonial .add-inf, #testimonial .answer {
    display: block;
    text-align: right;
}

#testimonial .rating {
    display: block;
}

#testimonial .answer {
    background-color: #f1efef;
    margin-left: 200px;
    padding: 5px;
    margin-top: 20px;
}

.text-right {
    text-align: right;
}

.fa-chevron-down, .fa-chevron-up{
	margin-left:10px;
}

.testim .first{
	position: relative;
    top: 60px;
}

.testim .second{
	margin-top: 80px;
}

.answer p{
    margin: 0 10px 15px 0;
}

#form-testimonial{
	    margin-top: 60px;
}

.fa-star-o:before {
    content: "\f006";
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

.center-content-between{
	-webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}


.sc-category-cart-btn{
	font-size: 16px;
    margin-top: 15px;
}

.content-block a{text-decoration:underline;}

.sc-megamenu-list-item:last-child{display:none!important;}

@media (min-width: 1200px) {
	.sc-megamenu-list-item {
        /*padding: .25rem .95rem!important;*/
    }
  .motobloki-mega .sc-megamenu-children {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1 !important;
	width: 33%;
        padding: 0px 20px;
  }
  
  .zapchasti-mega .sc-megamenu-children {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1 !important;
	width: 24%;
        padding: 0px 20px;
  }
  
}

@media (max-width: 1199px) {
  .motobloki-mega .sc-megamenu-children, .zapchasti-mega .sc-megamenu-children {
	 -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1 !important;
  }
  .sc-megamenu-children-item li{margin-bottom: 0.75rem;}
  .motobloki-mega .sc-megamenu-children-item .list-unstyled{margin-top: 15px;}
} 


.category-list .col-sm-3 {
    width: calc(24.33% - 20px);
	display: inline-block;
}

.category-list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 15px 10px 10px 15px;
    border: 1px solid #e2e2e2;
    margin: 10px;
    font-size: 18px;
}

.category-list ul li a {
    display: block;
    text-align: center;
}

.category-list ul li a {
    color: #141312;
    text-decoration: underline;
}

.category-list ul li a img {
    display: block;
    margin: auto;
}

.sc-footer-socials-item{text-decoration:none!important;}

.mob_phone{text-align:center;}
.desc_phone {font-size:15px;}

.sc-footer-phones a, .content-block a, .sc-footer-list a{text-decoration:none!important;}

.sc-footer-middle-info li{display: inline-block;
    padding: 0;
    line-height: 2;
    padding: 0px 25px 0px 5px;
    font-size: 15px;
    text-decoration: none;}
	
#back-top .fa-chevron-up{margin-left:0px;}

@media(min-width:768px) {
.sc-footer-middle .sc-footer-title{display:none;}
.product-list .sc-category-cart-btn{    margin-left: 50px;
    margin-top: 0px;}
.product-list .box-button-credit.box-button-credit__product{
	position: relative;
    top: 50px;
    left: -136px;
}
.product-price .box-button-credit.box-button-credit__product {
    text-align: left;
    position: relative;
    top: 25px;
    left: -136px;
}
.product-price .sc-category-cart-btn {
    position: relative;
    top: -30px;
    margin-left: 15px;
}
}

@media (max-width: 767.98px) {
	.sc-footer-middle-info li{display: block;}
	.sc-footer-top .address{
    padding: 0px;
	}
	.sc-footer-top {
    padding: 0rem 0 2rem!important;
	}
	.sc-footer-top .align-items-center{margin: 20px 0px!important;}
	.ocf-footer{margin: 0 0 -370px!important;}
	.ocf-header{margin-top:50px;}
	.sc-breadcrumb{flex-wrap: wrap!important;}
	 .sc-product-images {
        padding: 12px !important;
    }

    .sc-product-images-main-swiper {
        /*max-height: 260px;
        overflow: hidden;*/
    }
	
	.sc-product-images{min-height:auto!important;}

    .sc-product-images-main-swiper .swiper-slide, .sc-product-images-main {
        height: 190px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sc-product-images-main-swiper .swiper-slide img, .sc-product-images-main img {
        max-height: 190px !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: contain;
    }
	#product .sc-product-info-right{margin-top: 0px !important;}
	#product .sc-product-actions-top {padding: 0rem 1rem !important;}
	#product .sc-product-actions-top-right{padding-top: 0.5rem !important;}
	.modal-header .btn-close{margin: inherit!important;}
	
}