<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@600&amp;family=Noto+Serif:wght@400;700&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');


html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li{
    font-family:' Open Sans', sans-serif !important;
}
.service-title{
    font-size: 25px !important;
    color: #000 !important;
    padding-top: 10px !important;
}
.navbar{
        background: #FFF!important;
}
.book-button{
    border-radius: 0 !important;
    box-shadow: rgb(0 0 0) 4px 4px 0px 1px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #0F131B !important;
    border: 1px solid #166cb7 !important;
    background-color: #E9E5FF !important;
}
.btn-rengine{
    background-color: #000 !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 12px 30px !important;
    border-color:#000!important;
}
.fa-stack, .fa-check{
    display:none !important;
}

.image{
    max-width:120px;
}
.purple-btn&gt;a{
    background: #C20F15;
    color:#fff!important;
}
.purple-btn&gt;a:hover{
    background: #0000 !important;
    color:#000!important;
    border:1px solid #C20F15!important;
}
.navbar-nav&gt;li&gt;a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
}
.navbar-nav&gt;li&gt;a:active {
	font-weight: 600;
}

.footer-text,
.footer-text&gt;a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 116.9%;
	color: #fff;
}
.navbar-center {
    background: white !important;
    padding: 7px !important;
    border-radius: 91px !important;
}
.nav-pills&gt;li&gt;a{
    border-radius: 91px;
    padding: 15px 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    letter-spacing: 1px;
}
.nav-pills.navbar-center &gt; li.active &gt; a{
     border-radius: 91px !important;
    border: 3px solid #C20F15 !important;
}


.form-control{
    background-color:transparent !important;
    border: 1px solid #CEC7FF !important;
    border-radius:0px !important;
}
.form-control, #message{
    background-color:transparent !important;
    border: 1px solid #CEC7FF !important;
    border-radius:0px !important;
}

/**img hover***/
.container1{

    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.container1 .box1{
    position: relative;
    display: inline-block;
    margin: 10px;
    background: #262626;
    overflow: hidden;
}
.container1 .box1 img{
    position: relative;
    width: 100%;  
    height: 100%;
    transition: 5s;
}
.container1 .box1:hover img{
    transform: scale(2);
}


.container1 .box1::before,.container1 .box1::after{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: 1s;
    z-index: 2;
}
.container1 .box1::before{
    transform: scale(1,0); 
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.container1 .box1::after{
    transform: scale(0,1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.container1 .box1:hover::before,.container1 .box1:hover::after{
    transform: scale(1,1);
}


.container1 .box1 .content1{
    position: absolute;
    top: 0;  left: 0;
    width: 100%;  height: 100%;
    background: rgba(0,0,0,0);
    display: flex;
    justify-content: center;   
    align-items: end;
    padding-bottom: 20px;
    transition: 1s;

}
.container1 .box1:hover .content1{
    background: rgba(0,0,0,.7);
}
.container1 .box1 .content1 .wrap{
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    z-index: 3;
}
.container1 .box1 .content1 .wrap h1{
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
    transform: translateY(-80px);
    opacity: 0;
    transition: 1s;
}
.container1 .box1:hover .content1 .wrap h1{
    transform: translateY(0);
    opacity: 1;
}
.container1 .box1 .content1 .wrap p{
    position: relative;
    font-size: 15px;
    transform: translateY(170px);
    opacity: 0;
    transition: .5s;
}
.container1 .box1:hover .content1 .wrap p{
    transform: translateY(0px);
    opacity: 1;
}
/**end of hove***/

@media(max-width:576px) {}

/*****services****/
.slide-subtitle.service-title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 108.52%;
    color: #0F131B;
    text-align:center !important;
    padding: 20px 0;
}
.owl-item.active{
    padding: 20px;
    background: #FAF7FF;
}
.owl-carousel .owl-item img {
    position: relative;
    width: -webkit-fill-available !important;
    max-height: initial !important;
}
.slide-subtitle.text-uppercase.padd10t.size12.group{
    display:none !important;
}

/******end of services****/

/*****product page*****/
.product-button-wrapper{
    text-align:center !important;
}

.btn.btn-primary.product-button{
    background: #E9E6FF;
    border:1px solid #e9e6ff !important;
    border-radius: 0 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 12px !important;
    line-height: 108.52%;
    color: #0F131B;
    text-transform: uppercase;
    padding: 14px 28px;
}
.btn.btn-primary.product-button:hover{
    background: #E9E6FF;
    border:1px solid #e9e6ff !important;
}
.description-header{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 108.52%;
    color: #0F131B;
    padding:20px 0;
}
.item-price.center{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 108.52%;
    color: #0F131B;
    position: absolute;
    bottom: 96px;
    right: 43px;
}
.description-subheader{
    display:none !important;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.display-flex &gt; [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
.send-btn.btn-default.btn{
    position: relative;
    top: -65px;
    left: 520px;
    background: #fff!important;
    border-radius: 402px;
    color: #000!important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 17px 28px;
    margin:0!important;
    margin-bottom:0px!important;
}

.rendered-form .form-control{
    border-radius: 80px !important;
    width: 70% !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff !important;
    border-color:#fff!important;
}

@media(max-width:768px){
    .send-btn{
        position:static !important;
    }
    .rendered-form .form-control{
        width:100% !important;
    }
    .contact-form-module{
        margin-left:0px !important;
    }
}


.footer-text&gt;a{
    color:#fff!important;
}
.footer{
    background-color: #000!important;
}

 .header-hover:before{
    content: "";
    position: absolute;
    top: 14px;
    right: 0px;
    width: 0px;
    height: 20px;
    background-color: #C20F15!important;
    transition: all 2s ease;
  }
  .header-hover:hover:before {
    width: 100%;
    opacity: 0.2;
  }
  
  .service-book a, .button, .action-container a, .success-container a{
      background-color:#000!important;
      color:#fff!important;
      border: 1px solid #000!important;
  }
  
  .service-book a:hover, .caution-container a:hover, .button:hover, .action-container a:hover, .success-container a:hover{
      background-color:#0000!important;
      color:#000!important;
      border: 1px solid #000!important;
  }
  
  .secondary-button{
      border: 1px solid #000!important;
      color:#000!important;
  }
  @media(max-width:767px){
  .image-size{
      margin-top:150px;
  }
  .size-photo{
      padding:0px!important;
  }
}
/*.embed-responsive,*/
/*.modal,*/
/*.modal-open,*/
/*.progress {*/
/*	overflow: visible;*/
/*	z-index: 99999999999 !important;*/
/*}*/

/*.shop-add-to-cart-button {*/
/*	background-color: #000 !important;*/
/*	color: white !important;*/
/*	font-family: Roboto sans-serif;*/
/*	font-weight: 600 !important;*/
/*	border-color: #000 !important;*/
/*	border-radius: 0px !important;*/
/*}*/

/*.shop-add-to-cart-button:hover {*/
/*	background-color: #F06500 !important;*/
/*	color: #000 !important;*/
/*	font-family: Roboto sans-serif;*/
/*	font-weight: 600 !important;*/
/*	border-color: #F06500 !important;*/
/*	border-radius: 0px !important;*/

/*}*/

/*.quantity-control[data-v-75a1396b] {*/
/*	border: none !important;*/
/*}*/

/*.flex .quantity-controls {*/
/*	border: 1px solid #242424 !important;*/
/*}*/

/*.flex-1.flex.justify-center.quantity-controls {*/
/*	flex-direction: initial !important;*/
/*	max-width: 100px;*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*	border: 1px solid #242424 !important;*/
/*}*/

/*.option-panel.shop-option-panel {*/
/*	background-color: #fff !important;*/
/*}*/

/*.alert-success {*/
/*	font-family: Roboto, sans-serif !important;*/
/*}*/

/*.breadcrumb&gt;li {*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-size: 16px !important;*/
/*}*/

/*#ordering-app&gt;div&gt;div.container&gt;div&gt;div&gt;div {*/
/*	font-size: 18px !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-weight: 600;*/
/*}*/

/*#ordering-app&gt;div&gt;div.container&gt;div&gt;div&gt;ul&gt;li {*/
/*	font-size: 16px !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*}*/

/*#ordering-app&gt;div&gt;div.container&gt;div:nth-child(1) {*/
/*	background: #fff;*/
/*	padding: 30px;*/
/*	margin-bottom: 30px;*/
/*	border-radius: 0px;*/
/*	box-shadow: rgb(0 0 0 / 5%) 0px 4px 11px;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-size: 18px !important;*/
/*}*/

/*#ordering-app&gt;div&gt;div.container&gt;div:nth-child(2)&gt;div&gt;table&gt;tbody&gt;tr&gt;td {*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-size: 18px !important;*/
/*}*/

/*#ordering-app&gt;div&gt;div&gt;div.col-md-offset-2.col-md-4&gt;h1 {*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-size: 24px;*/
/*}*/

/*#ordering-app&gt;div&gt;div&gt;div.col-md-offset-2.col-md-4&gt;div:nth-child(3) {*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-size: 18px;*/
/*	font-weight: 600;*/
/*}*/

/*#ordering-app&gt;div&gt;div&gt;div.col-md-6&gt;div&gt;table&gt;tbody&gt;tr&gt;td {*/
/*	font-size: 16px;*/
/*	font-family: Roboto, sans-serif !important;*/
/*}*/

/*.table-responsive {*/
/*	background: #fff;*/
/*	padding: 30px;*/
/*	margin-bottom: 30px;*/
/*	margin-top: 50px;*/
/*	border-radius: 0px;*/
/*	box-shadow: rgb(0 0 0 / 5%) 0px 4px 11px;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-size: 18px !important;*/

/*}*/


/*#ordering-app&gt;div&gt;div&gt;div.col-md-offset-2.col-md-4 {*/
/*	text-align: center;*/
/*	margin-top: 50px;*/
/*}*/

/*.eshop-payment-button {*/
/*	background-color: #F06500 !important;*/
/*	font-weight: 600 !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	border-radius: 0px !important;*/
/*	color: #000 !important;*/
/*	padding: 13px 20px;*/
/*}*/

/*.eshop-payment-button:hover {*/
/*	background-color: #000 !important;*/
/*	font-weight: 600 !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	border-radius: 0px !important;*/
/*	color: #fff !important;*/
/*	padding: 13px 20px;*/
/*}*/

/*.shop-payment-button:hover {*/
/*	background-color: #F06500 !important;*/
/*	font-weight: 600 !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	border-radius: 0px !important;*/
/*	color: #000 !important;*/
/*}*/

/*.shop-payment-button {*/
/*	background-color: #000 !important;*/
/*	font-weight: 600 !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	border-radius: 0px !important;*/
/*	color: #fff !important;*/
/*}*/

/*.input-group-btn:last-child&gt;.btn,*/
/*.input-group-btn:last-child&gt;.btn-group {*/
/*	background-color: #F06500 !important;*/
/*	border-radius: 0px !important;*/
/*	font-weight: 600 !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	padding: 13px 23px;*/
/*	margin-top: -1px;*/
/*	margin-left: -2px;*/
/*	color: #000 !important;*/

/*}*/

/*.text-right {*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-weight: 600 !important;*/

/*}*/

/*span[data-v-297fb1b2],*/
/*td[data-v-297fb1b2] {*/
/*	font-size: 14px !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-weight: 600 !important;*/

/*}*/

/*.table&gt;thead&gt;tr&gt;th {*/
/*	font-family: Roboto, sans-serif !important;*/
/*}*/

/*.panel-default&gt;.panel-heading {*/
/*	color: #000 !important;*/
/*	font-weight: 600 !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	background-color: #F06500 !important;*/
/*	border-color: #F06500 !important;*/
/*	border-radius: 0 !important;*/
/*}*/

/*.btn.btn-block.shop-button.shop-shipping-button:hover {*/
/*	margin-top: 30px;*/
/*	padding: 10px 25px;*/
/*	color: white;*/
/*	border-radius: 0 !important;*/
/*	background-color: #F06500 !important;*/
/*}*/

/*.cart .cart-item .cart-product-name[data-v-54ac3a80] {*/
/*	color: #000;*/
/*	font-style: normal;*/
/*	font-weight: 600 !important;*/
/*	font-size: 17px !important;*/
/*	line-height: 30px;*/
/*	font-family: Roboto, sans-serif !important;*/
/*}*/

/*.cart-clear-button {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.text-center {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.flex-1.flex.justify-center.quantity-controls {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.mb-3 {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.lead {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.panel-body {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.justify-between {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.form-control,*/
/*.select2-selection {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.item-name {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.flex-1 {*/
/*	font-family: Roboto, sans-serif;*/
/*	font-weight: 600;*/
/*}*/

/*.item-add {*/
/*	border-radius: 0 !important;*/
/*	border: 0 !important;*/
/*	color: #000 !important;*/
/*	font-size: 12px !important;*/
/*}*/

/*.item-decrease-quantity {*/
/*	font-size: 12px !important;*/
/*	border-radius: 0 !important;*/
/*	border: 0 !important;*/
/*	color: #000 !important;*/
/*	cursor: pointer;*/
/*}*/

/*.shop-checkout-button {*/
/*	background-color: #F06500 !important;*/
/*	color: #fff !important;*/
/*	border-radius: 0 !important;*/
/*	padding: 10px 25px !important;*/
/*	margin-left: 24px !important;*/
/*	margin-right: 24px !important;*/
/*	border: 1px solid #F06500 !important;*/
/*	font-size: 16px !important;*/
/*	text-transform: uppercase !important;*/
/*	max-width: 250px !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-weight: 600 !important;*/
/*}*/

/*.shop-checkout-button:hover {*/
/*	background-color: #000 !important;*/
/*	color: #fff !important;*/
/*	border-radius: 0 !important;*/
/*	padding: 10px 25px !important;*/
/*	margin-left: 24px !important;*/
/*	margin-right: 24px !important;*/
/*	border: 1px solid #000 !important;*/
/*	font-size: 16px !important;*/
/*	text-transform: uppercase !important;*/
/*	max-width: 250px !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*	font-weight: 600 !important;*/
/*}*/

/*.shop-checkout-button:after {*/
/*	content: '\f061';*/
/*}*/

/*.fas.fa-cash-register {*/
/*	display: none*/
/*}*/

/*.w-100.flex.padd30t {*/
/*	font-weight: 600 !important;*/
/*	font-family: Roboto, sans-serif !important;*/

/*}*/


/*strong[data-v-54ac3a80] {*/
/*	font-weight: normal;*/
/*}*/

/*img.cart-product-image {*/
/*	width: 50% !important;*/
/*	height: auto !important;*/
/*	margin-left: 20px !important;*/
/*}*/

/*#ordering-app {*/
/*	padding-bottom: 100px;*/
/*}*/

/*.cart-title.text-center {*/
/*	font-size: 40px !important;*/
/*}*/

/*div[data-v-76df7976] {*/
/*	max-width: 1200px;*/
/*	margin: auto !important;*/
/*}*/

/*.panel-default&gt;.panel-heading {*/
/*	color: #333;*/
/*	background-color: #000;*/
/*	border-color: #d3e0e9;*/
/*	color: #fff;*/
/*	border-radius: 0 !important;*/
/*}*/

/*span[data-v-297fb1b2],*/
/*td[data-v-297fb1b2] {*/
/*	font-size: 16px !important;*/
/*}*/

/*.btn.btn-block.shop-button.shop-shipping-button {*/
/*	margin-top: 30px;*/
/*	background-color: #000 !important;*/
/*	padding: 10px 25px;*/
/*	color: #fff !important;*/
/*	border-radius: 0 !important;*/
/*	font-weight: 600 !important;*/
/*	font-family: Roboto, sans-serif !important;*/
/*}*/

/*label[data-v-7669d047] {*/
/*	font-size: 16px;*/
/*}*/

/*.service-book a,*/
/*.button,*/
/*.action-container a,*/
/*.success-container a {*/
/*	border: 1px solid #000;*/
/*	border-radius: 0 !important;*/
/*	padding-top: 10px;*/
/*	padding-bottom: 10px;*/
/*	color: #fff !important;*/
/*	margin: 10px;*/
/*	background-color: #000;*/
/*}*/

/*.service-book a:hover,*/
/*.button:hover,*/
/*.action-container a:hover,*/
/*.success-container a:hover {*/
/*	border: 1px solid #eee;*/
/*	border-radius: 0 !important;*/
/*	padding-top: 10px;*/
/*	padding-bottom: 10px;*/
/*	color: #000 !important;*/
/*	margin: 10px;*/
/*	background-color: #eee;*/
/*}*/

/*.show-signin-modal.go-guest.secondary-button {*/
/*	border: 1px solid #000;*/
/*	border-radius: 0 !important;*/
/*	padding-top: 10px;*/
/*	padding-bottom: 10px;*/
/*	color: #000 !important;*/
/*	margin: 10px;*/
/*	background-color: #fff;*/
/*	cursor: pointer;*/
/*}*/

/*.show-signin-modal.go-guest.secondary-button:hover {*/
/*	border: 1px solid #eee;*/
/*	border-radius: 0 !important;*/
/*	padding-top: 10px;*/
/*	padding-bottom: 10px;*/
/*	color: #000 !important;*/
/*	margin: 10px;*/
/*	background-color: #eee;*/
/*	text-decoration: none !important;*/
/*}*/

/**********cart end********/

/********cart******/
/**:focus {*/
/*	outline: none !important;*/
/*	box-shadow: none !important*/
/*}*/

/*.product-button-wrapper {*/
/*	text-align: center !important;*/
/*}*/

/*.item-image {*/
/*	height: 450px;*/
/*	-o-object-fit: cover;*/
/*	object-fit: cover;*/
/*	-o-object-position: 50%;*/
/*	object-position: 50%;*/
/*	height: auto;*/
/*	max-width: 250px;*/
/*	width: 100%;*/
/*	min-width: 200px;*/
/*	margin: 10px;*/
/*	text-align: center;*/
/*	transition: transform 1s !important;*/
/*}*/

/*img.item-image:hover,*/
/*#products-carousel-dExeYwT&gt;div&gt;div.owl-stage-outer&gt;div&gt;div&gt;div&gt;div.img-preview&gt;a&gt;img:hover {*/
/*	transform: scale(1.1) !important;*/
/*	transition: transform 1s !important;*/
/*}*/

/*#products-carousel-dExeYwT&gt;div&gt;div.owl-stage-outer&gt;div&gt;div&gt;div&gt;div.img-preview&gt;a&gt;img {*/
/*	transition: transform 1s !important;*/
/*}*/

/*.img-fluid {*/
/*	opacity: 100%;*/
/*	transition: linear 0.5s !important;*/
/*}*/

/*.img-fluid:hover {*/
/*	opacity: 90%;*/
/*	transition: linear 0.5s !important;*/
/*}*/

/*@media (max-width:768px) {*/
/*	.item-image {*/
/*		min-width: 100px !important;*/
/*		max-width: 150px !important;*/
/*		height: auto !important;*/
/*	}*/

/*	#ordering-app&gt;div.container-fluid.row&gt;div.col-xs-2 {*/
/*		width: initial;*/
/*	}*/

/*	#ordering-app&gt;div.container-fluid.row&gt;div.col-xs-10 {*/
/*		width: 100% !important;*/
/*	}*/

/*	.item-container.col {*/
/*		max-width: 100% !important;*/
/*	}*/
/*}*/

/*.list-unstyled&gt;li&gt;a {*/
/*	font-size: 14px !important;*/
/*	font-family: Roboto, sans-serif;*/
/*	color: #000 !important;*/
/*	font-weight: 500 !important;*/
/*}*/

/*.item-container.col {*/
/*	max-width: 300px;*/
/*}*/

/*@media (max-width: 920px) {*/
/*	.item-container {*/
/*		flex: 1 21% !important;*/
/*	}*/
/*}*/

/*.flex.quantity-controls {*/
/*	border: 1px solid #000;*/
/*	padding-top: 5px;*/
/*	border-radius: 0px;*/
/*}*/

/*.quantity-control[data-v-75a1396b] {*/
/*	color: gray;*/
/*	border: none !important;*/
/*	padding: 4px;*/
/*	border-radius: 50%;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	font-size: 9px;*/
/*	margin: 0px 10px;*/
/*}*/

/*.btn.shop-button.shop-add-to-cart-button {*/
/*	padding: 6px 25px;*/
/*	border-radius: 0px;*/
/*	background: #F06500 !important;*/
/*	color: #fff;*/
/*	border-color: #F06500 !important;*/
/*}*/

/*.btn.shop-button.shop-add-to-cart-button:hover {*/
/*	padding: 6px 25px;*/
/*	border-radius: 0px !important;*/
/*	background: #fff !important;*/
/*	color: #F06500 !important;*/
/*	border-color: #F06500 !important;*/
/*}*/

/*.product-button {*/
/*	text-align: center !important;*/
/*	font-family: Montserrat, sans-serif;*/
/*	font-style: normal;*/
/*	font-weight: normal;*/
/*	font-size: 14px !important;*/
/*	text-transform: uppercase;*/
/*	color: white !important;*/
/*	background-color: #000 !important;*/
/*	border-color: #000 !important;*/
/*	border-radius: 0px !important;*/
/*}*/

/*.product-button:hover {*/
/*	color: #ffffff;*/
/*	background-color: #F06500 !important;*/
/*	border-color: #F06500 !important;*/
/*	border-radius: 0px !important;*/

/*}*/

/*.cart-item-count.badge {*/
/*	background-color: #fff !important;*/
/*}*/

/*.service-book a,*/
/*.button,*/
/*.action-container a,*/
/*.success-container a {*/
/*	border: 1px solid #F06500;*/
/*	border-radius: 0px !important;*/
/*	padding-top: 10px;*/
/*	padding-bottom: 10px;*/
/*	color: #00a6d8;*/
/*	margin: 10px;*/
/*	background-color: #F06500;*/
/*	color: #ffffff;*/
/*	font-family: inherit;*/
/*	font-weight: inherit;*/
/*	text-transform: none;*/
/*	letter-spacing: inherit;*/
/*	line-height: inherit;*/
/*}*/

/*.secondary-button {*/
/*	background: none;*/
/*	padding: 10px 10px;*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	font-weight: 300;*/
/*	display: block;*/
/*	border-radius: 0px;*/
/*	border: 1px solid #F06500;*/
/*	color: #F06500;*/
/*	margin-top: 8px;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.button:hover {*/
/*	background-color: #000 !important;*/
/*	color: #fff !important;*/
/*	border-color: #000 !important;*/
/*}*/

/*.service-book a:hover {*/
/*	background-color: #000 !important;*/
/*	color: #fff !important;*/
/*	border-color: #000 !important;*/
/*}*/

/*a.signup.no-auth {*/
/*	color: #000 !important;*/
/*	font-size: 14px !important;*/
/*	font-weight: 600 !important;*/
/*	text-transform: uppercase !important;*/
/*	background-color: transparent !important;*/
/*	font-family: "Open Sans" !important;*/
/*	padding: 10px 20px !important;*/
/*	margin: 9px !important;*/
/*	border: 2px solid #fff;*/
/*	max-width: 150px;*/
/*	text-align: center;*/
/*}*/

/*a.signin.no-auth {*/
/*	color: #F06500 !important;*/
/*	border: 2px solid #fff;*/
/*	font-size: 14px !important;*/
/*	font-weight: 600 !important;*/
/*	text-transform: uppercase !important;*/
/*	background-color: #fff !important;*/
/*	font-family: "Open Sans" !important;*/
/*	padding: 10px 20px !important;*/
/*	margin: 9px !important;*/
/*	max-width: 150px;*/
/*	text-align: center;*/
/*}*/

/**OWL**/
/*.products-carousel-module .carousel-top-image-wrapper {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: flex-end;*/
/*	overflow: hidden;*/
/*	margin-right: 10px;*/
/*	background-color: transparent;*/
/*	border: 0px solid #ddd;*/
/*}*/

/*.login-button-module {*/
/*	margin-top: -10px;*/
/*}*/

/*.products-carousel-module .description-wrapper {*/
/*	text-align: center !important;*/
/*	background-color: transparent;*/
/*	padding: 0 10px 0px;*/
/*	position: relative;*/
/*}*/

/*.description-header a {*/
/*	font-family: Montserrat, sans-serif;*/
/*	font-style: normal;*/
/*	font-weight: normal;*/
/*	font-size: 20px !important;*/
/*	text-transform: uppercase !important;*/
/*	color: #1E1E1E !important;*/
/*}*/

/*.content-line-hero .owl-dots {*/
/*	position: absolute;*/
/*	z-index: 12;*/
/*	left: 50%;*/
/*	transform: translatex(-50%);*/
/*	bottom: 24px;*/
/*}*/

/*.content-line-hero .owl-dots .owl-dot {*/
/*	width: 10px;*/
/*	height: 10px;*/
/*	background-color: #fff;*/
/*	border-radius: 50%;*/
/*	margin: 0 2px;*/
/*	opacity: 0.5;*/
/*	padding: 0;*/
/*}*/

/*.content-line-hero .owl-dots .owl-dot.active {*/
/*	opacity: 1;*/
/*}*/

/*.owl-nav {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 10px;*/
/*}*/

/*.owl-nav button {*/
/*	background-color: #51a380;*/
/*	border-radius: 50%;*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	transition: all 0.2s ease-in;*/
/*}*/

/*.owl-nav button span {*/
/*	display: none;*/
/*}*/

/*.owl-nav button:hover {*/
/*	background-color: #62b18f;*/
/*}*/

/*.owl-prev {*/
/*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e6f1ed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E ");*/
/*	margin-right: 6px;*/
/*}*/

/*.owl-prev:hover {*/
/*	background-position: center left 2px;*/
/*}*/

/*.owl-next {*/
/*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e6f1ed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E ");*/
/*}*/

/*.owl-next:hover {*/
/*	background-position: center right 2px;*/
/*}*/

/*.owl-carousel {*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*	width: 100%;*/
/*}*/

/*.owl-item {*/
/*	padding: 6px 10px;*/
/*}*/

/*.owl-carousel .owl-item img {*/
/*	width: auto !important;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	min-height: 100%;*/
/*}*/

/*.hero-img-wrapper {*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	flex-shrink: 0;*/
/*	border-radius: 4px;*/
/*}*/

/*.hero-img-wrapper img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	-o-object-fit: cover;*/
/*	object-fit: cover;*/
/*}*/

/*.owl-carousel {*/
/*	position: relative;*/
/*	width: 100%;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	padding-top: 32px;*/
/*	padding-bottom: 8px;*/
/*}*/

/*.upload-text-wrapper {*/
/*	position: absolute;*/
/*	top: 24px;*/
/*	left: 24px;*/
/*}*/

/*.upload-text-header {*/
/*	font-size: 16px;*/
/*	line-height: 24px;*/
/*	font-weight: 700;*/
/*	color: #fff;*/
/*	margin: 0;*/
/*}*/

/*.upload-text-info {*/
/*	font-size: 12px;*/
/*	font-weight: 400;*/
/*	color: #fff;*/
/*	margin: 0;*/
/*	opacity: 0.8;*/
/*}*/

/*.upload-text-info span {*/
/*	border-left: 1px solid #fff;*/
/*	padding-left: 4px;*/
/*}*/

/*.img-preview {*/
/*	flex: 1;*/
/*}*/

/*.carousel-top-image-wrapper {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: flex-end;*/
/*	overflow: hidden;*/
/*	margin-right: 10px;*/
/*	background-color: transparent;*/
/*	box-shadow: none;*/
/*	border-radius: 0px;*/
/*}*/

/*.description-wrapper {*/
/*	background-color: transparent;*/
/*	padding: 0 20px 15px;*/
/*	position: relative;*/
/*}*/

/*.description-wrapper p {*/
/*	width: 100%;*/
/*	white-space: nowrap;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	text-align: center !important;*/
/*}*/

/*.description-header {*/
/*	margin: 0px 0 4px 0;*/
/*}*/

/*.description-subheader {*/
/*	font-family: Montserrat, sans-serif;*/
/*	font-style: normal;*/
/*	font-weight: 300;*/
/*	font-size: 16px;*/
/*	color: #000000;*/
/*	margin: 0;*/

/*}*/

/*.product-price {*/
/*	margin: 4px 0;*/
/*	font-family: Open Sans;*/
/*	font-style: normal;*/
/*	font-weight: bold;*/
/*	font-size: 25px !important;*/
/*	text-transform: uppercase;*/
/*	color: #F06500;*/
/*}*/

/*.description-info span {*/
/*	border-left: 0px solid #cdcdcd;*/
/*	padding-left: 4px;*/
/*}*/

/*.btn-play {*/
/*	position: absolute;*/
/*	top: -16px;*/
/*	right: 8px;*/
/*	background-color: #fff;*/
/*	border-radius: 50%;*/
/*	width: 32px;*/
/*	height: 32px;*/
/*	background-size: 14px;*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
/*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2311a074' stroke='%2311a074' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-play'%3E%3Cpath d='M5 3l14 9-14 9V3z' /%3E%3C/svg%3E");*/
/*	box-shadow: 0px 2px 4px 2px rgba(209, 209, 209, 0.4);*/
/*}*/

/*.more-button {*/
/*	display: none;*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*	.menu-links {*/
/*		display: none;*/
/*	}*/

/*	.more-button {*/
/*		display: block;*/
/*	}*/

/*	.action-buttons-wrapper {*/
/*		display: none;*/
/*	}*/

/*	.text-last {*/
/*		left: 83px !important;*/
/*	}*/
/*}*/

/*#owl-slider-1 .hero-img-wrapper img {*/
/*	display: block;*/
/*	width: 100%;*/
/*}*/

/*.owl-stage {*/
/*	height: 400px;*/
/*	display: flex;*/
/*}*/

/*.owl-stage-outer {*/
/*	margin-bottom: 50px;*/
/*	width: 100%;*/
/*	left: initial;*/
/*}*/

/*.category-title {*/
/*	color: white;*/
/*	font-size: 50px;*/
/*	font-family: 'Ubuntu';*/
/*}*/</pre></body></html>