@charset "UTF-8";

.sp-module.white:hover {
	color: #333;
	background: #f9f9f9;
}
.sp-module.beige {
	color: #000;
	background-color: #e3e1df;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.sp-module.greys {
	color: #333;
	background-color: #fafafa;
	margin: 0 auto 5px auto;
	padding: 5px;
}
.sp-module.greys:hover {
	color: #333;
	background-color: #ddd;
}

.sp-module.blues {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
    background: #006699;
    background: -moz-linear-gradient(45deg, #006699 0%, #3399cc 100%);
    background: -webkit-linear-gradient(45deg, #006699 0%,#3399cc 100%);
    background: linear-gradient(45deg, #006699 0%,#3399cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#3399cc',GradientType=1 );
}

.sp-module.greens {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #669933;
    background: -moz-linear-gradient(45deg, #669933 0%, #66cc33 100%);
    background: -webkit-linear-gradient(45deg, #669933 0%,#66cc33 100%);
    background: linear-gradient(45deg, #669933 0%,#66cc33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669933', endColorstr='#66cc33',GradientType=1 );
}
.sp-module.oranges {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #ff7b26;
    background: -moz-linear-gradient(45deg, #ff7b26 0%, #ffc108 100%);
    background: -webkit-linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    background: linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b26', endColorstr='#ffc108',GradientType=1 );
}

.sp-module.reds {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #f32328;
    background: -moz-linear-gradient(45deg, #f32328 0%, #fe583c 100%);
    background: -webkit-linear-gradient(45deg, #f32328 0%,#fe583c 100%);
    background: linear-gradient(45deg, #f32328 0%,#fe583c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f32328', endColorstr='#fe583c',GradientType=1 );}

.sp-module.colors {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	background: #ff7b26;
}
.reds h3::before,.oranges h3::before,.greens h3::before,.blues h3::before,.dark h3::before,.colors h3::before   {background-color:#fff !important;}

.sp-module.dark ul, .mcolor ul, .white ul {
	padding-left: 10px;
}

.sp-module.dark a, .sp-module.colors a { color: #ddd !important;}
.newsletter-signup{
  max-width: 500px; margin: 0px auto
}
#sp-newsletter .newsletter-signup form {
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:-o-flex;
 display:flex
}
	
#sp-newsletter .newsletter-signup form input[type=text] {
 background:#323136;
 border:none;
 border-radius:3px 0 0 3px;
 color:rgba(255,255,255,.6);
 padding:2px 20px;
 height:46px
}	
#sp-newsletter .newsletter-signup form button{
 padding:10px 30px;
 height:50px
}

#sp-bottom .newsletter-signup form, .sm-popup .newsletter-signup form {
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:-o-flex;
 display:flex
}
#sp-bottom .newsletter-signup form input[type=text], .sm-popup .newsletter-signup form input[type=text]{
 background:#fff;
 border:none;
 border-radius:3px 0 0 3px;
 color:rgba(0, 0, 0, 0.6);
 padding:10px 20px;
 height:46px
}
#sp-bottom .newsletter-signup form button[type=submit], .sm-popup .newsletter-signup form button[type=submit] {
 text-transform:uppercase;
 background:#333;
 padding-left:18px;
 padding-right:18px;
 width:140px;
 height:46px;
 color:#fff;
 border:none;
 box-shadow:none;
 border-radius:0 3px 3px 0;
 -webkit-transition:.4s;
 transition:.4s
}
#sp-bottom .newsletter-signup form button[type=submit]:hover {
 background:#2a61c9
}

#sp-news,#sp-testimonial,#sp-advert,#sp-top  {
    padding: 20px 0px;
}
.top-search-wrapper {
  margin-right: -15px;
}
.pull-right {
    float: right;
}
.top-search-wrapper i.search-open-icon {
  text-align: right;
}
.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-animation: searchZoomIn 0.4s;
  animation: searchZoomIn 0.4s;
}
.top-search-input-wrap form {
  width: 100%;
}
.top-search-input-wrap .search-wrap {
  width: 100%;
}
.top-search-input-wrap .search-wrap .search.creative-top-search {
  float: none !important;
  width: 75%;
  margin: 0 auto;
  max-width: 900px;
}
.top-search-input-wrap .search-wrap .search.creative-top-search h3.sp-module-title {
  display: none;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input {
  background: transparent;
  height: auto;
  box-shadow: none;
  padding: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: 100px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 4px;
  border-radius: 0;
  font-weight: 300;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input::-webkit-search-cancel-button, .top-search-input-wrap .search-wrap .search.creative-top-search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input:focus {
  outline: 0;
  box-shadow: none;
}
.top-search-input-wrap .search-mods {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, -100%, 0);
}

.top-search-input-wrap.search-open .search-mods {
  transform: translate3d(0, 0, 0);
}
.top-search-input-wrap .search-info-text {
  color: #fff;
  text-align: right;
  display: block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}

.icon-top-wrapper {
  height: auto;
  margin: 0 0 0 20px;
  width: 36px;
  position: relative;
  z-index: 999999;
}
.icon-top-wrapper i {
  cursor: pointer;
  font-size: 16px;
  transition: 3ms;
}
.icon-top-wrapper i.search-open-icon {
  color: #000;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}

.icon-top-wrapper i.search-close-icon {
  font-size: 42px !important;
  color: #fff;
  z-index: 9999;
  position: fixed;
  margin-left: -20px;
  top: 150px;
}
.icon-top-wrapper .search-close-icon {
  display: none;
}
.creative-top-search h3.sp-module-title {
  display: none;
}
.creative-top-search .search-bottom-part h3.sp-module-title {
  display: block;
}
.creative-top-search .search-bottom-part .container {
  border-bottom: 0 !important;
}
.owl-dots {display: none !important}
#sp-map .customoranges{margin: 25px auto;}
#sp-top .sp-module-title, #sp-advert .sp-module-title {margin: 25px auto; text-align: center; font-size: 24px; border-bottom: 1px solid #ccc; padding-bottom: 10px;text-transform: uppercase;letter-spacing: 0.03em;}

#sp-left114 button {
  box-shadow: 5px 5px 15px #d1d9e6,-5px -5px 15px #fff;
  border-radius:10px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: -20px;
  top: 20px;
  width: 40px;
}

#sp-left114 .reviews-block__slide {
background: transparent ;
padding: 10px 0px;
}
#sp-left114 .sp-module{
  margin-top: 50px;
  padding: 30px;
}
ul.social-icons > li:not(:last-child) {
    margin-right: 12px;
}
.j2store_cart_module_242, .top-search-wrapper {display: none }