@font-face {
    font-family: 'Gilroy';
    src: url('/font/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/font/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/font/Gilroy-Regular.woff') format('woff'),
        url('/font/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/font/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/font/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/font/Gilroy-Medium.woff') format('woff'),
        url('/font/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/font/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('/font/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/font/Gilroy-SemiBold.woff') format('woff'),
        url('/font/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/font/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/font/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/font/Gilroy-Bold.woff') format('woff'),
        url('/font/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/font/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('/font/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/font/Gilroy-ExtraBold.woff') format('woff'),
        url('/font/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        vertical-align: middle;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #feeedc !important;

    
}

table p {
    margin: 0;
}

.imgcat {
    display: flex;
    gap: 10px;
}

.border_radius {border-radius:16px;}

.blur {backdrop-filter: blur(9px);}

.qffile .filelabel {
    background: #ededed;
    font-weight: 800;
    color: #5a5a5a;
    border: solid 1px #cfcfcf;
    border-radius: 6px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.qffile input {
  display:none !important;
}


input.form_btn {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: none;
    background: linear-gradient(45deg, #F7931E, #F7931E);
    color: #fff;
    font-weight:600;
  	cursor:pointer;
}

input.form_btn {
    background: linear-gradient(45deg, #F7931E, #F7931E);
}


.sppb-addon-overlay-image-content {
    border-radius: 6px;
}


















.jcsec,
.jcsec .sppb-container-inner,
.jcsec .sppb-row {
height: 100%;
}

.jcsec .sppb-column-addons {
height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leftsec {
box-shadow: 0 0 30px rgb(0 0 0 / 15%);
border-radius: 16px;
}


.kats .sppb-row .sppb-col-md-4:nth-child(3) .sppb-column-addons {
display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.vmzoomer-image-wrap {
    background: #fff;
}

.imghover img {
width: 100%;

}


.imghover img:hover {
box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

.insec {
padding: 30px 25px !important;
}


.insec > .sppb-container-inner > .sppb-container {
padding: 0;
}



.topleftsec .sppb-container-inner,
.topleftsec .sppb-row ,
.topleftsec .sppb-column-addons {
height: 100%;

}


.lazy .slick-slide > div {
display: flex;
    align-items: center;
    justify-content: center;

}

.lazy .slick-track {
    align-items: center;
}

.lazy .slick-slide img {
display: block;
    margin: 0px auto;
    box-shadow: none;
    border-radius: 16px;
}

.lazy .slick-slide img:hover {
}


.topleftsec .sppb-column-addons {
display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.textbg {
background: linear-gradient(45deg, #3b7ee2, #e2f6ff);
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px #e2f6ff;
}

.textbg h3 {
margin: 0;
    background: url(/images/bg2.png);
    background-size: contain;

}


table td {
text-align: center;
}

.moduletableslid2  {
display: block;
    position: relative !important;
    float: left;
width: 100%;

}

.bggradient .sppb-row-container:before  {
    content: '';
    background: linear-gradient(180deg, #1858BD, #73C3CE);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
opacity: 0.75;
}


.linesbefore:before {
content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(/images/line.svg) repeat-x;
    background-size: contain;
    z-index: 1;

}


.linesafter:after {
content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(/images/line.svg) repeat-x;
    background-size: contain;
    z-index: 1;

}


.prodmore  {
width: 100%;
    display: block;
    background: #3b7ee2;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 5px 15px;
color: #191C1C;
}

.prodmore:hover {
color: #fff;
background: #191C1C;
}

.borderbefore {

}

.containernopadding .sppb-container {
padding: 0;

}

.vmslider.slick-slider .slick-list {
margin: 0 -8px !important;
}

.akcbanner img {
border-radius: 0px;
box-shadow: 0 0 15px rgb(0 0 0 / 15%);
overflow: hidden;
}


.akcbanner img:hover {
box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}

.callbackopen #sp-header {


}

.vmslider-product-wrap .dops {
position: absolute;
    top: 8px;
    right: 8px;
}

.category-view .spacer .dops {
position: absolute;
    top: 5px;
    right: 5px;
}



#sp-left .paramfilter{
overflow: hidden;
}

#sp-left >div {
overflow: hidden !important;

}

#sp-left > div.sticky{
overflow-y: scroll !important;

}

.sticky {
  position: fixed;
  z-index: 101;
transform: translateY(80px);
overflow-x: hidden !important;
overflow-y: scroll !important;
height: 100vh;
}

#sp-left .sticky .paramfilter{
margin: 0 0 80px 0;
}
.stop {
  position: relative;
  z-index: 101;
}


 #sp-left .sticky::-webkit-scrollbar {
	 width: 5px;
}
 #sp-left .sticky::-webkit-scrollbar-track {
	 box-shadow: inset 0 0 5px #97273d;
	 border-radius: 10px;
}
 #sp-left .sticky::-webkit-scrollbar-thumb {
	 background: #97273d;
	 border-radius: 10px;
}


.category-view .vm-trumb-slider .image1 {
opacity: 1;
}


.category-view .vm-trumb-slider .image2 {
opacity: 0;
}


.category-view .spacer:hover .vm-trumb-slider .image1 {
opacity: 0;
}

.category-view .spacer:hover .vm-trumb-slider .image2 {
opacity: 1;
}



.filtropen {
font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #97273d;
    padding: 5px 0;
display: none;
background: url(/images/arrbottom.png) no-repeat;
    background-size: 10px;
    background-position: right center;
margin: 0 0 15px 0;
}


.filtropen:hover {
cursor: pointer;
border-top: 1px solid #000;
}

.sppb-tab-content>.sppb-tab-pane {
    display: block !important;
    height: 0 !important;
}

.sppb-tab-content>.sppb-tab-pane.active {
    height: auto !important;
}


.sppb-tab-tabs-content {
overflow: hidden;
}


ul.menudopmenu {
display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;

}

ul.menudopmenu > li > a {
line-height: 20px !important;
background: transparent !important; 
}

.menudopmenu:before, .menudopmenu:after {
display: none;
}

.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
display: none !important;
}


.brands .slick-track {
align-items: center;

}

.brands .slick-slide img {
margin: 0 auto;

}

.slick-slide a {
box-shadow: none !important;
outline: none;
}

.rightbefore:before {
content: '';
    background: #ee9dae;
    position: absolute;
    top: 0;
    right: -100px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    opacity: 0.2;
    pointer-events: none;
}


.leftbefore:before {
content: '';
    background: #e6f2f8;
    position: absolute;
    bottom: 30px;
    left: -100px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    opacity: 1;
    pointer-events: none;
}



.vmslider {
    margin: 0 !important;
    border: 0px solid #eee;
}


.soctop {
display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.soctop img {
width: 30px;

}


.textgrad h3 {
background: -webkit-linear-gradient(45deg, #2fe3f2, #036fd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.overflowh {
overflow: hidden;
}

.gradin:before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #fff 0%, #ffffff 20%, transparent 100%);


}

#sp-callback {

}


.height100,
.height100 .sppb-container-inner ,
.height100 .sppb-row,
.height100 .sppb-wow {
height: 100%;
}



.spaceb {
height: 100%;

}

.spaceb .sppb-container-inner {
height: 100%;
}

.spaceb .sppb-row {
height: 100%;
}

.spaceb .sppb-column-addons {
display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.borderhead h3 {
border-left: 5px solid #eb3e7d;
padding: 0 0 0 7px;
}

.boxshadow {
box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}



.borderbut .sppb-btn {
border: 1px solid #3b7ee2;
background: transparent;
color: #3b7ee2;

}

.borderbut .sppb-btn:hover {
border: 1px solid #3b7ee2;
background: #3b7ee2!important;
color: #fff;

}


.callbackcopytext,
.callbackcopytext a {
font-size: 14px;
color: #000 !important;
}



#sp-top4 .phoneic {
justify-content: flex-end;
    text-align: right;

}

#sp-callback .sp-column  {
display: flex;
    flex-direction: column;
    align-items: flex-end;
gap: 5px;
    justify-content: center;
}

#sp-header .phoneic {
font-size: 14px;

}

#sp-top2 .phoneic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#sp-top2 .phoneic .phoineiclabel {
font-size: 14px;
    color: #817f7f;
font-weight: 600;

}

#sp-top2 .phoneic a {
font-size: 16px;
font-weight: bold;
}


#sp-top1 .phoneic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
font-size: 16px;
font-weight: bold;

}

#sp-top1 .phoneic .phoineiclabel {
font-size: 14px;
    color: #817f7f;
font-weight: 600;

}


#sp-callback .phoneic {
font-weight: 700;
    font-size: 26px;
}


#sp-callback .phoneicon {
}

.pinkline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 75px;
    height: 100px;
    background: linear-gradient(-90deg, #edc3ca, #1d1a39);
    width: 100%;
}


.pinklineright:before {
    content: '';
    position: absolute;
    left: 0;
    top: 75px;
    height: 100px;
    background: linear-gradient(90deg, #edc3ca, #1d1a39);
    width: 100%;
}




.upmenu:before, .upmenu:after {
display: none;
}

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


.headtext {
display: flex;
    align-items: flex-end;
    gap: 20px;
}

.headtext h3 {
margin: 0;
font-size: 40px;
line-height: 40px;
}

.headtext p {
margin: 0;

}

.textblock {
padding: 15px;
border: 0;
border-left: 3px solid #add954;
border-radius: 20px;
box-shadow: 0 10px 30px 0 rgba(20,3,67,.08);
}

.textblock p {
margin: 0;
}

.borderimg img {
border-radius: 15px;

}



.borderimageleft img {
border-left: 5px solid #eee;
    padding: 0 30px 0 15px;
}

.borderimageright img {
border-right: 5px solid #eee;
    padding: 0 15px 0 30px;
}


.bgsize {
background-size: 15% !important;
}


.skidimg img {
width: 100%;
box-shadow: 0 0 30px rgb(0 0 0 / 15%);
border-radius: 16px;
}

.aboutsec .sppb-col-md-11 .sppb-column {
position: relative;
background: #f5f6f7;
    padding: 30px 15px !important;
overflow: hidden;
}

.vmslider-product {
position: relative;
overflow: hidden;

}




.breadcrumb {
background: #fff;
border-radius: 0 0 6px 6px

}


.aboutsec .sppb-col-md-11 .sppb-column:before {
content: '';
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 150px;
    transform: skew(-50deg, 0deg);
}

.qfcopytext  {
margin: 10px 0 0 0;
    font-size: 14px;
}

.bigbut .sppb-btn {
background: #e93423;
color: #fff;
width: 100%;
line-height: 60px;
}

.bigbut .sppb-btn:hover {
background: #1f1f1f;
}


.yellowbut .sppb-btn {
background: #bfb9b5;
color: #1f1f1f;
width: 100%;
line-height: 60px;
}

.yellowbut .sppb-btn:hover {
background: #1f1f1f;
color: #fff;
}




.socfoot.socmid {
justify-content: center;
}

.socmid .socfoot img {
    width: 50px;
}

#sp-logo {
padding-right: 30px;

}

.clients {
display: flex;
gap: 15px;
flex-wrap: wrap;
align-items: center;
    justify-content: center;
}

.client {
background: #f6f6f6;
padding: 5px 10px;
text-align: left;
border-radius: 10px;
}

.client:hover {
background: #e6e6e6;
}






.containerinside .sppb-row-container > .sppb-row {
padding: 30px;
background: #f8f8f8;
 border-radius: 7px;
border: 0px solid #6f4dbb;
margin: 0;

}

.mainsec .sppb-title-heading  {
position: relative;
    left: -15px;
}

.preimleft  {
border: 1px solid #eee;
    padding: 0;
border-radius: 5px;
position: relative;
background: #fff;
    padding: 10px 10px 10px 0;
box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.preimleft:hover {
box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

.preimleft .sppb-addon-content {
display: flex;
    align-items: center;
gap: 20px;
justify-content: flex-start;
position: relative;

    width: fit-content;
    border-radius: 0px;
    margin: 0;
    padding: 0px;

}



.preimleft h3 {
margin: 0 0 7px 0;
    font-weight: 500;
    font-size: 17px;
    width: fit-content;
    border-bottom: 0px solid #4e4349;
    padding: 0;
line-height: 22px;
}

.preimleft .sppb-media-content {
text-align: left;
}

.preimleft .sppb-addon-text p {
margin: 0;
}


.preimleft .sppb-addon-text {
font-size: 15px;

}

.qr img {
    max-width: 250px !important;
}

.preimleft .sppb-img-container {
min-width: 100px;
    overflow: hidden;
    border: 0px solid #eee;
    display: flex !important;
    align-items: center;
    justify-content: center;

}

.preimleft .sppb-img-container img {
width: 100px;

}

.bordertext .sppb-addon-title {
border-left: 5px solid #cda1f0;
padding: 0 0 0 7px;
width: fit-content;
position: relative;

}




.bordertext.right h3 {
float: right;
padding: 0 7px 0 0;
    width: 100%;
    text-align: right;
border-right: 5px solid #cda1f0;
border-left: 0px solid #cda1f0;
}



.bordertext.right .sppb-addon-content {
text-align: right;
}



.sppb-carousel {
    position: relative;
    border-radius: 0px;
height: 100%;
box-shadow: none;

}

.sppb-carousel-pro {
box-shadow: none;
}


#sp-header .katbut {
background: #ce0b00;
    padding: 0;
    color: #fff;
    border-radius: 5px;
    margin: 0;
    font-size: 16px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 300ms;
gap: 7px;
}


#sp-header .katbut:hover {
background: #1f1f1f;
color: #fff !important;
transition: all 300ms;
}


#sp-header .katbut:before {
content:'';
background: url(/images/katw.png) no-repeat center;
    background-size: contain;
width: 15px;
    height: 15px;
transition: all 300ms;

}

.katbut:hover:before {
content:'';
background: url(/images/katw.png) no-repeat center;
    background-size: contain;
width: 15px;
    height: 15px;
transition: all 300ms;

}



.b1c-form span.b1c-cr > a {
display: none;
}


#sp-skidkatext {
text-align: center;
}

#sp-skidkatext a:hover {
text-decoration: underline;
}


.dropdown.searchdrop .btn {
background: url(/images/lupab.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 25px;
    background-position: center;
box-shadow: none;
margin: 0 auto;
    display: block;
}



.zapyataya {
margin: 0 5px 0 0;
}

dt {
    font-weight: normal;
}

.custsec {
border-radius: 0px;
    overflow: hidden;
}

.custsec .sppb-col-md-8 {
background: rgb(255 255 255 / 90%);
    border-radius: 0px;
    padding: 30px;
box-shadow: 0 0 30px rgb(0 0 0 / 25%);
}

.headborder {
border-bottom: 3px solid #eb3e7d;
    padding: 0 0 5px 0;
    width: fit-content;
    margin: 0 auto;
}

.toprubik:before {
position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(/images/toprubik.png) repeat-x 50% 0;
    content: "";
}




.advbgsize {
background-size: 75px !important;
}

#sp-top1 p {
margin: 0;

}

#sp-top1 .custom,
#sp-top2 .custom {
width:fit-content;
display: flex;
    flex-direction: column;
    gap: 5px;

}

#sp-top1 .sp-module-content {
display: flex;
    flex-direction: column;
align-items: center;
}

.advimg img {
border-radius: 0;
box-shadow: 0 8px 18px rgba(160, 174, 184, 0.27);
}

.advimg img:hover {
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

ul.sppb-gallery:before, ul.sppb-gallery:after {
display:none !important;
}

ul.sppb-gallery {
display: flex;
justify-content: space-between;
    flex-wrap: wrap;
}

ul.sppb-gallery li {
max-width: 23%;
    padding: 15px 0;
    border: 0px solid #eee;
}

ul.sppb-gallery li a {
width: auto !important;
    height: auto !important;
border-radius: 0px;
    border: 0px solid #589051;
    padding: 0;


}

ul.sppb-gallery img {
width: auto !important;
    height: auto !important;
    border: 0px solid #efefef;
    padding: 0px;
box-shadow: 0 0 30px rgb(0 0 0 / 15%);
border-radius: 5px;


}

ul.sppb-gallery img:hover {

}

.rewsec .sppb-row-container {
position: relative;
    top: 75px;
    z-index: 11;
}

.whitesub .sppb-section-title .sppb-title-subheading {
color:#fff;
}

.headbline h3 {
position: relative
}

.headbline h3:before {
content: '';
    width: 65px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: url(/images/bline.png);

}




.clip:before {
content: '';
    clip-path: polygon(0 0, 100% 0, 1% 100%);
    position: absolute;
    top: -1px;
    left: 10%;
    height: 20px;
    display: block;
    background: #fff;
    width: 100%;
z-index: 1;
}


.clipbot:after {
content: '';
    clip-path: polygon(1% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -1px;
    left: 10%;
    height: 20px;
    display: block;
    background: #fff;
    width: 100%;
z-index: 1;
}

.midbut {
width: fit-content;
    margin: 0 auto;
}

.rightbut .sppb-addon-content {
justify-content: flex-end;
}

.pmargin0 p {
margin: 0;
}
.flexend .sppb-row-container > .sppb-row {
align-items: flex-end;
}


.preimgalka h3 {
margin: 0;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
letter-spacing: 0;


}

.preimgalka .sppb-addon-content {
display: flex;
    align-items: center;
justify-content: flex-start;
    gap: 12px;
}

.preimgalka .sppb-img-container {
width: 50px;
}

.bordertopsec {
border-top: 2px solid #eee;

}

.borderbottomsec {
border-bottom: 2px solid #eee;
}







.coloro {
color:#3b7ee2 !important;

}


.mcf_form .price ~ span {
display: none;
}



.skid {
overflow: hidden;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-radius: 16px;
    border: 0px solid #efefef;
height: 100%;

}

.skid.skidtop .title-subtitle-bottom-left {
    height: 100% !important;
}

.skid:hover {
border: 0px solid #ce0b00;
box-shadow: 0 0px 15px rgba(0, 0, 0, .3);
}

.sppb-carousel-inner>.sppb-item {
    padding: 0;


}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner:before  {
    content: '';

}



.skid:hover {
box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.skid .sppb-btn {
background: transparent !important;
    font-size: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


}

.skid .title-subtitle-bottom-left .sppb-addon-title {
    transform: translate3d(0px,0,0);

    font-size: 24px !important;
    margin: 0 0 15px 0;

}

.skid .title-subtitle-bottom-left {
    align-items: center;
    justify-content: center;
}

.skid .title-subtitle-bottom-left .sppb-addon-title a {
font-size: 22px;
    line-height: 26px;

    color: #fff;
    padding: 0px 15px;
    text-align: center;
    border: 0px solid transparent;
    transition: all 400ms;
    font-weight: bold;
    display: block;
    border-radius: 0;
    text-transform: uppercase;
}

.skid:hover .title-subtitle-bottom-left .sppb-addon-title a {

}

.skid .overlay-image-title .sppb-addon-subtitle {
    margin-bottom: 0;
    padding: 0px 15px;
    border-radius: 0;
    font-size: 18px;
    margin: 0;
color: #fff;
text-align: center;
    transform: translate3d(0,0,0);
line-height: 22px;

}

.skid.skidnosub .overlay-image-title .sppb-addon-subtitle {
background: #fff;
    color: #000;

}


.cyrftext {
display: flex;
    align-items: center;
    gap: 15px;
}

.cyrftext h3 {
margin: 0 !important;
}

.cyrftext p {
    margin: 0;
    top: 3px;
    position: relative;

}

.heightsectwo {
height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heightsecsec {
height: 100%;
min-height: 500px;
}



.heightsec .sppb-column-addons > div {
height: 100%;
}


.list-custom .check {
    background: url(images/icons/check_green.svg) no-repeat 5px 4px;
    background-size: 15px;
}





.preim {
padding: 20px;
    position: relative;
    border-right: solid 1px #e8e8e8;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
transition: all 300ms;
overflow: hidden;
background: #fff;
}

.preim.noborderpreim {
border: 0;
}

.preim:hover {
transition: all 300ms;
    box-shadow: none;

}



.preim .sppb-addon-content {
display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
flex-direction: column;
}



.preim .sppb-img-container img {
width: 75px;
    display: block;
}

.preim h3 {
font-size: 20px;
    font-weight: 800;
    text-align: left;
    color: #000;
    width: fit-content;
    margin: 0 0 12px 0;
    padding: 0;

}

.preim .sppb-img-container {
position: relative;
    border-bottom: 0px solid #ce0b00;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #e8e8e8;
    border-radius: 50%;
    width: 90px;
}




.preim .sppb-media-content {
border-left: 0px solid #bfb9b5;
    text-align: left;
    padding: 0 0 0 0px;
}

.preim .sppb-addon-text {

margin: 0px 0 0 0;
    border-top: 0px solid #FF7A00;
text-align: left;
font-size: 16px;
color: #1f1f1f;
}

.preim .sppb-addon-text p {
margin: 0;
color: #757575;

}


.preim .sppb-addon-text ul {
margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}




.preim .sppb-addon-text li {
    background: url(/images/galka.svg) no-repeat 5px 4px;
    background-size: 15px;
    margin-bottom: 15px;
    padding-left: 33px;
}



.preimborder .sppb-row {
border: solid 1px #e8e8e8;
border-radius: 0px;
    overflow: hidden;

}

.preimborder .sppb-column-addons > div {
height: 100%;

}


.kat .sppb-media-content {
position: relative;
    padding: 0 0 0px 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
justify-content: space-between;
gap: 0px;
width: 100%;
bottom: 0;
}


.kat.katleft .sppb-media-content {
    align-items: flex-start;
}

.katbutkat {
background: #c13e32;
color:#fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gilroy';
    letter-spacing: 0;
    font-weight: 600;
width: fit-content;
    margin: 0 auto;
}


.katbutkat:hover {
background: #151515;
color:#fff;
}

.kat .sppb-addon-text {
margin: 10px 0 20px 0;
    text-align: left;
color: #757575;
font-size: 16px;

}

.kat .sppb-addon-text p {
margin: 0;
}

.kat .sppb-addon-text p:nth-child(1) {
margin: 0 0 10px 0;
}



.kat {
position: relative;
    border-radius: 0px;
    border: 0px solid #eee;
    background: transparent;
    padding: 20px;
overflow: hidden;
height: 100%;
box-shadow: none;
transition: all 300ms;
box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
background: #fff;
}


.kat:hover {
border: 0px solid #eee;
box-shadow: 0px 4px 10px rgba(50, 108, 121, 0.14);
transition: all 300ms;
transform: scale(1.05);

}

.kat .sppb-img-container {
position: relative;
padding: 0;
    overflow: hidden;
width: 100%;
}






.kat .sppb-addon-content {
display: flex;
    flex-direction: column-reverse;
    align-items: center;
height: 100%;
gap: 0px;

}

.kat.katleft .sppb-addon-content {
flex-direction: row;

}

.kat.katleft  .sppb-img-container {
    width: 50%;
height: 309px;
position: relative;

}


.kat.katleft  .sppb-media-content {
    width: 50%;

}







.kat .sppb-btn {
background: transparent;
    color: #000;
    font-weight: bold;
    padding: 0;
    line-height: 1;
}

.kat .sppb-btn:hover  {
    color: #000;
background: transparent;

}

.kat .sppb-btn:before {
content: '>';
margin: 0 5px 0 0;

}

.kat h3 a {
font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin: 0px 0 0 0;
    display: block;
    color: #000;
    text-align: left;

    padding: 0;

}


.kat:hover  h3 a {
color: #ce0b00;

}



.kat h3 {
margin: 0 0 0 0;
    text-align: center;
font-size: 20px;
width: 100%;

}



.kat .sppb-img-container img {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0px;
border: 0px solid #8ce78c;
width: 100%;

}

.kat .sppb-img-container a {
z-index: 1;

position: relative;
    height: 100%;
    display: block;
    width: 100%;
}

.kat.color1 h3 a {
color: #fff;
}

.kat.color2 h3 a {
color: #1f1f1f;
}

.kat.color3 h3 a {
color: #fff;
}



.color1 {
background: #1F1F1F;
}

.color2 {
background: #bfb9b5;
}

.color3 {
background: #ce0b00;
}


#sp-section-1 .phoneic img {
width: 20px;
}

#sp-section-1 .phoneic {
justify-content: flex-start;

}

#sp-section-1 .phoneic a {
font-weight: 500;
}

#sp-section-1 p {
margin: 0;
}


.borderradius {

border-radius: 15px;
}


.button_checkbox_uned div {
  display: none !Important;
}
.button_checkbox_uned .opc_title {
  margin-left: 15px !important;
}
.product-field-type-S .product-fields-title-wrapper {
  margin-right: 5px;
}
#customer_note_id {
  display: block !important;
}

.tab-pane .product-fields .product-field-type-S {
  width: 100% !important;
}

.product-field-type-S {
  display: flex !important;
    width: 250px;
}



.sp-module ul >li {
border: 0;
}

div.vm-customfield-cart span {
    background-image: initial !important;
    margin: 0 !important;
    padding: 1px 0 0 0;
    display: block;

}


#basket_container .opc_product_name, #basket_container a {
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px !important;
display: block;
}




form[name="userForm"] input, #com-form-login .inputbox {
position: relative;

padding: 14px 12px 14px 15px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: 0.25em;
    box-shadow: none;
    color: #808080;
height: 45px;
margin: 15px 0;
}


#comments-form input, #comments-form textarea {
position: relative;

padding: 14px 12px 14px 15px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: 0.25em;
    box-shadow: none;
    color: #808080;
height: 45px;
margin: 5px 0;
}


form[name="userForm"] label {
margin: 0 10px 0 0 ;
}

#com-form-login input[type="checkbox"].inputbox {
margin: 0 5px 0 0;
    height: auto;
}





#jc h4 {
    color: #000;
    background-color: inherit;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #D2DADB;
    padding: 0 0 2px 0;
    margin-bottom: 10px;
font-size: 26px;
}


.display-number select {
height: 40px;
}

div.opc_menu_active, div.opc_heading {
    background-color: #b06c67;
    color: white;
}



.opc_very_bottom .field_wrapper > .field_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
    margin: 0 auto;
    position: relative !important;
}


.opc_very_bottom .field_wrapper > .field_wrapper > div {
width: auto !important;
}

#onepage_main_div .field_wrapper .field_wrapper div#agreed_div {
margin-right: 10px;
}

.opc_very_bottom label {

    margin: 0;
}

.smiles {
display: flex;
    align-items: center;
}


#comments-form .btn, #comments-report-form .btn {
background: transparent; 
}



#comments-form .btn div, #comments-report-form .btn div {
    background: #1d1a39;
border-radius: 0px;
    border: 0;
    margin: 0;
    padding: 0 30px;
}



#comments-form .btn div:hover, #comments-report-form .btn div:hover {
    background: #000;

}


#comments-form .btn a {
color:#fff;
line-height: 50px;
}

#comments-form .btn a:hover {
color:#fff;
}


.smiles {
display: flex;
align-items: center;
}

.ac .sppb-title-heading {
}

#sp-header {
}

.sppb-carousel-indicators {
right: 0;
margin: 15px auto 10px auto;
    bottom: 0px;
    width: fit-content;
    left: 0;
}


.fivebloksection .sppb-col-md-1 {
    display: none !important;
}

.fivebloksection .sppb-col-md-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}



img.i {
    max-height: 100%;
    margin: 0 auto;
    display: block;
}




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Gilroy';

}

.nobefore h3:before, .nobefore h3:after {display:none !important;}

.newsblok .sppb-addon-title {
    padding: 10px 0;
    position: relative;
    margin: 0 auto -40px auto;
    top: -50px;
    width: 90%;
    background: #fff;
    text-align: center;
    font-size: 20px;
    display: block;
border: 5px solid #f1f1f1;
}

.newsblok .sppb-addon-title:before {
display:none;
}


.accordeonck .level1 > .accordeonck_outer {
display:block;
padding: 0;
    margin: 0;
position: relative;
}

.accordeonck_outer:hover {
}




#formazakazlkbut {
border: 0;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 6px;
font-size: 0;

}

#formazakazlkbut img {
width: 40px;
    display: block;
    height: 40px;
    background: #ce0b00;
    border-radius: 5px;
    padding: 5px;
transition: all 300ms;
}

#formazakazlkbut img:hover {
background: #1f1f1f;
transition: all 300ms;
}

#sp-lich p {
margin: 0;
}


.searchbut  {
border: 0;
    background: transparent;
    outline: none;
padding: 0;
}

#sp-top2 .fa-user:before {font-size:20px !important;}
#sp-top2 i {margin:0 5px !important;
color: #fff;
    padding: 5px 0 0 0;
}
.wishhead a {margin:0 5px !important;}


.wishinprod {
display: flex;
    align-items: flex-start;
flex-direction: column;
    gap: 15px;
margin: 15px 0 0 0;
}


.wishinprod > a, .wishinprod > form {
margin: 0 0 8px 0 !important;
}







.plg-vmcustom-advanced-variant {
    margin-bottom: 0;
}
.product-fields-title {
margin: 0 0 0px 0;
display: block;
}


.plg-vmcustom-advanced-radio.vmcustomadvanced-is-btn input[type="radio"]:checked + .vmcustomadvanced-radio-info .vmcustomadvanced-radio-text, .plg-vmcustom-advanced-radio.vmcustomadvanced-is-btn input[type="checkbox"]:checked + .vmcustomadvanced-radio-info .vmcustomadvanced-radio-text {
    border: 1px solid #b06c67;
    font-weight: bold;
}

#formazakazbutlk .fa-user:before {font-size:20px;}






.borderblok .sppb-row-container {
border: 1px dashed rgba(0,0,0,0.3);
background: #fff;
    padding-top: 20px;
}

.nowline .sppb-addon-title:before {display:none;}



.input-group-addon {
    padding: 4px 12px;
}


.licimg img{
    position: absolute;
    top: -120px;
    right: 0;
    max-height: 400px;
box-shadow: 3px 15px 5px 5px rgb(0 0 0 / 0.3);

}




#sp-cart {
position:relative;

}

#sp-cart .sp-column  {
display: flex;
    align-items: center;

    justify-content: flex-end;
}



#sp-cart .sp-column  .sp-module:nth-child(1) {


}

#sp-cart .sp-column  .sp-module:nth-child(2) {

}




.full-image {max-width:30%;}


.sp-megamenu-parent >li:last-child {
    padding-right: 0;
}
.slick-slide:active, .slick-slide:focus {border:0 !important;outline:none !important;}



div.search {position:relative;}


.otzyvblok .sppb-row-container {
background:#eee;
padding-top:30px;
}

.copyfoot {
padding: 15px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    width: fit-content;
    border-top: 0px solid rgb(0 0 0 / 25%);
}

#sp-bottom {
font-size: 16px;
position: relative;
border-top: 0px solid #EFEFF2;

}

#sp-bottom:before {
content: '';


}

.katonmainblok .sppb-row-container {
padding-top: 15px;
background:#fff;}


.prodmodule .vmproduct.productdetails {
display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row;

}


.product-price span.PricebasePriceWithTax {
    font-size: 18px;
    color: #bfc5c7;
    margin: 0;
    position: relative;
}
.product-price span.PricebasePriceWithTax:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc5b9;
    left: 0;
    bottom: 10px;
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg);
}


.fullbut .sppb-btn:hover {color:#999 !important;}

.product-pagination {
display:flex;
}

.jmoddiv.jmodinside {
    position: inherit;
}

#login-form {
position: relative;
    top: 0;
    right: 0;
    z-index: 111;
    background: #fff;
    padding: 15px;
    box-shadow: none;
    border-radius: 10px;
    border: solid 0px #e5e5e5;
    width: auto;



}

#login-form .btn {
background: #ce0b00 !important;
    border: 0px solid #13314c !important;
    color: #fff  !important;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    border-radius: 50px;
    font-weight: normal;
}

#login-form .btn:hover {
background: #151515!important;
color:#fff;
}


#login-form span {font-size:16px;}

#login-form .btn > span {
display: none;
}

#login-form .btn:hover {
background: #000 !important;
color:#fff !important;
}

.form-links a {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
}

#form-login-submit {
display: flex;
    justify-content: space-between;
flex-direction: column;
}


.prodid {display:none;}


.infoblok .product-price {
    display: flex;
flex-direction: column;
}
.product-price .price-crossed {
order:1;


}

.product-price .PricesalesPrice {
order:2;
}



.ves {width:45%;
padding-left: 15px;
    font-size: 14px;
display:none;
    color: #747474;
}


.product-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
align-items: center;
    margin-top: 15px;
padding-bottom: 15px;
justify-content: space-between;
width: 100%;
gap: 15px;
}


.catprod .mcf-fields-title {display:none;}
.catprod ul {list-style:none;
    display: flex;
    padding: 0;}

.catprod li {font-size:0px !important;
    margin-right: 5px;
}

.catprod .product-field-type-E {
position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;}


.dropinfo {
display: flex !important;
    align-items: center;
    border-bottom: 0px dashed #93989a;
    width: fit-content;
line-height: 26px !important;
}
.infomenu li.parent ul:before {
content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    background: transparent;
    right: 30%;
    z-index: 111111111;
}


.dropinfo:hover {
cursor:pointer;}

.dropinfo:before {
color: #fff;
    font-family: FontAwesome;
    content: "\f129" !important;
    margin-right: 0;
    background: #000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: normal;
margin-right: 5px !important;
}

.prodmodule ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.prodmodule li {
    font-size: 0px !important;
    margin-right: 5px;
}

.prodmodule .product-field-type-E {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.prodmodule .mcf-fields-title {display:none;}


.prodmodule .product-container {
flex: 1 0 20%;
border: 1px solid #efefef;
    padding: 15px;
}

.prodmodule .product-container:hover {
border: 1px solid #e9e9e9;
transition: all 300ms;
box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
}


.proddescription {
padding-top: 10px;
    font-size: 12px;
color:#666666;}

.prodmodule .prodname {
font-size:16px;
    margin-top: 15px;
display:block;
}

.prodmodule .product-price {
    color: #000;
    font-size: 24px;
display:flex;
    margin: 15px 0;
}


.prodmodule .addtocart-area {
    margin-bottom: 20px;
}

.prodmodule .addtocart-button input {
width:100%;
}

.prodmodule .vm-price-value {
    text-align: left;
}


.prodmodule .spacer {
position: relative;
background: #fff;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.prodmodule a {
font-size: 16px;
    line-height: 24px;
    color: #5c5c5c;
overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.prodmodule a:hover {
color: #000;

}

.prodmodule:hover > input {
background: #343030 !important;
color:#fff !important;
}

.prodmodule .addtocart-bar {
flex-direction: row;
justify-content: space-between;
}

.prodmodule .spacer .prodname {
font-size: 18px;
line-height:22px;
font-weight: 600;
display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.addtocart-area {display:block !important;}


.vmsorting .title {display:none;}
.vmsorting .caret{display:none;}

.product-view .title {display:none;}
.display-number .title {display:none;}


.vmCartModule svg {

    min-width: 30px;
    width: 30px;
    height: 30px;
fill: #fff;

}

.vmCartModule.cartactive svg {
margin-right: 0px;
}

.filtrblok {display: flex;
position:relative;
    justify-content: space-between;
align-items: center;
}


#fancybox-overlay, #fancybox-wrap {display:none !important;}



.btn-default.focus, .btn-default:focus, .btn-default.hover, .btn-default:hover, .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff !important;
    background: #d60000 !important;
    border-color: #d60000;
}
td.cell_quantity {
display: flex !important;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.product-fields .product-field input {width:35px;}

.quantity-controls.quantity-plus {
position: relative;

    background-size: 25px;
    width: 30px;
    border: 0;
    outline: none;
}
.catproducttable .quantity-controls {height: 40px;
    display: flex;
    align-items: center;}
.quantity-controls.quantity-minus {
position: relative;

    background-size: 25px;
    width: 30px;
    border: 0;
    outline: none;
}

#sp-lk .phoneic {margin: 0 15px 0 0;
position: relative;
}


.orderby-displaynumber .btn {
    box-shadow: none;
    margin: 0 5px;
    border-radius: 3px !important;
    line-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.category-view .category .spacer  {
flex-direction: column;
    box-shadow: none;
padding: 15px;
display: flex;
    align-items: center;
    justify-content: center;
border: 1px solid #eee;
border-radius: 5px;
position: relative;
overflow: hidden;
background: #fff;
box-shadow: none;
height: 100%;

}

.category-view .category:hover .spacer {
border: 1px solid #ce0b00;

    text-decoration: none;
    transition: 0.3s;
box-shadow: none;

}


.category-view .category .spacer .category-image  {
min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
padding: 0px;
}
.category-view .category {
margin-bottom: 15px;

}






.productdetails-wrap h1 {
    color: #000;
font-weight: 600;
    font-size: 26px;
    margin: 0px 0 20px 0;

}

.dopinfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;

}
.product-details-container .b1c i {
    padding-right: 5px;
}
.btn_buy i {
    padding-right: 5px;
}
.btn_buy {
    white-space: normal;
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0 0 0;
    line-height: 1.42;
    color: #fff;
    border-radius: 0px;
    background: #222;
    margin: 0 0 10px 0;

text-align: center;
}
.btn_buy:hover {color:#fff;
background: #000;
}
.infoblok {
    display: flex;
    flex-direction: row;
justify-content: space-between;
}
.katl .overlay-image-title {
text-align:left;
}
.katl .sppb-addon-title, .katl .sppb-addon-subtitle {color:#222a3e;}
.katl .sppb-btn {background-color: #259fdf;}
.katl .overlay-image-button-wrap {    transform: translate3d(0,0,0);}

.katc .overlay-image-title {
text-align:center;
}
.katc .sppb-addon-title, .katc .sppb-addon-subtitle {color:#222a3e;}
.katc .sppb-btn {background-color: #259fdf;}
.katc .overlay-image-button-wrap {    transform: translate3d(0,0,0);}

.vmzoomer-additional-images .item.active {
    border-color: #242424 !important;
}

.ot_info .ot_image {
padding: 0 20px 0 0;
}

#myCarousel {
border: 0px solid #ebe6e1;
    border-radius: 0px;
padding: 0;

}

#myCarousel  .slick-track {
    margin: 0;
    gap: 15px;

}

.ot_testimonial .ot_list {
padding: 0px 0 0 0;
margin: 0 0 40px 0;
background: #fff;
border: 1px solid #eee;
     border-radius: 5px;
    box-shadow: none;
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 30px;
position: relative;
}

.ot_testimonial .ot_list:hover {
border: 1px solid #ce0b00;
}

.ot_testimonial .ot_list:after {
content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -1;
    width: 56px;
    height: 40px;
    background: url(/images/bq2.svg) no-repeat;
    background-size: contain;
}

.ot_testimonial .ot_list:hover {
}

.ot_info {
padding: 0;
    display: flex;
    flex-direction: column;
width: 100px;
}


.ot_info .ot_image img {
    border-radius: 50%;
    border: 2px solid #ce0b00;
    float: none;

    padding: 2px;
    width: 100%;
max-width: 100%;

}

.ot_title {
font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.ot_aditional {
margin: 0px 0 30px 0;
display: flex;
    align-items: flex-end;
}


.ot_testimonial .ot_tcontent,.ot_tcontent1 {
color: #000;
    display: block;
    width: 100%;
    border: 0px solid #e76f41;

    padding: 15px;
position:relative;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 0px;

}

.ot_testimonial .ot_tcontent:before {
content: "";
    position: absolute;
top: 25px;
    right: 20px;
    background: url(/images/bq.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    opacity: 1;
}

.ot_testimonial .ot_tcontent:after {
content:"";
position:absolute;
bottom:5px;
right:10px;
background:url(/images/bc.png) no-repeat;
width:15px;
height:12px;
transform: rotate(180deg);
display: none;
}



.ot_testimonial  .ot_name {
    font-weight: bold;
color: #000;
font-size: 20px;
margin: 0 0 5px 0;
}
.ot_testimonial .ot_work {
   font-size: 14px;
color: #000;
}


.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-image-button-wrap {
transform: translate3d(0,0,0);
    align-items: center;
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.skid .overlay-image-title {
position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 15px 6% 0;
}

.article-footer-wrap {display:none !important;}

.fancyboxCounter  {display:none !important;}
.sigProDownloadLink {display:none !important;}
input:active, input:focus,  button:active, button:focus, .sppb-btn:active, .sppb-btn:focus {

outline:none !important;
}
.uslblok h3:before {display:none;}



.sppb-btn:focus, .sppb-btn:hover {
    text-decoration: none;
    box-shadow: none;
}

.formanemodal textarea {height:50px !important;
width: 100% !important;
}


.uslblok .sppb-addon-content {
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}
.uslblok .sppb-img-container {

display: flex !important;
    align-items: center;
min-height: 100px;
}

.uslblok .sppb-media-content {text-align:center;}
.uslblok .sppb-icon {margin-right:20px;}
.uslblok h3 {
    margin: 20px 0 15px 0;
    text-align: left;
    font-size: 20px !important;
    font-weight: bold;
}

.uslblok .sppb-addon-text {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
}

.uslblok img {
max-width: 90px;
    height: auto;
    max-height: 90px;

}

#uslugi .sppb-row {
}

.katmargin .sppb-column-addons {
margin: 0 0 30px 0;
}

.usl {
position: relative;
    transition: all 400ms;
border: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
box-shadow: none;
padding: 15px;
}




.usl:hover {
border: 1px solid #1d1a39;
box-shadow: none;
}

.usl .sppb-addon-content {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
position: relative;
gap: 15px;
}



.usl .sppb-img-container {
padding: 0px;
height: 110px;
display: flex !important;
    align-items: center;
}

.usl .sppb-img-container img {
border-radius: 0px;
width: 250px;
}

.usl .sppb-media-content {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}




.usl:hover .sppb-media-content {
}

.usl h3 {
margin: 0;
    text-align: left;
    background: transparent;

    left: auto;
    right: auto;
    bottom: 0;
    padding: 0px;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;

}

.usl h3 a {
font-size: 18px;
    font-weight: bold;
    position: relative;
    text-transform: none;
    display: block;
    color: #000;
    padding: 10px 10px;
    margin: 0 auto;
    border-radius: 0px;
    text-align: left;
    width: 100%;

}

.usl:hover h3 a {

}

.katbut .katbutlink {
border-bottom: 1px solid #fff;
}

.usl .sppb-addon-text {
color:#fff;
text-align: left;
}




.slick-arrow {
   width: 30px;
    height: 30px;
    box-sizing: border-box;
    background: url(/images/arrrl.png) 50% 50% no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    transition: all .25s;
    position: absolute;
    border-radius: 50%;
    top:calc(50% - 15px);
bottom: auto;
    margin: auto 0;
    overflow: hidden;
    outline: 0;
    z-index: 11;
border: 0px solid #bdbdbd;
box-shadow: none;
background-size: 20px;
opacity: 0.5;
}
.slick-arrow:hover {
background: url(/images/arrbl.png) 50% 50% no-repeat;
border: 0px solid #bdbdbd;
box-shadow: none;
background-size: 20px;
opacity: 1 !important;
}


.blog1latestnews1 .slick-track {
gap: 15px;

}

.blog1latestnews1  {
top: -24px;

}


.blog1latestnews1 a {
outline: none;
}

.blog1latestnews3 img {
width: 100%;
border-radius: 15px;
}

.blog1latestnews4 a {
font-size: 24px;
display: block;
    line-height: 26px;
margin: 8px 0;
    font-weight: 600;


}

.lazy .slick-track {
gap: 15px;
}

#myCarousel .slick-prev, .lazy .slick-prev, .blog1latestnews1 .slick-prev,
.brands .slick-prev {
    left: -30px;

}


#myCarousel .slick-next, .lazy .slick-next, .blog1latestnews1 .slick-next {
    right: -30px;
transform: rotate(180deg);
}


.lazy .slick-prev {
    left: -30px;


}

.lazy .slick-next {
    right: -30px;
}


.brands .slick-prev {
left: -30px;
}

.brands .slick-next {
right: -30px;
transform: rotate(180deg);

}


.vmslider .slick-prev {
    left: -30px;
    top: calc(50% - 20px);
background-size: 20px;
opacity: 0.5;
}

.vmslider .slick-next {
    transform: rotate(180deg);
    right: -30px;
    top: calc(50% - 20px);
background-size: 20px;
opacity: 0.5;
}


.vmslider .slick-arrow {
bottom: auto;
}

.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
background: #ce0b00  !important;
    border-bottom: 0px solid #ce0b00;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0px;
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {

    color: #1d1a39 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #1d1a39 !important;
}


.upmenu li.active a, .upmenu li:hover a {
text-decoration: underline;

  background: transparent !important;
}

.upmenu .active a {
color:#1d1a39 !important;
}


.vmslider-wrapslid6 .vmslider-product {
border: 1px solid #e1e1e1;
}

.modal-header .close {

    position: absolute;
    top: 10px;
    right: 10px;
}



.titlebg .sppb-title-heading {
background: #252525;

    padding: 15px 10px;}
.sppb-nav-tabs {
    border-bottom: 0px solid #e5e5e5;
}

.textalignright {text-align: right;}
textalignleft {}
.buttonleftright button {float:left;}

.grafik {font-size: 20px;
    line-height: 22px;
text-transform: uppercase;
display: flex;
    align-items: center;
    justify-content: center;
}
.grafik p {margin:0;}
.grafik .phoneicon {
    width: 50px;
    height: 50px;}

.usluga img {width:58px;}
.usluga {border: 1px solid #fff;
background: rgba(34, 34, 34, 0.5);
    padding: 4%;}
.usluga:hover {border: 1px solid #252525;
background: rgba(34, 34, 34, 0.7);
}

.sppb-nav-tabs>li.active>a, .sppb-nav-tabs>li.active>a:focus, .sppb-nav-tabs>li.active>a:hover {
border-top: 0px solid #FF675B;
    border-radius: 0px;
    padding-bottom: 10px;
    position: relative;
    border-right: 0px solid #FF675B;
    border-left: 0px solid #FF675B;
background: #8e979e;
color:#fff;
}

.sppb-nav-tabs>li>a {
border: 0px solid #000;

    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 10px;
    position: relative;

}
.sppb-nav-tabs>li:last-child>a {
    border-right-width: 0;
}


.sppb-tab-icon {
display: none;
}


.sppb-tab.tabs-tab {
display: flex;
    flex-direction: column;

}

.sppb-tab-tabs-content p {position:relative;z-index: 111111;}
.sppb-nav-tabs>li {
    flex: 1;
    margin-bottom: 0px;
}

.sppb-nav-tabs>li>a {
    background: rgb(255 255 255 / 0.5);
    color: #000;
font-size:16px;
font-weight:normal;
    border: 0px solid #fff;
text-align: center;
}
.sppb-nav-tabs {
    border-bottom: 0px solid #000000;
display: flex;
    align-items: center;
    justify-content: space-between;
}

.sppb-nav-tabs:before, .sppb-nav-tabs:after {
display: none;
}


sppb-nav>li>a:focus, .sppb-nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
color:#292f32;
}



#sp-page-builder .sp-pagebuilder-page-edit {display:none;}
.redtext {color: #252525 !important;
margin-right: 5px;}




#sp-section-1 {
padding: 10px 0;
width: 100%;
z-index: 1;
    position: relative;
border-bottom: 0px solid #E3E3E7;
font-weight: 500;
font-size: 16px;
}


#sp-section-3 {
width: 100%;
z-index: 11;
    position: relative;
border-top: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;

}

#sp-section-3 .row {
position: relative;
    border-radius: 0px;
margin: 0;
transition: all 300ms;
display: flex;
    align-items: center;

}



#sp-bottom3 p {text-align:center;}
#sp-bottom1 p {text-align:left;}

#sp-bottom3 iframe {
border-radius: 5px;

}


#sp-bottom .row {


}

#sp-bottom .row > div > div   {

}

.image-effect-slide-left .overlay-background-image {
    width: 100%;
    width: 100%;

}

#sp-bottom .socfoot {margin-top:0px;}
.contfooter .socfoot {
    justify-content: flex-start !important;
}


.letters1 {letter-spacing: 1px;}

#sp-top3 {

}

#sp-top3 p {
    margin: 0;
    padding: 0;
}


#sp-top5 .phoneic {
display: flex;
    align-items: center;
    justify-content: flex-start;
margin: 0;
font-size: 16px;
    line-height: 20px;
    font-weight: bold;

}
.maintext p {margin:0;}
.maintext h1 {margin:0;}

.category-image img {
border-radius: 0;
    margin: 0 auto;
padding: 0;


}

.sppb-title-heading {position:relative;}
.wline .sppb-section-title > .sppb-title-heading:before {
    content: '';
    position: absolute;
    bottom: -8px;
    background: #ce0b00;
    padding: 0;
    border-radius: 0;
    width: 100px;
    height: 4px;
    margin: 0 auto;
    right: 0;
    left: 0;
}




.wlinel .sppb-addon-content:before {
content: "";
    border-bottom: 3px solid #259fdf;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    margin: -20px auto 0px auto;
}

.wlinelw .sppb-addon-content:before {
content: "";
    border-bottom: 3px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    margin: -20px auto 0px auto;
}




.bline .sppb-addon-title {
position:relative;
}

.blinenlue .sppb-addon-title {
position:relative;
}


.bline .sppb-section-title  > .sppb-title-heading:before {
content: '';
    position: absolute;
    bottom: -8px;
    background: #46aee5;
    padding: 0;
    border-radius: 0px;
    width: 100px;
    height: 3px;
    margin: 0 auto;
    right: 0;
    left: 0;
}






.blineblue .sppb-section-title  > .sppb-title-heading:before {
content: '';
    position: absolute;
    bottom: 50%;
    margin: 0 auto;
    width: 40%;
    height: 25px;
    left: -5px;
    background: #00a5cb;
    border-radius: 0px;
    z-index: -1;
}



#sp-page-builder .bline .sppb-section-title .sppb-title-heading {
}






.bline1a .sppb-title-heading:before {
content: "";
    border-bottom: 3px solid #1a1a1a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
margin-bottom: -15px;
}

.menu-fixed  .cart-icon {color:#93989a !important;}
.menu-fixed .sp-megamenu-parent >li {}



.shadowimg img {
box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);
}
.socbig img {max-width: 75px;}



.sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {


    font-weight: normal;
}





.formanemodal .qf3form  form {
width: 90%;
    padding: 0px 0px 15px 0px;
	margin: 0 auto;

}

.formanemodal {
background: transparent;
    box-shadow: none;
position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
display: flex;
    align-items: center;
    justify-content: center;
}

.formanemodal .sppb-addon-content {
background: #fff;
    border-radius: 0px;
overflow: hidden;

}

.tradesec {
background: #eff3f6;
    box-shadow: none;
    border-radius: 0px;
height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formanemodal .sppb-addon-title {
text-align: center;
    color: #000;
    padding: 15px 25px 15px 25px;
    font-size: 24px;
font-weight:bold;
background: #ffde00;
margin: 0 0 15px 0;
}



#formazakaz input.qfsubmit {
border: 0px solid #000;
    color: #fff;
background: #e51053;
}

#formazakaz input.qfsubmit:hover {
border: 0px solid #000 !important;
    color: #fff !important;
background: #000 !important;
border-radius: 0px;
}

input.finput{
border: 0px solid #252525;
    color: #fff;
background:#2161aa !important;
position: relative;
    top: 10px;
}

input.finput:hover {
border: 0px solid #cfe789!important;
    color: #000  !important;
}




.vmslider-product .productdetails {
display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}


.banner1 {
  background-color: black !important;
}
img.img-rounded {

}





#basket_container .opc_PricesalesPrice {
  color: #000; 
  }
#basket_container .op_basket_row .opc_total_price, div#basket_container div.op_basket_row div.op_col5_3 {
color: #000; 
}


div.opc_menu_active, div.opc_heading {
 background-color: #242423; 
 color: white; 

 }  
div.opc_menu_active button span {
 color: white; 
}


#onepage_main_div .field_wrapper #confirmbtn_button:hover {
  background-color: #000; 
border:0;
color:#fff;
border: 0px solid #db241c !important;
}
#onepage_main_div button#confirmbtn_button {
color: #fff;
    border: 0px solid #007ffc!important;
    background-color: #ce0b00 !important;
    border-radius: 50px;
    padding: 0px 15px;
height: auto;
font-weight: 600;
}

#onepage_main_div button#confirmbtn_button:hover {
color: #fff;
    border: 0px solid #222!important;
    background-color: #151515 !important;

    padding: 0px 15px;
height: auto;
}


.ui-slider-horizontal {width:100%;}

.deliveryicon img {max-width:150px;}

.paramfilter .values input {
   
   width: 15px;
    height: 15px;
}

.slider-double-handle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
padding: 10px 15px;
}

.paramfilter  {
background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 0;
    z-index: 11;
box-shadow: 0 10px 30px 0 rgba(20,3,67,.08);
}


.paramfilter .slider-range-gt, .paramfilter .slider-range-lt {
width: 45% !important;
    height: 38px !important;
}


#sp-section-2 {
    padding: 0px 0px;
    margin-bottom: 0px;
    z-index: 11;
    position: relative;
top: 0px;
border-top: 0px solid rgb(255 255 255 / 15%);
border-bottom: 0px solid #eee;
box-shadow: 0 10px 18px -4px rgba(0, 0, 0, 0.05);
background: #fff;
}

#sp-section-2 .row {
display: flex;
    align-items: center;
}

.category-view .row {
    display: flex;
    flex-wrap: wrap;
margin-bottom: 30px;
}

iframe {
border:0 !important;
border-radius: 15px;

}





.phoneicon {
    width: 25px;
    height: auto;
    margin: 0;
}


.phoneic {
display:flex;
align-items:center;
text-align: left;
gap: 5px;
}

.phoneic span {
display: flex;
    flex-direction: column;
}

#sp-top1 .phoneic span {
    flex-direction: row;
}



#sp-header .phoneic span {

}


.zap {
margin: 0 5px 0 0;
}


.moduletableslid6 {
padding-left: 15px;
    padding-right: 15px;
clear: both;
}
.btn {font-size: 14px;}
.lkguest {margin:0;}



#sp-page-builder .sppb-section-title {
    margin-bottom: 30px;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 46px;
    color: #000;
    font-weight: 800;
    line-height: 56px;
    border: 0;
    text-align: center;
    padding: 0 0 0 0;
    width: fit-content;
    margin: 0;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
background: transparent;
text-align: center;
}

.hright .sppb-title-heading {
text-align: right !important;
}

#sp-page-builder .sppb-section-title .sppb-title-subheading
color: #777;
font-weight:normal;
font-size: 20px;
margin-top: 15px;

}



#sp-page-builder .lefthead .sppb-section-title .sppb-title-heading {
margin: 0;
}









.vm-customfields-wrap {margin-bottom:15px;}
.dropdown-menu {min-width:200px;padding: 10px;}
.preim h3:before {display:none !important;}


.jmodedit {display:none !important;}

#sp-top2 .sp-column {
display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;

}


.fa-search {font-size:20px !important;}

.socfoot {
    display: flex;
    align-items: center;

}
.socfoot img {
width:40px;
margin-right:15px;}


.formaslid {text-align:center;}


.vmCartModule > a {
position: relative;
    border: 0px solid #181818;
    border-radius: 0 0 0 0;
color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
font-size: 16px;

gap: 3px;
font-weight: 600;
height: auto;
padding: 10px;
box-shadow: none;
background-color: transparent;
    border-radius: 0px;
padding: 0px;

}


.vmCartModule {
text-align:right;
position: relative;
    top: 0px;
    color: #000;
display: flex;
    align-items: center;
    justify-content: flex-end;
margin-bottom: 0px;
background: transparent;
    border-radius: 0px;
padding: 0;
}

.cartactive > a {
background: transparent;
width:auto !important;
padding: 5px 0px;
color: #000 !important;
border: 0px solid #181818 !important;
pointer-events: all !important;
gap: 7px;

}

.vmCartModule .total {
}

.cartactive object {
fill:#000;
margin-right: 10px;
}

.lkreg  {float:left;}
.prodcena {font-size:26px;
top: 10px;}

.cartinfo {color: #000;
padding: 5px;
    display: flex;
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    align-items: center;
    justify-content: center;}



.lkprice {    margin: 20px auto 10px auto;
    display: block;
    text-align: center;}
.lk {
background: transparent;
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 0px;
    border: 2px solid #fff;

}
.lk:hover {
background: #f47e00;
    color: #fff !important;
border-color:#f47e00;

}

.sppb-addon-single-image-container {display:block;}


.headmenu a {color:#fff;font-size: 18px;/* text-transform: uppercase; */}

.headmenu {display: flex;
justify-content: space-between;
    flex-direction: row;}

#mod-search-searchword {background: #fff;
    border-radius: 0px;
border:0;
position:relative;}

.mcf_button  {
    flex-shrink: 0;
    min-width: 165px;
    height: 40px;
    padding: 0 10px !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: #222;
    background: #3b7ee2;
    border: none;
    outline: 0;
     border-radius: 10px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
margin: 15px auto 15px auto;
    display: block;

}

.mcf_button:hover  {
    background: #222;
    color: #fff;
    transition: all 400ms;
    box-shadow: none;
 border-radius: 10px;
}

.sppb-item.sppb-item-has-bg {

}

.sppb-item.sppb-item-has-bg>img {
position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

a.fullreset {display:none !important;}

.sppb-carousel-text h2 {
    text-align: left;
width: fit-content;
    font-weight: 800;
padding: 7px 15px !important;
background: #bfb9b5;
}

.sppb-carousel-pro-text h2 {
font-weight: bold;
}

.sppb-carousel .sppb-row {
align-items: center;
    flex-direction: row;
}

.sppb-carousel-content {
text-align: left;
max-width: 100%;
background: #000;
padding: 7px 15px !important;


}

.sppb-carousel-content p {
margin: 0;
}

.sppb-carousel-pro-inner-content .sppb-row {
flex-direction: column-reverse;
    align-items: flex-start;
gap: 10px;
}

.sppb-carousel-item-inner .sppb-text-right {
    margin-top: 0;
}


.sppb-carousel .sppb-row > .sppb-col-sm-6:nth-child(1) {
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sppb-carousel .sppb-row > .sppb-col-sm-6:nth-child(2) {
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sppb-carousel .sppb-row > .sppb-col-sm-6:nth-child(2) img {
max-height: 125px;
}

.sppb-carousel-pro {
overflow: visible;
padding: 15px;
border-radius: 15px;
box-shadow: 0 0 15px rgb(0 0 0 / 20%);

}

.sppb-carousel-item-inner .sppb-btn {
line-height: 60px;
    padding: 0 50px;

}


.sppb-carousel-item-inner .sppb-btn:hover {


}


.sppb-carousel-caption {
display: flex !important;
    flex-direction: column;
    width: fit-content;
position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
position: relative;
width: auto !important;
margin: 0 auto 0px auto;

}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
padding: 0px ;
z-index: 1;

}




.sppb-carousel-caption .sppb-carousel-text {
margin: 0;
padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: fit-content;
position: relative;
background: transparent;
    height: 100%;
gap: 15px;

}


@media (min-width: 768px) {
  .sppb-carousel-caption .sppb-carousel-text {
    width: 750px;
  }
}


@media (min-width: 992px) {
  .sppb-carousel-caption .sppb-carousel-text {
    width: 970px;
  }
}


@media (min-width: 1200px) {
  .sppb-carousel-caption .sppb-carousel-text {
    width: 1280px;
  }

}

@media (min-width: 1400px) {
  .sppb-carousel-caption .sppb-carousel-text {
    width: 1440px;
  }

}



.bottommenu a {line-height: 1.4 !important;
    padding-bottom: 7px !important;
}

.search form {position:relative;}



.sppb-carousel-arrow .fa-chevron-right, .sppb-carousel-arrow .fa-chevron-left {
right: 50%;
    color: #fff;
    margin-right: 5px;

    width: auto;
    height: auto;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
top: auto;
    bottom: 10%;
border: 0px solid #bdbdbd;
text-shadow: none;
box-shadow: none;

}

.sppb-carousel-arrow.right {
right: 15px;
    left: auto;
    font-size: 0;
    background: url(/images/arrwl.png) no-repeat center center #ce0b00;
    width: 50px;
    height: 50px;
    background-size: 20px;
    transform: rotate(180deg);
border-radius: 50px;
z-index: 1;
}




.sppb-carousel-arrow.left  {
right: auto;
    left: 15px;
    font-size: 0;
    background: url(/images/arrwl.png) no-repeat center center #ce0b00;
    width: 50px;
    height: 50px;
    background-size: 20px;
border-radius: 50px;
z-index: 1;
}


.sppb-carousel-pro .sppb-carousel-arrow.right {
    left: 60px;
    right: auto;
top: calc(100% - 40px);
}

.sppb-carousel-pro .sppb-carousel-arrow.left {
    right: auto;
    left: 0;
top: calc(100% - 40px);
}


.sppb-carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
border-radius: 0px;

}



.sppb-carousel-arrow .fa-chevron-left {
    left: 50%;
    margin-left: 0px;
}
.sppb-carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 1px;
    text-indent: -999px;
    border: 2px solid #f7ede1 ;
    border-radius: 0px;
    cursor: pointer;
}


.sppb-carousel-indicators .active {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 1px;
    text-indent: -999px;
    border: 2px solid #1d1a39 !important;
    border-radius: 0px;
    cursor: pointer;

}


.sppb-carousel-arrow {
opacity: 0.5;
bottom: auto;
    top: calc(50% - 25px);
}

.sppb-carousel-arrow:hover {opacity: 1;
}




.sppb-carousel-indicators .active {background-color:#ccc;
border: 1px solid #fff;}
.phones {
display:flex;
flex-direction:column;
align-items:center;
}

.overlay-image-button-wrap .sppb-btn-custom:hover {
border-bottom: 0px solid #222;

box-shadow: none;}

.serviceblok  .sppb-addon-title a {color:#fff !important;font-size:30px;}
.serviceblok  .sppb-addon-title a:hover {color:#fff !important;text-decoration:underline;font-size:30px;}
.serviceblok .overlay-image-title {background:transparent;bottom:25%;}

#sp-section-1 .row {
display:flex;
align-items:center;
margin-bottom: 0px;
padding: 0;


}

.sp-default-logo {
    max-height: 100px;
    margin: 0px !important;
}



.category .category-name {
text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
width: 100%;
}




.category .category-name h3 {
margin: 0 auto 0px auto;
line-height: 20px;
text-align: center;
font-weight:normal;
display: flex;
    align-items: center;
    justify-content: center;
min-height: 60px;
}

.category .category-name h3 a {
font-weight: 600;
    font-size: 18px;
line-height: 20px;

display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
justify-content: center;
color: #000;

}
.category .category-name h3 a:hover {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.3s;
    color: #000;
font-weight: 600;
}


.cat img {width:90%;}



.catblok {position:relative;}

.catblok .sppb-media-content {
position: absolute;
    bottom: 10%;
    width: 100%;
  
}

.category-view h1 {
margin: 0 0 40px 0;
    line-height: 40px;
    font-size: 30px;
    font-weight: normal;
position: relative;
    color: #242424;
}

.category-view h1:before {
content: "";
display:none;
    border-bottom: 10px solid #259fdf;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 122px;
margin-bottom: -15px;
}

.catblok .sppb-addon-title {margin:10px 15px;
padding:10px;
  background: #fff;
}

.catblok .sppb-addon-content {
max-height: 245px;
    overflow: hidden;}

#sp-cart .fa-heart:before {
    content: "\f004" !important;
    font: normal normal normal 24px/1 FontAwesome;
    color: #d00b0b !important;
    position: absolute;
left: 5px;

}


.wishhead a {font-size:0;}

.orderby-displaynumber {
display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
align-items: center;
flex-wrap: wrap;
gap: 15px;
}
.img-rounded {
border-radius: 0px;
}

.blog .intro-image {
    float: left;
    width: 20%;
}

.entry-image {
    margin: 0 15px 15px 0;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

.search input[type="text"]::placeholder {
color: #212121 ;
}


.search input[type="text"]{
background: #F0F0F0 !important;
    color: #212121  !important;
    border-radius: 5px;
    border: 1px solid #d8d8d8  !important;
float: right;
    width: 100%;
height: 40px;
padding: 0 15px;
box-shadow: none;
}

.search .button {
font-size: 0;
    height: 40px;
    width: 40px !important;
    padding: 0px;
    background: url(/images/lupab.png) #bfb9b5 no-repeat !important;
    border-radius: 0 5px 5px 0 !important;
    transition: none;
    position: absolute;
    top: 0px;
    right: 0;
    background-size: 16px !important;
    border: 0 !important;
    border-left: 0px solid #f2f2f2 !important;
    background-position: 11px 13px !important;

}


.modal-header {display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;}

#formazakaz  input, #formazakaz  textarea {
width:100%;
box-shadow: none !important;
}

#formazakaz  textarea {
height:50px;}
.modal.in .modal-dialog {top:90px;}

#formazakazbut {
margin: 0 auto;
    color: #fff;
    background: #e93423 !important;
    display: block;
    float: none;
    align-items: center;
    flex-direction: row;
    transition: all 100ms !important;

position: relative;
border-bottom: 0px dashed #757575;
line-height: 60px;
border-radius: 0px;
font-weight: bold;
}



#formazakazbut.active {
background: #a72116 !important;
color:#fff;
box-shadow: none;
transition:all 100ms !important;
}



#formazakazbut:hover {

    background: #a72116 !important;
    color: #fff;
    border-radius: 0px;

}

#sp-lk #formazakazbut:hover {
color: #fff;
    background: #303030 !important;
}

.nobutton .sppb-btn {display:none;}
.box_qfwhitebut {
width: min-content !important;
position: relative;
}
.whitebut .sppb-btn {
    color: #fff;
    background: #FF675B !important;
    box-shadow: none;
    border: 0px solid #343030;
}

.blackbut .sppb-btn {
    color: #fff;
    background: #000 !important;
    box-shadow: none;
}

.whitebut .sppb-btn:hover {
color: #000;
    background: #fff!important;
    box-shadow: none;
    border: 0px solid #000;
}

.whitebuthover .sppb-btn:hover {
color:#fff;
background: #000  !important;

box-shadow: none;
}



.defaultt .box_qfwhitebut .btn.btn-primary.qfwhitebut {
top: 0;
left:0;
}


.btn-primary, .sppb-btn-primary {
border: 0px solid #407dbd;
    background: #ce0b00;
    padding: 0 25px;
    color: #fff;
    position: relative;
    line-height: 40px;
border-radius: 5px;
    letter-spacing: 0;

}

.btn-primary:hover, .sppb-btn-primary:hover {
    background: #222 center no-repeat;
    color: #fff !important;
    transition: all 400ms;
    box-shadow: none;
}


.btn.qfwhitebut {
 background: #1d1a39 !important;
    box-shadow: none;
    text-transform: none;
    display: block;
    color: #fff;
    padding: 0px 30px 0px 30px !important;
    border: 0px solid #000;
box-shadow: none;
line-height: 50px;
letter-spacing: 0;

font-weight: bold;
}

.qfwhitebut:hover {
background: #15262e !important;
    color: #fff  !important;
border-bottom: 0px solid #000;
border-radius: 0px;
box-shadow: none;
}

.product-wrap .addtocart-button input {
 
margin: 0 auto;
    display: block;
    width: auto;
padding: 5px 5px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    text-shadow: 0;
    box-shadow: 0 0 0;
    line-height: 1.43;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.42;
}
.product-wrap .addtocart-button input:hover {
box-shadow: none;

}



.sochead {
    display: flex;
    align-items: center;
justify-content: flex-end;
    gap: 15px;

}
.sochead img {
width:30px;}


.socfoot {
    display: flex;
    align-items: center;


}
.socfoot img {
width:30px;
margin-right:15px;
}




.nav-tabs>li.active>a, .nav-tabs>li.active>a:active, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover  {
background: #242424;
    color: #fff;
}

.nav-tabs>li>a:hover, .nav-tabs>a:hover  {
background: #000;
    color: #fff;
}
.product-description {margin-top:20px;}

.tab-content>.tab-pane > div {
margin-top:20px;}

.product-desc-wrap {
display: block;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    margin: 50px 0 50px 0;
}

.btn-padded-wrap {    display: flex;
    flex-direction: column;}
.continue_link {margin-top: 5px;

border-radius:5px;
}
.btn-padded-wrap .showcart {margin-top: 15px;margin-bottom: 15px;
padding: 0 15px;}

.modulemargin0 .sp-module {margin-top:0;}






#sp-bottom1 .sp-module {margin-top:0;}
.qfcapt {display:none !important;}
#offcanvas-toggler {
display:none;
}






.cmbf-form-class .sppb-btn {
width: 100%;
}

.addtocart-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.quantity-wrap {

}

.addtocart-button {

}

.addtocart-bar .quantity-wrap {

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: left;
margin: 0px;
background: #f7f8fa;
    border-radius: 0px;
    padding: 5px;
}


.addtocart-bar .quantity-wrap .quantity-controls {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 20px;
  border-radius: 0px;
  line-height: 26px;
  padding: 0;
}
.addtocart-bar .quantity-wrap .quantity-input {
  width: 40px;
  text-align: center;
  border: 1px solid #d7d7db;
  padding: 0px;
margin: auto 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}

.addtocart-bar .addtocart-button input {
text-transform: none;
    font-weight: normal;

    font-size: 0px;


    border: 0px solid #ff0103 !important;
    color: #fff;

    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2217%22%20viewBox%3D%220%200%2021%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.21%2016.732a1.21%201.21%200%20100-2.42%201.21%201.21%200%20000%202.42z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1%201h3.975l2.523%2010.724a1.35%201.35%200%2001-.15%201.005l-.213.373a.5.5%200%2000.428.753h10.351%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.852%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M5.757%204.286l12.902-1.48a1.189%201.189%200%20011.368%201.173v6.293l-12.632.986-1.638-6.972zM16.21%2016.732a1.21%201.21%200%20100-2.42%201.21%201.21%200%20000%202.42z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) !important;
    background-position: calc(50% - 2px) 14px !important;
    background-repeat: no-repeat !important;
    background-color: #1cc622 !important;
    width: 40px;
    height: 40px;
     border-radius: 50px;
float: right;
box-shadow: none !important;
padding: 0;
}

.product-details-container .addtocart-bar .quantity-wrap {
margin: 0 0 10px 0;
}


.spacer-buy-area .addtocart-bar .addtocart-button input {
 border-radius: 5px;
    background: #1cc622 !important;
    font-size: 16px !important;
    width: fit-content;
    padding: 0 15px;
    min-width: 200px;
    line-height: 40px;
    height: 40px;
color: #fff;
font-weight: 600;

}

.spacer-buy-area .addtocart-bar .addtocart-button input:hover,
.spacer-buy-area .addtocart-bar .addtocart-button input:active,
.spacer-buy-area .addtocart-bar .addtocart-button input:focus {

    background: #46494D !important;
color:#fff;
}


.addtocart-bar .addtocart-button input:hover, .addtocart-bar .addtocart-button input:focus, .addtocart-bar .addtocart-button input:active {
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2217%22%20viewBox%3D%220%200%2021%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.21%2016.732a1.21%201.21%200%20100-2.42%201.21%201.21%200%20000%202.42z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1%201h3.975l2.523%2010.724a1.35%201.35%200%2001-.15%201.005l-.213.373a.5.5%200%2000.428.753h10.351%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.852%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M5.757%204.286l12.902-1.48a1.189%201.189%200%20011.368%201.173v6.293l-12.632.986-1.638-6.972zM16.21%2016.732a1.21%201.21%200%20100-2.42%201.21%201.21%200%20000%202.42z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) !important;

background-color: #444 !important;
    box-shadow: none !important;
    color: #fff;

}

.addtocart-bar .clearfix {
  width: 100%;
display: none;
}

.product-details-container .vm-price-value {
color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    padding: 0px 0 !important;
    margin: 0px 0 5px 0;
}
.nav-tabs>li>a {
 
font-size: 18px;
}
.product-details-container .b1c {

    border: 0;
    padding: 0px 15px;
    font-size: 16px;
    text-transform: none;
    box-shadow: 0 0 0;
    line-height: 16px;
background: #ce0b00;
    color: #fff;
    margin: 15px 0 0px 0;
font-weight: 600;
line-height: 44px;

border-radius: 5px;
border-bottom: 0px dashed #000;
}

.product-details-container .b1c:hover, .product-details-container .b1c:active:hover, .product-details-container .b1c:focus , .product-details-container .b1c:active:focus {
background: #333 !important;
color:#fff;
border: 0px dashed #000;
box-shadow: 0 0 0;
    opacity: 1;
}


.product-details .addtocart-button {
margin-top: 0;
}



.product-details .b1c {
    white-space: normal;
    border: 0;
    padding: 8px 30px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.42;
    color: #fff;
    background: #000;
    margin: 15px 0;
    width: 100%;
}

.product-details .b1c:hover, .product-details .b1c:active:hover, .product-details .b1c:focus , .product-details .b1c:active:focus {
background:#147a55;
color:#fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.18), 0 0px 10px rgba(0, 0, 0, 0.36);
    opacity: 0.95;
}






.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



#jform_avatar-lbl, #jform_avatar {margin-top: 5px;}


div.testimonies-form h3 {display:none !important;}
#jform_comment {margin-top:15px;}
#jform_comment-lbl {margin-top:15px;}
.form-horizontal .control-label {padding:0;}
label#jform_position-lbl {display:none !important;}
input#jform_position {display:none !important;}



label#jform_rating-lbl {display:none !important;}
select#jform_rating {display:none !important;}

label#jform_company_name-lbl {display:none !important;}
input#jform_company_name {display:none !important;}
.control-group.form-group {height:auto;margin: auto;}

.control-group.form-group  label {margin-bottom: 15px;padding:0;}

#testimonies-form .btn {
    margin-top: 20px;
}

div.testimonies-form input, div.testimonies-form textarea, div.testimonies-form select {
padding: 5px 15px;
}

div.testimonies-form input, div.testimonies-form textarea, div.testimonies-form select { 
border-radius: 0px;
}

.vm-trumb-slider {
  margin-bottom: 15px !important;
margin: 0 auto !important;

}

.vm-trumb-slider .slick-track {
margin: 0 auto !important;
}

.vm-trumb-slider .slick-slide img {
margin-bottom:0;}

.product-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-wrap .product-block {
  z-index: 3;
position:relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
margin: 0 0 30px 0;

}

.product-wrap .product-block .spacer {
  margin-bottom: 20px;
  padding: 15px;

  width: 100%;
background: #fff;
border-radius: 5px;
box-shadow: none;
border: 1px solid #cfcfcf;
position:relative;

}

.product-wrap .product-block .spacer:hover {
box-shadow: none;
border: 1px solid #ce0b00;
}


.product-wrap .product-block .spacer .proddescription {
display: none;
}


.product-wrap .product-image {
  margin-bottom: 0;

  position: relative;
}
.product-wrap .product-image .flyblok img {

    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 auto !important;

}
.product-wrap .product-image a {
  position: static;
outline: none !important;
}
.product-wrap .product-image .vm-trumb-slider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  transition: all 0.15s linear;
  background-position: center center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.product-wrap .product-image .vm-trumb-slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.product-wrap .product-image .vm-trumb-slider .slick-prev {
  background-image: url('/templates/trendshop/images/prev.svg');
}
.product-wrap .product-image .vm-trumb-slider .slick-next {
  background-image: url('/templates/trendshop/images/next.svg');
}
.product-wrap .product-image .vm-trumb-slider .slick-dots li {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  padding: 0;
}
.product-wrap .product-image .vm-trumb-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 5px;
}
.product-wrap .product-image .vm-trumb-slider .slick-dots li button:before {
  content: '';
  position: relative;
  opacity: 1;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.2s;
}
.product-wrap .product-image .vm-trumb-slider .slick-dots li.slick-active button:before {
  background: #66615b;
}
.product-wrap .product-info .product-name {
  text-align: left;
  margin-top: 10px;
    text-decoration: none;
    transition: color 300ms ease-out;
}
.product-wrap .product-info .product-name a {

    text-decoration: none;
    font-size: 18px;
    line-height: 26px;

    font-weight: 600;
color:#000;

    transition: color 300ms ease-out;

}

.product-wrap .product-info .product-name a:hover {
  color: #000;
}
.product-wrap .product-info .product-stock-wrap {
  text-align: center;
  margin-bottom: 20px;
display: none;
  font-size: 14px;
}
.product-wrap .product-info .product-stock-wrap .product-stock {
  display: inline-block;
  margin: 0 3px;
}
.product-wrap .product-info .product-stock-wrap .product-review {
  display: inline-block;
  margin: 0 3px;
}
.product-wrap .product-info .product-stock-wrap .product-review a {
  color: #ccc5b9;
}
.product-wrap .product-info .product-stock-wrap .product-review a:hover {
  color: #ff5722;
}
.product-wrap .product-info .product_s_desc {
  font-size: 14px;
  display: none;
  color: #a49e93;
}
.leftcat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;

  flex-wrap: wrap;
  justify-content: flex-start;

  flex-direction: column;

  align-items: flex-start;
  margin-bottom: 0px;
  text-align: center;
}

.leftcat .product-price {
display: flex;
    align-items: flex-start;
    flex-direction: column;
}




.product-wrap .product-details .product-price span.PricebasePriceWithTax {
  font-size: 18px;
  color: #bfc5c7;
  margin: 0;
  position: relative;
}
.product-wrap .product-details .product-price span.PricebasePriceWithTax:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 10px;
  -webkit-transform: rotate(170deg);
  transform: rotate(170deg);
}

.product-wrap .product-details .product-price span.PricesalesPrice {
    color: #000;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;

    padding: 10px 0 !important;
}
.product-wrap .product-details .product-cart {
display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.product-wrap .product-details .product-cart .quantity-wrap {

}
.product-wrap .product-details .product-cart .vm-customfields-wrap {
display:none;
}
.product-wrap .product-details .product-cart .addtocart-bar {

  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
flex-direction: row;
gap: 8px;

}
.product-wrap .product-details .product-cart .b1c {
 
display:none !important;

}
.product-wrap .product-details .product-article {
display:none;
  color: #ccc5b9;
}
.vm-price-value {text-align: left;
}

.product-wrap.line .product-block {
  width: 100%;
}
.product-wrap.line .product-image {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.product-wrap.line .product-info {
  width: 50%;
  float: left;
  padding: 0 30px;
}
.product-wrap.line .product-info .product-name {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
}
.product-wrap.line .product-info .product-stock-wrap {
  text-align: left;
}
.product-wrap.line .product-info .product_s_desc {
  display: block;
}
.product-wrap.line .product-details {
  width: 25%;
  float: left;
    align-items: flex-start;
}
.product-wrap.line .product-details .product-cart {
  margin-bottom: 10px;
}
.product-wrap.line .product-details .product-cart .addtocart-bar {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.product-wrap.line .product-details .product-cart .b1c {
  display: block;
}
.product-wrap.line .product-details .product-price {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.product-wrap.line .product-details .product-article {
  display: block;
text-align: center;
}
.vmslider-product .quantity-wrap {

}


.accordeonck {
}
.accordeonck ul {
 border-radius: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
border: 1px solid #efefef;
overflow: hidden;
}

.accordeonck .level1 {
  box-shadow: none;
  position: relative;
    overflow: hidden;
padding: 0;
}




.accordeonck .level1 > .accordeonck_outer a {
  display: block;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  box-shadow: none;
  background-color: #e8373f;
  color: #fff;
   
border:1px solid transparent;
  border-bottom: 1px solid transparent;
  border-bottom-color: #d6d6d6;
font-weight: bold;
}
.accordeonck img {margin-right:10px;max-width: 40px;}
.accordeonck .level1 > .accordeonck_outer a:hover,
.accordeonck .level1 > .accordeonck_outer a:focus {
  color: #fff;

}
.accordeonck .level1 > .accordeonck_outer a.isactive {
  background-color: #f3869d;
    color: #222;
}

.accordeonck .level1:hover > .accordeonck_outer a {
background-color: #ce0b00;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
    font-size: 16px;
    border-left: 2px solid #000;
transition: all 300ms;
}

.accordeonck .level1:hover > .toggler .toggler_icon {color:#8e8e8e;}
.accordeonck .level1:first-child {

  overflow: visible;
}
.accordeonck .level1:last-child {

  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
border-radius: 0px;
}

.accordeonck .level1:first-child > .accordeonck_outer a {

border-radius: 16px 16px 0 0;
}

.accordeonck .level1:last-child > .accordeonck_outer a {

border-radius: 0 0 16px 16px;
}


.accordeonck .level1 {
border-bottom: 1px solid #efefef;
}

.accordeonck .level1:last-child {
border-bottom: 0px solid #efefef;
}



.accordeonck .level1:last-child > ul > li:first-child > .accordeonck_outer a {
  border-top: 1px solid transparent;
  border-top-color: #678d8e;
}
.accordeonck .level1:last-child > .accordeonck_outer a {
  border-bottom-color: transparent;
border-bottom: 0px;
}
.accordeonck .level2 {
  box-shadow: none;
  position: relative;
}
.accordeonck .level2 > .accordeonck_outer a {
  display: block;
  padding: 10px 40px 10px 10px;
  font-size: 13px;
  box-shadow: none;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid transparent;
  border-bottom-color: #d6d6d6;
}
.accordeonck .level2 > .accordeonck_outer a:hover,
.accordeonck .level2 > .accordeonck_outer a:focus {
  color: #000;
  background-color: #d4d4d4;
}
.accordeonck .level2 > .accordeonck_outer a.isactive {
  background-color: #555555;
color:#fff;
}
.accordeonck .level3 {
  box-shadow: none;
  position: relative;
}
.accordeonck .level3 > .accordeonck_outer a {
  display: block;
  padding: 15px 20px 15px 70px;
  font-size: 14px;
  box-shadow: none;
  background-color: #6b9394;
  color: #fff;
  border-bottom: 1px solid transparent;
  border-bottom-color: #638889;
}
.accordeonck .level3 > .accordeonck_outer a:hover,
.accordeonck .level3 > .accordeonck_outer a:focus {
  color: #fff;
  background-color: #749a9b;
}
.accordeonck .level3 > .accordeonck_outer a.isactive {
  background-color: #749a9b;
}
.accordeonck .level4 {
  box-shadow: none;
  position: relative;
}
.accordeonck .level4 > .accordeonck_outer a {
  display: block;
  padding: 15px 20px 15px 70px;
  font-size: 14px;
  box-shadow: none;
  background-color: #6b9394;
  color: #fff;
  border-bottom: 1px solid transparent;
  border-bottom-color: #638889;
}
.accordeonck .level4 > .accordeonck_outer a:hover,
.accordeonck .level4 > .accordeonck_outer a:focus {
  color: #fff;
  background-color: #749a9b;
}
.accordeonck .level4 > .accordeonck_outer a.isactive {
  background-color: #749a9b;
}
.accordeonck .parent > .toggler .toggler_icon {
  position: absolute;
  right: 3px;

  padding: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 14px);
}
.accordeonck .parent > .toggler .toggler_icon:hover {
color:#fff;
}
.accordeonck .parent > .toggler .toggler_icon:before {
  content: "\f055";
}
.accordeonck .parent.open > .toggler .toggler_icon:before {
  content: "\f056";
}


.accordeonck .level1 > .accordeonck_outer a {
    display: block;
    padding: 15px  15px 15px  15px;
    font-size: 16px;
    box-shadow: none;
    background-color: transparent;
    color: #000;
    line-height: 22px;
    border: 0px solid transparent;

    font-weight: 600;
border-radius: 0px;
    text-align: left;
margin-bottom: 0;
box-shadow: none;
border-left: 2px solid transparent;

}



.vmCartModule .cart-icon {
  font-size: 30px;
  color: #b2bbbd;
  display: inline-block;
  width: auto;
display:none;
}
.vmCartModule:hover .cart-icon,
.vmCartModule.open .cart-icon {
  color: #2e2e2f;
}
.vmCartModule .total_products {
  top: -5px;
    left: 25px;
    position: absolute;
    padding: 3px 7px;
    background: #da1c1c;
    color: #fff;
    border-radius: 0px;
display:none;
}
.vmCartModule .dropdown-menu {
  padding: 15px;
  width: 300px;
}
.vmCartModule .vm_cart_products {
  max-height: 250px;
  overflow-y: auto;
}
.vmCartModule .vm_cart_products a {color:#000 !important;}
.vmCartModule .vm_cart_products .product_row {
  border-bottom: 1px solid #F1EAE0;
  padding: 10px 0;
}
.vmCartModule .image {
  display: block;
  float: left;
  width: 50px;
}
.vmCartModule .product_name {
  margin-bottom: 7px;
}
.vmCartModule .cart_content .product_name a {
  color: #101010;
}
.vmCartModule .cart_content .product_name a:hover {
  text-decoration: none;
  color: #fff;
}
.product_name_block .quantity {font-weight:normal;}
.vmCartModule .product-info {
  padding-left: 70px;
}
.vmCartModule .cart_content .total {
  padding: 10px 0;
  text-align: center;
font-weight: normal;
  font-size: 16px;
color: #000;
}
.vmCartModule .cart_content .total strong {color: #8e8e8e;font-weight:normal; }

.vmCartModule .cart_content .show_cart {
  text-align: center;
}

.vmCartModule .cart_content .show_cart a {
  float: none !important;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
color: #fff !important;
background: #ce0b00;
border:0px solid #bfb9b5;
     border-radius: 50px;
line-height: 40px;
    padding: 0 15px;
font-weight: normal;
letter-spacing: 0;
    font-family: 'Gilroy';
}

.vmCartModule .cart_content .show_cart a:hover {
  float: none !important;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
color: #fff !important;
background: #151515;
border: 0px solid #da1c1c;
box-shadow: none;

line-height: 40px;
}

.vmCartModule .cart_info {
  text-align: center;
  padding-bottom: 15px;
}
.vmCartModule .cart_content .subtotal_with_tax {
  font-weight: normal;
color: #8e8e8e;
}
.vmCartModule .product_name_block {
  padding-left: 70px;
  margin-bottom: 7px;
color: #000;
}
.vmCartModule .customProductData {
  padding-left: 70px;
  color: #ccc5b9;
}





.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}

.b1c-form {  border-radius: 0; -moz-box-shadow: 0 5px 15px #4d4d4d; -webkit-box-shadow: 0 5px 15px #4d4d4d; box-shadow: 0 5px 15px #4d4d4d; display: none; text-align: left; position: absolute; margin: 0 auto; background: #fff; overflow: hidden; width: 350px; z-index: 1000; }
.b1c-form textarea { resize: none; }
.b1c-form label { font-size: 13px; }
.b1c-form .row div { margin-bottom: 0; }
.b1c-form .b1c-fields input, .b1c-form .b1c-fields textarea, .b1c-form .b1c-fields select { outline: none; box-shadow: none !important; }
.b1c-form .b1c-submit {
display: block; margin-left: auto; margin-right: auto;
color:#fff;
font-weight: 600;
background: #ce0b00;
border-radius: 5px;
border: 0;
    outline: none;
}

.b1c-form .b1c-tl { overflow: hidden; border-radius:  0; background: #000; color: #fff;  font-size: 16px; margin: 0 0 11.05px 0; }
.b1c-form .b1c-close { float: right; padding: 8.45px 14.3px; color: #fff; font-size: 19.5px; overflow: hidden; cursor: pointer; }
.b1c-form .b1c-close:hover { text-shadow: 0 0 15px #fff; }
.b1c-form .b1c-close:active { margin-top: 1px; margin-bottom: -1px; }
.b1c-form .b1c-description { margin: 0 13px 11.7px; font-size: 13px; }
.b1c-form .b1c-form-group { margin: 0 11.7px 11.7px; }
.b1c-form .b1c-title-name { margin: 12.35px 0 10px 13px; font-size: 14.3px; }
.b1c-form .b1c-txt.b1c-txt-err { border: 1px solid #ffadad !important; background: #ffebeb !important; }
.b1c-form .b1c-result { padding: 5px 10px; }
.b1c-form .b1c-result div { text-align: center; font-weight: 700; padding: 8px 10px; margin: 5px 0 5px; border-top: 1px solid #ccc; color: #555; }
.b1c-form .b1c-result .b1c-ok { border-top: 1px solid #070; color: #070; background: #c8ed9c; }
.b1c-form .b1c-result .b1c-err { border-top: 1px solid #ffadad; color: darkred; background: #ffebeb; }
.b1c-form .b1c-result .b1c-send { background: #efefef url(loading.gif) 10px no-repeat; }
.b1c-form .b1c-submit-area { border-top: 1px solid #e6e6e6; background: #f2f2f2; padding: 10px 0 0 0; position: relative; }
.b1c-form .b1c-cr { margin: 8px 0 0 0; position: absolute; right: 10px; }
.b1c-form .b1c-cr, .b1c-form .b1c-cr * { font-size: 9.1px; color: #bcbcbc; }

.b1c-bg { opacity: 0.5; -webkit-opacity: 0.5; -khtml-opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)"; display: none; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #4d4d4d; }

@media screen and (max-device-width: 640px) { 
.b1c-form { top: 0; left: 0; margin: 0 auto; width: 95%; right: 0; }
  .b1c-form #b1c-cr { float: right; position: relative; margin: 0; } }
.b1c-submit, button.b1c {
padding: 8px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0px;
    display: inline-block;
    box-shadow: 0 0 0;
color:#fff;
    line-height: 1.42;
background-color: #e2edff ;
}
.b1c-submit:hover, button.b1c:hover {
box-shadow: 0 0 0;
    opacity: 1;
color:#fff;
    background: #333;

}

.b1c-submit:active, button.b1c:active { -moz-box-shadow: 0 0 0 #449d44; -webkit-box-shadow: 0 0 0 #449d44; box-shadow: 0 0 0 #449d44; margin: 5px auto 0; }

right {
display: block;
    text-align: right;
    width: 100%;
}


.dropdown-menu {
font-size: 16px;
}


.sp-megamenu-parent {
display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;

    align-items: center;
    justify-content: space-between;
  position: relative;
width: 100%;
gap: 15px;

}

.sp-megamenu-parent >li:first-child a {
}





.sp-megamenu-parent >li:nth-child(2) {


}




.sp-megamenu-parent >li {

  display: block;
  position: relative;
  padding: 0px;
border-right: 0px solid #eee;


}

.sp-megamenu-parent > li:last-child {
border:0 !important;
}



.sp-megamenu-parent >li:hover {
border-bottom: 0px solid #da1c1c;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
display: flex;
    padding: 0px;
 border-bottom: 0px solid transparent;
line-height: 50px;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    transition: all 200ms;
    text-align: center;
    width: 100%;
font-size: 16px;
border: 0px solid transparent;
align-items: center;
    justify-content: center;
    flex-direction: row;
    font-weight: 600;
border-radius: 0px;
border-right: 0px solid rgb(255 255 255 / 15%);
    border-bottom: 0px solid transparent;
width: fit-content;
    margin: 0 auto;

}

.sp-megamenu-parent >li:nth-child(2) > a {

}

.sp-megamenu-parent >li:nth-child(2) > a:hover {

}



.sp-megamenu-parent >li:last-child > a {}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
margin: 0 0 0 5px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  color: #000 !important;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: none;

text-align: center;

position: relative;
}

#offcanvas-toggler >i {
  color: #fff;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}

#offcanvas-toggler >i {
font-size: 20px;

    height: auto;
    position: relative;
    display: block;
}






.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    backface-visibility: hidden;
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    align-content: center;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 0;
  border-bottom: 0px solid rgba(0,0,0,0.08);
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;

}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000
  font-weight: 600;
  line-height: 28px;
float: left;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: transparent !important;

}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: transparent !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  padding: 13px 0px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child, .offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 0;
  padding: 0px 15px 15px 15px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}


.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
text-align: left;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 0px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 15px;
display: flex;
    flex-direction: column;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 30px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 1.5;
    font-size: 16px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
font-family: 'Gilroy';
color:#000;

}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100% !important;
  height: auto;
}







.secondslider  .sppb-carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    border: 2px solid #181818 !important;
    border-radius: 50%;
    background: #eee;
}

.sppb-carousel-indicators .active {
background: #343030 !important;
}


.katsecsec .sppb-col-md-4 .sppb-column-addons {

border: 5px solid #e2e8e8;

}

.katsecsec .sppb-col-md-4 .sppb-column-addons:hover {

border: 5px solid #b5b5b5;

}


.katsec .sppb-column-addons {

border: 0px solid #e2e8e8 !important;

}



.katsec {


box-shadow: none;
padding: 0 !important;
margin-bottom: 30px !important;

}


.fullbut .sppb-btn {
width: 100%;
}


.sppb-btn {
transition: all 400ms;
     border-radius: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    background: #ce0b00;
    border: 0;
box-shadow: none;
    width: fit-content;
display: flex;
align-items: center;
    justify-content: center;
letter-spacing: 0;
gap: 12px;
font-family: 'Gilroy';

}



.sppb-btn:active, .sppb-btn:hover {
transition: all 400ms;
border: 0;
background: #222;
color:#fff;
box-shadow: none;
}

.secondbutbg .sppb-addon-content .sppb-btn:nth-child(2) {
background: transparent !important;
border: 1px solid #151515;
color: #151515;

}

.secondbutbg .sppb-addon-content .sppb-btn:nth-child(2):hover {
background: #151515 !important;
border: 1px solid #151515;
color: #fff !important;
}


.secondbutbgwhite .sppb-addon-content .sppb-btn:nth-child(2) {
background: transparent !important;
border: 1px solid #fff;
color: #fff;

}

.secondbutbgwhite .sppb-addon-content .sppb-btn:nth-child(2):hover {
background: #fff !important;
border: 1px solid #fff;
color: #151515 !important;
}



.sppb-addon.sppb-addon-button-group .sppb-addon-content {
display: flex;
    gap: 15px;

}



.cmbf-button-container.sppb-btn {
border: 0px solid #d8d8d8;
    color: #817f7f;
    background: transparent;
    border-radius: 0;
    line-height: 1;
    padding: 0;
    font-weight: 600;
}


.cmbf-button-container.sppb-btn:hover {
    color: #000;

}



.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
 display: block;
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #181818;
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 999;
  border: 0px solid #F3D03E;
  background-color: #bfb9b5;
 border-radius: 5px;

}
.scrollup:hover {
  background-color: #000;
border:0;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
color: #fff;
}


.scrollup:hover:before {

color: #fff;
}



.scrollup:hover:before {
color: #fff;
}


.backface-visible {
  backface-visibility: hidden;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}

#sp-sloganblok {
background-image: url(/images/top-pattern.png);
    background-repeat: no-repeat;
}

p.slogan {
display: block;
    margin: 0px 0 !important;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    border: 0px solid #906ccf;
    width: fit-content;
    padding: 0px;
letter-spacing: 0;
    border-radius: 0;
font-family: 'Gilroy';
}

#sp-sloganblok .container {
border-bottom: 0px solid #ebebeb;
}

#sp-header {
border-top: 0px solid #e8e8e8;
border-bottom: 0px solid #eee;
    box-shadow: 5px 20px 30px rgb(175 175 175 / 20%);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 111;
    height: auto;
    background-size: contain;
    background-repeat: repeat-x;
padding:  15px 0 !important;
justify-content: center;
transition: all 400ms;
background: transparent;
}

#sp-header .row {
display: flex;
    align-items: center;
}

#sp-katbut {
padding-right: 30px;
}

#sp-menu {

}

#sp-header p {
margin: 0;

justify-content: center;
}

#sp-header .container {

}

#sp-header.menu-fixed {
    position: fixed;
    border-bottom: 0px solid #b3b3b3;
box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
background: rgb(255 255 255 / 95%);
border: 0;
transition: all 400ms;
}


#sp-header.menu-fixed #sp-menu .sp-megamenu-parent {
border:0 ;
}


#sp-section-1.menu-fixed {
    position: fixed;
    border-bottom: 0px solid #000;
}

#sp-header .logo {
  display: inline-block;
  height: auto;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-section-2.menu-fixed {
  position: fixed;
  z-index: 11;
top: 0;
width: 100%;
height: auto;
box-shadow: 0 10px 18px -4px rgba(0, 0, 0, 0.05);

}

#sp-section-1.menu-fixed {
  position: fixed;
  z-index: 111;
border-bottom: 0px solid #666;
top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
box-shadow: 0 0 15px rgb(0 0 0 / 15%);
background: #fff;
width: 100%;
}

#sp-section-3.menu-fixed {
  position: fixed;
  z-index: 111;
top: 0;
background: rgb(255 255 255 / 95%);

}

#sp-section-3.menu-fixed .row {
transition: all 300ms;
}

#sp-section-3.menu-fixed .row {
 border-radius: 10px;
}

#sp-section-3.menu-fixed .row .sp-megamenu-parent > li:first-child a {
border-radius: 8px 0 0 8px;

}


#sp-section-3.menu-fixed .row .sp-megamenu-parent  .vmCartModule > a {
border-radius: 0 8px 8px 0;
}


#sp-section-2.menu-fixed .cmbf-button-container {
}
#sp-section-2.menu-fixed .cmbf-button-container:hover {
color:#fff !important;
}
#sp-section-2.menu-fixed .sp-megamenu-parent >li >a {


}
.menu-fixed  .container {
margin-bottom: 0 !important;
    border: 0 !important;
}
.menu-fixed  a {}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;

}

.layout-boxed .body-innerwrapper {
  margin: 0 auto;
box-shadow: none;
}
#sp-main-body {
  padding: 30px 0;

}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 0px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 45px;
  padding: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

#sp-bottom .sp-module ul >li {
border: 0;
}



.sp-module ul >li >a:hover {
  background: transparent;
}
.sp-module ul >li >a:active {
  background: transparent !important;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: " ";
  margin-right: 0;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 0px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 0px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {

  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 0px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.pull-right.entry-image {
  margin: 0 0 18px 20px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 0px;
}
.entry-header.has-post-format {
  margin-left: 0;
  display: block;
}
.entry-header h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 1;
font-weight: bold;
}
article .comments-link {display:none;}
.entry-header h2 a {
  color: #000;
font-weight: 600;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 0px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #22b8f0;
  color: #fff;
}

#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 600;
  font-size: 24px;
color: #000;
border-bottom: 2px solid #ce0b00;
    width: min-content;
    padding-bottom: 5px;
    padding-top: 10px;
border-radius: 0px;
}

#sp-footer {
  color: #333;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}


.view-cart .proopc-product-name a:hover,
.view-cart .col-name a:hover {
  text-decoration: none !important;
  color: #333;
}
.view-cart #fancybox-wrap #facebox .content > div,
.view-cart #fancybox-wrap #fancybox-content > div {
  padding-bottom: 20px;
}




.view-cart .proopc-warning-msg {
  background-color: #FF8F5E;
  color: #B33C12;
}
.view-cart #proopc-register-process {
  color: #000 !important;
}
.view-cart .vm-order-done h3,
.view-cart .cart-empty-page h3 {
  margin-top: 0;
}








.vm-order-done a {
  margin-top: 20px;
  text-transform: uppercase;
}
.vm-order-done .vmpayment_description {
  margin-left: 5px;
  font-size: 14px;
  color: #000;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 0px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
  max-width: 500px;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: block;
margin: 0 auto;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
margin-top: 0;
}
table.category {
  width: 100%;
  vertical-align: middle;
  background-color: #feeedc !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 0px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 0px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 0px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 10px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 10px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 60px;
    right: 15px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  .sppb-col-sm-offset-6 {
    margin-left: 50%;
  }
}
.sppb-testimonial-pro .sppb-item img {
  display: inline-block;
  margin-bottom: 10px;
}


.vmslider-product .vmslider-price .product-price span.PricesalesPrice{
color: #333;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;

    padding: 10px 0 !important;
}


.vmslider-product .vmslider-name a{

    text-decoration: none;
    letter-spacing: 0px;
    transition: color 300ms ease-out;
    font-size: 18px;
    line-height: 24px;
    color: #151515;
    font-weight: normal;
    display: block;

      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      box-orient: vertical;
font-weight: 600;
}

.vmslider-product .vmslider-name a:hover {
color: #3b7ee2;
}

.vmCartModule .carticon, .vmCartModule  .total_productsz {display: none;}

#sp-mobsec, #sp-footerstick {display: none;}


.mobdisplay {
margin: 0;
    justify-content: center;
    align-items: center;
display: none;
}


.mobnodisplay {
display:block;
}

.iconbut  i {
margin: 0 5px 0 0;
}






@media screen and (min-width: 290px) and (max-width:767px) {


  .sppb-carousel-caption .sppb-carousel-text {
    width: 100%;
  }


#sp-section-1 .row {
justify-content: center;
}


.sppb-btn {
width: 100%;
}

.midbut {
width: 100%;
}

#sp-cart .sp-column .sp-module:nth-child(1) {

}


.lazy .slick-slide img {

height: auto;
}



#sp-cart .sp-column {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: flex-end;
}

.preim.preim1:before {
    content: '';
    background: url(/images/preim1bg.png) no-repeat right center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -5px;
    width: 30%;
    height: 30%;
    opacity: 0.5;
}

.preim.preim2:before {
    content: '';
    background: url(/images/preim2bg.png) no-repeat right center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    width: 30%;
    height: 30%;
    opacity: 0.3;
}

#sp-top1 .phoneic span {
align-items: center;


}

.lazy .slick-track {
    gap: 0;
}

.sochead {
gap: 4px;

}


.sochead img {
    width: 20px;
}

#sp-katbut {
padding: 0;
display: none;
}

.dropdown.searchdrop .btn {
background: url(/images/lupab.png) no-repeat;
background-size: 20px;
    background-position: center;

}


.containerinside .sppb-row-container > .sppb-row {
    padding: 30px 5px;
}


.insec {
    padding: 30px 15px !important;
}

.vmslider .slick-track {
    gap: 0;
}

.vmslider.slick-slider .slick-list {
    margin: 0 0px !important;
}

#sp-dopmenu {
display: none;
}


.vmCartModule > a {
justify-content: flex-end;

}

.vme-column {
margin: 0 0 0 5px;
}




vmslider.slick-slider .slick-list {
    padding-left: 0;
    padding-right: 0;
}


.preimleft {
padding: 10px;

}

#sp-top1 .sp-module-content {
    align-items: center;
}

.sppb-nav-tabs {
flex-direction: column;
}

.sppb-nav-tabs>li {
width: 100%;
}


.prodmodule .addtocart-bar {
gap: 10px;

}

.paramfilter {
display: none;
}




.mobtwoblock .sppb-col-md-3 {
width: 50%;

padding: 0 10px;

}

.mobmargin0auto {
margin: 0 auto !important;

}

.bgcustom {
background: #f9efe8 !important;

}

.sp-default-logo {
    max-height: 75px;
}

.brands .slick-slide img {
    max-width: 70% !important;
}

.vmCartModule svg {
min-width: 25px;
    width: 25px;
    height: 25px;
}

.sppb-carousel-text h2 {
}

.preimleft .sppb-addon-content {
flex-direction: column;
    align-items: center;
margin: 0 auto;

}

.heightsec .sppb-column-addons > div {
    height: auto;
}

.preimleft h3 {
text-align: center;
    border: 0;
    padding: 0;
    margin: 0 auto 5px auto;

}
.preimleft .sppb-addon-text {
text-align:center;
}



#sp-callback .sp-column {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

#sp-callback .sp-column > div:nth-child(1) {


}


#sp-callback .phoneic {

    font-size: 12px;
}

.preim .sppb-addon-text p {
text-align: center;
}


.preim h3 {
text-align: center;
margin: 0 auto 5px auto;
}


.menu-fixed  .container {
width: 100%;
}

.headtext {
flex-direction: column;
    align-items: flex-start;
}

.headtext h3 {
    margin: 0;
    font-size: 26px;
    line-height: 30px;
}

#formazakazlkbut {
justify-content: center;
}


.borderimageleft img {
    padding: 0 0px 0 15px;
}

.borderimageright img {
    padding: 0 15px 0 0px;
}

#formazakazbut {
width: 100%;
}


.kat .sppb-btn {
}



.kat .sppb-media-content {
top: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
padding: 0px;
    border-radius: 0px;

    gap: 0px;

}

.kat h3 {


}

.kat h3 a {
font-size: 18px;
    margin: 0 0 0 0;
}

.kat .sppb-addon-text {
    font-size: 16px;

}

.kat .sppb-addon-text p {
margin: 0;
}





.katbut {
font-size: 10px;
gap: 4px;
    height: 30px;

}

.katbut:before {
height: 15px;
width: 15px;
}


.katbut:hover {
font-size: 0;
    width: 30px;
    height: 30px;
background: url(/images/katw.png) no-repeat #000;
    background-position: center;
background-size: 18px;
}



.iconbut .sppb-btn {
    line-height: 26px;
}


.bgsize {

}

#sp-header.menu-fixed #sp-menu {
border: 0;
}

.slick-arrow {
    width: 20px;
    height: 20px;
background-size: 12px !important;
}

.slick-arrow:hover {
    width: 20px;
    height: 20px;
background-size: 12px;
}


.slick-slider .slick-prev {
left: -10px !important;
}

.slick-slider .slick-next {
right: -10px !important;
}


#formazakazlkbut img {
    width: 30px;
    display: block;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
}

.blog .intro-image {
    float: left;
    width: 30%;
}



.coloro {
display: flex;
    width: fit-content;
}


.sppb-carousel-pro-text h2 {
    font-weight: bold;
    text-align: center;
}

.sppb-carousel-pro-content {
text-align: center;
}

.sppb-carousel-pro .sppb-btn {
    margin: 0 auto;
}


.sppb-carousel .sppb-row > .sppb-col-sm-6:nth-child(2) img {
margin: 0 auto;
}

.sppb-carousel-pro .sppb-carousel-arrow.right {
    left: auto;
    right: 0;
}




#basket_container .opc_product_name, #basket_container a {
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px !important;
    display: block;
}


.mobbgblue .sppb-row-overlay {
    background-color: rgb(0 104 141 / 75%) !important;
}

.sppb-carousel-caption .sppb-carousel-text:before {
display: none;
}


.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul.collapse.in {
display: flex;
    flex-direction: column;
}


.whitesub .sppb-section-title .sppb-title-subheading {
    color: #fff;
    text-align: center;
}

.vmCartModule {
justify-content: center;

}


.skid .overlay-image-title .sppb-addon-subtitle {
max-width: 90%;
}

.usl .sppb-img-container {

    height: 75px;
}

.usl .sppb-img-container img {
    border-radius: 0px;
    width: 80px;
}


.qf3form.defaulttt form {
display: flex;
    flex-direction: column;
}

.sppb-carousel {
padding: 0;


}




.vmCartModule > a {
font-size: 14px;


}

.cmbf-button-container.sppb-btn {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 0;
    width: 30px;
    background: url(/images/phoneiconw.png) #bfb9b5 no-repeat center;
    background-size: 18px;
border: 0;
float: right;

border-radius: 50px;
}

#sp-top1  {
display: none;

}

.usl {
    border-radius: 15px !important;
}

.skid .overlay-image-title {
    margin: 0;
align-items: center;
    justify-content: center;
padding: 0;
}


.skid .title-subtitle-bottom-left .sppb-addon-title {
    transform: translate3d(0px,0,0);
    width: 90%;
}

.formanemodal {
right: auto;
width: 100%;
display: none;
}

.formanemodal .sppb-addon-title {
    text-align: center;
    color: #000;
    padding: 10px 15px 10px 15px;
    font-size: 20px;

}

#sp-header span a:nth-child(3) {
display: none;
}

.zapyataya {
display: none !important;
}


.custsec .sppb-col-md-8 {
padding: 15px;
}

.preimgalka .sppb-addon-content {
flex-direction: column;
}

.preimgalka h3 {
text-align: center;
}

.headborder {
margin: 0 auto;
}

.sppb-carousel-caption .sppb-carousel-text {
padding: 0px;
    max-width: 90%;
    margin: 0 auto;
align-items: center;
border-radius: 5px;

}


skid .title-subtitle-bottom-left .sppb-addon-title {
    margin: 0 15px;
}


.mobbg .sppb-row-overlay {
    background-color: rgb(255 255 255 / 90%) !important;
}

.sppb-carousel .sppb-row {
    display: flex;
    flex-direction: column;
}

.sppb-carousel .sppb-row > .sppb-col-sm-6:nth-child(1),
.sppb-carousel .sppb-row > .sppb-col-sm-6:nth-child(2) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sppb-carousel-inner>.sppb-item {
    padding: 0px;


}


.mobcenter {
text-align: center !important;
}

.bline .sppb-section-title > .sppb-title-heading:before {
}

.blineblue .sppb-section-title > .sppb-title-heading:before {
    right: 0;
}

.heightsecsec {
    height: 100%;
    min-height: 300px;
}




.mobnodisplay {
display: none;
}

.mobdisplay {
display: flex;
}


ul.sppb-gallery li {
    width: 50%;
max-width: 50%;
padding: 5px;
}

ul.sppb-gallery img {
padding: 0px;
}


.fivebloksection .sppb-col-md-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
padding: 0 10px;
}



.sppb-item.sppb-item-has-bg>img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sp-top1 .custom > p:nth-child(2) {
display: none;
}

#sp-section-1 .phoneic img {
width: 16px;


}

#sp-top1 a {
    font-size: 12px;
}


#sp-header .row > div {
padding: 0 10px;
}


.sppb-gallery li {
    width: 50%;
max-width: 50%;
}

.sppb-gallery img {
padding: 0px;
}


.sppb-carousel-arrow.left {
    right: auto;
    left: 10px;
    font-size: 0;
    background: url(/images/arrbl.png) #fff no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 15px;
}

.sppb-carousel-arrow.right {
    left: auto;
    right: 10px;
    font-size: 0;
    background: url(/images/arrbl.png) #fff no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 15px;
    transform: rotate( 180deg);
}

.bordertext {
    border-left: 0px solid #1d1a39;
    padding: 0 0 0 0px;
}


.clipbotmob:after {
display: none;
}

.ot_testimonial .ot_list {
flex-direction: column;
padding: 15px;
border: 0px solid #ddd;
box-shadow: none;
}

.ot_info .ot_image {
    padding: 0;
}

.skid .title-subtitle-bottom-left .sppb-addon-title a {
font-size: 18px;
    line-height: 24px;
    text-align: center;
}


.ot_info {
    width: 75px;
padding: 0 15px 0 0;
}

#myCarousel .slick-slide {
    margin: 0;
}

.ot_testimonial .ot_tcontent, .ot_tcontent1 {
padding: 0px;
}


.preim {
margin: 0 0 0 0;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
}

.preim .sppb-addon-content {
    display: flex;
    flex-direction: column;
align-items: center;
    justify-content: center;
}

.preim .sppb-img-container {

    margin: 0;
}

.kat {
height: auto;
}


.sppb-carousel-arrow {
    opacity: 0.5;
top: auto;
    bottom: calc(50% - 10px);
}

.sppb-carousel-arrow:hover {
    opacity: 1;
}


.sppb-carousel-caption {
    align-items: center;
    top: 0;
    padding: 6px;
}

.sppb-carousel-text h2 {
    text-align: center;
}

.sppb-carousel-content {
    text-align: center;
font-size: 14px !important;
    line-height: 20px !important;
margin: 5px  auto !important;
    padding: 0 !important;
}

.sppb-item.sppb-item-has-bg {

}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    padding: 0;
}

#sp-logo {
padding-right: 0;
}

#sp-top4 {
display: none;
}


#sp-section-3 .row {
display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;

}

#sp-slogan {


}

#sp-menu {
border-top: 0px solid #1d1a39;
    border-bottom: 0px solid #1d1a39;
order: 2;
}


#sp-search {
order: 2;
}

#sp-wishlist {
order: 3;
}

#sp-lich  {
order: 3;
    font-size: 0;
}


#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {

    max-width: 100%;
font-size: 14px;
    margin: 10px 0 0 0;
}


#sp-callback {
order: 3;


}

#sp-cart {
order: 4;
padding-right: 10px;


}

#sp-section-2 {
    padding: 5px 0px;
}


p.slogan {
font-size: 12px;
    line-height: 16px;
font-weight: 400;

}

.infoblok {
display: flex;
    flex-direction: column;
    align-items: flex-start;
gap: 30px;
}

.dopinfo {
display: flex;
    align-items: flex-start;
    gap: 15px;
}

.productdetails-wrap h1 {
margin: 30px 0 0 0;
font-size: 22px;

}

.skid .sppb-addon-overlay-image-content {
    padding: 15px;
}

#sp-bottom .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sppb-addon.sppb-addon-button-group .sppb-addon-content {
flex-direction: column;
}

.sppb-addon.sppb-addon-button-group .sppb-btn {
width: calc(100% - 10px);
}


.heightsec .sppb-column-addons {
margin: 0 0 0 0;
}

#myCarousel .slick-prev, .vmslider .slick-prev, .lazy .slick-prev  {
left: -5px;
    opacity: 0.2;
    bottom: calc(50% - 20px);
}

#myCarousel .slick-prev:hover, .vmslider .slick-prev:hover, .lazy .slick-prev:hover  {
    left: -5px;
opacity: 1;
}

#myCarousel .slick-next, .vmslider .slick-next, .lazy .slick-next, .lazy .slick-next {
right: -5px;
    opacity: 0.2;
    bottom: calc(50% - 20px);
left: auto;
}



#myCarousel .slick-next:hover, .vmslider .slick-next:hover, .lazy .slick-next:hover  {
    right: -5px;
opacity: 1;
}


.vmslider .slick-prev, .vmslider .slick-next, .lazy .slick-next {
    right: -5px;
opacity: 0.2;
bottom: calc(50% - 20px);
}

.vmslider .slick-prev:hover, .vmslider .slick-next:hover, .lazy .slick-next:hover {
opacity: 1
}




#sp-page-builder .sppb-section-title .sppb-title-heading {
font-size: 26px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
margin: 0 auto;

}

#sp-page-builder .sppb-section-title .sppb-title-subheading {
font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;

}


.sppb-carousel-indicators {

}


.sppb-carousel .sppb-btn {
line-height: 26px;
    padding: 0 15px;
    font-size: 14px;
    width: fit-content;
}

.sppb-carousel-pro .sppb-btn {
    display: none;
}



#offcanvas-toggler {
    display: flex;
justify-content: flex-start;
}



#sp-section-1 {
    font-size: 14px;

}


#sp-top2 {
    display: none;
}



}

