﻿html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}



.btn{
    border-radius:0px !important;
}

.btn-padd-cus{
    padding:5px !important;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
}

h1 { font-size:  3.5rem; }
h2 {  }
h3 {  }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.4rem; }
h6 { font-size: 1.1rem; }

p {
	font-size: 16px;
	font-display: 500;
	color: #000;
}
.pro-features {
    position: fixed;
    right: -300px;
    width: 300px;
    height: auto;
    line-height: 46px;
    font-size: 14px;
    background: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: -4px 0px 5px #00000036;
    color: #fff;
    z-index: 9999;
    padding: 20px 30px 30px 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pro-features.active {
    right: 0;
}
.pro-features li.big-title {
    font-weight: 600;
    color: #1A76D1;
    font-size: 15px;
}
.pro-features li.title {
    font-weight: 600;
    color: #1A76D1;
    font-size: 15px;
}
.pro-features .button {
    border-radius: 25px !important;
}
.pro-features .button .btn {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    display: inline-block;
    float: left;
    font-size: 13px;
    text-transform: capitalize;
}
.pro-features li {
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 22px;
    margin-bottom: 10px;
}
.get-pro {
    position: absolute;
    left: -80px;
    width: 80px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    background: #1A76D1;
    text-align: center;
    color: #fff;
    top: 0;
    cursor: pointer;
    box-shadow: -4px 0px 5px #00000036;
}
.get-pro:hover {
}
#scrollUp {
    bottom: 15px;
    right: 15px;
    padding: 10px 20px;
    background: #1a76d1;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #00000026;
}
#scrollUp:hover {
    background: #2C2D3F;
}
/* Color Plate */
.color-plate {
    position: fixed;
    display: block;
    z-index: 99998;
    padding: 20px;
    width: 245px;
    background: #fff;
    right: -245px;
    text-align: left;
    top: 30%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.color-plate.active {
    right: 0;
}
.color-plate .color-plate-icon {
    position: absolute;
    left: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 5px 0 0 5px;
    background: #1A76D1;
    text-align: center;
    color: #fff !important;
    top: 0;
    cursor: pointer;
    box-shadow: -4px 0px 5px #00000036;
}
.color-plate h4 {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}
.color-plate p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
}
.color-plate span {
    width: 42px;
    height: 35px;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
}
.color-plate span:hover {
    cursor: pointer;
}
.color-plate span.color1 {
    background: #1A76D1;
}
.color-plate span.color2 {
    background: #2196F3;
}
.color-plate span.color3 {
    background: #32B87D;
}
.color-plate span.color4 {
    background: #FE754A;
}
.color-plate span.color5 {
    background: #F82F56;
}
.color-plate span.color6 {
    background: #01B2B7;
}
.color-plate span.color7 {
    background: #6c5ce7;
}
.color-plate span.color8 {
    background: #85BA46;
}
.color-plate span.color9 {
    background: #273c75;
}
.color-plate span.color10 {
    background: #FD7272;
}
.color-plate span.color11 {
    background: #badc58;
}
.color-plate span.color12 {
    background: #44ce6f;
}
/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/
.header {
    background-color: #fff;
    position: relative;
	z-index: 111;
}
.header .navbar-collapse {
    padding: 0;
}
/* Topbar */
.header .topbar {
    background-color: #ecf2f4;
    border-bottom: 1px solid #d8d8d8;
}
.header .topbar {
    padding: 4px 0;
}
.header .top-link {
    float: left;
}
.header .top-link li {
    display: inline-block;
    margin-right: 15px;
}
.header .top-link li:last-child {
    margin-right: 0px;
}
.contact-link {
    font-size: 12px;
}
.header .top-link li a {
    color: #2C2D3F;
    font-size: 12px;
    font-weight: 400;
}
.header .top-link li:hover a {
    color: #1A76D1;
}
.header .top-contact {
    float: right;
}
.header .top-contact li {
    display: inline-block;
    margin-right: 5px;
    color: #2C2D3F;
}
.header .top-contact li:last-child {
    margin-right: 0;
}
.header .top-contact li a {
    font-size: 12px;
}
.header .top-contact li a:hover {
    color: #1A76D1;
}
.header .top-contact li i {
    color: #1A76D1;
    margin-right: 8px;
}
.header .header-inner {
    background: #fff;
    z-index: 999;
    width: 100%;
	border-bottom: 1px solid #d8d8d8;
}
.get-quote {
    margin-top: 12px;
}
.get-quote .btn {
    color: #fff;
}
.header .logo {
    /*float: left;*/
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    text-align: center;
}
.header .navbar {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 0px;
    min-height: 0px;
}
.header-inner .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.header-inner .navbar {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 0px;
    min-height: 0px;
}
.header-inner .nav {
    justify-content: center !important;
    text-align: center !important;
}
/*.header .logo {
    margin-top: 10px;
    text-align: center;
}

.header .navbar {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 0px;
    min-height: 0px;
}
.header .nav {
    justify-content: center !important;
    text-align: center !important;
}*/
/*.header .nav li {
    margin-right: 15px;*/
    /*float: right;*/
    /*position: relative;
}
.header .nav li:last-child {
    margin: 0;
}
.header .nav li a {
    color: #2C2D3F;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;*/
    /*padding: 30px 10px 0px 10px;*/
    /*padding: 10px 10px 10px 10px;
    position: relative;
    display: inline-block;
    
}*/
.icon-top {
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin: 0px !important;
    position: relative;
    top: 5px;
}
.icon-top2 {
    display: inline-block;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    background-size: 14px 14px !important;
    background-repeat: no-repeat !important;
    margin: 0px !important;
    position: relative;
    top: 5px;
    padding-right: 20px;
}
.icon-product {
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    margin: 0px !important;
    position: relative;
    top: 5px;
    padding-right: 20px;
}
.insta {
    background: url("img/insta.svg");
}
.face {
    background: url("img/face.svg");
}
.twit {
    background: url("img/twit.svg");
}
.phone {
    background: url("img/phone.svg");
}
.email {
    background: url("img/email.svg");
}
.signup {
    background: url("img/signup.svg");
}
.signin {
    background: url("img/signin.svg");
}
.cart {
    background: url("img/cart.svg");
}
/*.header .nav li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
}
.header .nav li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.header .nav li.active a {
    color: #1A76D1;
}
.header .nav li:hover a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.header .nav li:hover a {
    color: #1a76d1;
}
.header .nav li a i {
    display: inline-block;
    margin-left: 1px;
    font-size: 13px;
}*/
/* Middle Header */
.header.style2 .header-inner {
    border-top: 1px solid #eee;
}
.header.style2 .logo {
    margin-top: 6px;
}
.header .middle-header {
    background: #fff;
    padding: 20px 0px;
}
.header .widget-main {
    float: right;
}
.header.style2 .get-quote {
    margin-top: 0;
}
.header .single-widget {
    position: relative;
    float: left;
    margin-right: 30px;
    padding-left: 55px;
}
.header .single-widget:last-child {
    margin: 0;
}
.header .single-widget .logo {
    margin: 0;
    padding: 0;
    margin-top: 7px;
}
.header .single-widget i {
    position: absolute;
    left: 0;
    top: 6px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    background: #1A76D1;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
}
.header .single-widget h4 {
    font-size: 15px;
    font-weight: 500;
}
.header .single-widget p {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.header .single-widget.btn {
    margin-left: 0;
}
/* Dropdown Menu */
/*.header .nav li .dropdown {
    background: #fff;
    width: 220px;
    position: absolute;
    left: -20px;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    border-left: 3px solid #2889e4;
}
.header .nav li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.header .nav li .dropdown li {
    float: none;
    margin: 0;
    border-bottom: 1px dashed #eee;
}
.header .nav li .dropdown li:last-child {
    border: none;
}
.header .nav li .dropdown li a {
    padding: 12px 15px;
    color: #666;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header .nav li .dropdown li a:before {
    display: none;
}
.header .nav li .dropdown li:last-child a {
    border-bottom: 0px;
}
.header .nav li .dropdown li:hover a {
    color: #1A76D1;
}
.header .nav li .dropdown li a:hover {
    border-color: transparent;
}*/
/* Right Bar */
.header.style2 .main-menu {
    display: inline-block;
    float: left;
}
.header .right-bar {
    float: right;
}
.header .right-bar {
    padding-top: 20px;
}
.header .right-bar {
    display: inline-block;
}
.header .right-bar a {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #1a76d1;
    border-radius: 4px;
    display: block;
    font-size: 12px;
}
.header .right-bar li a:hover {
    color: #fff;
    background: #27AE60;
}
.header .search-top.active .search i:before {
    content: "\eee1";
    font-size: 15px;
}
/* Search */
.header .search-form {
    position: absolute;
    right: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 74px;
    box-shadow: 0px 0px 10px #0000001c;
    border-radius: 4px;
    overflow: hidden;
    transform: scale(0);
}
.header .search-top.active .search-form {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.header .search-form input {
    width: 282px;
    height: 50px;
    line-height: 50px;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #2C2D3F;
}
.header .search-form button {
    position: absolute;
    right: 0;
    height: 50px;
    top: 0;
    width: 50px;
    background: #1A76D1;
    border: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid transparent;
}
.header .search-form button:hover {
    background: #fff;
    color: #1A76D1;
    border-color: #e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
}
/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/

#hero {
  width: 100%;
  height: 97vh;
  background-color: rgba(0, 0, 0, 0.8);
  /*overflow: hidden;*/
  position: relative;
	margin-top:-118px;
	z-index: 000;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  top: 0;
  left: 0px;
  right: 560px;
}

#hero .carousel-content {

  color: #fff;
	
}
#hero .carousel-content .button {
    margin-top: 30px;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

#hero .carousel-content h1, #hero .carousel-content h2 {
    color: #fff !important;
    margin: 0;
    padding: 0;
}
#hero .carousel-content h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
}
#hero .carousel-content h1 {
    font-size: 66px;
    font-weight: 700;
    line-height: 70px;
}
#hero .carousel-content h1 span {
    color: #1a76d1;
}
#hero .carousel-content p {
    color: #2C2D3F;
    margin-top: 27px;
    font-weight: 400;
}

#hero .carousel-inner .carousel-item {
  background-position: center top;
}



#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  font-size: 36px;
  line-height: 50px;
  width: auto;
  height: auto;
  background: #fff !important;
  border-radius: 50px;
  /*padding: 10px;*/
  transition: 0.3s;
  color: black;
	margin-top:110px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0 2px 10px rgb(54 54 54 / 15%);
    box-shadow: 0 2px 10px rgb(54 54 54 / 15%);
    width: 50px;
    height: 50px;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: #fff !important;
  color: black;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ffffff;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 472px;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
/*===========================
	End Hero Area CSS
=============================*/

/*======================================
   Start Single Product CSS
========================================*/

.section-title h6 {
   
    padding-bottom: 15px;
    border-bottom: solid 3px #007ace;
    text-transform: uppercase;
    width: 200px;
    margin: 0 auto;
}
.product-area {
    padding-bottom: 80px;
}
.product-area .nav-tabs {
    text-align: center;
    display: inline-block;
    width: 100%;
    border: none;
}
.product-area .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}
.product-area .nav-tabs li a {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-weight: 700;
    background: #fff;
   
    padding: 3px 14px;
    border-radius: 3px;
    font-size: 18px;
}
.product-area .nav-tabs li:last-child a {
    border-color: transparent;
}
.product-area .nav-tabs li a i {
    margin-right: 10px;
}
.product-area .nav-tabs li a.active, .product-area .nav-tabs li:hover a {
    color: #007ace;
    border-bottom: solid 1px #007ace;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}
.product-area {
    padding-top: 80px;
}
.section-title {
    margin-bottom: 40px !important;
}
.tab-single {
    padding-top: 50px;
}
/*======================================
   End Single Product CSS
========================================*/
/*========================
	Start New Arrival CSS
==========================*/

#new-arrivals {
}
.na-contents {
    text-align: center;
    position: absolute;
    top: 55%;
    text-transform: uppercase;
}
.na-contents h6 {
    font-weight: 600;
    font-size: 1rem;
}
.na-contents h4 {
    font-weight: 700;
    font-size: 22px;
    padding-top: 20px;
}
.na-contents a.common {
    text-transform: uppercase !important;
    color: #fff !important;
    margin-top: 8%;
}
/*========================
	End New Arrival CSS
==========================*/

#single-product {
    padding-top: 80px;
    padding-bottom: 80px;
}
.single-products-contents {
    padding-top: 6%;
}
.single-products-contents h2.product-title {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.2rem;
}
.single-products-contents h2.product-title span {
    font-weight: 500;
}
.single-products-contents p.product-text {
    padding-top: 20px;
}
.single-products-contents a.btn {
    color: #fff !important;
	
    margin-top: 15px;
    margin-left: 4px;
	

}
a.btn {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}
/*========================
	End Single Product CSS
==========================*/

/*========================
	Start Corona Virus Product
==========================*/

.card-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding-top: 21%;
    line-height: 3.0rem
}
.card-title span {
    font-size: 2.5rem;
    font-weight: 400;
}
/*========================
	Start Clients CSS
==========================*/
.clients {
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
}
.clients .single-clients {
}
.clients .single-clients img {
    width: 100%;
    cursor: pointer;
    text-align: center;
    float: none;
    padding: 0 35px;
}
/*========================
	End Clients CSS
==========================*/

/*=======================
	Start Blog CSS
=========================*/

#blog .section-title h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.blog {
    background: #fff;
}
.blog .blog-title {
    text-align: center;
}
.blog .single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: solid 1px #ecf2f4;
}
.blog .single-news img {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog .news-body .news-info {
    border-bottom: solid 1px #ecf2f4;
    text-align: center;
    padding: 10px 0;
    color: #000;
}
.blog .single-news .news-head {
    position: relative;
    overflow: hidden;
}
.blog .news .news-content {
    text-align: left;
    background: #fff;
    z-index: 99;
    position: relative;
    padding: 30px;
    left: 0;
   
}
.news-body .news-content {
    padding: 20px;
}
.news-body .news-content h2 {
    font-size: 22px !important;
    font-weight: 600;
}
.blog .single-news .news-content:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #1A76D1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog .single-news:hover .news-content:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.blog .single-news .news-body h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}
.blog .single-news .news-body h2 a {
    color: #2C2D3F;
    font-weight: 500;
}
.blog .single-news .news-body h2 a:hover {
    color: #1A76D1;
}
.blog .single-news .news-content p {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 23px;
}
.blog .single-news .news-body .date {
    display: inline-block;
    font-size: 14px;
    
    background: #1A76D1;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    
    margin-bottom: 10px;
}
.blog.grid .single-news {
    margin-top: 30px;
}
.news-tags {
    font-size: 18px;
    color: #007ace;
    padding-top: 15px;
}
.n-tag {
    background: url("img/tag.svg");
    background-size: 18px 18px !important;
}
/* Blog Sidebar */
.main-sidebar {
    
    margin-top: 30px;
    background: transparent;
}
.main-sidebar .single-widget {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}
.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #1A76D1;
}
.main-sidebar .single-widget:last-child {
    margin: 0;
}
.main-sidebar .search {
    position: relative;
}
.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    border: none;
    color: #222;
    background: transparent;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
  
  
}
.main-sidebar .search .button {
    position: absolute;
    right: 40px;
    top: 40px;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
    background: #1A76D1;
    color: #fff;
}
/* Category List */
.main-sidebar .categor-list {
    margin-top: 15px;
}
.main-sidebar .categor-list li {
    margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}
.main-sidebar .categor-list li a {
    display: inline-block;
    color: #333;
    font-size: 14px;
}
.main-sidebar .categor-list li a:hover {
    color: #1A76D1;
    padding-left: 7px;
}
.main-sidebar .categor-list li a i {
    display: inline-block;
    margin-right: 0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i {
    margin-right: 6px;
    opacity: 1;
    visibility: visible;
}
/* Recent Posts */
.main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 17px 0;
}
.main-sidebar .single-post:last-child {
    padding-bottom: 0px;
    border: none;
}
.main-sidebar .single-post .image img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.main-sidebar .single-post .content {
    padding-left: 100px;
}
.main-sidebar .single-post .content h5 {
    line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
    color: #2C2D3F;
    font-weight: 500;
    font-size: 14px;
   
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
   
}
.main-sidebar .single-post .content h5 a:hover {
    color: #1A76D1;
}
.main-sidebar .single-post .content .comment li {
    color: #888;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
}
.main-sidebar .single-post .content .comment li:last-child {
    margin-right: 0;
}
.main-sidebar .single-post .content .comment li i {
    display: inline-block;
    margin-right: 5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag {
    margin-top: 40px;
}
.main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
  
    color: #333;
    padding: 8px 14px;
    text-transform: capitalize;
    
    font-size: 13px;
    background: #F6F7FB;
    border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover {
    color: #fff;
    background: #1A76D1;
    border-color: transparent;
}
/* News Single */
.news-single {
    padding: 60px 0 90px;
    background: #f8f8f8;
}
.news-single .single-main {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}
.news-single .news-head {
}
.news-single .news-head img {
    width: 100%;
    height: 100%;
}
.news-single .news-title {
    font-size: 25px;
    margin: 20px 0;
}
.news-single .news-title a {
    color: #252525;
    font-weight: 600;
}
.news-single .news-title a:hover {
    color: #1A76D1;
}
/* Blog Meta */
.news-single {
    background: #fff;
}
.news-single .meta {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
}
.news-single .meta span {
    margin-right: 10px;
    display: inline-block;
}
.news-single .meta span:last-child {
    margin: 0;
}
.news-single .meta span, .news-single .meta span a {
    color: #2C2D3F;
    font-weight: 400;
}
.news-single .meta span i {
    margin-right: 5px;
    color: #1A76D1;
}
.news-single .meta-left {
    float: left;
}
.news-single .meta-left .author img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 12px;
}
.news-single .meta-left .author {
    float: left;
}
.news-single .meta-left span.date {
    margin-top: 10px;
}
.news-single .meta-right {
    float: right;
    margin-top: 10px;
}
.news-single .news-content {
    margin: 20px 0;
}
.news-single .news-content p {
    margin-bottom: 10px;
}
.news-single .news-content p:last-child {
    margin: 0;
}
.news-single .news-text p {
    font-size: 14px;
    margin-bottom: 20px;
}
/* Image Gallery */
.news-single .image-gallery {
    margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
    overflow: hidden;
}
.news-single .image-gallery .single-image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
    background-image: url('img/blockqoute-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    overflow: hidden;
}
.news-single blockquote::before {
    opacity: 0.9;
}
.news-single .news-text blockquote p {
    color: #fff;
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    position: relative;
}
.news-single .blog-bottom {
    overflow: hidden;
}
/* Social Share */
.news-single .social-share {
    float: left;
}
.news-single .social-share li {
    float: left;
}
.news-single .social-share li span {
    padding-left: 5px;
}
.news-single .social-share li.facebook a {
    background: #5d82d1;
}
.news-single .social-share li.twitter a {
    background: #40bff5;
}
.news-single .social-share li.google-plus a {
    background: #eb5e4c;
}
.news-single .social-share li.linkedin a {
    background: #238cc8;
}
.news-single .social-share li.pinterest a {
    background: #e13138;
}
.news-single .social-share li a {
    padding: 10px 20px;
    display: block;
    color: #fff;
}
.news-single .social-share li a:hover {
    background: #2B343E;
}
/* Prev Next Button */
.news-single .prev-next {
    float: right;
}
.news-single .prev-next li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
}
.news-single .prev-next li:last-child {
    border: none;
}
.news-single .prev-next li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #c4c4c4;
    color: #555;
    border-radius: 4px;
}
.news-single .prev-next li a:hover {
    color: #fff;
    background: #1A76D1;
    border-color: transparent;
}
/* Blog Comments */
.news-single .blog-comments {
    margin-top: 30px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 30px;
}
.news-single .blog-comments h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    color: #252525;
    margin-bottom: 20px;
}
.news-single .blog-comments h4 span {
    float: right;
}
.news-single .single-comments {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.news-single .single-comments.left .main {
    padding-left: 100px;
    position: relative;
    margin-left: 100px;
}
.news-single .single-comments.left img {
    position: absolute;
    left: 0;
    top: 0;
}
.news-single .single-comments:last-child {
    margin: 0;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.news-single .single-comments .main {
    overflow: hidden;
}
.news-single .single-comments .head {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 12%;
}
.news-single .head img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
    float: left;
    width: 85%;
}
.news-single .single-comments.left .body {
    float: noene;
    width: 100%;
}
.news-single .single-comments .comment-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}
.news-single .single-comments .comment-list .body {
    width: 78%;
}
.news-single .single-comments h4 {
    margin: 0 0 5px;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    color: #252525;
}
.news-single .single-comments .comment-meta {
    margin-bottom: 5px;
}
.news-single .single-comments .meta {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    border: none;
    margin-right: 10px;
    padding: 0;
    margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child {
    margin: 0;
}
.news-single .comment-meta span i {
    margin-right: 5px;
}
.news-single .comment-meta span:last-child {
    margin: 0;
}
.news-single .single-comments p {
    font-size: 13px;
}
.news-single .single-comments a {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 15px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    background: #1A76D1;
    color: #fff;
}
.news-single .single-comments a:hover {
    background: #2C2D3F;
    color: #fff;
}
.news-single .single-comments a i {
    margin-right: 5px;
}
.news-single .comment-list {
    padding-left: 50px;
}
.news-single .single-comments.login {
    text-align: center;
}
.news-single .single-comments.login i {
    font-size: 20px;
}
.news-single .single-comments.login a {
    text-align: center;
}
.news-single .single-comments.login a:hover {
    color: #353535;
}
.news-single .comments-form {
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 30px;
}
.news-single .comments-form h2 {
    text-align: left;
    font-size: 18px;
    color: #353535;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
    position: relative;
    display: block;
    margin: 0 0 20px;
}
.news-single .form-group i {
    position: absolute;
    left: 12px;
    top: 17px;
    z-index: 1;
    color: #1A76D1;
}
.news-single .form-group input {
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 34px;
    padding-right: 20px;
    border: none;
    line-height: 50px;
    font-size: 14px;
    color: #2C2D3F;
}
.news-single .form-group textarea {
    border: 1px solid #ddd;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
    border-radius: 0px;
    height: 190px;
    padding: 15px 15px 15px 35px;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    color: #2C2D3F;
}
.news-single .form-group input, .news-single .form-group textarea {
    border: 1px solid transparent;
    border: 1px solid #eee;
    border-radius: 5px;
}
.news-single .form-group.message i {
    top: 22px;
}
.news-single .form-group .button {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    border: 0px solid;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px 30px;
}
.news-single .form-group .button:hover {
    background: #353535;
}
.news-single .form-group .button i {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    padding: 0px;
}
.news-single .form-group.button {
    margin: 0;
    text-align: left;
}
.news-single .form-group.button .btn {
    background: #fff;
    background: #1A76D1;
    color: #fff;
}
.news-single .form-group.button .btn:hover {
    color: #fff;
}
.news-single .form-group.button .btn i {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*===================
	End Blog CSS
=====================*/


/*=====================
   Start Faq CSS
=======================*/
.faq-head h2 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 25px;
}
.faq-wrap {
    margin-bottom: 50px;
}
.faq-wrap:last-child {
    margin-bottom: 30px;
}
.accordion {
    padding-left: 0;
    margin: 0;
    padding: 0;
}
.accordion p {
    font-size: 15px;
    display: none;
    padding: 20px 45px 15px 20px;
    margin-bottom: 0;
}
.accordion a {
    font-size: 16px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 0 15px 18px;
    border-radius: 0;
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}
.accordion a:hover {
    color: #fff !important;
    background: #1A76D1 !important;
}
.accordion a:after {
    position: absolute;
    right: 20px;
    content: "+";
    top: 16px;
    color: #232323;
    font-size: 25px;
    font-weight: 700;
}
.accordion a:hover:after {
    color: #fff !important;
}
.accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 30px;
}
.accordion li:first-child {
    border-top: 0;
}
.accordion li:last-child {
    margin-bottom: 0;
}
.accordion li a.active {
    color: #ffffff;
    background-color: #1A76D1;
    border: 1px solid #1A76D1;
}
.accordion li a.active:after {
    content: "-";
    font-size: 25px;
    color: #ffffff;
}
/*=====================
   End Faq CSS
=======================*/



/*=========================
	Start Footer CSS
===========================*/
.footer {
    position: relative;
    color: #000000 !important;
}
.footer .footer-top {
    padding: 100px 0px;
    position: relative;
    background: #ecf2f4;
}
.footer .footer-top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
}
.footer .single-footer {
}
.footer .single-footer .social {
    margin-top: 25px;
}
.footer .single-footer .social li {
    display: inline-block;
    margin-right: 10px;
}
.footer .single-footer .social li:last-child {
    margin-right: 0px;
}
.footer .single-footer .social li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    padding: 0;
    border-radius: 100%;
    display: block;
    color: #000;
    font-size: 16px;
}
.footer .single-footer .social li a:hover {
    color: #1A76D1;
    background: #fff;
    border-color: transparent;
}
.footer .single-footer .social li a i {
}
.footer .single-footer.f-link li a i {
    margin-right: 10px;
}
.footer .single-footer.f-link li {
    display: block;
    margin-bottom: 12px;
}
.footer .single-footer.f-link li:last-child {
    margin: 0;
}
.footer .single-footer.f-link li a {
    display: block;
    color: #000;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
}
.footer .single-footer.f-link li a:hover {
    padding-left: 8px;
}
.footer .single-footer h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}
.footer .single-footer h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background: #000;
}
.social-box {
    position: relative;
    top: 30px;
}
h3.social {
    position: relative;
    font-size: 14px !important;
    font-weight: 700;
    margin-top: 15px;
    display: block;
}
.footer .single-footer .time-sidual {
    margin-top: 15px;
}
.footer .single-footer .time-sidual {
    overflow: hidden;
}
.footer .single-footer .time-sidual li {
    display: block;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span {
    display: inline-block;
    float: right;
}
.footer .single-footer .day-head .time {
    font-weight: 400;
    float: right;
}
.footer .single-footer p {
    color: #000;
}
.footer .single-footer .newsletter-inner {
    margin-top: 20px;
    position: relative;
}
.footer .single-footer .newsletter-inner input {
    background: transparent;
    border: 1px solid #000;
    height: 50px;
    line-height: 42px;
    width: 100%;
    margin-right: 15px;
    color: #000;
    padding-left: 18px;
    padding-right: 70px;
    display: inline-block;
    float: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover {
    padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
 opacity: 1;
 color: #000 !important;
}
 .footer input::-moz-placeholder {
 opacity: 1;
 color: #000 !important;
}
 .footer input::-ms-input-placeholder {
 opacity: 1;
 color: #000 !important;
}
.footer input::input-placeholder {
 opacity: 1;
 color: #000 !important;
}
.footer .single-footer .newsletter-inner .button {
    position: absolute;
    right: -2px;
    left: auto;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: #007ace;
    border-left: 1px solid #000;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 25px 25px 0;
    color: #1A76D1;
    font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
.footer .single-footer .newsletter-inner .button:hover i {
    color: #2C2D3F;
}
.footer .copyright {
    background: #1A76D1;
    padding: 25px 0px 25px 0px;
    text-align: center;
}
.footer .copyright .copyright-content p {
    color: #fff;
}
.footer .copyright .copyright-content p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-left: 4px;
}
/*=========================
	End Footer CSS
===========================*/

.overlay ul li {
    display: inline;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    height: 300px;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        height: 300px;
        width: 100%;
        margin: auto;
    }
.hovereffect:hover img {
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);*/
    cursor:pointer;
}
.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 14px;
    background-color: transparent;
    padding-top: 45px !important;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.product-info {
    display: table;
	width: 100%;
	margin: 0 auto;
}
.product-info a.product-title {
    display: table-cell;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    line-height: 40px;
}
.product-info a.product-title:hover {
    color: #636667;
}
    .product-info p {
        display: table-row;
        font-size: 16px;
        margin-top: 20px;
        height: 80px;
        text-align: justify;
    }
.product-info .product-price {
    font-size: 20px;
    color: #007ace;
    font-weight: 700;
    line-height: 40px;
}
/*-----------------------------------------------------------------------------------
	Shop Page CSS
------------------------------------------------------------------------------------*/

.hero {
    margin: 1rem auto;
    position: relative;
}
.banner-text {
    position: absolute;
    top: 60%;
    padding: 1rem;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}


/*=========================
	starts product side nav  CSS
===========================*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.side-nav-bar {
    padding-top: 170px;
}
.panel-default {
    padding: 5px 0;
}
.panel-head a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.panel-head a:hover {
    color: #007ace;
}
.panel-head > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}
.panel-head > a.collapsed:before {
    float: right !important;
    content: "\f067";
}
.panel-head > a:hover, .panel-head > a:active, .panel-head > a:focus {
    text-decoration: none;
    color: #007ace !important;
}
.panel-items {
    padding-bottom: 10px;
}
.panel-item-link a {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0px;
    display: block;
}
.panel-item-link a:hover {
    color: #007ace !important;
}
/*=========================
/ starts product side nav  CSS
===========================*/



/*=========================
 starts products features
===========================*/
products-features .hero {
    margin: 0px;
}
.feature-product-details {
    background-color: #f5f5f5;
    padding: 2.95rem 0rem 2rem 3rem;
    height: 100%;
}
.feature-product-details h3.banner-head {
    color: #013d85;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.feature-product-details p {
    color: #000 !important;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    padding: 12px 0px 20px 0px;
}
.feature-product-details a.banner-btn {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.product-img img {
    width: 100%;
    height: 100%;
}
.product-relevent {
    background-color: #007ace;
    padding: 3rem;
    height: 100%;
}
.product-relevent h4 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.product-relevent h2 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
.product-relevent p {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    padding-top: 10px;
    line-height: 22px;
}
/*=========================
 / Ends products features
===========================*/

.  .my-cart {
}
.split-left {
    background-color: #fff;
    min-height: 100%;
    width: 100%;
    padding-left: 9%;
    padding-right: 5%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 100px;
}
.split-right {
    background-color: #ecf2f4;
    min-height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 9%;
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 100px;
}
.contact-details {
}
.cart-process {
}
.form-head {
    padding-top: 15px;
}
.form-head h5 {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 700;
    width: 100%;
}
.first-name {
    padding-left: 0px;
}
.last-name {
    padding-left: 0px;
    padding-right: 0px;
}
.form-head p {
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 10px;
}
.form-head p a {
    font-weight: 700;
    color: #007ace;
}
.form-head p a:hover {
    color: #828282;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] select {
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
}
.select-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.custom-select {
    border-radius: 25px !important;
    border-color: #d5d5d5;
}

.zip-code {
	padding-left: 0px;
	padding-right: 0px;
}
.form-check-input {
    margin-left: -0.25rem;
}
.cart-body {
    
    width: 100%;
}
.cart-body ul li {
    display: inline-block;
}
.cart-body ul li.cart-item img {
    width: 70px;
    height: 70px;
}
.cart-body ul li.item-name {
    padding-left: 15px;
    padding-top: 5px;
    width: 65%;
}
    .cart-body ul li.price {
        color: #007ace;
    width: 15%;
    font-size: 20px;
    font-weight: 700;
    }
        .cart-body ul li.price p {
            color: #007ace;
            font-weight: 700;
        }
        .coupan {
    width: 90%;
    margin: 0px 30px 10px 12px;
    height: 45px;
}
.coupen-input {
    width: 91%;
}
.button {
    /*height: 45px;
    line-height: 40px;
    width: 120px;*/
    background: #1A76D1;
    border-left: 1px solid #000;
    display: inline-block;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
    position: relative;
    left: 505px;
    top: -91px;
}
.button:hover {
    background-color: #00adee;
    color: #fff;
}
.shipping-info {
    padding: 10px 20px;
}
.shipping-info h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}
.shipping-info p {
    padding-top: 10px;
    font-size: 18px;
}
.shipping-info p span {
    color: #1A76D1;
    font-weight: 700;
}
.shipping-name {
    margin-bottom: 25px;
}
.shipping-city {
    margin-bottom: 25px !important;
}
.cart-calculator {
    padding-top: 30px;
}
.cart-calculator li {
    display: block;
    width: 100%;
    font-size: 16px;
}
.cart-calculator li label {
    width: 50%;
    font-weight: 700;
}
.cart-calculator li a.btn {
    margin-top: 20px;
}


/*--------------------------------------------
	Starts Our Story  CSS
----------------------------------------------*/


/*========================
	Start About us CSS
==========================*/

.about-us {
	padding-top: 80px;
}
.slogan {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
width: 70%;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
	padding-bottom: 40px;
}

.experience {
	border:3px solid #133366;
	width: 260px;
	margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);

}
.experience h1{
	font-size: 6rem;
	font-weight: 800;
	color: #007ace;
}
.experience h1, .experience h6{
	display: inline-block;
}
.experience h6{
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	width: 100px;
	padding-left:10px;
	color: #133366;
	line-height: 23px;
	text-align: left;
	
	

}

.quality-assured {
	margin:0 auto;
	padding-top:60px;
	width: 80%;
}

.quality-assured p {
	
	text-align: center;
	font-size: 16px;
	color:#000;
	font-weight: 500;
}

.our-values {
	padding:60px 0px;
}

.blue {
	
	background-color:#007ace;
}
.navy-blue {
	
	background-color:#123a72;
}
.sea-blue {
	background-color:#00adee;
}
.white {
	background-color:#fff;
	border: 1px solid #007ace;
}

.text-white {
	color:#fff;
}


.our-vision, .our-promise  , .our-mission , .our-code {
	padding:2rem;
	width: 70%;
}
.our-vision h4 , .our-promise h4 , .our-mission h4, .our-code h4{
	
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2rem;
	color: #fff;
	padding-bottom: 10px;
}


.our-mission h4 {
	color:#000;
}

.our-vision { 
	color:#fff; 
	background-color: #007ace; 
}
.our-promise { 
color:#fff; 
background-color: #133368;
}
.our-mission{
	color:#000; 
background-color: #f6f6f6;
	
}
.our-code {
	color:#fff; 
background-color: #00adee;
width: 70%;
}

.our-vision span.value-icon , .our-promise span.value-icon , .our-mission span.value-icon , .our-code span.value-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.our-vision span.value-icon i, .our-promise span.value-icon i, .our-mission span.value-icon i, .our-code span.value-icon i {
	text-align: center;
	font-size: 36px;
	padding:8px;
	display:block;
}

.our-vision span.value-icon {
	top:-30px;
	right:50px;
	background-color: #fff;
	border: 3px solid #007ace;
}
.our-promise span.value-icon {
	top:-30px;
	right:210px;
	background-color: #fff;
	border: 3px solid #133368;
}
.our-mission span.value-icon {

	top:-4px;
	right:50px;
	background-color: #fff;
	border: 3px solid #f6f6f6;
}
.our-code span.value-icon {
	top:-4px;
	right:210px;
	background-color: #fff;
	border: 3px solid #00adee;
}


.our-vision span.value-icon  i.icon-vision {
	color:#007ace;
}
.our-promise span.value-icon  i.icon-promise {
	color:#133368;
	font-size: 40px;
	padding:6px;
}
.our-mission span.value-icon  i.icon-mission {
	color:#6b7476;
}
.our-code span.value-icon  i.icon-ethics {
	color:#00adee;
}



/*======================== 
 Start Testimonials CSS
==========================*/

.testimonials {
	padding-top:60px;
	
}
.testimonial-head {
	padding-bottom: 120px;
}

.testimonial-head h4.block-title {
	
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
		line-height: 40px;
	
}
.testimonial-head p {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	width: 85%;
	margin: 0 auto;
}
.testimonial-sample {
	border: 1px solid #d8d8d8;
	padding:1.5rem;
	
	margin-bottom: 100px;
}

 .testimonial-sample h5 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
		line-height: 30px;
}



 .testimonial-sample h6 {
	 font-size: 18px;
	 font-weight: 700;
	 color:#007ace;
}

.testimonial-sample p {
	padding-top:15px;
}

.team-social {
    border-color: #fff;
	transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.team-social {
    display: block;
    text-align: left;
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;

}

.team-social li {
    display: inline-block;
    padding: 0 4px;
}

.team-social li a {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ccc;
    border-radius: 100%;
    color: #222;
    font-size: 16px;
    display: block;
}

span.client-photo {
margin-top: -115px;
	margin-left:-15px;
	display: block;
	position: relative;
	width:50%;

}

span.client-photo img {
  margin: 20px;
	border-radius: 90%;
	border: 5px solid #ccc;
}


/*========================
	/ End Testimonials CSS
==========================*/

/*-------------------------------------------------------------------------
 Start Product Description Page CSS 
---------------------------------------------------------------------------*/

/*========================
	Search Bar CSS
==========================*/
.main-search {
    margin: 20px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.2rem !important;
	
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}





/*========================
	/ End Search Bar CSS
==========================*/



/*========================
	Start LightBox Css
==========================*/
.product-lightBox .row {
  margin: 15px;
}

.lightBox {
	padding-left: 15px;
}
.thumb {
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 15px;
}
/*========================
 / End LightBox Css
==========================*/


/*===============================
Start Product Attribute  Css
================================*/
.product-attribites {
	padding-left: 10px;
}

.product-attribites h6 { 
    color:#007ace;
	font-size: 1.1rem;
	line-height: 2rem;
	text-transform: capitalize;
	font-weight: 700;
}
.product-attribites h4 { 
   
	font-size: 1.4rem;
	line-height: 2rem;
}


.product-attribites h5  { 
    color:red;
	font-size:1.8rem;
	line-height: 30px;
	padding-top:15px;
}
.product-attribites p {
	padding-bottom: 15px;
}
.product-attribites ul {
	width: 100%;
}
.product-attribites ul, .product-attribites ul li {
	display: inline-block;
}
.product-attribites li.rating {
	padding-right: 15px;
}
.product-attribites li.rating span.checked, .product-attribites li.rating span.fa-star-o {
  color: orange;
	font-size: 20px;
}
.product-attribites li.review {
font-size: 18px;
	font-weight: 700;
	color: #007ace;

}
.product-attribites li.review i {
	border-left: 2px solid #6d6d6d;
	height: 14px;
	display: block;
	position: relative;
	top: 18px;	
	right:10px;
}
.product-attribites li.review span {
	color: #000;
	font-weight: 400;
}
.product-attribites li.favorites a {
	border-radius: 100%;
width:40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	display: inline-block;
	padding-top: 8px;
	margin-left: 8px;
	margin-top: 5px;
}
.product-attribites li.favorites a i {
	font-size: 20px;
}
.product-attribites hr {
	margin-bottom: 10px;
}
.product-attribites li.favorites a:hover i {
	color: #007ace;
}


.sku h6{
	color: #000;
	font-weight: 600;
}
.sku h6 span{ color: #007ace;}

.checkbox {
	padding-top:10px; 
}
.checkbox label {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 100em;
    width: 1.6em;
    height: 1.6em;
    float: left;
    margin-right: .5em;
}

.checkbox .radio .checkbox .cr {
    border-radius: 100% !important;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 1em;
    line-height: 0;
    top: 50%;
    left: 20%;
	color: #007ace;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox {
	padding-top: 30px;
} 

 .spin-counter {
	/*padding-top: 20px;*/
} 

.add-to-cart {
	
	margin-left:15px;
	margin-top: 25px;
}

.product-attribites ul.team-social{
	margin-left:15px;
}

.product-attribites ul.team-social li a:hover i {
	color: #007ace;

}

/*============================
  / End Product Attributes  
=============================*/

/*======================================
    Start Product Detailed Description  
======================================*/

.Detail-Description {
	
	padding-bottom: 100px;
}
.Detail-Description h5 {
	
	padding-top: 20px;
}


.Detail-Description h6 {
	
	padding-top:25px;
	padding-bottom: 15px;
}    textarea {	 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;	 
    width: 100%;
margin-top: 15px;
margin-left: -15px;
} 
/*======================================
  / End Product Detailed Description  
======================================*/


/*---------------------------------------------------
  Start Training Page CSS  
----------------------------------------------------*/

.training {
	padding-top:80px;
	padding-bottom: 80px;
}


.education-details  h2{
	display: block;
	padding-top: 25px;
	color: #007ace;
}
.education-details  p{
	
	padding-top: 10px;
	
}

.education-details button.btn {
	margin-top: 25px;
}

.audio-item {
	padding-top:40px;
}
.audio-img{
	border-radius: 100%;
	border: 1px solid #d8d8d8;
	width: 110px;
	height: 110px;
	
}

 span.audio  {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #d8d8d8;
	display: inline-block;
	padding: 6px;
	position: relative;
	margin: -25px;
	 top:-20px;
	 
}
span.audio i.icon-audio {
	font-size: 22px;
	text-align: center;
	padding: 2px;
	display: block;
	color: #007ace;
}
.audio-item .card-body {
	padding: 0 0 0 10px;
}


.card-body ul {
	padding-top: 10px;
}
.card-body ul li {
	display:inline-block;
	
}
.card-body ul li a{
	font-size: 12px;
	padding-right: 10px;
}
.card-body ul li a:hover {
	color: #007ace;
}

.card-body ul li a i{
	font-size: 16px;
	padding-right: 6px;
	padding-top: 3px;
}

.card-border {
    border: 1px solid grey;
    margin: 10px 0;
    cursor:pointer;
}
.card-image{
    position: relative;
    top: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.banner-bg {
	background-image: url("img/banner.png");
	   background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    padding: 90px 90px;

}
/*---------------------------------------------------
  / End Training Page CSS  
----------------------------------------------------*/


/*---------------------------------------------------
   Start Contact Us Page CSS  
----------------------------------------------------*/
section.contact-options , section.contact-form {
	padding-top:80px;
	padding-bottom:80px;
}
.contact-options h5 p{
}

.contact-features {
	padding-top:80px;
	
}
.col-container {

}
.col {
	 
	
  
}
.box-icon{
	width: 60px;
	height: 60px;
border:solid 1px #d8d8d8;
	padding:15px;
	display: block;
	margin:-70px auto 0px;
	border-radius: 100%;
	background-color: #fff;
}
.box-icon i {
	font-size: 24px;
	color: #007ace;
}
.e-mail , .phonee , .address , .working {
	border:solid 1px #d8d8d8;
	padding:40px;
	text-align: center;
	
}
.address , .working {
	margin-top: 40px;
}

.e-mail h6 , .phonee h6 , .address h6 ,.working h6 {
	font-weight:800;
	padding-top:20px;
}
.e-mail p span.small-head, .phonee p span.small-head, .address p span.small-head, .working p span.small-head {
	font-size: 16px;
	font-weight: 800;
	color: #007ace;
	text-transform: uppercase;
	padding-top:25px;
	display: block;
	padding-bottom: 5px;
}

.contact-form {
	padding-top: 80px;
}

.contact-form .f-name, .contact-form .form-email, .contact-form .subject {
	margin-bottom:20px;
}
.contact-form .f-name .form-control, .contact-form .form-email .form-control, .contact-form .subject .form-control{
	padding:20px 20px !important;
}
textarea {
	margin-left: 0px !important;
}

.submit-btn {
	margin-top:35px;
	margin-left: 15px;
}
/*---------------------------------------------------
  / End Contact Us Page CSS  
----------------------------------------------------*/




/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}



/* -------------------------------- 

xheader 

-------------------------------- */



.cd-cart-box {
	z-index: 999999;
	position: relative;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}



#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

#cd-cart span.remove {
	margin-top:-36px;
    padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 20%;
    /* header height has changed */
    
  }
}





#cd-cart {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    -webkit-transition: right 0.8s !important;
    -moz-transition: right 0.8s !important;
    transition: right 0.8s !important;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  /*padding: 1em;*/
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e0e6ef;
    padding-right: 0.5em;
}
#cd-cart .cd-cart-total span {
  float: right;
	
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-cart .checkout { float: right; margin-right:1em; margin-top:10px; padding:10px 20px;}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
	float:left;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 0 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 0;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}



/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


#buttonScrollTop {
    display: inline-block;
    background-color: #0068ff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #buttonScrollTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 45px;
        color: #fff;
    }

    #buttonScrollTop:hover {
        cursor: pointer;
        background-color: #333;
    }

    #buttonScrollTop:active {
        background-color: #555;
    }

    #buttonScrollTop.show {
        opacity: 1;
        visibility: visible;
    }



@media (min-width: 500px) {
    #buttonScrollTop {
        margin: 30px;
    }
}

.NoCardMessage {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
}
.clear{
    clear:both;
}

.addToCartButton {
    float: right;
    margin-top: 0px;
    display: inline-block;
    background-color: #0068ff;
    width: 96px;
    height: 33px;
    text-align: center;
    border-radius: 4px;
    line-height: 32px;
    color: #fff;
}

/* -------------------------------- 

Toggle Swicth 

-------------------------------- */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 34px;
	top:-3px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
	
}

/* The slider */
.sliderCheckbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderCheckbox:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderCheckbox {
    background-color: #2196F3;
}

input:focus + .sliderCheckbox {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderCheckbox:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.sliderCheckbox.round {
    border-radius: 34px;
}

    .sliderCheckbox.round:before {
        border-radius: 50%;
    }

.sku label.text-label {
	padding-right:15px;
	height: 42px;
	padding-top: 10px;
}

.date-picker {
display: inline-block;
	padding-left:10px;

}
.datepicker-input {
	margin-top:-6px;
	position: relative;
	height:40px;
	margin-left:5px;
}
.daterangepicker {
    background-color: #fff;
    border-radius: 0 !important;
    align-content: center !important;
    padding: 0 !important
}

thead tr:nth-child(2) {
    color: #BDBDBD !important
}

tbody tr td {
    padding: 5px 7px !important
}

.month {
    font-size: 16px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.start-date,
.end-date {
    border-radius: 0px !important
}

.available:hover {
    border-radius: 0px !important
}

.off {
    color: #EEEEEE !important
}

.off:hover {
    background-color: #EEEEEE !important;
    color: #fff !important;
}

.drp-buttons {
    display: block !important;
}

.hide{
    display:none;
}
.disable-field {
    pointer-events: none;
}
.margin10 {
    margin: 10px;
}
.w-auto {
width:auto!important;
}
.margin25 {
margin:25px !important;
}
.card-columns{
    column-count:1;
}
#myTabContent .card {
    padding: 0 10px;
}
.shippingAddress-btn {
    float: right;
    margin-top: 0px;
    display: inline-block;
    background-color: #0068ff !important;
    padding: 0px 12px;
    height: 33px;
    text-align: center;
    border-radius: 4px !important;
    line-height: 32px !important;
    color: #fff !important;
}
.btn-circle {
    position: absolute;
    /*top: 93%;*/
    left: 50%;
    color z-index: 999999999;
    margin-top: 15px;
    font-size: 40px;
    color: #ffffff !important;
}


    .btn-circle.btn-dark {
        color: #666;
    }


    .btn-circle:hover,
    .btn-circle:focus {
        outline: 0;
        color: #1A76D1 !important;
    }

    .btn-circle.btn-dark :hover,
    .btn-circle.btn-dark :focus {
        outline: 0;
        color: #999;
        color: #999;
    }

        .btn-circle.btn-dark :hover i,
        .btn-circle.btn-dark :focus i {
            color: #1A76D1;
        }

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.fa .fa-angle-double-down {
    color: #ffffff !important;
}
.flickity-prev-next-button {
    top: 48% !important;
}
.btn-circle {
    position: absolute;
    left: 50%;
    color z-index: 999999999;
    margin-top: 15px;
    font-size: 30px;
    color: #fff !important;
    bottom: -2%;
    z-index: 999;
    border-radius: 50%;
    background: white;
    color: black;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0 2px 10px rgb(54 54 54 / 15%);
    box-shadow: 0 2px 10px rgb(54 54 54 / 15%);
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.btn-circle i{
color:black;
font-weight: bold;
}
.Search__Form {
    margin-top: 15px;
}
.top-contact {
    margin-top: 15px;
}
.Search__Form {
position: relative;
}
.Search__Form input[type="search"]{
padding: 1px 0 1px 38px !important;
border-radius: 0 !important;
border: 1px solid #000;
}
.Search__Form:before {
position: absolute;
display: block;
content: "";
top: 7px;
left: 12px;
background-image: url(img/search.jpg);
width: 20px;
height: 15px;
background-repeat: no-repeat;
background-size: contain;
z-index: 9;
}
.continueShopping {
    float: left;
    padding: 10px 10px;
    margin-right: 1em;
    margin-top: 10px;
}
.viewCart {
    float: right;
    margin-right: 1em;
    margin-top: 10px;
    padding: 10px 20px;
}

.nav-menu-login_Search {
display:none;
}
.nav-menu-login-desktop {
display:block;
}
#buttonScrollTop::after {
    display: none;
}
.scrollup-image-wrapper svg {
    width: 14px;
    height: 14px;
    color: white;
}
.is-expandable ul.dropdown-menu.megamenu {
    opacity: 1;
    display: block;
    opacity: 1 !important;
    z-index: 999999;
    transition-delay: 1s;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}



.interactive-pin {
    position: absolute;
    padding: 30px 50px;
    margin-left: -55px;
    margin-top: -45px;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite
}

@media screen and (max-width:480px) {
    .interactive-pin {
        padding: 10px
    }
}

.interactive-pin:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@media screen and (max-width:768px) {
    .interactive-pin {
        margin-left: -10px;
        margin-top: -10px
    }
}

@media screen and (max-width:1200px) {
    .interactive-pin {
        margin-left: -20px;
        margin-top: -20px
    }
}

.interactive-pin a.picture-target {
    color: #4a4a4a;
    font-family: futura-pt, Arial, sans-serif
}

    .interactive-pin a.picture-target:before {
        background: rgba(255, 255, 255, .35);
        border-radius: 100%;
        content: "";
        display: block;
        height: 60px;
        position: absolute;
        width: 60px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

@media screen and (max-width:480px) {
    .interactive-pin a.picture-target:before {
        height: 40px;
        width: 40px
    }
}

.interactive-pin a.picture-target:after {
    background: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: -1
}

@media screen and (max-width:480px) {
    .interactive-pin a.picture-target:after {
        height: 25px;
        width: 25px
    }
}

.interactive-pin a.picture-target span {
    position: relative;
    z-index: 99
}

.interactive-pin .picture-cta {
    position: absolute;
    top: 0;
    background-color: #fff;
    padding: 10px;
    width: 0;
    opacity: 0;
    text-align: center;
    z-index: 9999999
}

    .interactive-pin .picture-cta .cta-frame {
        padding: 10px;
        border: 1px solid #979797
    }

@media screen and (max-width:768px) {
    .interactive-pin .picture-cta .cta-frame {
        padding: 10px
    }
}

.interactive-pin .picture-cta img {
    max-width: 80%;
    margin-bottom: 10px
}

@media screen and (max-width:768px) {
    .interactive-pin .picture-cta img {
        margin-bottom: 5px
    }
}

.interactive-pin .picture-cta p {
    display: block;
    margin-bottom: 20px;
    font-size: 18px
}

@media screen and (max-width:768px) {
    .interactive-pin .picture-cta p {
        margin-bottom: 10px;
        font-size: 14px
    }
}

.interactive-pin .picture-cta span {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
    color: #424242
}

.interactive-pin .picture-cta a {
    font-style: italic;
    letter-spacing: 1px
}

.interactive-pin .picture-cta.pin-top {
    top: 30px
}

@media screen and (max-width:768px) {
    .interactive-pin .picture-cta.pin-top {
        top: 10px
    }
}

@media screen and (max-width:1200px) {
    .interactive-pin .picture-cta.pin-top {
        top: 20px
    }
}

.interactive-pin .picture-cta.pin-center {
    top: -125px
}

.interactive-pin .picture-cta.pin-bottom {
    top: -280px
}

.interactive-pin .picture-cta.pin-right {
    right: -250px
}

.interactive-pin .picture-cta.pin-left {
    left: -250px
}

.picture-cta-container {
    display: none
}

#ip1 {
    top: 20%;
    left: 15%
}

#ip2 {
    top: 15%;
    left: 75%
}

#ip3 {
    top: 10%;
    left: 25%
}

#ip4 {
     top: 15%;
    left: 60%
}

@media screen and (max-width:480px) {
    #ip4 {
        display: none
    }
}

#ip5 {
    top: 25%;
    left: 87%
}

@media screen and (max-width:480px) {
    #ip5 {
        display: none
    }
}

#ip6 {
    top: 85%;
    left: 55%
}

@media screen and (max-width:480px) {
    #ip6 {
        display: none
    }
}

#ip7 {
    top: 89%;
    left: 35%
}

@media screen and (max-width:480px) {
    #ip7 {
        display: none
    }
}

.interactive-picture {
    position: relative;
    background-size: cover;
    background-position: center center;
    margin: 0 auto
}

    .interactive-picture:before {
        content: "";
        display: block;
        padding-top: 45%
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.98)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(.98)
    }
}

.prod_title {
    font-size: 24px;
    font-family: museo-sans,sans-serif;
    font-family: museo-sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.prod_desc {
    color: #000;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
#DIV_1 {
    block-size: 20px;
    border-block-end-color: rgb(106, 108, 119);
    border-block-start-color: rgb(106, 108, 119);
    border-inline-end-color: rgb(106, 108, 119);
    border-inline-start-color: rgb(106, 108, 119);
    box-sizing: border-box;
    caret-color: rgb(106, 108, 119);
    clear: both;
    color: rgb(106, 108, 119);
    column-rule-color: rgb(106, 108, 119);
    cursor: pointer;
    height: 20px;
    inline-size: 235px;
    perspective-origin: 117.5px 10px;
    text-align: left;
    text-decoration: none solid rgb(106, 108, 119);
    text-size-adjust: 100%;
    transform-origin: 117.5px 10px;
    width: 235px;
    border: 0px none rgb(106, 108, 119);
    font: 14px / 17px museo-sans, sans-serif;
    outline: rgb(106, 108, 119) none 0px;
}
    /*#DIV_1*/

    #DIV_1:after {
        border-block-end-color: rgb(106, 108, 119);
        border-block-start-color: rgb(106, 108, 119);
        border-inline-end-color: rgb(106, 108, 119);
        border-inline-start-color: rgb(106, 108, 119);
        box-sizing: border-box;
        caret-color: rgb(106, 108, 119);
        color: rgb(106, 108, 119);
        column-rule-color: rgb(106, 108, 119);
        cursor: pointer;
        text-align: left;
        text-decoration: none solid rgb(106, 108, 119);
        text-size-adjust: 100%;
        border: 0px none rgb(106, 108, 119);
        font: 14px / 17px museo-sans, sans-serif;
        outline: rgb(106, 108, 119) none 0px;
    }
    /*#DIV_1:after*/

    #DIV_1:before {
        border-block-end-color: rgb(106, 108, 119);
        border-block-start-color: rgb(106, 108, 119);
        border-inline-end-color: rgb(106, 108, 119);
        border-inline-start-color: rgb(106, 108, 119);
        box-sizing: border-box;
        caret-color: rgb(106, 108, 119);
        color: rgb(106, 108, 119);
        column-rule-color: rgb(106, 108, 119);
        cursor: pointer;
        text-align: left;
        text-decoration: none solid rgb(106, 108, 119);
        text-size-adjust: 100%;
        border: 0px none rgb(106, 108, 119);
        font: 14px / 17px museo-sans, sans-serif;
        outline: rgb(106, 108, 119) none 0px;
    }
/*#DIV_1:before*/

#SPAN_2 {
    border-block-end-color: rgb(106, 108, 119);
    border-block-start-color: rgb(106, 108, 119);
    border-inline-end-color: rgb(106, 108, 119);
    border-inline-start-color: rgb(106, 108, 119);
    box-sizing: border-box;
    caret-color: rgb(106, 108, 119);
    color: rgb(106, 108, 119);
    column-rule-color: rgb(106, 108, 119);
    cursor: pointer;
    perspective-origin: 0px 0px;
    text-align: left;
    text-decoration: none solid rgb(106, 108, 119);
    text-size-adjust: 100%;
    transform-origin: 0px 0px;
    border: 0px none rgb(106, 108, 119);
    font: 14px / 17px museo-sans, sans-serif;
    outline: rgb(106, 108, 119) none 0px;
}
    /*#SPAN_2*/

    #SPAN_2:after {
        border-block-end-color: rgb(106, 108, 119);
        border-block-start-color: rgb(106, 108, 119);
        border-inline-end-color: rgb(106, 108, 119);
        border-inline-start-color: rgb(106, 108, 119);
        box-sizing: border-box;
        caret-color: rgb(106, 108, 119);
        color: rgb(106, 108, 119);
        column-rule-color: rgb(106, 108, 119);
        cursor: pointer;
        text-align: left;
        text-decoration: none solid rgb(106, 108, 119);
        text-size-adjust: 100%;
        border: 0px none rgb(106, 108, 119);
        font: 14px / 17px museo-sans, sans-serif;
        outline: rgb(106, 108, 119) none 0px;
    }
    /*#SPAN_2:after*/

    #SPAN_2:before {
        border-block-end-color: rgb(106, 108, 119);
        border-block-start-color: rgb(106, 108, 119);
        border-inline-end-color: rgb(106, 108, 119);
        border-inline-start-color: rgb(106, 108, 119);
        box-sizing: border-box;
        caret-color: rgb(106, 108, 119);
        color: rgb(106, 108, 119);
        column-rule-color: rgb(106, 108, 119);
        cursor: pointer;
        text-align: left;
        text-decoration: none solid rgb(106, 108, 119);
        text-size-adjust: 100%;
        border: 0px none rgb(106, 108, 119);
        font: 14px / 17px museo-sans, sans-serif;
        outline: rgb(106, 108, 119) none 0px;
    }
/*#SPAN_2:before*/

#SPAN_3, #SPAN_4, #SPAN_6 {
    background-position: -117px 0px;
    block-size: 18px;
    border-block-end-color: rgba(0, 0, 0, 0);
    border-block-start-color: rgba(0, 0, 0, 0);
    border-inline-end-color: rgba(0, 0, 0, 0);
    border-inline-start-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    caret-color: rgba(0, 0, 0, 0);
    clear: both;
    color: rgba(0, 0, 0, 0);
    column-rule-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 18px;
    inline-size: 18px;
    margin-block-end: 1px;
    margin-block-start: 1px;
    margin-inline-end: 1px;
    margin-inline-start: 1px;
    perspective-origin: 9px 9px;
    speak: none;
    text-align: left;
    text-decoration: none solid rgba(0, 0, 0, 0);
    text-size-adjust: 100%;
    transform-origin: 9px 9px;
    width: 18px;
    background: rgba(0, 0, 0, 0) url("https://yotpo-editor-production.s3.amazonaws.com/qINYeitKoyLHHGisNDMYd88MQNKLMw4bbytYJllF/sprite-sheet.png") repeat scroll -117px 0px / auto padding-box border-box;
    border: 0px none rgba(0, 0, 0, 0);
    font: 17.5px / 17.5px yotpo-widget-font;
    margin: 1px;
    outline: rgba(0, 0, 0, 0) none 0px;
}
    /*#SPAN_3, #SPAN_4, #SPAN_6*/

    #SPAN_3:after, #SPAN_4:after, #SPAN_6:after {
        border-block-end-color: rgba(0, 0, 0, 0);
        border-block-start-color: rgba(0, 0, 0, 0);
        border-inline-end-color: rgba(0, 0, 0, 0);
        border-inline-start-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        caret-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        column-rule-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgba(0, 0, 0, 0);
        text-size-adjust: 100%;
        border: 0px none rgba(0, 0, 0, 0);
        font: 17.5px / 17.5px yotpo-widget-font;
        outline: rgba(0, 0, 0, 0) none 0px;
    }
    /*#SPAN_3:after, #SPAN_4:after, #SPAN_6:after*/

    #SPAN_3:before, #SPAN_4:before, #SPAN_6:before {
        border-block-end-color: rgba(0, 0, 0, 0);
        border-block-start-color: rgba(0, 0, 0, 0);
        border-inline-end-color: rgba(0, 0, 0, 0);
        border-inline-start-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        caret-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        column-rule-color: rgba(0, 0, 0, 0);
        content: '""';
        cursor: pointer;
        perspective-origin: 0px 0px;
        speak: none;
        text-align: left;
        text-decoration: none solid rgba(0, 0, 0, 0);
        text-size-adjust: 100%;
        transform-origin: 0px 0px;
        border: 0px none rgba(0, 0, 0, 0);
        font: 17.5px / 17.5px yotpo-widget-font;
        outline: rgba(0, 0, 0, 0) none 0px;
    }
/*#SPAN_3:before, #SPAN_4:before, #SPAN_6:before*/

#SPAN_5 {
    background-position: -117px 0px;
    block-size: 18px;
    border-block-end-color: rgba(0, 0, 0, 0);
    border-block-start-color: rgba(0, 0, 0, 0);
    border-inline-end-color: rgba(0, 0, 0, 0);
    border-inline-start-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    caret-color: rgba(0, 0, 0, 0);
    clear: both;
    color: rgba(0, 0, 0, 0);
    column-rule-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 18px;
    inline-size: 18px;
    margin-block-end: 1px;
    margin-block-start: 1px;
    margin-inline-end: 1px;
    margin-inline-start: 1px;
    perspective-origin: 9px 9px;
    speak: none;
    text-align: left;
    text-decoration: none solid rgba(0, 0, 0, 0);
    text-size-adjust: 100%;
    transform-origin: 9px 9px;
    width: 18px;
    background: rgba(0, 0, 0, 0) url("https://yotpo-editor-production.s3.amazonaws.com/qINYeitKoyLHHGisNDMYd88MQNKLMw4bbytYJllF/sprite-sheet.png") repeat scroll -117px 0px / auto padding-box border-box;
    border: 0px none rgba(0, 0, 0, 0);
    font: 17.5px / 17.5px yotpo-widget-font;
    margin: 1px;
    outline: rgba(0, 0, 0, 0) none 0px;
}
    /*#SPAN_5*/

    #SPAN_5:after {
        border-block-end-color: rgba(0, 0, 0, 0);
        border-block-start-color: rgba(0, 0, 0, 0);
        border-inline-end-color: rgba(0, 0, 0, 0);
        border-inline-start-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        caret-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        column-rule-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgba(0, 0, 0, 0);
        text-size-adjust: 100%;
        border: 0px none rgba(0, 0, 0, 0);
        font: 17.5px / 17.5px yotpo-widget-font;
        outline: rgba(0, 0, 0, 0) none 0px;
    }
    /*#SPAN_5:after*/

    #SPAN_5:before {
        border-block-end-color: rgba(0, 0, 0, 0);
        border-block-start-color: rgba(0, 0, 0, 0);
        border-inline-end-color: rgba(0, 0, 0, 0);
        border-inline-start-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        caret-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        column-rule-color: rgba(0, 0, 0, 0);
        content: '""';
        cursor: pointer;
        perspective-origin: 0px 0px;
        speak: none;
        text-align: left;
        text-decoration: none solid rgba(0, 0, 0, 0);
        text-size-adjust: 100%;
        transform-origin: 0px 0px;
        border: 0px none rgba(0, 0, 0, 0);
        font: 17.5px / 17.5px yotpo-widget-font;
        outline: rgba(0, 0, 0, 0) none 0px;
    }
/*#SPAN_5:before*/

#SPAN_7 {
    background-position: -153px 0px;
    block-size: 18px;
    border-block-end-color: rgba(0, 0, 0, 0);
    border-block-start-color: rgba(0, 0, 0, 0);
    border-inline-end-color: rgba(0, 0, 0, 0);
    border-inline-start-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    caret-color: rgba(0, 0, 0, 0);
    clear: both;
    color: rgba(0, 0, 0, 0);
    column-rule-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 18px;
    inline-size: 18px;
    margin-block-end: 1px;
    margin-block-start: 1px;
    margin-inline-end: 1px;
    margin-inline-start: 1px;
    perspective-origin: 9px 9px;
    speak: none;
    text-align: left;
    text-decoration: none solid rgba(0, 0, 0, 0);
    text-size-adjust: 100%;
    transform-origin: 9px 9px;
    width: 18px;
    background: rgba(0, 0, 0, 0) url("https://yotpo-editor-production.s3.amazonaws.com/qINYeitKoyLHHGisNDMYd88MQNKLMw4bbytYJllF/sprite-sheet.png") repeat scroll -153px 0px / auto padding-box border-box;
    border: 0px none rgba(0, 0, 0, 0);
    font: 17.5px / 17.5px yotpo-widget-font;
    margin: 1px;
    outline: rgba(0, 0, 0, 0) none 0px;
}
    /*#SPAN_7*/

    #SPAN_7:after {
        border-block-end-color: rgba(0, 0, 0, 0);
        border-block-start-color: rgba(0, 0, 0, 0);
        border-inline-end-color: rgba(0, 0, 0, 0);
        border-inline-start-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        caret-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        column-rule-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgba(0, 0, 0, 0);
        text-size-adjust: 100%;
        border: 0px none rgba(0, 0, 0, 0);
        font: 17.5px / 17.5px yotpo-widget-font;
        outline: rgba(0, 0, 0, 0) none 0px;
    }
    /*#SPAN_7:after*/

    #SPAN_7:before {
        border-block-end-color: rgba(0, 0, 0, 0);
        border-block-start-color: rgba(0, 0, 0, 0);
        border-inline-end-color: rgba(0, 0, 0, 0);
        border-inline-start-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        caret-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        column-rule-color: rgba(0, 0, 0, 0);
        content: '""';
        cursor: pointer;
        perspective-origin: 0px 0px;
        speak: none;
        text-align: left;
        text-decoration: none solid rgba(0, 0, 0, 0);
        text-size-adjust: 100%;
        transform-origin: 0px 0px;
        border: 0px none rgba(0, 0, 0, 0);
        font: 17.5px / 17.5px yotpo-widget-font;
        outline: rgba(0, 0, 0, 0) none 0px;
    }
/*#SPAN_7:before*/

#SPAN_8 {
    block-size: 1px;
    border-block-end-color: rgb(106, 108, 119);
    border-block-start-color: rgb(106, 108, 119);
    border-inline-end-color: rgb(106, 108, 119);
    border-inline-start-color: rgb(106, 108, 119);
    bottom: 32.8px;
    box-sizing: border-box;
    caret-color: rgb(106, 108, 119);
    clip: rect(0px, 0px, 0px, 0px);
    color: rgb(106, 108, 119);
    column-rule-color: rgb(106, 108, 119);
    cursor: pointer;
    display: block;
    height: 1px;
    inline-size: 1px;
    inset-block-end: 32.8px;
    inset-block-start: 194.4px;
    inset-inline-end: 378.5px;
    inset-inline-start: 107.5px;
    left: 107.5px;
    margin-block-end: -1px;
    margin-block-start: -1px;
    margin-inline-end: -1px;
    margin-inline-start: -1px;
    perspective-origin: 0.5px 0.5px;
    position: absolute;
    right: 378.5px;
    text-align: left;
    text-decoration: none solid rgb(106, 108, 119);
    text-size-adjust: 100%;
    top: 194.4px;
    transform-origin: 0.5px 0.5px;
    width: 1px;
    border: 0px none rgb(106, 108, 119);
    font: 14px / 17px museo-sans, sans-serif;
    margin: -1px;
    outline: rgb(106, 108, 119) none 0px;
    overflow: hidden;
}
    /*#SPAN_8*/

    #SPAN_8:after {
        border-block-end-color: rgb(106, 108, 119);
        border-block-start-color: rgb(106, 108, 119);
        border-inline-end-color: rgb(106, 108, 119);
        border-inline-start-color: rgb(106, 108, 119);
        box-sizing: border-box;
        caret-color: rgb(106, 108, 119);
        color: rgb(106, 108, 119);
        column-rule-color: rgb(106, 108, 119);
        cursor: pointer;
        text-align: left;
        text-decoration: none solid rgb(106, 108, 119);
        text-size-adjust: 100%;
        border: 0px none rgb(106, 108, 119);
        font: 14px / 17px museo-sans, sans-serif;
        outline: rgb(106, 108, 119) none 0px;
    }
    /*#SPAN_8:after*/

    #SPAN_8:before {
        border-block-end-color: rgb(106, 108, 119);
        border-block-start-color: rgb(106, 108, 119);
        border-inline-end-color: rgb(106, 108, 119);
        border-inline-start-color: rgb(106, 108, 119);
        box-sizing: border-box;
        caret-color: rgb(106, 108, 119);
        color: rgb(106, 108, 119);
        column-rule-color: rgb(106, 108, 119);
        cursor: pointer;
        text-align: left;
        text-decoration: none solid rgb(106, 108, 119);
        text-size-adjust: 100%;
        border: 0px none rgb(106, 108, 119);
        font: 14px / 17px museo-sans, sans-serif;
        outline: rgb(106, 108, 119) none 0px;
    }
/*#SPAN_8:before*/

#A_9 {
    border-block-end-color: rgb(0, 0, 0);
    border-block-start-color: rgb(0, 0, 0);
    border-inline-end-color: rgb(0, 0, 0);
    border-inline-start-color: rgb(0, 0, 0);
    box-sizing: border-box;
    caret-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    column-rule-color: rgb(0, 0, 0);
    perspective-origin: 0px 0px;
    text-align: left;
    text-decoration: underline solid rgb(0, 0, 0);
    text-size-adjust: 100%;
    transform-origin: 0px 0px;
    border: 0px none rgb(0, 0, 0);
    font: 13px / 17px museo-sans, sans-serif;
    outline: rgb(0, 0, 0) none 0px;
}
    /*#A_9*/

    #A_9:after {
        border-block-end-color: rgb(0, 0, 0);
        border-block-start-color: rgb(0, 0, 0);
        border-inline-end-color: rgb(0, 0, 0);
        border-inline-start-color: rgb(0, 0, 0);
        box-sizing: border-box;
        caret-color: rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        column-rule-color: rgb(0, 0, 0);
        text-align: left;
        text-decoration: none solid rgb(0, 0, 0);
        text-size-adjust: 100%;
        border: 0px none rgb(0, 0, 0);
        font: 13px / 17px museo-sans, sans-serif;
        outline: rgb(0, 0, 0) none 0px;
    }
    /*#A_9:after*/

    #A_9:before {
        border-block-end-color: rgb(0, 0, 0);
        border-block-start-color: rgb(0, 0, 0);
        border-inline-end-color: rgb(0, 0, 0);
        border-inline-start-color: rgb(0, 0, 0);
        box-sizing: border-box;
        caret-color: rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        column-rule-color: rgb(0, 0, 0);
        text-align: left;
        text-decoration: none solid rgb(0, 0, 0);
        text-size-adjust: 100%;
        border: 0px none rgb(0, 0, 0);
        font: 13px / 17px museo-sans, sans-serif;
        outline: rgb(0, 0, 0) none 0px;
    }
/*#A_9:before*/

#DIV_10 {
    block-size: 0px;
    border-block-end-color: rgb(106, 108, 119);
    border-block-start-color: rgb(106, 108, 119);
    border-inline-end-color: rgb(106, 108, 119);
    border-inline-start-color: rgb(106, 108, 119);
    box-sizing: border-box;
    caret-color: rgb(106, 108, 119);
    clear: both;
    color: rgb(106, 108, 119);
    column-rule-color: rgb(106, 108, 119);
    cursor: pointer;
    height: 0px;
    inline-size: 235px;
    perspective-origin: 117.5px 0px;
    text-align: left;
    text-decoration: none solid rgb(106, 108, 119);
    text-size-adjust: 100%;
    transform-origin: 117.5px 0px;
    width: 235px;
    border: 0px none rgb(106, 108, 119);
    font: 14px / 17px museo-sans, sans-serif;
    outline: rgb(106, 108, 119) none 0px;
}
    /*#DIV_10*/

    #DIV_10:after {
        border-block-end-color: rgb(106, 108, 119);
        border-block-start-color: rgb(106, 108, 119);
        border-inline-end-color: rgb(106, 108, 119);
        border-inline-start-color: rgb(106, 108, 119);
        box-sizing: border-box;
        caret-color: rgb(106, 108, 119);
        color: rgb(106, 108, 119);
        column-rule-color: rgb(106, 108, 119);
        cursor: pointer;
        text-align: left;
        text-decoration: none solid rgb(106, 108, 119);
        text-size-adjust: 100%;
        border: 0px none rgb(106, 108, 119);
        font: 14px / 17px museo-sans, sans-serif;
        outline: rgb(106, 108, 119) none 0px;
    }
    /*#DIV_10:after*/

    #DIV_10:before {
        border-block-end-color: rgb(106, 108, 119);
        border-block-start-color: rgb(106, 108, 119);
        border-inline-end-color: rgb(106, 108, 119);
        border-inline-start-color: rgb(106, 108, 119);
        box-sizing: border-box;
        caret-color: rgb(106, 108, 119);
        color: rgb(106, 108, 119);
        column-rule-color: rgb(106, 108, 119);
        cursor: pointer;
        text-align: left;
        text-decoration: none solid rgb(106, 108, 119);
        text-size-adjust: 100%;
        border: 0px none rgb(106, 108, 119);
        font: 14px / 17px museo-sans, sans-serif;
        outline: rgb(106, 108, 119) none 0px;
    }
/*#DIV_10:before*/

