
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
}
@media (min-width: 980px) {
#sp-top1  {
  position: relative;
  left: -25px;
}
}
.productdetails .quantity-box .quantity-input{
  height: 40px;
}
.product-price {
  text-align: center;

}
.products-view a.ask-a-question {
  width: 100%;
  border-radius: 0;
  border-color: #C12127;
  background: #C12127;
  text-align: center;
  color: #fff;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 400;
}
.products-view a.ask-a-question:hover {
  border-color: #FAD903;
  background: #FAD903;
}
.tp-home #sp-header .container-inner {
  position: relative;
}
.tp-home #sp-logo .align-items-center {
  justify-content: center;
}
.tp-home #sp-head-contact {
  color: #fff;
}
.tp-home #sp-head-contact a {
  color: #fff;
}
#sp-main-menu {
	background:#FBD803;
}
.tp-home .info i , .tp-home #sp-top1 i{
  color: #fad903;
  margin: 0 13px 0 0px;
}
#sp-top-bar .sp-module {

  margin: 0;
}
.info i ,#sp-top1 i{
  color: #C02026;
 
}
.box-header { 
  text-align: center;
}

.tp-home.view-featured #sp-main-body {
  padding: 0;
}
section#sp-intro {
	padding:40px 0;
}
#sp-intro .box-intro {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#sp-intro .box-intro .justify-content-center {
	position: relative;
}
#sp-intro .box-intro .justify-content-center::before {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5%;
  background: #e6e6e6;
  display: block;
  right: 0;
}
#sp-intro .box-intro .justify-content-center:last-child::before {
  content:none;

}
#sp-intro .services-box__image {
  margin: 0 5px !important;
  padding: 0 5px !important;
}
.services-box__content {
  padding-right: 6px;
}
section#sp-feature-box{
	padding:20px 0;
}
#sp-feature-box .image-item {
  background: #eee;
  border-radius: 20px;
  padding: 24px;
}
#sp-feature-box .effectOne a {
  position: relative;
  border-radius: .25rem ;
  overflow: hidden;
}
#sp-feature-box .effectOne a::before, #sp-feature-box .effectOne a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
#sp-feature-box .effectOne a:hover::before {
  right: 50%;
  left: 50%;
  z-index: 1;
  background: #fff3;
}
#sp-feature-box .effectOne a:hover::after {
  top: 50%;
  bottom: 50%;
  z-index: 1;
  background: #fff3;
}
.banner-wrap {
	padding:80px 0;
}
.xo-sub-title-desc__tag {
  margin-bottom: 16px;
  font-weight: 600;
  font-size:15px;
}
.xo-sub-title-desc__title {
	font-weight: 600;
  font-size:50px;
  margin-bottom: 16px;
}
.xo-sub-title-desc__desc {
	margin-bottom: 16px;
}
.xo-btn.xo-btn--primary {
	background:#FAD903;
	border: 2px solid #C12127;
	border-radius: 0.6rem;
	padding:10px 44px;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
    margin-top: 16px;
}
.xo-btn.xo-btn--primary:hover {
	background:#000;
	border: 2px solid #000;
	color: #fff;
}
section#sp-feature {
	padding:10px 0 80px;
}
#sp-feature .bt-cs .bt-inner {
  padding: 0 15px;
}
#sp-feature .item-box  {
	background:#f7f7f7;
	padding: 150px 40px 50px;
}
.item-box  img {
  transition: transform .8s;
}
.item-box:hover img {
  transform: scale(1.1);
}
#sp-feature .bt-cs .bt-center {
  text-align: right;
}
.item-box  a.bt-title {
	font-size:30px;
	font-weight:600;
	color:#000;
	letter-spacing: 0.6px;
}
.show-more .rmore {
	background:#FAD903;
	border: 2px solid #C12127;
	border-radius: 0.6rem;
	padding:10px 15px;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
    margin-top: 46px;
}
.show-more .rmore:hover {
	background:#000;
	border: 2px solid #000;
	color: #fff;
}
#sp-product {
	padding:20px 0 5px;
}
#sp-product .sj-listing-tabs .item-title a{
	font-size: 15px;
    color: #000;
    text-transform: none;
	line-height:20px;
	letter-spacing:0.3px;
	font-weight:600;
	border-top: 1px solid #E5E5E5;
    padding-top: 15px;
	display: inline-block;
  text-align: center;
}
#sp-product .sj-listing-tabs .PricesalesPrice {
  color: #c12127;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
#sp-product .vm-price-value span:only-child {
  margin-left: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-inner .addtocart-bar svg {
  color: #fff;
  vertical-align: top;
}
#sp-product .vm-addtocart-button-col {
	flex: inherit;
}
#sp-product .vm-customfields-wrap {
  margin-bottom: 0;
}
#sp-product  .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image  img {
  transition: transform .8s;
}
#sp-product  .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover img {
  transform: scale(1.1);
}
#sp-product .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 15px 0px;
  display: none;
}
#sp-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev, #sp-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next{
  background: #fff;
  padding: 0 !important;
  font: inherit;
  width: 40px;
  height: 40px;
  color: #000;
  border: 1px solid #c5c5c5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#sp-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover, #sp-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover{
  background: #FAD903;
  color: #fff;
  border: 1px solid #FAD903;
}
#sp-product .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: none;
  margin-bottom: 0px;
  overflow: hidden;
  
}
#sp-product .product-price {
  text-align: left;
}
#sp-product .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 32px;
  overflow: hidden;
}
#sp-product .sj-listing-tabs .ltabs-wrap .ltabs-items-container , #sp-product .sj-listing-tabs .ltabs-wrap , #sp-product .sj-listing-tabs .ltabs-items-container .ltabs-items , #sp-product .sj-listing-tabs .ltabs-items-container .ltabs-items-inner ,#sp-product .sj-listing-tabs{

  overflow: inherit;
}
#sp-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next {
  right: 0;
  top: -33px;
  z-index: 999;
}
#sp-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev {
  right: 60px;
  top: -33px;
  z-index: 999;
  left: inherit;
}

#sp-product .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}
#sp-product .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
	position: relative;
    z-index: 1;
	padding: 0;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  color: #252525;
  text-transform: none;
}
#sp-product .ltabs-tabs {
  display: none;
}
#sp-product .sp-module-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}
#sp-product .sp-module-title::before {
  content: "";
  background-color: #FBD803;
  width: 32px;
  height: 5px;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  display: inline-block;
  left: 0;
  border-radius: 100px;
}
#sp-product .vm-addtocart-button-wrapper .addtocart-button {
	width: 100%;
    border-radius: 0;
	margin-top:10px;
	background: #C0C0C0;
    border-color: #C0C0C0;
}
#sp-product .vm-addtocart-button-wrapper .addtocart-button:hover {
	background: #C02026;
    border-color: #C02026;
}
#sp-product .vina-carousel-virtuemart .button-group {
  margin-top: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#sp-product .vina-carousel-virtuemart .image-block {
  position: relative;
}
section#sp-newsletter {
  background: #C12127;
  padding:30px 0;
  color: #fff;
}
.newsletterForm-left {
	padding-left: 70px;
	position: relative;
}
.newsletterForm-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 51px;
  background-color: #fff;
  -webkit-mask: url(../images/newletter_icon.svg);
  mask: url(../images/newletter_icon.svg);
}
.newsletterForm-right {
  padding-left: 60px;
  position: relative;
}
.newsletterForm-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-mask: url(../images/support_icon.svg);
  mask: url(../images/support_icon.svg);
}
.newsletterForm-right strong {
  font-size: 20px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
  line-height: 100%;
}
.acysubbuttons .subbutton {
  text-transform: capitalize;
  height: 50px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  border-radius:8px;
  margin: 0;
  background: #C02026;
  border: none;
  margin-top:8px;
  position: relative;
  z-index: 2;
  border: 1px solid #C02026;
  overflow: hidden;
  padding: 11px 20px 13px;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}
.acysubbuttons .subbutton::before {
  top: -2em;
  left: -2em;
}
.acysubbuttons .subbutton::after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}

.acysubbuttons .subbutton::after, .acysubbuttons .subbutton::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: #181923;
  transition: 1s ease;
}
.acysubbuttons .subbutton:hover::after, .acysubbuttons .subbutton:hover::before {
  height: 410px;
  width: 410px;
}
.acym_module_form input[type="email"]:not(.form-control) {
  border: none;
  width: 100%;
  border-radius: 6px;
  height: 60px;
  margin: 0;
  padding: 16px !important;
  background: #1F1F1F;
  color: #fff;
}
#sp-promo-message {
	padding:20px 0;
	background:#C02026;
	color:#fff;
	text-align:center;
}
#sp-promo-message h3 {
	margin:0;
	text-transform:uppercase;
	font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp-promo-message a.rmore {
	padding: 15px 42px;
    font-size: 15px;
	border-radius: 50px;
	text-transform: capitalize;
  display: inline-block;
  appearance: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  white-space: normal;
  text-align: center;
    font-weight: 500;
	color: #181923;
  background-color: #FBD803;
  border: 0 none;
  margin-left:10px;
}
#sp-promo-message a.rmore:hover {
	color: #FBD803;
  background-color: #181923;
}
#sp-promo-message h3 span {
	color:#FBD803;
  margin: 0 10px;
}
#sp-newsletter .acym_module_form table {
  border: none;
  width: 100%;
}
.onefield .acym__field__error__block {
  color: #C12127;
}
#sp-bottom {
 
  padding: 60px 0 10px; 
}
#sp-bottom .acym_introtext {
	margin-bottom:32px;
}
#sp-bottom  .acym_module_form table {
  width: 100%;
}
#sp-bottom5 {
	padding: 30px 50px 0 50px;
  background: #FFD700;
  color: #464916;
  text-align: right;
  max-height: 150px;
}
.box-contact {
      padding-top: 30px;
}
#sp-bottom5:hover{
	background:#BF2026;
	color: #fff;
}
#sp-bottom5 a i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 20px;
}
.box-contact p {
  font-size: 14px;
}
#sp-bottom  .box-contact a {
	font-weight:bold;
	color: #000;
  font-size: 17px;
}
#sp-bottom  .box-contact:hover a {
	color: #fff;
}
#sp-footer .container-inner {

  border-top: 1px solid #252531;
}
#sp-footer1 a {
	color: #fff;
	float:right;
}


#sp-top-bar p {
  margin-bottom: 0;
}


#sp-header p {
	margin-bottom: 0;
	padding-top: 20px;
}
#sp-header i {
	font-size:20px;
}
#sp-header .jb-cart-summary-wrap {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  transition: all 0.4s;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#C02026;
  border: 1px solid #C02026;
}
.tp-home #sp-header .jb-cart-summary-wrap {
  background:none;
  border: 1px solid #fff;
  float: right;
}
#sp-header .jb-cart-count {
  top: -13px;
  font-weight: 600;
}
#sp-header .jb-cart-summary-wrap:hover {
	background:#181923;
	border: 1px solid #181923;
}
#sp-header .jb-cart-icon {
  margin-right: 0;
}
#sp-login-cart a.sppb-btn  {
	height: 40px;
  font-weight: 700; 
  border-radius: 800px;
  transition: all 0.4s;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 24px;
  gap: .5rem ;
  margin-top: 30px;
  background:#C02026;
  border: 1px solid #C02026;
}
#sp-login-cart .logout-button {
	margin-top: 30px;
}
.tp-home #sp-login-cart a.sppb-btn  {
	border: 1px solid #fff;
	background:none;
	  margin-top: 15px;
}
.tp-home #sp-login-cart .jb-dropdown-cart {
  margin-top: 16px;
}
#sp-search .sp-module {
  width: 100%;
  padding-top: 30px;
}
#sp-search .is_ajaxsearch .search_class {
  border: none;
  border-radius: 0 6px 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -19px;
}
#sp-header .is_ajaxsearch .form-inline input {
  padding: 8px 18px;
  border: 2px solid #C02026;
  border-radius: 6px;
  margin-left: 10px;
  color: #2a3467;
  height: 48px;
}
#sp-login-cart .jb-dropdown-cart {
  margin-top: 30px;
}
#sp-login-cart a.sppb-btn:hover {
	background:#181923;
    border: 1px solid #181923;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  margin-right: 0;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: -30px;
}
.tp-home #sp-header .fs-10 {
	font-size:10px;
}
.tp-home #sp-header .fs-15 {
	font-size:15px;
}
.tp-home #sp-header #sp-head-contact a , .tp-home #sp-header #sp-head-contact .fs-15 , .tp-home #sp-header #sp-head-contact .fs-10 {
	color:#fff !important;
}
.tp-home #sp-header #sp-head-contact a {
	padding-top: 0;

}
#sp-header #sp-head-contact a {
	color:#C02026 !important;
	padding-top: 13px;
}
#sp-header #sp-head-contact .fs-10 {
	color:#181923 !important;
}
#sp-header #sp-head-contact .fs-15 {
	color:#C02026 !important;
}
#sp-login-cart .align-items-center {
  justify-content: flex-end !important;
}
#sp-slide .align-items-center {
  justify-content: center !important;
}
#sp-slide .input-append {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
#sp-slide .is_ajaxsearch .form-inline input {
    padding: 8px 30px !important;
  height: 60px;
  border-radius: 800px;
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  border: none;
  }

#sp-slide .is_ajaxsearch .search_class {
    border-radius: 800px;
    height: 41px;
    padding: 8px 30px;
    margin: 0;
    color: #fff;
	border: none;
	font-weight: 500;
}
#sp-slide .is_ajaxsearch .btn-toolbar {
  position: relative;
}
#sp-slide .is_ajaxsearch .btn-group {
  position: absolute;
  right: 10px;
  top: 10px;
}
#sp-slide .is_btn_search {
	
  max-width: 750px;
  margin: 0 auto;
  position: absolute;
  bottom: 220px;
  left: 0;
  right: 0;
  z-index: 98;
}
#sp-slide .category {

  position: absolute;
  left: 0;
  right: 0;
  z-index: 97;
  bottom: 15px;
}
#sp-slide .sppb-carousel-extended-content-wrap {
  position: inherit;
  padding: 0;
}
#sp-slide .sppb-carousel-extended-item {
  text-align: center;
}
#sp-slide .sppb-carousel-extended-item img {
  width: 130px;
  object-fit: fill;
  height: 130px;
  background: #fff;
  border-radius: 100%;
  border: 10px solid #fff;
  transition: all 0.4s ease-in-out;
}
#sp-slide .sppb-carousel-extended-item:hover img {
	animation: zoomIn 0.5s linear ;
}
.offcanvas-menu .pt-4 {
	border-bottom: 1px solid #dee2e6;
	padding: 16px !important;
}
section#sp-slide {
	position: relative;
	margin-top: -77px;

}
section#sp-slide::after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: 0px;
  z-index: 1;
  background: url(../images/home-shape-start.png) no-repeat;
  width: 350px;
  height: 350px;
  background-size: cover;
}
section#sp-slide::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 376px;
  height: 257px;
  background: url(../images/home-shape-end.png) no-repeat;
  z-index: 2;
}
.category-view .vm-subcategory-title {
  font-size: 16px;
  color: #000;
  font-weight: 600 !important;
}
.sp-megamenu-parent > li.sp-menu-item > a > .sp-menu-badge.sp-menu-badge-right {
  margin-left: 0;
  position: absolute;
  top: 0px;
  border-radius: 10px;
  right: -7px;
}
.sp-megamenu-parent > li > a {
  position: relative;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a{
  font-size: 20px;
  opacity: 1;
  padding: 8px 8px 8px 0;
  border-bottom: 1px solid #dee2e6;
  line-height: 28px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
  margin-left: 0;
  padding: 8px 24px 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  color: #C02026;
}
.offcanvas-menu .offcanvas-inner footer.sp-module ul {
	padding:0;
	margin:0;
	margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner footer.sp-module ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex ;
  align-items: center;
  margin-bottom: 14px;
}
.offcanvas-menu .offcanvas-inner footer.sp-module ul li .offcanvas__contact-icon {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
}
.offcanvas-menu .offcanvas-inner footer.sp-module ul li .offcanvas__contact-icon i {
  color: #00;
  font-size: 21px;
}
.offcanvas-menu .offcanvas-inner .header-modules {
  margin: 0 !important;
}
#sp-map {
	padding-bottom:40px;
}
.contact-miscinfo .contact-misc .single-location  h4 {
  color: #181923;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;

}
 .single-location ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.single-location ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
  margin-bottom: 20px;
  transition: .35s;
}
.single-location ul li .icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .35s;
  color: #181923;
}

 .single-location ul li .info {
  line-height: 1;
}
.single-location ul li .info a {
  color: #181923;
  font-size: 14px;

  line-height: 26px;
  display: block;
}
.single-location ul li .info a:hover {
	color: #BF2026;
}
.contact-address {
	margin:0;
}

.contact-left .form-box {
   border: 1px solid #ddd;
  padding: 30px;
}
.contact-misc {
   border: 1px solid #ddd;
  padding: 30px;
}
.contact-left .form-horizontal .control-label {
  font-weight: normal;
}
.contact-left .form-control {
height: 47px;
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: none;
}
#contact-form .btn-primary {
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 15px 25px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
  color: #fff;
  background: #FBD803;
  border: none;
  margin-top: 30px;
  text-transform: uppercase;
}
#contact-form .btn-primary:hover {
  color: #fff;
  background: #C02026;
}
#sp-company-details {
  padding: 30px 0;
}
#sp-partners-about {
	padding:50px 0;
	background-color: #f4f4f3;
}
#sp-partners-about  h3.pxl-item--title  {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 40px;
  display: block;
}
#sp-partners-about  h3.pxl-item--title::after {
  background: #BF2026;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 70px;
  border-radius: 100px;
}
.pxl-heading--inner .pxl-item--subtext  {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 50px;
  background: #FFEE00;
  display: inline-flex;
  line-height: 1;
  padding: 8px 20px;
  
}
.pxl-heading--inner h3  {
	position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  display: block;
}
.pxl-heading--inner h3::after {
  background: #BF2026;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 70px;
  border-radius: 100px;
}
#sp-counter {
	padding:35px 0;
	background: #181923;
	color: #fff;
}
#sp-counter .sppb-animated-number-title{
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
#sp-counter .sppb-addon.sppb-addon-animated-number {
  color: #FFD700;
  font-size: 64px;
  line-height: 1.1;
}
.vm-addtocart-button-wrapper svg {
  color: #fff;
  vertical-align: top;
}
.infolio-portfolio .img {
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 10px;
}
.infolio-portfolio img {
	border-radius: 8px;
  transition: .3s;
}
.infolio-portfolio .img:hover img {
	transform: scale(1.05);
}
.links-text h4 a.bt-title {
	font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
}
.links-text h4 a.bt-title:hover {
	color: rgba(0,0,0,.7);
}
.infolio-portfolio .bt-introtext {
	color: rgba(0,0,0,.5);
}
.infolio-portfolio .readmore a {
	font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
}
.bt-cs .infolio-portfolio .bt-date {
	font-size: 11px;
	color: rgba(0,0,0,.6);
}
.products-view .vm-price-value span:only-child {
  margin-left: 0;
}
.products-view .vm-customfields-wrap {
  margin-bottom: 0;
}
.products-view .vm-product-media-container {
  position: relative;
  
}
.products-view .vm-product-media-container .button-group {
  margin-top: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.products-view .vm-product-media-container .vm-addtocart-button-col {
  flex: inherit;
  padding: 0;
}
.products-view .vm-product-media-container .vm-addtocart-button-wrapper .addtocart-button {
  width: 100%;
  border-radius: 0;
}
.products-view .vm-product-title a {
  font-size: 16px;
  color: #000;
  padding: 15px 0 0;
  display: block;
}
.products-view .vm-product-media-container a {
	overflow: hidden;
}
.products-view img , .vm-product-media-container img{
	transition: transform .8s;
}
.products-view .vm-product-media-container:hover img , .vm-product-media-container:hover img{
  transform: scale(1.1);
}
.products-view .product  {
	margin:0;
}
.products-view .quantity-box {
	display:none;
}
.productdetails .vm-price-value span:only-child {
  margin-left: 0;
  font-size: 28px;
  padding: 10px 0;
}
.productdetails .addtocart-bar svg {
  color: #fff;
}
.productdetails .quantity-box  .quantity-minus , .productdetails .quantity-box  .quantity-plus{
	background:#181923;
}
.cf_wrapp_all .form-horizontal {
	display: flex;
	line-height: 36px;
}
.cf_wrapper_input_text_1 input[type="search"] {
  width: 70%;
  border-radius: 0.25rem 0 0 0.25rem;
}
.cf_search_button {
  border-radius: 0 0.25rem 0.25rem 0;
}
.cf_wrapper_input_text input[type="text"] {
  margin: 0 5px;
}
.product-price .justify-content-center {
  justify-content: left !important;
}
#sp-left .cf_filtering_slide_container {
  --track-height: 5px;
  --track-color_behind: #dfdfdf;
  --track-color: #000;
  --knob-dimensions: 20px;
  --knob-background: #fff;
  --knob-focus-color:#C12127;;
}
#sp-special-offer {
	padding:20px 0;
}
#sp-special-offer .sj-listing-tabs .item-title a{
	 font-size: 15px;
  color: #000;
  text-transform: none;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-weight: 600;
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
  display: inline-block;
  min-height: 80px;
  text-align: center;
}
#sp-special-offer .vm-price-value .PricesalesPrice {
  color: #c12127;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
#sp-special-offer .sj-listing-tabs .item-prices {
  text-align: left;
}
#sp-special-offer .vm-price-value span:only-child {
  margin-left: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-inner .addtocart-bar svg {
  color: #fff;
  vertical-align: top;
}
#sp-special-offer .vm-addtocart-button-col {
	flex: inherit;
}
#sp-special-offer .vm-customfields-wrap {
  margin-bottom: 0;
}
#sp-special-offer  .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image  img {
  transition: transform .8s;
}
#sp-special-offer  .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover img {
  transform: scale(1.1);
}
#sp-special-offer .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 15px 0px;
  display: none;
}
#sp-special-offer .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev, #sp-special-offer .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next{
  background: #fff;
  padding: 0 !important;
  font: inherit;
  width: 40px;
  height: 40px;
  color: #000;
  border: 1px solid #c5c5c5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#sp-special-offer .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover, #sp-special-offer .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover{
  background: #FAD903;
  color: #fff;
  border: 1px solid #FAD903;
}
#sp-special-offer .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: none;
  margin-bottom: 10px;
  overflow: hidden;
}
#sp-special-offer .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 32px 22px;
  overflow: hidden;
}
#sp-special-offer .sj-listing-tabs .ltabs-wrap .ltabs-items-container , #sp-special-offer .sj-listing-tabs .ltabs-wrap , #sp-special-offer .sj-listing-tabs .ltabs-items-container .ltabs-items , #sp-special-offer .sj-listing-tabs .ltabs-items-container .ltabs-items-inner ,#sp-special-offer .sj-listing-tabs{

  overflow: inherit;
}
#sp-special-offer .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next {
  right: 0;
  top: -40px;
  z-index: 999;
}
#sp-special-offer .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev {
  right: 60px;
  top: -40px;
  z-index: 999;
  left: inherit;
}

#sp-special-offer .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel, #sp-special-offer .ltabs-tabs-container .ltabs-tabs li {
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}
#sp-special-offer .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
	color: #333;
  font-weight: 400;
  font-size: 14px;
  padding: .5rem 1rem 0;
  text-transform: none;
}
#sp-special-offer .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel  > span{
  color: #C12127;
}
#sp-special-offer .sp-module-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.3px;
  margin-bottom: 30px;

}
#sp-special-offer .sp-module-title::before {
  content: "";
  background-color: #FBD803;
  width: 32px;
  height: 5px;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  display: inline-block;
  left: 0;
  border-radius: 100px;
}
#sp-special-offer .sp-module-content {
  position: relative;
}
#sp-special-offer .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  position: absolute;
  top: -46px;
  z-index: 999;
  right: 130px;
}

#sp-special-offer .vm-addtocart-button-wrapper .addtocart-button {
	width: 100%;
  border-radius: 0;
  margin-top: 10px;
  background: #C0C0C0;
  border-color: #C0C0C0;
}
#sp-special-offer .vm-addtocart-button-wrapper .addtocart-button:hover {
  background: #C02026;
  border-color: #C02026;
}

#sp-special-offer .vina-carousel-virtuemart .image-block {
  position: relative;
}
.vm-pagination-top {
  background: none !important;
  float: none !important;
}
.vm-pagination-top .vm-page-counter {
  display: none;
}
.vm-pagination-top .pagination {
  display: flex;
  gap: .5rem;
  justify-content: end;
}
.vm-pagination-top .pagination  a {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  border: .1rem solid rgba(0,0,0,.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  line-height: 0;
}
.vm-pagination-top .pagination > .active > a, .vm-pagination-top .pagination  a:hover {
  color: #fff;
  background-color: #000;
  border: .1rem solid #000;
}
.vm-pagination-bottom {
  background: none !important;
  float: none !important;
}
.vm-pagination-bottom .vm-page-counter {
  display: none;
}
.vm-pagination-bottom .pagination {
  display: flex;
  gap: .5rem;
  justify-content: end;
}
.vm-pagination-bottom .pagination  a {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  color: #000;
  background:none;
  cursor: pointer;
  line-height: 0;
}
.vm-pagination-bottom .pagination > .active > a, .vm-pagination-bottom .pagination  a:hover {
  color: #000;
  background-color: rgba(0,0,0,.05);
  border: .1rem solid rgba(0,0,0,.05);
}
.view-rsform #sp-main-body {
  background-color: #e1e2e6;
}
#rsform_1_page_0 {
  margin: 0 auto;
  background: #fff;
  padding: 50px 100px;
}
#rsform_1_page_0 .form-control {
  border-radius: 0;
  
}
.rsform-type-submitbutton .btn-primary{
  width: 100%;
  color: #fad903;
  border-radius: 0;
}
.rsform-type-submitbutton .btn-primary:hover {
  color: #c12127;
}
.rsform-block-already-have-an-account {
  text-align: center;
}
#rsform_1_page_0 .row .col-md-6:nth-child(1) { 
  padding: 40px;
}
#rsform_1_page_0 .row .col-md-6:nth-child(2) {
  background-color: #000;
  color: #fff;
  padding: 40px;
}
#rsform_1_page_0 .form-label {
 
  font-weight: bold;
}
.category-view .quantity-box {
  display: none;
}
.category-view .addtocart-bar .col-auto {
  display: none;
}
.category-view .addtocart-area .addtocart-button {
  width: 100%;
  border-radius: 0;
}
.category-view  .vm-product-title a {
  color: #333;
  font-size: 14px;
  padding: 15px 0 0;
  display: block;
}
.product-price .PricesalesPrice {
  color: #c12127;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.products-view .product-container , .vm-product-grid  .product-container{
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.products-view  .vm-product-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.products-view .product , .vm-product-grid .product{
  margin: 0 0 30px 0;
}
#sp-left .sp-module .sp-module-title , #sp-left .sp-module .cf_flt_header_text{
  padding: 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-bottom: 15px;
}
#sp-left .sp-module .sp-module-title::after , , #sp-left .sp-module .cf_flt_header_text::after{
  content: "";
  border-bottom: 1px solid#e5e5e5;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
}
#sp-left .headexpand {
  display: none;
}
#sp-left .sp-module ul.cf_filters_list > li{
  display: block;
  border-bottom: none;
}
#sp-left .sp-module ul.cf_filters_list > li a {
  color: rgba(0,0,0,.5);
  transition: .3s;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 0;
  display: inline-block;
}
#sp-left .sp-module ul.cf_filters_list > li a:hover {
 color: #c12127;
}
.vm-product-details-container .vm-price-value .PricesalesPrice {
  color: #c12127;
  text-align: left;
}
.manuModal {
  font-size: 16px;
}
.featured-icon {
  padding: 30px 0;
}
.featured-icon .block-top-link {
  display: flex;
  margin: 0 -15px;
}
.featured-icon .block-top-link > * {
  flex: 1;
  padding: 0 15px;
}
.featured-icon .sp-iconfeatured {
  text-align: center;
  border: 1px solid #e1e1e1;
  height: 100%;
  padding: 20px 20px 25px;
}
.featured-icon .sp-iconfeatured .icon {
  margin-bottom: 20px;
}
.featured-icon .sp-iconfeatured .title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
#sp-related-product {
  display: none;
}
.view-productdetails #sp-related-product {
  display: block;
}
#sp-related-product  .sp-module-title {
  position: relative;
}
#sp-related-product .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: none;
}
#sp-related-product .sj-listing-tabs .item-title a{
	 font-size: 14px;
    color: #000;
    text-transform: none;
}
#sp-related-product .vm-price-value .PricesalesPrice {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#sp-related-product .sj-listing-tabs .item-prices {
  text-align: center;
}
#sp-related-product .vm-price-value span:only-child {
  margin-left: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-inner .addtocart-bar svg {
  color: #fff;
  vertical-align: top;
}
#sp-related-product .vm-addtocart-button-col {
	flex: inherit;
}
#sp-related-product .vm-customfields-wrap {
  margin-bottom: 0;
}
#sp-related-product .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image  img {
  transition: transform .8s;
}
#sp-related-product .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover img {
  transform: scale(1.1);
}
#sp-related-product .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 15px 0px;
}
#sp-related-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev, #sp-related-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next{
  background: #ebebeb;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 40px;
  height: 40px;
  color: #b9b9b9;
}
#sp-related-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover, #sp-related-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover{
  background: #FAD903;
  color: #fff;
}
#sp-related-product .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: none;
  margin-bottom: 10px;
  overflow: hidden;
}
#sp-related-product .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  margin: 0 10px 20px 0px;
}
#sp-related-product .sj-listing-tabs .ltabs-wrap .ltabs-items-container , #sp-related-product .sj-listing-tabs .ltabs-wrap , #sp-related-product .sj-listing-tabs .ltabs-items-container .ltabs-items , #sp-special-offer .sj-listing-tabs .ltabs-items-container .ltabs-items-inner ,#sp-special-offer .sj-listing-tabs{

  overflow: inherit;
}
#sp-related-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next {
  right: 0;
  top: -40px;
  z-index: 999;
}
#sp-related-product .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev {
  right: 60px;
  top: -40px;
  z-index: 999;
  left: inherit;
}

#sp-related-product .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel, #sp-related-product .ltabs-tabs-container .ltabs-tabs li {
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}
#sp-related-product .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
	color: #333;
  font-weight: 400;
  font-size: 14px;
  padding: .5rem 1rem 0;
  text-transform: none;
}
#sp-related-product .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel  > span{
  color: #C12127;
}
#sp-related-product.sp-module-title {
  position: relative;
}
#sp-related-product .sp-module-content {
  position: relative;
}
#sp-related-product.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  position: absolute;
  top: -46px;
  z-index: 999;
  right: 130px;
}
#sp-related-product .sp-module-title::before {
  content: "";
  background-color: #e1e1e1;
  width: calc(100% - 450px);
  height: 1px;
  position: absolute;
  z-index: 2;
  top: 20px;
  display: inline-block;
  left: 300px;
}
#sp-related-product .vm-addtocart-button-wrapper .addtocart-button {
	width: 100%;
    border-radius: 0;
}

#sp-related-product .vina-carousel-virtuemart .image-block {
  position: relative;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] {
  gap: 45px;
  justify-content: start;
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 0;
  margin-bottom: 30px !important;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-positioning="top"] > [data-rlta-element="button-list"] > [data-rlta-element="button"] {
  background: none !important;
  color: #1a1a1a;
  font-weight: 500;
  border: none;
    border-bottom-color: currentcolor;
  font-weight: 500;
  color: #545454;
  background: none;
  box-shadow: none;
  outline: none;
  padding: 0 !important;
  position: relative;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-positioning="top"] > [data-rlta-element="button-list"] > [data-rlta-element="button"]:not([data-rlta-state="closed"])::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #D2042D;
  width: 100%;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-positioning="top"] > [data-rlta-element="button-list"] > [data-rlta-element="button"]:not([data-rlta-state="closed"])::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #D2042D;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(210, 4, 45);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(210, 4, 45);
  border-right: none;
  border-bottom: none;
}
.jb-cart-button .btn {
  font-family: 'Rubik', sans-serif;
}
.cart-view .proopc-reg-form .proopc-btn , .cart-view button.proopc-btn-inverse , .cart-view #proopc-order-submit{
  border-color: #C12127;
  background: #C12127;
  width: 100%;
  color: #fad903;
  border-radius: 0;
  padding: 10px;
}
.cart-view .proopc-reg-form .proopc-btn:hover , .cart-view button.proopc-btn-inverse:hover , .cart-view #proopc-order-submit:hover{
  border-color: #fad903;
  background: #fad903;
  color: #C12127;
}
.product-field-display a {
  font-size: 16px !important;
}
.product-price .vm-price-value, .vm-prices-info {
  justify-content: center;
}
.product-price .vm-price-value {
  align-items: initial;
}
.cart-napomena-group .inner .hover-tootip {
  font-weight:700 !important ;
  color: #C12127;
}
.mod-login-logout__login-greeting {
  display: none;
}
.jb-cart-summary {
  font-size: 15px;
}
.featured-view .vm-prices-info {
  justify-content: center;
}
.registrirate {
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #00B700;
  margin-top: 20px;
}
.product-container .product-price .as.addtocart-button {
  width: 100%;
  border-radius: 0;
  position: relative;
  top: -20px;
}
.vm-product-media-container {
  margin-bottom: 0;
  z-index: 1;
}
#login-form .reg-link {
  display: none;
}
#sp-product .vm-display {
  text-align: center;
}
.vm-price-value span.PricepriceWithoutTaxTt {
   margin-left: 0;
  padding-bottom: 10px;
  color: #C12127;
}
@media (min-width: 992px) {
	#sp-main-menu .sp-megamenu-parent > li.sp-has-child {
		display:none;
	}
}
@media (max-width: 991px) {
	#sp-promo-message {
  padding: 10px;
  
}
#sp-promo-message a.rmore {
  display: block;
  margin-left: 0px;
  margin-top: 10px;
}
#sp-special-offer , #sp-product{
  padding: 20px 10px;
}
	#sp-promo-message h3 {
	  font-size: 20px;
	  display: block;
	}
  #sp-intro .box-intro .justify-content-center {
  justify-content: start !important;
}
#sp-intro .services-box__image {
  margin: 0 25px !important;
  padding: 0 15px !important;
} 
.xo-sub-title-desc__title {
  font-size: 40px;
}
.banner-wrap {
  padding: 20px;
  background: rgba(0,0,0,.55);
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
  .services-title {
    font-size: 15px;
  }
   #sp-header {
    height: auto !important;
  }
  body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  border: 1px solid #000;
  position: initial;
  justify-content: center;
  margin-right: 10px;
}
 #sp-logo {
  order: 1;
}
#sp-login-cart {
  order: 2;
}
#sp-search {
  order: 3;
}
.burger-icon > span {
  background-color: #000;
}
#sp-login-cart .jb-dropdown-cart {
  margin-top: 10px;
}
#sp-header .is_btn_search.ajaxsearch_190 .btn-toolbar input[type="text"] {
    width: 67%;
  }
  .offcanvas-menu {
  width: 375px;
  
}
section#sp-slide {
  margin-top: 0;
}
section#sp-slide::before , section#sp-slide::after{
  content: none;
 
}
#sp-slide .is_btn_search {
 
  bottom: 115px;
  
}
.tp-home #sp-logo .align-items-center {
  justify-content: start;
}
.tp-home #sp-login-cart .jb-dropdown-cart {
  margin-top: 10px;
}
body.ltr.tp-home #offcanvas-toggler.offcanvas-toggler-left {
    border: 1px solid #fff;
    
  }
.tp-home  .burger-icon > span {
    background-color: #fff;
  }
#sp-product .sp-module-title , #sp-special-offer .sp-module-title {
  font-size: 24px;
}
.tp-home #sp-login-cart a.sppb-btn {
  margin-top: 6px;
}
.tp-home #sp-header {
  background: #C02026;
}
#sp-slide .category {
  bottom: -190px;
}
  #sp-search .sp-module {
  padding: 10px 0;
  margin: 0;
}
#sp-login-cart a.sppb-btn {
  margin-top: 15px;

}
	#sp-top-bar {
	  text-align: center;
	  
	}
	#sp-top2 {
	  text-align: center;
	}
	#sp-menu-left .sp-column .sp-module-title {
	  padding-left: 60px;
	}
	#sp-intro .box-intro {
	  grid-template-columns: repeat(1, 1fr);
	}
	#sp-intro .services-box  {
		padding:10px 0;
	}
	#sp-intro .box-intro .justify-content-center::before {
	  content: none;
	}
	#sp-feature .item-box {
	  padding: 20px;
	  text-align: center;
	}
	.show-more .rmore {
	  margin: 16px 0;
	}
	#sp-newsletter-r {
	  padding-top: 10px;
	}
	#sp-footer, #sp-bottom {
	  text-align: center;
	}
	#sp-footer1 a {
	  float: none;
	}
	#sp-bottom5 {
	  text-align: center;
	  padding: 30px;
	}
	#sp-bottom5  .box-contact p {
	  text-align: center !important;
	}
	.novosti .bt-box .box-text {
	  padding-bottom: 60px;
	}
	.contact-left .form-box {
	  margin: 0;
	  padding: 40px 10px;
	}
	.contact-left textarea.form-control {
	  height: 100px ;
	}
	.contact-miscinfo .contact-misc .single-location {
	  padding: 20px;
	}
  #sp-head-contact {
    display: none;
  }
  #sp-header .logo-image {
    height: 60px;
  }
  #sp-top-bar .sp-module {
 
  margin: 0;
}
.products-view .product, .vm-product-grid .product {
  width: 100%;
  
}
.productdetails .vm-product-details-container {
  text-align: center;
  width: auto;
}
.productdetails .vm-product-details-container .justify-content-start {
  justify-content: center !important;
}
.vm-product-details-container .vm-price-value .PricesalesPrice {
  text-align: center;
}
.product-price .justify-content-center {
  justify-content: center !important;
}
.productdetails .vm-product-details-container .product-price {
  float: none;
}
div[class*="-view"] .row {
  justify-content: center !important;
}
.productdetails .vm-product-details-container .flex-nowrap {
  margin-bottom: 20px;
}
.featured-icon .block-top-link {
  display: grid;
  margin: 0 -15px;
}
.featured-icon .block-top-link > * {
  margin-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #fff;
}

}
.com-virtuemart.view-user .vm-form-row .mb-3 {
  margin: 0 !important;
}
.com-virtuemart.view-user .vm-form-row input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {

  margin-bottom: 9px;
}
.com-virtuemart.view-user #sp-main-body #bd_results {
  margin: 0 auto;
  background: #fff;
  padding: 50px 100px;
}
.com-virtuemart.view-user #sp-main-body  {
  background-color: #e1e2e6;
}
.title-breadcrumbs-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sp-menu-left .sp-module  {
	background:#fff;
	text-transform: uppercase;
    border-radius: 5px;
	font-weight: 700;
	font-size:14px;
}
#sp-main-menu .container-inner {
  padding: 5px 0;
}