

div#ocfilter .panel-heading {
    display: none;
}
.card__cart {
    background: #fff;
    cursor: pointer;
}

.card__labels {
    position: absolute;
    margin: 5px 0px;
}


body {

    -webkit-text-size-adjust: 100%;

}

html {

    -webkit-text-size-adjust: 100%;

    height: 100%;
}

h2,h3,h4,h5 {

    text-align: center;
}

.list-group-item.ocfilter-option .ocf-option-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 51px;
    margin: 0;
    padding: 10px 50px 11px 20px;
    font-family: 'Circe', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #4c4c4c;
    border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

/*
.list-group-item.ocfilter-option .ocf-option-name::before, .list-group-item.ocfilter-option .ocf-option-name::after {
  position: absolute;
  right: 28px;
  top: calc(50% - 0.5px);
  width: 12px;
  height: 1px;
  background: #100F13;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.list-group-item.ocfilter-option .ocf-option-name::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
*/


.ocfilter-option label {
    position: relative;
    padding: 8px 0 8px 22px !important;
    margin: 0;
    font-family: 'Circe', 'Arial', sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    color: #787878;
    cursor: pointer !important;
}

.ocfilter-option .ocf-option-values {
    margin: 0px;
    max-height: 175px;
    padding: 10px 50px 10px 20px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}


.ocfilter-option .my-new {
    width: 80%;
    position: relative;
    padding: 8px 0 8px 22px !important;
    margin: 0;
    font-family: 'Circe', 'Arial', sans-serif;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
    color: #787878 !important;
    cursor: pointer !important;
}

.ocfilter-option .my-new::before {
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #A6A6A6;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ocfilter-option label input:checked + span:before, .ocfilter-option label.ocf-selected span:before {
    background-color: #ffa841;
}

.list-group-item.ocfilter-option {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}



.list-group-item.ocfilter-option[data-toggle="popover-price"] {
    flex-wrap: wrap;
}
.list-group-item.ocfilter-option[data-toggle="popover-price"] .ocf-option-name {
    width: 100%;
}

.list-group-item.ocfilter-option[data-toggle="popover-price"] .ocf-option-values .noUi-pips-horizontal {
    display: none;
}

.list-group-item.ocfilter-option[data-toggle="popover-price"] .ocf-option-values {
    width: 100%;
    overflow: hidden !important;
	padding: 10px 20px 10px 20px;
}

.list-group-item.ocfilter-option[data-toggle="popover-price"] .ocf-option-values .noUi-origin:nth-last-child(1) {
    right: 0% !important;
    left: calc(100% - 7px) !important;
}

.list-group-item.ocfilter-option[data-toggle="popover-price"] .ocf-option-values .noUi-origin:nth-last-child(2) {
    right: 0% !important;
    left: calc(100% - 7px) !important;
}
div#scale-price {
    margin-bottom: 8px;
}



.ocfilter-option label.no-pd {
    padding: 0px !important;
}










.popover.ocfilter-option-popover button {
    display: block !important;
    border: 2px solid rgb(87, 0, 68)!important;
    align-items: center;
    color: rgb(87, 0, 68)!important;
    border-radius: 3px !important;
    height: auto !important;
    min-height: initial !important;
    padding: 15px 20px !important;
}
.ocfilter-option button.btn {
    width: auto !important;
    min-height: initial !important;
    padding: 10px 20px !important;
}
.selected-options .ocfilter-option {
    padding: 5px 20px 5px 20px !important;
    background-color: #ffffff !important;
}
.list-group-item.selected-options {
    padding: 20px 0px;
}
.list-group-item.selected-options > button.btn.btn-block {
    margin: 15px 20px 0px;
    border-radius: 3px !important;
    width: auto !important;
    min-height: initial !important;
    padding: 10px 20px !important;
}
.ocfilter-option button.btn i.fa.fa-times, .list-group-item.selected-options > button.btn.btn-block i.fa.fa-times-circle {
    margin-right: 5px;
}


.noUi-connect {
    background: #FFA841 !important;
    box-shadow: none !important;
}
.noUi-target {
    border: 1px solid #D3D3D3 !important;
}
.noUi-handle {
    border: 2px solid #FFA841 !important;
}
div#scale-price {
    background: transparent !important;
	height: 4px !important;
}





.ocfilter-option .ocf-option-values::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #F5F5F5;
}

.ocfilter-option .ocf-option-values::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.ocfilter-option .ocf-option-values::-webkit-scrollbar-thumb
{
	background-color: #ffa841;
}


/**************************************************************************/


.prmn-cmngr__confirm-btn + .prmn-cmngr__confirm-btn {
    margin-top: 5px;
}






.alert.alert-success.alert-dismissible {
border: solid 1px #100F13;
    z-index: 750099;
    position: fixed;
    width: calc(100% - 20px);
    max-width: 500px;
    bottom: 10px;
    right: 10px;
    left: initial;
    margin: 0px;
    border-radius: 5px;
    line-height: 1.4;
    color: #100F13 !important;
    font-size: 18px !important;
	padding-right: 45px !important;
    font-weight: 400;
	
}

.alert.alert-success.alert-dismissible a {
    font-weight: 400;
    color: #100F13;
    text-decoration: underline;
}

.alert.alert-success.alert-dismissible button.close {
    top: 20%;
    transform: translate(0px, -50%);
    opacity: 1;
    font-size: 30px !important;
    position: absolute;
    right: 15px;
}

.col-pagination .pagination {
    background: #ffffff;
	text-align: center;
}
.col-pagination {
    padding: 0px 15px;
}
.col-pagination .pagination .active span {
    background-color: rgb(87, 0, 68)!important;
}

.col-pagination .pagination li::after {
    margin: 0;
	content: none;
}
.col-pagination .pagination li {
    border-radius: 5px !important;
    overflow: hidden;
}
.col-pagination .pagination li + li {
    margin-left: 5px;
}
.col-pagination .pagination>li>a, .pagination>li>span {
    background-color: #f5f5f5 !important;
    padding: 10px 15px !important;
    text-align: center !important;
    line-height: 1;
}
.col-pagination + .col-results {
    text-align: center;
    margin: 10px 10px 0px;
}



a:focus, button:focus, *:focus {
    outline: none !important;
}


/*********************************************/

.input-group button.btn i {
    font-size: 12px !important;
}

.input-group button.btn {
    min-height: auto !important;
    height: 20px;
    width: 20px;
    background-color: rgb(87, 0, 68)!important;
    border-radius: 0px !important;
    overflow: hidden !important;
    padding: 5px;
}
.input-group .form-control[name^=quantity] {
    border-radius: 3px;
    overflow: hidden;
}
.input-group button.btn + button.btn {
    margin-top: 1px;
}
.input-group > input.form-control {
    text-align: center;
    font-size: 16px;
    height: 41px;
    padding: 10px 30px 10px 30px;
}
.input-group {
    overflow: hidden;
    border-radius: 3px;
}

.table-responsive td {
    vertical-align: middle !important;
    background: none;
    /* border-top: 1px solid rgb(87, 0, 68)!important;
    border-bottom: 1px solid rgb(87, 0, 68)!important; */
    padding: 10px 15px !important;
}

table.table.table-bordered thead td {
    background: #00cccb;
    color: #fff;
    font-size: 16px;
}


.panel-default>.panel-heading {
   /* border: 1px solid #00cccb;*/
    background-color: #fff;
}

.panel-default>.panel-heading a.accordion-toggle {
    width: 100%;
    display: block;
    position: relative;
    padding-right: 30px;
}

.panel-default>.panel-heading a.accordion-toggle a:focus, .panel-default>.panel-heading a.accordion-toggle a:hover{
text-decoration: none;
}

.panel-default>.panel-heading a.accordion-toggle i {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}


/******************/
#simplecheckout_cart button.btn.btn-danger {
    /* display: none; */
}

#simplecheckout_cart .form-control + span.input-group-btn {
    bottom: 0px;
    top: inherit;
    right: -1px;
}

#simplecheckout_cart .form-control {
    min-width: 90px !important;
}
#simplecheckout_cart span.input-group-btn {
    top: 0px;
    width: 20px;
}

table.simplecheckout-cart td.name, table.simplecheckout-cart td.model {
    text-align: left;
}
table.simplecheckout-cart th.price, table.simplecheckout-cart th.total {
    text-align: center !important;
}
#simplecheckout_cart .input-group-btn.input-group-btn-delete {
    right: initial;
    width: 20px;
    display: block;
    position: absolute;
    left: 0px;
    height: 41px;
}
#simplecheckout_cart .input-group-btn.input-group-btn-delete button.btn.btn-danger {
    height: 100%;
}



.simplecheckout-cart-total {
    border: none !important;
}
.simplecheckout-cart {
    border: none !important;
}
.simplecheckout-cart th {
    border-bottom: 1px solid rgb(87, 0, 68)!important;
    background-color: rgb(87, 0, 68)!important;
    color: #ffffff !important;
}

.simple-content .checkout-heading {
    background-color: none !important;
    border-bottom: 2px solid rgb(87, 0, 68)!important;
    color: #100F13 !important;
}


.simplecheckout-step:not(:nth-of-type(1)) .checkout-heading {


}


 #simplecheckout_step_menu .checkout-heading:last-of-type {

    background-color: none !important;
    border-bottom: 2px solid rgb(87, 0, 68)!important;
    color: #100F13 !important;

 } 
 

span.checkout-heading-button a.text-danger {
    position: relative;
}


.footer__item button.btn.btn-primary {
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 246px;
}

@media (max-width: 576px) {
    .footer__item button.btn.btn-primary {
        display: none;
    }
}

.product-colors__item label {
    pointer-events: none;
}

div#boc_order span.input-group-addon {
    display: none;
}

div#boc_order .caption {
    text-align: left;
}
div#boc_order .checkbox {
    text-align: center;
}



input[type=radio]:checked {

    color: #100F13;
}


div#boc_order input[type="checkbox"], div#boc_order input[type="radio"],
.simplecheckout input[type="checkbox"], .simplecheckout input[type="radio"],
.simple-content input[type="checkbox"], .simple-content input[type="radio"]
{
    width: auto;
    height: auto;
    margin: auto;
    border: initial;
    padding: initial;
    white-space: nowrap;
    -webkit-clip-path: none;
    clip-path: none;
    clip: auto;
    overflow: visible;
    -webkit-appearance: auto;
	left: 0px;
    
}
div#information-contact a.btn.btn-info {
    margin-bottom: 20px;
}



.btn.btn-whatsapp {
    max-width: 200px;
}
.btn.btn-whatsapp span {
    margin-left: 5px;
}






/******************************************************************************/
.account-main h2 {
    text-align: center;
    justify-content: center;
    font-size: 20px;
    margin: 17px 0px 10px;
    line-height: 1.4;
}

.new-container p {
    text-align: center;
    justify-content: center;
    
}

/* .new-container .list-group a, #column-right .list-group a {
    background: #e5e5e5;
    border: 1px solid #00cccb;
    color: #100F13;
    padding: 15px 20px;
    margin-bottom: 5px;
    box-shadow: 3px 3px 2px #ccc;
    font-size: 1.4rem;
    line-height: 1.2;
	-webkit-transition: all 2.8s ease-in-out;
    transition: all 2.8s ease-in-out;
}

.new-container .list-group a:hover, #column-right .list-group a:hover {
    box-shadow: 2px 2px 1px #ccc;
    left: -3px;
	-webkit-transition: all 2.8s ease-in-out;
    transition: all 2.8s ease-in-out;
} */



.account-main #column-right {

    margin-top: 30px;

}

.account-main {

    background-color: #E9EAEC;
}


.block-account-new {
    margin: 10px 0;
    box-shadow:         1px 2px 4px 0px rgba(50, 50, 50, 0.25);
    /* background-image: url('/catalog/view/theme/barashkov/image/lk/lk-bg-sh-2.png'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 456px;
    height: 128px;
    border-radius: 6px;
    position: relative;
}



.change-pass-block-new {
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow:         1px 2px 4px 0px rgba(50, 50, 50, 0.25);
    /* background-image: url('/catalog/view/theme/barashkov/image/lk/ch-pacc-block-new.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 930px;
    height: 343px;
    margin-top: 20px;
    border-radius: 6px;
}


.simplereg_socnetauth2__header {

    display: none;

}

.change-pass-block-new form fieldset {

}



.block-in-block-name {
    display: block;
    margin: 20px 0 20px 20px;
    color: #100F13;
    font-size: 2em;
    font-weight: 600;
}


.change-pass-head {
    font-size: 20px;
    margin: 60px 0 20px 75px;
    display: block;
    
    }
    


.simpleregister-block-content.simple-hide-col-sm-2 > fieldset > div > label.control-label.col-sm-2 {

   display: none !important;
}

.cahnge-password-input {
border-radius: 4px;
    background-color: #00cccb;
    color: #fff;
    width: 100%;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    padding: 7.5px 12px;
    font-size: 12px;
}


.cahnge-password-input:focus {
    border-radius: 4px;
    background: #00b3b2;
        color: #fff;
        width: 100%;
        outline-offset: -2px;
        padding: 7.5px 12px;
        font-size: 12px;
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);

    }
    

.block-account-new a img {
float: left;
height: auto;
width: 30px;
margin: 30px 0 0 60px;
}


.block-account-new a h5 {
    font-size: 1em;
    text-align: left;
    padding: 40px 0 0 100px;
    
    text-decoration: none;
}

.block-account-new a h6 {
    font-size: 1em;
    text-align: left;
    position: absolute;
    top: 80px;
    left: 115px;
    padding: 4px 10px;
    color: #999;
    border: solid 1px #999;
    border-radius: 6px;
}



.block-account-new a h6:hover {
    
    color: #00cccb;
    border: solid 1px #00cccb;
    
}


.block-account-new a  {

    text-decoration: none;
}


.new-container .list-group a, #column-right .list-group a {
    /* background-image: url('/catalog/view/theme/barashkov/image/lk/lk-bg-sh-1.png'); */
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-color: transparent; */
    width: 300px;
    height: 47px;
    box-shadow:         1px 2px 4px 0px rgba(50, 50, 50, 0.25);
    color: #999;
    font-weight: 400;
    border-radius: 6px;

}

.new-container .list-group a:hover, #column-right .list-group a:hover {
    box-shadow:         inset 1px 1px 4px 0px rgba(50, 50, 50, 0.15);
    left: -3px;
	-webkit-transition: all 2.8s ease-in-out;
    transition: all 2.8s ease-in-out;
    border: none;
}

.pagination + .container #column-right {
    padding-top: 20px;
}

.new-container ul.list-unstyled a:hover {
    text-decoration: none;
}
.new-container ul.list-unstyled li {
    margin: 6px 0px;
}
.new-container ul.list-unstyled a {
        text-decoration: none;
}


.simple-content label.control-label.col-sm-2 {
    line-height: 1.4;
    height: 48px;
}

.new-container label.control-label.col-sm-2 {
    line-height: 1.4;
    height: 48px;
    margin-top: 10px;
}
.new-container h1 {
    margin-top: 15px;
}

.new-container .text-right a.btn {
    margin-left: auto;
    margin-right: -15px;
}

div#account-order a.btn.btn-info {
    background: #EEF2F7 ;
    width: auto;
    min-height: auto;
    height: auto;
    padding: 10px;
    color: #00cccb;
    border-radius: 50%;
}
div#account-order td a.btn {
    min-height: auto;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 0px;
    background: none transparent;
    color: #00cccb;
    box-shadow: none;
}

div#account-order td a.btn i {

    padding: 0px;
    margin: 0px;
}

div#account-login.new-container div#content {
    padding-top: 20px;
}

.hit-btn > button {
    display: none;
}


.hide {
display: none !important;

}

.text-left {
    text-align: left !important;
}
.btn > i {
    margin-right: 5px;
}
main {
    padding-bottom: 10px;
}
div#ll_shipping_widget-50 a.btn {
    width: auto;
    padding: 0 19px;
    min-height: 50px;
    margin: 10px;
}

.product-info__availability.green:before {
    background: #00cccb;
}

.product-info__availability.red:before {
    background: #ff0000;
}

.product-info #input-option230 {
    margin-top: 10px;
    padding: 9px 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}


/*26.10.21*/

.product-info__container .radio {
    margin-bottom: 19px;
}

.product-info__container .radio img {
    margin-right: 15px;
    border: 1px solid #e5e5e5;
}

.product-info__container .radio input:checked + img {
    border-color: #00CCCB;
}

.product-info__container .radio label {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-info__container .radio label:hover {
    color: #4c4c4c;
}

.product-info__price .price-new {
    color: #FFA841;
    font-size: 1.5em;
}

.product-info__price .price-old {
    color: #4c4c4c;
    font-size: 16px;
    text-decoration: line-through;
}

/*рейтинт в форме отзывов*/
.rating-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.rating-area .control-label {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}
.rating-area__rait {
    overflow: hidden;
    width: 212px;
    margin: 0 10px;
}
.rating-area__rait:not(:checked) > input {
    display: none;
}
.rating-area__rait:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area__rait:not(:checked) > label:before {
    content: '★';
}
.rating-area__rait > input:checked ~ label {
    color: gold;
}
.rating-area__rait:not(:checked) > label:hover,
.rating-area__rait:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area__rait > input:checked + label:hover,
.rating-area__rait > input:checked + label:hover ~ label,
.rating-area__rait > input:checked ~ label:hover,
.rating-area__rait > input:checked ~ label:hover ~ label,
.rating-area__rait > label:hover ~ input:checked ~ label {
    color: gold;
}
/*рейтинт в форме отзывов end*/

/*виджет рассчитать доставку*/
.modal-title .fa-calculator,
.ll_shipping_widget .panel.panel-default > .panel-heading .fa-truck {
    color: #00CCCB;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ll_shipping_widget .panel.panel-default > .panel-heading a {
    color: #00CCCB;
}

.ll_shipping_widget > .panel.panel-default {
    border-color: #e5e5e5;
    border-radius: 3px;
}

.ll_shipping_widget .panel.panel-default > .panel-heading {
    background: #fff;
    border-color: #e5e5e5;
}

.ll_shipping_widget .panel.panel-default > table td {
    background: #fff;
}

.ll_shipping_widget .panel.panel-default > table td > a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: #00CCCB;
    background: #fff;
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ll_shipping_widget .panel.panel-default > table td > a.btn .fa-calculator {
    color: #00CCCB;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ll_shipping_widget .panel.panel-default > table td > a.btn:hover,
.ll_shipping_widget .panel.panel-default > table td > a.btn:focus {
    background: #00CCCB;
    color: #fff;
}

.ll_shipping_widget .panel.panel-default > table td > a.btn:hover .fa-calculator,
.ll_shipping_widget .panel.panel-default > table td > a.btn:focus .fa-calculator {
    color: #fff;
}

.ll_shipping_widget .panel.panel-default > .panel-footer {
    background: #00CCCB;
    border-color: #00CCCB;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
}

.ll_shipping_widget .panel.panel-default > table td .btn-default {
    background: #00CCCB;
    border-color: #00CCCB;
    width: 135px;
    min-height: 45px;
    margin-left: auto;
}

.ll_shipping_widget .panel.panel-default > table td .btn-success,
.ll_shipping_widget .panel.panel-default > table td .btn.disabled {
    width: 135px;
    min-height: 45px;
    margin-left: auto;
}

.ll_shipping_widget .panel.panel-default > table td .btn-default > i {
    color: #fff;
}

.ll_shipping_widget .panel.panel-default > table td .btn-default:hover {
    background: #fff;
}

.ll_shipping_widget .panel.panel-default > table td .btn-default:hover > i {
    color: #00CCCB;
}
.ll_shipping_widget .panel > .table > tbody > tr > td select,
select.ll_change_point {
    border: 1px solid;
    border-radius: 3px;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    background: transparent !important;
    cursor: pointer;
}

/*виджет рассчитать доставку end*/

#boc_form .text-danger {
    position: static;
}

div#boc_order .checkbox {
    text-align: left;
}

/*пагинация*/


#form-review .pagination {
    margin-top: 0;
}

.pagination li::after {
    color: transparent;
    margin: 0 5px;
}

.pagination > li > a {
    color: #4c4c4c !important;
    background: #e5e5e5;
    border-radius: 3px !important;
}

.pagination > li > a:hover {
    background: #cfcdd5;
}

.pagination > li.active > span {
    background: #4c4c4c !important;
    border-radius: 3px !important;
}
/*пагинация end*/

#checkout-cart .table a + span.text-danger {
    position: static;
}



@-webkit-keyframes rotation {
    0% {
        -webkit-transform:rotate(0deg);
                transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform:rotate(0deg);
                transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
    }
}

.search-page-top {
    margin-bottom: 20px;
}

.product-info__tabs-content h4 {
    margin-bottom: 20px;
    border-bottom: 2px solid #4c4c4c;
    padding-bottom: 10px;
	font-size: 17px;
    display: none;
}

.js-read-more-container {
    overflow: hidden;
	height: auto;
}
span.read-more__toggle-text {
    text-decoration: underline;
    cursor: pointer;
    color: #23a1d1;
}
.read-more__toggle.js-read-more-toggle {
    text-align: right;
}
.product-info__property span:first-child {
    color: #4e4e4e;
    font-weight: 700;
	}

.product-colors__item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-colors__item a {
    padding: 5px 15px 10px 15px;
}
.product-gallery__thumb-item img{
	margin: 0 auto;
}

.product-gallery__top-item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}
.product-gallery__top-item picture {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.product-colors__item label picture {
    width: 100%;
    height: 100%;
    text-align: center;
}




.politics-link {
    text-align: center;
}

.politics-link a {
text-align: center;
width: 100%;
    display: block;
}

@media (max-width: 575px) {
    .politics-link {
        text-align: center;
    }
}
.panel-body h3 {
    margin: 10px 0px 10px;
    font-size: 18px;
    line-height: 1.4;
}

div#information-information div#content .img {
    margin-bottom: 30px;
}
div#information-information div#content p {
    margin: 15px 0px 10px;
}

div#information-information div#sidebar {
    position: sticky;
    top: 15px;
}

.section-block p {
    margin: 15px 0px 10px;
    font-size: 16px;
    /* color: #100F13; */
}






.section-block ul:not([class]) {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-block ul:not([class]) > li {
    position: relative;
    padding: 5px 20px 5px 25px;
}
.section-block ul:not([class]) > li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg' fill='%2300b3b2'%3E%3Cpath d='m256 0c-141.164062 0-256 114.835938-256 256s114.835938 256 256 256 256-114.835938 256-256-114.835938-256-256-256zm129.75 201.75-138.667969 138.664062c-4.160156 4.160157-9.621093 6.253907-15.082031 6.253907s-10.921875-2.09375-15.082031-6.253907l-69.332031-69.332031c-8.34375-8.339843-8.34375-21.824219 0-30.164062 8.339843-8.34375 21.820312-8.34375 30.164062 0l54.25 54.25 123.585938-123.582031c8.339843-8.34375 21.820312-8.34375 30.164062 0 8.339844 8.339843 8.339844 21.820312 0 30.164062zm0 0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
}


.section-block ol {
    margin-top: 10px;
    margin-bottom: 20px;
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0px;
}
.section-block ol > li {
    padding-left: 25px;
    margin-bottom: 6px;
    counter-increment: my-counter;
    position: relative;
}
.section-block ol > li:before {
    content: counter(my-counter) ". ";
    color: #00B3B2;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}






a.card__image img {
    height: auto;
    width: auto;
	/* padding: 15px 20px 25px; */
}
.card__image {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.card--fluid .card__image {
    width: 100px;
    height: auto;
}

/* MY style START */

img.prod-list-img {

    width: 60px!important;
    
}

.catalog-cards--fluid .card--fluid div.card__inner div.card__info a.card__title {

    margin-bottom: 5px;
}


/* MY style END */



.card__label.eight-marta-label span {

    background-color: #ff6799;
}


.quantity .input-group button.btn i {
    margin-right: 0px;
}
.ll_shipping_widget_button {
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgb(87, 0, 68)!important;
    background-image: linear-gradient(to bottom, #00cccb, #01a7a6) !important;
}
h2.section-title.section-title--center {
    display: block;
}
.product-info__item .section-block a.about-section__btn.btn {
    margin-top: 20px;
    min-height: 30px;
    width: 150px;
}

h1.page-title {
    text-align: center;
    padding: 0px 30px 20px 0;
    font-size: 3.4rem;
    line-height: 1.4;
    color: #100F13;
    font-weight: 500;

}

div#information-information .section-block h2 {
    font-size: 2.4em;
    line-height: 1.4;
    margin: 1.6em 0px 1em;
}

div#information-information .section-block h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 1.6em 0px 1em;
}





div#information-information .section-block > *:first-child {
    margin-top: 0px;
}
div#information-information .section-block > *:last-child {
    margin-bottom: 0px;
}

.section-block > *:first-child {
    margin-top: 0px;
}
.section-block > *:last-child {
    margin-bottom: 0px;
}


.ocfilter-mobile-handle button.btn.btn-primary i {
    margin: 0px !important;
    font-size: 1.5em;
    }
.ocfilter-mobile-handle button.btn.btn-primary {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px;
}

.ocf-offcanvas .ocfilter-mobile-handle {
    top: 10px;
}


.bcategory-img {
    display: block;
}


.categories-section__image-new {
    border-radius: 4px;
    overflow: hidden; 

}


a.categories-section__inner {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.categories-section__image-new, .categories-section__image-new img {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    
}

.categories-section__bottom > p {
    font-size: 34px;
    font-family: 'Wermut';
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 0px 0px 10px #100F13;
}

.categories-section__bottom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
     width: 100%;
     left: 50%;
    transform: translate(-50%, -50%);
    bottom: 10%;
}


div.categories-section__bottom.block-color-new {
   position: relative;
   display: block;
   width: 100%;
   height: auto;
   bottom: 0;
     
}


div.categories-section__bottom.block-color-new  > p.categories-section__title {

    color: #100F13;
    padding: 10px 0 8px 0;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 1;
    font-size: 16px;
}

.categories-section__btn {
    margin: 0px !important;
	width: 40px !important;
    height: 40px !important;
}

.categories-section__item--middle .categories-section__inner:hover {
    box-shadow: 0px 0px 10px #666;
}








.categories-section__item--full {
    width: 100% !important;
}
.main-banner__container picture {
    height: 100%;
}



/*******


.product-gallery__top-item, .product-gallery__thumb-item, .product-colors__item a {
    padding: 0px !important;
}
.product-gallery__thumb-item img {
    max-width: 100%;
    max-height: 100%;
}
.product-gallery__top-item img {
    max-width: 100%;
    max-height: 100%;
}
.product-gallery__thumb-item {
    width: 71px;
    height: 95px !important;
	margin-bottom: 5px !important;
}
.product-gallery__thumb-container {
    height: 400px;
}

*******/






.feedback-section__socials .feedback-section__social + .feedback-section__social {
    /* margin-left: 10px; */
    margin-top: 10px;
}
.feedback-section__social svg {
    width: 40px;
    height: 40px;
}

a.feedback-section__social > span {
    font-size: 1.4em;
}





/* ---- MY STYLE ---*/



/*--- slick slider home ----*/

#slick-1 {
    height: auto;
    max-height: 635px;
}


.slider-wrapper {
  width: 100%;
}


.slider-two {
    margin-bottom: 0 !important;
    overflow: hidden !important;
    max-height: 635px;
  width: 100%;
  border: none;
}

.slide {
  width: 100%;
  
}

#slick-1 .slick-dots li {
  width: 20px;
  height: 20px;
  background:  transparent;
  filter: blur(0px);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 8px;
  border: 1px solid #771637;
}
#slick-1 .slick-dots li button {
  width: 0px;
  height: 5px;
}
/* #slick-1 .slick-dots li.slick-active, */
#slick-1 .slick-dots li:hover {
  background: #f8e4e9;
}
/* #slick-1 .slick-dots li button,  */
#slick-1 .slick-dots li button:before {
  color: transparent;
  opacity: 0;
}


.slick-dots {
    bottom: -5px!important;
    width: 30%;
    margin: 0 50px 20px 35%;
    list-style: none;
    text-align: center;
}



li.slick-active span.progressbo {
    padding: 20px 0 0 0;
    overflow: hidden;
    display: block;
    background-color: #771637 !important;
    filter: blur(3px);
    border-radius: 20px;
    
    

}
