/** Shopify CDN: Minification failed

Line 3636:6 Expected ":"
Line 4231:4 "ont-style" is not a known CSS property
Line 4574:4 "align-item" is not a known CSS property

**/

/*  Base HTML tags -------------------------------------------------- */
@font-face {
  font-family: 'fontawesome';
  src: url("fontawesome-webfont.woff2") format("woff2"),url("fontawesome-webfont.woff") format("woff"),url("fontawesome-webfont.ttf") format("truetype");
  font-display: swap;
}

@font-face { font-display: swap;
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("//ledsigncity.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=cW9scnByby5jb20&h2=bGVkc2lnbmNpdHkuY29t&h3=bGVkLXNpZ25jaXR5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h4=YWNjb3VudC5sZWRzaWduY2l0eS5jb20&hmac=a1e23703acb9e4ec2331cff4f9a2ff3381ce91adad3cce36cb867c61286c9f75") format("woff2"),
       url("//ledsigncity.com/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=cW9scnByby5jb20&h2=bGVkc2lnbmNpdHkuY29t&h3=bGVkLXNpZ25jaXR5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h4=YWNjb3VudC5sZWRzaWduY2l0eS5jb20&hmac=3a0e0d1806ad0d3bf18013053d1212c34324dde0a501a1486466845528f29a68") format("woff");
}


html { 
  -webkit-font-smoothing: antialiased;  
  scroll-behavior: smooth;
}
html,body { 
  font-size: 17px;
  color: #555555;
  line-height: 26px;
}



      body{
        font-family: Poppins,"Arial","sans-serif";
        background: #fff;
        margin: 0 auto;
        line-height: normal;
        letter-spacing: .0em;
        overflow-x: hidden;
        font-weight:400;
        font-display: swap;
      }
    
svg{width: 22px;
  height: 22px;}
/*  Forms -------------------------- */
.visible-phone {display: none;}

fieldset, legend {  border: none;}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] { display: inline-block;padding: 1.384615385em 0.615384615em;}

.row-fluid textarea[class*="span"] { padding-top: 0.5em; padding-bottom: 0.5em;}

blockquote { border-left: 5px solid #eee; font-size: 12px; font-style: italic;  margin: 0 0 20px;  padding: 10px 20px;  line-height: 26px;}
input[type="image"] {width: auto;}
textarea{ border: 1px solid #d2d8db;}

input[type="checkbox"] { vertical-align: top; margin-right: 10px; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input { margin: 0;padding: 0.615384615em; }
input[type="checkbox"]+label {
    padding-left: 26px;
    cursor: pointer;
    margin-bottom: 9px;
    position: relative;
}
input[type="checkbox"]+label:before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    border: 1px solid #d0d0d0;
    width: 14px;
    height: 14px;
    background-color: #fff;
}
input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: scale(0) rotate(-45deg);
    -o-transform: scale(0) rotate(-45deg);
    -ms-transform: scale(0) rotate(-45deg);
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
}
input[type="checkbox"]+label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 3px;
    border: 2px solid #232323;
    border-top: none;
    border-right: none;
    background: rgba(255,255,255,0);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  -webkit-appearance: none;
}
input[type="checkbox"], .custom-radio input[type="radio"] {
    vertical-align: top;
    margin-right: 10px;
    display: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] { padding: 5px 10px; line-height: 1.35; height: 36px; border: 1px solid #cbcbcb;-webkit-appearance: none; }

/*input[type="submit"] { line-height: 1.1; }*/

label { font-size:14px;margin-bottom: 14px; font-weight:500; color:#000d41; }
label em { color: #f1152f; font-weight: 400; font-style: normal; margin-left: 3px; }

.form-actions { background: none; border: none;  padding: 20px 0 0 0;}

.alert ul { margin-bottom: 0;}
ul { padding: 0; list-style: disc inside none; margin-bottom: 20px; padding-left: 0px; }
ol { padding: 0; list-style: decimal inside none; margin-bottom: 20px; padding-left: 30px; }
li { margin-bottom: 0.25em; }

/* .center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;} */

.errors ul { padding-left: 0; }

.form-success { border: 1px solid #c8d9b9; background:url(icons_new14.png ) 10px -1307px no-repeat;  margin-bottom: 20px; padding: 5px 20px 5px 30px; }

/*  Images -------------------------- */
img { max-width: 100%; height: auto;  border: 0; -ms-interpolation-mode: bicubic; -webkit-transition:all 250ms ease-in-out 0s; -moz-transition:all 250ms ease-in-out 0s; -ms-transition:all 250ms ease-in-out 0s; -o-transition:all 250ms ease-in-out 0s; transition:all 250ms ease-in-out 0s; }

.image { max-width: 100%;  height: auto;  border: 0;  -ms-interpolation-mode: bicubic;}

/*  Typography -------------------------- */
h1, h2, h3, h4, h5, h6 {  font-weight: 400; line-height: 1.25em;  margin: 0;  padding: 0;}
h1 {font-size: 2.307692308em; /* 30/13 */ margin-bottom: 1em;}
h2 {font-size: 2em; /* 26/13 */ margin-bottom: 1em;}
h3 {font-size: 20px ; margin-bottom: 1.25em;}
h4 {font-size:17px ;  margin-bottom: 1.5em;}
h5 {font-size:15px ;  margin-bottom: 1.5em;}
h6 {font-size: 1em; margin-bottom: 1.5em;}

p:last-child { margin-bottom: 0;}
small { font-size: 14px ;}
h2 small.pull-right { padding-top: 0.538461538em; }


/*  Links -------------------------- */
a { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #555555; }
a:hover, a:focus { color: #73788a; }
a:focus { text-decoration: none; }
a, a:link, a:hover, a:active { outline: none; }

/*  Global classes -------------------------------------------------- */
.no-style { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; }
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center;}
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.btn:focus{
    color: #fff;
    box-shadow: none;
}

.hide,
.hidden {display: none !important;}
.move {cursor: move;}

/*  Formatting ------------------------------------------ */
.hidden { display: none;}
.move { cursor: move;}
.section-title {  display: none;}

/*  Layout -------------------------------------------------- */
.main-content { display: block; padding-bottom: 50px; min-height: 450px; }
.container {width:100%; max-width:1200px;margin: 0 auto; padding-left:15px;padding-right:15px;} 
.container-2 {width:100%; max-width:1200px; margin: 0 auto; padding-left:15px;padding-right:15px}
.template-index .main-content { padding-bottom: 0; }
.container-fluid {width: 100%;padding: 0 3.175%;margin-right: auto; margin-left: auto;
}
.slick-arrow svg {
  width: 25px;
  height: 25px;
  padding-right: 2px;
  margin: auto;
  fill: #000d41;
}
.slick-arrow svg:hover {
  fill: #73788a;
}

 .slick-arrow {
  transition-duration: 0.7s;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid transparent;
  outline: none !important;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
   border:none;
   -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
 .slick-next {
    right: 0px;
  }
  .slick-prev{
    left:0px;
  }

.main-content input[type="text"], .main-content input[type="password"], .main-content input[type="email"], .main-content input[type="tel"], .main-content textarea, .main-content select {
    height: initial;
    padding: 19px 12px 17px;
    border-radius: 2px;
    border: 1px solid #cbcbcb;
    color: #3c3c3c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    max-width: 630px;
    display: block;
    outline: none;
    box-shadow:none;
   -webkit-appearance: none;
}
.main-content input[type="text"], .main-content input[type="password"], .main-content input[type="email"], .main-content input[type="tel"], .main-content select {
    height/**/: 42px;
}
select::-ms-expand {
display: none;
}
select+.icon-dropdown {
    width: 40px;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    right: 2px;
    background-color: transparent;
    height: 56px;
    top: inherit;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
select {
    display: block;
    width: 100%;
    outline: none;
  z-index:2;
    position: relative;
    background-color: rgba(255,255,255,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
a:hover{text-decoration: none;}
/* table  ---------------------------------------------------- */
table { border: 1px solid #dfe4e6; width: 100%;}
table td,
table th {border-bottom: 1px solid #dfe4e6; padding:20px;}
table th { font-size: 11px; text-transform: uppercase; font-weight: 700; }

/* header-top */
.lang-currency-groups .btn-group .img-icon {
  margin-right: 8px;
  width: 20px;
  display: block;
}
.lang-currency-groups .dropdown-label {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  padding: 4px 0 6px;
}
.top-right .lang-currency-groups{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 12px;
  right: 3.175%;
  z-index:9999;
}
.header-top .top-message {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height:normal;
}
.header-top  .lang-currency-groups .label-text, .header-mb  .lang-currency-groups .label-text {
  display: none;
}
.header-top .top-message .lang-block {
  padding-right: 20px;
}
.lang-currency-groups .dropdown-item{
  display: -webkit-box;
  /* display: -webkit-flex; */
  display: -moz-flex;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 7px 15px 5px 0;
}
.lang-currency-groups .dropdown-menu {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 3;
  padding: 3px 10px 8px;
  min-width: 100px;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  outline: none;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  display: none;
  border:none;
}

.lang-currency-groups .lang-block .dropdown-menu {
  min-width: 122px;
}
.lang-currency-groups .btn-group .dropdown-item:hover, .lang-currency-groups .btn-group .dropdown-item:focus, .lang-currency-groups .btn-group .dropdown-item:active, .lang-currency-groups .btn-group .dropdown-item.active {
  color: inherit;
  background-color: inherit;
}
.lang-currency-groups .btn-group .dropdown-item.active .text {
  font-weight: 500;
  border-bottom: 1px solid #3c3c3c;
}
.rte{
  line-height: 30px;
  font-weight: 400;
}
/* bottom */
.btn {
  border-radius: 5px;
  line-height: normal;
  text-overflow: ellipsis;
  display: inline-block;
  padding:0px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
 
.header-bottom .site-nav li, .footer-menu .site-nav li{
  display: inline-block;
  margin-left: 21px;
  margin-right: 21px;
}
.header-bottom .site-nav li:first-of-type {
  margin-left: 0;
}

/* .header-bottom  .left-header {
  width: 15%;
} */
 
.header-bottom  .wrapper-navigation{
/*  width: calc(71% - 388px); */
  padding-top:1px;
}
.header-bottom .header-pc .right-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; 
}
.site-nav{
  margin-bottom: 0;
}
 
.site-nav li a {
  padding: 13px 12px 11px;
}
.header-bottom .right-header .cart-icon, .header-bottom .right-header .acc-mb,
.header-bottom .right-header .nav-search{
  padding-top:12px;
}
.header-bottom .right-header .nav-search {
	padding-right: 25px;
  min-width: 120px;
}
.cart-icon svg{
  width: 24px;
  height: 24px;
}
#shipping-calculator-form-wrapper .select-wrapper{
        background: #f7f7f7;
}
#shipping-calculator-form-wrapper select+.icon-dropdown {
    width: 55px;
    height: 53px;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    right: 1px;
    background-color: #fff;
    top: 1px;
    z-index: 0;
}
.secure-shopping-guarantee .secure-text span{
    font-size: 12px;
}
.right-header .grp-acc-cart{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

}
.right-header .grp-acc-cart .acc-mb{
  padding-left: 32px;
}
.lang-currency-groups .dropdown-toggle:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  margin: 0 0 0 3px;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  color: #6b6b6b;
  position: relative;
  top: 1px;
  font-weight: 500;
}
 
 
/* footer*/
/*------------------*/
.footer-top .footer-newsletter{
  width: 100%;  
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        padding: 0px 0px 0px 30px;
}
.footer-top .footer-newsletter .newsletter .block-content .input-group{ 
      max-width: 466px;
 
}
.footer-top  .footer-share-toolbox{
  width: 100%;
}
.footer-top  .footer-share-toolbox .addthis_inline_share_toolbox .addthis-smartlayers .at-share-btn-elements{
  text-align: center!important;
}
.footer-share-toolbox .at-share-btn{
  background: transparent!important;
}
.footer-share-toolbox svg{
  fill: #afb6bd!important;

}
.footer-share-toolbox .at-share-tbx-element .at-share-btn{
  margin: 0 17px 5px 0!important;
}
.footer-top .newsletter .btn{ 
    padding: 12px 0px 13px;
    margin-bottom: 3px;
    line-height: normal;
    height: auto;
    position: absolute;
    right: 0;

}
.footer-top .newsletter .input-group-field{
  width: 100%;
  padding: 14px 30px 14px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  height: auto; 
  border-radius: 2px;
  margin-right: 30px;
  margin-bottom: 20px;

}
#reviews .page-dft .content{
padding-bottom: 0;
}
 
.payment-methods li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  max-width:50px;
}
.payment-methods li:first-of-type{
  margin-left: 0px;
}
 
.footer-bott .site-nav li a {
    padding: 6px 0px 11px;
}
.footer-bottom {
  padding-top: 40px;
}
.footer-bottom .footer-logo {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}
.footer-bottom .footer-logo .logo-img{
  display: inline-block;
}
.footer-bottom .payment-methods {
  text-align: right;
}
.footer-bottom address {
  padding: 0px 0px 10px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom:0px;
}
#back-top a{
  width: 52px;
  height: 52px;
  font-size: 35px;
  display: block;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #4c4c4c;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  border: 1px solid #aeaeae;
}
#back-top i {
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer-top{
  position: relative;
}
#back-top {
  top: initial !important;
  position: fixed;
  bottom: 15vh;
  z-index: 98;
  right: 3.175%;
}
.home-instagram .col-12{
  padding: 0px;
}
.home-instagram .slick-arrow svg {
  width: 33px;
  height: 33px;
  padding-right: 2px;
  margin: auto;
  fill: #73788a;
}
.home-instagram .slick-arrow svg:hover {
  fill: #000d41;
}
.home-instagram:hover .slick-arrow {
  opacity: 1;
}
.home-instagram .slick-arrow {
  transition-duration: 0.7s;
  opacity: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid transparent;
  outline: none !important;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-instagram .slick-next {
  right: 35px;
}
.home-instagram .slick-prev{
  left:35px;
}
.home-instagram .item{
  position: relative;
}
.home-instagram .item:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  background: rgba(32,32,32,0.72); 
  transition-duration: 0.7s;
}
.home-instagram .item:hover:before, .home-instagram .item:hover:after {
  opacity: 1;
}
.home-instagram .item:after {
  opacity: 0;
  content: "\f16d";
  font-family:fontAwesome;
  width: 20px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 30px;
  right: 30px;    
  z-index: 99;
  transition-duration: 0.7s;

}
.home-instagram .widget-title h3 {
  text-align: center;
  padding: 78px 0px 42px;
  margin: 0;
}
.home-instagram .widget-title span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.homepage-reviews{
  padding-bottom: 95px;
}
  .header .Back-to-home a span:after {
  backface-visibility: hidden;
  border-bottom: 1px solid #000;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
  opacity: 0;
  top:-4px;
}
 

.site-nav li a:hover{
  text-decoration: none;
}
/* .site-nav li:hover a span:after, .header .Back-to-home:hover a span:after {
  backface-visibility: hidden;
  transition: width 350ms ease-in-out;
  width: 100%;
  opacity: 1;
} */

.no-image {
  position: relative;
  background: #c7c7c7;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}
.no-image span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.instagram{
  overflow: hidden;
}
.custom-overview .img {
  position: relative;
  background: #c7c7c7;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}
.custom-overview .img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-overview {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
   
    display: flex;
  justify-content: space-between;
  align-items: center;
/*   align-items: stretch;
  -webkit-align-items: stretch; */
  flex-direction: row-reverse;
}

.custom-overview.custom-overview-rtl {
  flex-direction: row;
}

.custom-overview .overview-content {
  display: inline-block;
  width: 50%;
  position: relative;
}
.custom-overview .btn-link a{
	display: block;
    font-weight: 500;
    padding-top: 37px;
  
}
.custom-overview .overview-content.right {
  padding-left: calc((100vw - 17px - 1570px)/2);
  padding-right: 215px;
  position:relative;
}

.custom-overview .overview-content.right .container-overview {
  position:relative;
  height: 100%;
}
.custom-overview .overview-content.right .container-overview .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-overview .left {
	width: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.custom-overview .left .img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.custom-overview .left .img img {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
  position: absolute;
}


.custom-block-overview .container-overview .title{
  margin-bottom: 32px;
  font-weight:500 ;
}
.custom-block-overview  .container-overview .des{
  line-height: 30px;
  font-weight:400 ;
}

.video svg{
  width: 100px;
  height: 100px;
}
.custom-block-overview  .overview-top{
  padding-top: 53px;
  padding-bottom: 66px
}
.custom-block-overview .overview-bottom{
  padding-top: 30px;
}
.custom-block-overview .overview-top .title{
  margin-bottom: 32px
}
.video-mp:hover{
	cursor:pointer;
}

.icon-yt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor:pointer;
  z-index: 9;
}
.custom-block-overview .overview_style3 .right{
  cursor: pointer;
}
.custom-block-overview, .custom-block-specification{
  padding-bottom: 70px;
}
.custom-block-specification .specification-left .panel-title a{
  color: #000d41;
  font-size: 16px;
  font-weight: 500;
  border-top: 2px solid #dddddd;
  padding: 36px 10px 34px;
}
.custom-block-specification .specification-tab .item li{
  list-style-type: none;

}
.custom-block-specification .specification-tab .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  margin: 0px;

}
.custom-block-specification .specification-tab .item:nth-child(2n+1)
{
  background:#f7f7f7;
}
.custom-block-specification .specification-tab .case_des {
  font-size: 14px;
  color: #000d41;
  font-weight: 500;
  padding: 15px 5px 13px 30px;
  min-width: 200px;
}
.custom-block-specification .specification-tab .des {
  font-size: 14px;
  color: #73788a;
  font-weight: 400;
  padding: 15px 5px 13px 8px;
  min-width: 200px;
}
.custom-block-specification .specification-ctn{
  width: 83%;
}
.custom-block-specification .specification-left .left-top {
  padding-bottom: 42px;
}

.custom-block-specification .specification-left .panel-title a{
  position: relative;
  width: 100%!important;
  display: block;
}

.custom-block-specification .specification-left .panel-title a:before {
  content: "";
  width: 2px;
  height: 20px;
  background: #dddddd;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.custom-block-specification .specification-left .panel-title a:not(.collapsed):before {
  display: none;
}
.custom-block-specification .specification-left .panel-title a:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #dddddd;
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(0%);
  -webkit-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}
.custom-block-specification .specification-left .panel-heading .tab2 a{
  border-bottom: 2px solid #ddd;
}
.custom-block-specification .specification-left .panel-heading .tab2 a:not(.collapsed){
  border-bottom: none;
}
.custom-block-specification .specification-left .panel-body{
  padding-bottom: 56px;
}
.custom-block-specification  .image-ifo{
  padding-top: 100px;

}

.custom-block-specification  .specification-bottom{
  padding-top: 20px;

}
.custom-block-specification .specification-top{
  padding: 70px 0px 25px;
}



.banner-parallax  .container{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
      z-index: 0;
}
.banner-parallax  .container-2  {
    text-align: left;
    position: relative;
    min-height: 890px;
}
.banner-parallax  .container-2 .banner_left{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    width: 100%;
}
.banner-parallax .banner_right {
    position: absolute;
    right: 0;
    top: 25%;
    text-align: right;
}

.banner-parallax  .container-2 .banner_left .des{
    width: 100%;
}
.banner-parallax .banner-sub-text{
    padding-bottom: 17px;
}
.banner-parallax .banner-heading{
    padding-top: 13px;
  font-weight:500;
}
.banner-parallax .btn{
    margin-top: 10px;
}
 .banner-parallax .banner-content .banner_left .btn-x2{
    min-width: 217px;
}

.breadcrumb {
  margin: 0;
  display:block;
  line-height: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: rgba(255,255,255,0);
  padding: 27px 0 16px;
  text-align: center;
}
/* .breadcrumb a, .breadcrumb span{
  color: #999999
} */
.breadcrumb a, .breadcrumb span{
  color: #000000;
}
.breadcrumb .arrow {
  font-size: 14px;
  padding: 0 6px 0 8px;
}
.slick-dots{
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    font-size: 0px;
    margin: 0px 7px;
    width: 12px;
    height: 12px;
    letter-spacing: normal;
}
  .slick-dots li button {
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #707979;
    background: transparent;
    padding: 0;
    outline: none;
    cursor: pointer;
  }
  .slick-dots li.slick-active button{
    background: #707979;
  }
 .page-header {
    text-align: center;
    padding-bottom: 67px;
   padding-top: 50px;
  }
 .page-header h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000d41;
    margin-bottom: 14px;
   text-transform:capitalize;
  }
.page-dft .content .title{
  color: #000d41;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-dft .content p {
  padding-bottom: 15px;
}
.page-dft .content .sub-title {
  color: #296fc2;
  font-size: 14px;
  font-weight: 500;
}
.page-dft .content p.sub-title  {
  padding-bottom: 6px;
}
.page-dft .content {
    padding-bottom: 78px;
}
#apply-for-finance-led-sign-city .page-dft .content{
  padding-bottom: 20px;
}

.custom-acc-page .box-title h3{
  color: #296fc2;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.custom-acc-page label{
  color: #000d41;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}
    .customer-accont-page{
      margin-bottom: -15px;
    margin-top: 0;
    background: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    padding-top: 120px;
  }
.custom-acc-page .wrapper .des2{
  margin: 12px 0px 29px;

}
.custom-acc-page .col-left .des {
  margin-bottom: 37px;
}
.custom-acc-page .col-left input{
  max-width: 470px;
}
.custom-acc-page .action-btn .btn {
  margin: 16px 0px 44px;
}
.custom-acc-page .action-btn .btn.btn-x1, .template-customers-addresses .large--right .btn.btn-x1 {
  min-width: 292px;
}
.custom-acc-page .action-btn .btn.btn-x2 {
  min-width:170px;
}
.custom-acc-page .page-header {
    text-align: center;
    padding-bottom: 52px;
}
.custom-acc-page .action-btn .last a:last-child{
   color: #296fc2;
    border-bottom: 1px solid #296fc2;
}
 
.template-customers-account .box-title, .template-customers-addresses .grid-item .box-title  {
    padding: 17px 28px 15px;
    background:#f7f7f7;
    font-size: 16px;
    color: #000d41;
    font-weight: 500;
  margin-bottom: 34px;
}
.template-customers-addresses .grid-item .box-title {
    border-radius: 2px;
}
.template-customers-account .note  {
    padding: 17px 28px 15px;
    border: 1px solid #f8ebcf;
    border-radius: 2px;
    background: #fbf8e5;
    text-align: center;
    color: #866e42;
  margin-bottom: 55px;
}
.template-customers-account .add-count {
  border: 1px solid #fff;
  padding: 2px 9px;
  border-radius: 50%;
  margin-left: 10px;
  width: 26px;
  height: 26px;
  display: inherit;
  line-height: 21px;
}
.template-customers-account  .action-btn .btn.btn-x2 {
    min-width: 292px;
    margin-left: 26px;
    border: 1px solid;
}
.custom-acc-page .action-btn .btn.btn-x1:hover .add-count{
    border-color: #000d41;
}
.template-customers-account .page-header,.template-customers-addresses .page-header{
    padding: 43px 0px 40px;
}

.template-customers-account .action-btn{
    margin-top: 33px;
}
.template-customers-account .custom-acc-page {
    margin-bottom: 55px;
}
.template-customers-addresses .grid-item .last {
    padding: 26px 0px 43px;
    display: block;
}
.template-customers-addresses .grid-item .last a  {
  color: #296fc2;
    border-bottom: 1px solid #296fc2!important;
}
.template-customers-addresses .grid-item .acc-name{
    color: #000d41;
    font-size: 16px;
    font-weight: 500;
}
.template-customers-addresses .grid-item p{
    margin-bottom: 8px;
}
.account-page  .grid .grid-item p:nth-child(4) {
    margin-top: 38px;
}
.template-customers-addresses .grid-item .action-btn{
    padding: 23px 0px 0px;
}
.template-customers-addresses .grid-item .action-btn .btn-x2:first-child{
    min-width: 148px;
    margin-right: 26px
}
.template-customers-addresses .grid-item .action-btn .btn-x2 a{
    min-width: 188px;
    color: #000d41!important;
}
.template-customers-addresses .grid-item .action-btn .btn-x2:hover a{
    color: #fff!important;
}

.template-customers-addresses .custom-acc-page {
    margin-bottom: 106px;
}
.template-customers-addresses .grid-item .form-group{
    max-width: 630px!important;
}
.custom-acc-page .add-edit-addr .action-btn .btn.btn-x1{
  min-width: 172px;
    margin-right: 15px;
}
.custom-acc-page .add-edit-addr .action-btn  a{
    color: #296fc2;
}
.custom-acc-page .add-edit-addr .action-btn{
    padding: 0px;
}
.wrapper-login-customer #recover_password .action-btn .cancel_text{
    color:#296fc2; 
}
.wrapper-login-customer #recover_password .action-btn span, .wrapper-login-customer #recover_password .action-btn a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 6px;
    margin-bottom: 25px;
    vertical-align: middle;
    padding-left: 8px;
}

/* popup */
  .modal_cms {
    position: fixed;
    left: 0;
    top: 0;
    z-index:99;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  }

  .modal_cms  .videocontent, .modal_cms  .videocontent .video_YT{
    height:100%;
  }
  .modal-cms-overlay{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1;
    background-color: hsla(0, 0%, 0%, 0.38);
    text-align:center;
  }
  .modal_cms .header > a svg {
    width: 27px;
    height: 27px;
  }
  .modal_cms  .header{
    position: relative;
    padding-bottom: 40px;
  }
  .modal_cms  .header .close-button {
    width: 32px;
    height: 32px;
    position:absolute;
    top: 0px;
    right: -30px;
    color: #fff;
  }
  .modal_cms .modal-content-cms {
    position: absolute;

    background-color: transparent;
    width: 1050px;
    height: 70vh;
    border-radius: 0;
    z-index:2;
  }
  .modal-content-cms{
    top: -100%;
    left: 50%;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -moz-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%, -100%);
  }
  .modal_cms.show-modal .modal-content-cms{
    top: 45%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -45%);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  } 

  .modal_cms .close-button:hover svg {
    fill: #000;
  }
  .modal_cms.show-modal {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  }

  .modal-content-cms .title{
    text-align: center;
    font-size: 23px;
  }
/* cookie */

.product-notification {
  width: 330px;
    max-width: 85vw;
    min-height: 100px;
    background-color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.product-notification.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.product-notification .close-notifi {
    position: absolute;
    top: -21px;
    right: -21px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #000d41;
    color: #fff;
    border: 1px solid rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,0)
    
}
.close{
  opacity:1!important;
}

.product-notification .close-notifi:hover {
    background-color: #e95144;
    color: #fff
}

.product-notification .product-suggest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.product-notification .product-suggest .product-image {
    width: 73px;
    display: block;
    margin: auto;
    padding: 11px 0 9px 13px
}

.product-notification .product-suggest .product-image img {
    object-fit: cover
}

.product-notification .product-suggest .column-right {
    width: -moz-calc(100% - 73px);
    width: -webkit-calc(100% - 73px);
    width: -ms-calc(100% - 73px);
    width: calc(100% - 73px);
    padding: 8px 28px 6px 20px;
    line-height: 20px
}

.product-notification .product-suggest .column-right .info-ago {
    color: #969696;
    font-size: 11px;
    margin-top: 7px
}

.product-notification .product-suggest .column-right .time-ago {
    padding-right: 3px
}

.product-notification .product-suggest .column-right .from-ago,.product-notification .product-suggest .column-right .time-ago {
    display: inline
}

.product-notification .product-suggest .column-right label {
    display: inline;
    color: #969696;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding-right: 3px
}
.product-notification .product-suggest .column-right .product-name{
  color: #000d41;
  font-weight: 400;
  border-bottom: 1px solid #000d41;
  display: inline;
  font-size: 12px
}
.product-notification .product-suggest .column-right .info-ago, .product-notification .product-suggest .column-right p>span{
    font-size: 12px;
    color: #73788a;
}
.product-notification .product-suggest .column-right p{
    margin-bottom: 0px;
}


/* ------------products-------- */
.product-shop .swatch-element.soldout .bac-souldout{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(soldout-1.png) no-repeat 50%;
}
/*.product-photos .zoomImg{
    display: none!important;
}*/
.zoomImg{
      cursor: crosshair;
    }
.product-shop .swatch-element.soldout{
    position: relative;
}

.secure-shopping-guarantee .title-trust-img{
  font-size: 12px;
}
.product-shop .product-title a, .product-shop .product-title{
  font-size: 20px;
  font-weight: 500;
  color: #000d41;
  margin-bottom: 21px;
 }
.homepage-product .product-photos .slick-list{
    height: auto!important;
}
.spr-icon-star-empty:before, .spr-icon.spr-icon-star:before, .spr-icon:before {
    color: #faa900;
}
.spr-badge-starrating {
    margin-right: 0 !important;
}
.product-shop .spr-badge {
    margin-bottom: 36px;
    margin-right: 10px;
    cursor: pointer;
}
.spr-icon {
    padding: 0 2px;
    font-size: 105% !important;
    margin: 0;
}
.product-shop .spr-badge .spr-badge-caption {
    margin-left: 13px;
    position: relative;
    top: 1px;
}
.product-shop .product-infor label {
    font-weight: 500;
    min-width: 117px;
    margin-right: 5px;
    color: #000d41;
}
.product-shop .short-description {
    margin-bottom: 8px;
}
.product-shop  .prices{
    font-size: 40px;
    font-weight: 500;
    color: #000d41;
    padding-bottom: 30px;
}
.swatch .header {
    font-weight: 500;
    line-height: 20px;
    color: #000d41;
    margin-bottom: 24px;
    text-transform: capitalize;
    z-index: 9;
    font-size: 18px;
}
.product-shop .product-infor {
    margin-bottom: 5px;
}
.product-shop .product-infor .sku-product{
  line-height: 10px
}
 
.swatch .header em {
    color: #e95144;
}
.swatch .swatch-element.color label {
    position: relative;
}
.swatch .swatch-element label {
    min-width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    margin: 0;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 36px;
    color: #323232;
    cursor: pointer;
}
.swatch .swatch-element .bgImg {
    display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swatch input:checked + label, .swatch label:hover {
    border-color: #dddddd;
    border-width: 4px;
    line-height: 36px;
}
.swatch .swatch-element {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 8px 12px 0;
    position: relative;
}
.swatch {
    margin-bottom: 37px;
}
.btn-group label {
    margin-bottom: 18px;
}
.swatch input[type=radio], .swatch .swatch-element .crossed-out {
    display: none;
}
.product-shop .quantity{
    color: #000d41;
  display: flex;
    align-items: center;
      flex-wrap: wrap;
}
.product-shop .quantity label{
 margin-right: 10px;
  margin-bottom: 0;
}
.qty-group .button {
    position: relative;
    width: 60px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}
.qty-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid #dadada;
    max-width: 196px;
    background-color: #fff;
    border-radius: 2px;
}
.qty-group .button.minus:after {
    background-color: rgba(255,255,255,0);
}
.qty-group .button:after {
    height: 10px;
    width: 2px;
}
.qty-group .button:before {
    width: 10px;
    height: 2px;
}
.qty-group .button:before, .qty-group .button:after {
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.qty-group .button:before, .qty-group .button:after {
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.qty-group input{
    text-align: center;
    border:none!important;
}
.atc-btn .btn-x1{
    margin: 40px 30px 20px;
    min-width: 296px;
}
.product-shop .shopify-payment-button .shopify-payment-button__button {
    padding: 20px 15px 18px!important;
    border: 1px solid!important;
}
.product-shop .shopify-payment-button{
    max-width: 522px;
}
.shopify-payment-button__button {
    border-radius: 2px;
    border: none;
    box-shadow: 0 0 0 0 transparent;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: 100%;
    transition: background 0.2s ease-in-out;
}
.product-shop .total-price  label {
    font-weight: 500;
    min-width: 70px;
    margin-right: 2px;
    color: #000d41;
}
.product-shop .secure-shopping-guarantee {
    margin-top: 24px;
}
.swatch .tooltip {
    text-align: center;
    background: #000d41;
    color: #fff;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    z-index: 999;
    min-width: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 12px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
    pointer-events: none;
}
.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
}
.swatch .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-top: solid #000d41 7px;
    bottom: -7px;
    content: " ";
    height: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 0;
}
.product-shop .prices .compare-price {
    color: #969696;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 500;
    font-size: 31px;
}

.swatch .swatch-element.soldout label {
    cursor: no-drop;
}
.product-img-box .slick-arrow {
    border: none !important;
    right: 0px;
    padding-top: 5px;
    background-color: rgba(255,255,255,0) !important;
    color: #232323 !important;
}
.product-img-box .slick-arrow.slick-prev {
    left: 0;
    text-align: left;
}
.slick-arrow:focus{
     outline: 0;
}

.product-img-box .slider-nav {
    padding: 0 35px;
    margin-bottom: 22px;
}
.product-img-box img{
    display: none;
}
.product-img-box  .slick-slider img{
  display: block;
}

/* -----------review---------- */
#shopify-product-reviews.container{
    margin: 0 auto!important;
}
.custom-review{
    border-top: 10px solid #f7f7f7;
      margin: 50px 0px 73px;
}
#shopify-product-reviews .spr-container{
  border: none!important;
}
#shopify-product-reviews .spr-container .spr-header-title{
  display:none;
}
#shopify-product-reviews .spr-summary{
  text-align: center;
}

#shopify-product-reviews .spr-summary-actions .spr-summary-actions-newreview{
  float: none;
  border: 2px solid #7f8393;
  padding: 14px 7px 12px;
  max-width: 332px!important;
  margin-top: 36px!important;
  margin-bottom: 25px!important;
  margin: 0 auto;
  display: block;
  border-radius: 2px;
  color: #73788a!important;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
#shopify-product-reviews .spr-summary-actions .spr-summary-actions-newreview:hover{
  color: #000d41!important;
}
#shopify-product-reviews .spr-summary-actions-togglereviews{
    border-bottom: 1px solid;
}
#shopify-product-reviews .spr-form-title{
    color: #000d41;
    font-size: 24px;
    margin: 24px 0px 46px;
}
#shopify-product-reviews label{
    color: #000d41;
  width: 145px;
    padding: 19px 12px 17px;
    float: left;
}
#shopify-product-reviews input{
    max-width: 570px;
}
#shopify-product-reviews textarea{
    max-width: 770px;
}
#shopify-product-reviews .spr-form-review-body .spr-form-label span{
    display: none;
}
#shopify-product-reviews .spr-form-review-rating .spr-starrating {
    display: block;
    overflow: hidden;
    padding: 17px 12px 17px;
}

#shopify-product-reviews .spr-form-actions{
  float: left;
  margin-left: 145px;
  margin-top: 14px;
  margin-bottom: 100px;

}
#shopify-product-reviews .spr-form-actions input{
    min-width: 296px;
    background-color: #296fc2;
    color: #fff;
    border: 1px solid #296fc2;
    font-size: 16px!important;
    font-weight: 500;
    border-radius: 2px;
    padding: 15px 15px 13px;
    
}
#shopify-product-reviews .spr-form-actions input:hover {
    background-color: #fff!important;
    color: #000d41!important;
    border-color: #000d41!important;
}
#shopify-product-reviews .spr-reviews{
    clear: both;
}
#shopify-product-reviews .spr-review-header{
    position: relative;
}
#shopify-product-reviews .spr-review{
    margin-bottom: 43px;
}
#shopify-product-reviews .spr-review-header .spr-review-header-starratings{
    float: right
}
#shopify-product-reviews .spr-review-header-title{
    font-size: 18px;
    font-weight: 500;
    color: #000d41;
    margin: 21px 0px 8px!important;
}
#shopify-product-reviews .spr-review-header-byline strong{
    font-style: initial!important;
    font-size: 12px;
    color: #73788a;
    font-weight: 400;
}
#shopify-product-reviews .spr-review-content p {
    font-size: 14px;
    color: #73788a;
    line-height: 30px;
    margin: 3px 0px -5px;
}
#shopify-product-reviews .spr-review-footer{
    float: left;
}
#shopify-product-reviews .spr-review-footer a{
    color: #ec3323;
    font-size: 12px;
    border-bottom: 1px solid;
    
}

.product-tab .panel-title a {
    position: relative;
    width: 100%!important;
    display: block;
    color: #000d41;
    font-size: 16px;
    font-weight: 500;
    border-top: 2px solid #dddddd;
    padding: 36px 10px 34px;
}
.product-tab .panel-title a:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #dddddd;
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(0%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.product-tab .panel-title a:not(.collapsed):before{
    display: none;
}
.product-tab .panel-title a:before {
    content: "";
    width: 2px;
    height: 20px;
    background: #dddddd;
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.product-tab .panel-heading .tab2 a {
    border-bottom: 2px solid #dddddd;
}

.product-tab .item li {
    list-style-type: none;
}
.product-tab .item .case_des {
    font-size: 14px;
    color: #000d41;
    font-weight: 500;
    padding: 15px 5px 13px 30px;
    min-width: 200px;
}
.product-tab .item:nth-child(2n+1) {
    background: #f7f7f7;
}
.product-tab .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    margin: 0px;
}
.product-tab .des {
    font-size: 14px;
    color: #73788a;
    font-weight: 400;
    padding: 15px 5px 13px 8px;
    min-width: 200px;
}
.product-tab .panel-heading .tab2 a:not(.collapsed) {
    border-bottom: none;
}
.product-tab .panel-body {
    padding-bottom: 56px;
}
.product-tab {
    margin-top: 51px;
}
.description_pr{
    margin-top: 65px;
}
.cart-template .page-header h1{
    color: #000d41;
     font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.cart-template .page-header{
    position: relative;
}
.cart-template  .continue {
    position: absolute;
    top: 16px;
    right:0px;
    color: #296fc2;
}
.cart-template .cart-details .size{
        margin: 7px 0px 22px;
}
 
.cart-template table th{
font-weight: 500;
font-size: 18px;
line-height: 22px;
  text-transform: capitalize; 

color: rgba(35, 35, 35, 0.5);
}
.cart-template table td{
	font-size: 16px;
  color: #000;
}
.cart-template a.btn.btn-x1.continuse {
     margin-left: 12px;
    background: #ececec;
    border-color: #ececec;
    padding: 15px 38px 13px;
    color: #000;
}
.cart-template .wrapper-cart-template .cart-list .details {
    min-width: 100%;
  justify-content: space-between;
}

.cart_items tfoot tr th{
   border-bottom: 0;
}
.cart_items table{
   border: none;
}
.cart_items{
  padding-right: 40px;
}
.cart-product-list-wrapper {
      display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-product-list-wrapper a.remove {
    color: #f00;
    margin-right: 10px;
}
.cart-product-list-wrapper .product-vendor,
.cart-product-list-wrapper .size small,
.cart-product-list-wrapper .properties{
    font-size: 14px;
   color: rgba(35, 35, 35, 0.6);

}
.cart-product-list-wrapper .product-vendor{
  margin-bottom: 15px;
}
.cart-product-list-wrapper a.product-name {
    font-size: 16px;
    font-weight: 500;
}
.cart-product-list-wrapper a.product-img img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-right: 20px;
}

.cart_items .qty-group{
	max-width: 118px;
}
.cart-label-res{
	display: none
}
@media(max-width: 767px){

  .top-bar-jumpstart{
    display: none;
  }
  .cart-label-res{
	display: block;
        font-size: 12px;
  }
  thead.cart-table-header {
      display: none;
  }
  .cart-template table tr,
   td.cart-product-name{
  	display: block;
     padding-bottom: 0;
  }
  .cart-template table td{
  	border-bottom: none;
  }
  .cart-template table tr{
  	border-bottom: 1px solid #eaeaea
  }
  .cart-product-list-wrapper a.product-img img {
    width: 70px;
    height: 70px;
  }
  .cart-template a.btn.btn-x1.continuse{
    display: none;
  }
}
.cart-form .cart-list .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
 
}
.cart-template .wrapper-cart-template .cart-list .cart-thumb {
    max-width: 120px;
    padding-right: 30px;
}
.cart-form .cart-list .cart-thumb {
    padding: 10px 10px 10px 0;
    min-width: 74px;
}
.template-cart .cart-details .product-name, .template-cart .cart-details .price-box{
    font-size: 18px;
    font-weight: 500;
    color: #000d41;
}
.template-cart .cart-details .product-vendor, .cart-template .wrapper-cart-template .right-col .add-comments .note{
    display: none;
}
.cart-template .quantity label{
    font-size: 14px;
    color: #000d41;
    font-weight: 500;
  margin: 19px 0px 12px;
}
.cart-template .cart-details .update{
    color:#000d41!important;
    font-weight: 500;
    background: none;
    margin-left: 68px;
}
.cart-template .cart-details .update i{
    font-size:20px;
    padding-right: 7px;
}
.cart-template .cart-details .group-action span:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000d41;
    position: absolute;
    bottom: 2px;
    width: 100%;
    opacity: 0;
}
.homepage-product .product-shop .detail span:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #296fc2;
    position: absolute;
    bottom: 3px;
    width: 100%;
    left:0px;
}
.cart-template .cart-details .group-action span{
    position: relative;
}
.cart-template .cart-details .group-action span:hover:before{
    opacity: 1;
}

  .cart-template .wrapper-cart-template .right-col { 
       padding: 0 20px 20px;
    box-shadow: -10px 10px 60px rgb(0 0 0 / 12%);
 
    align-self: top;
    align-self: flex-start;
  }
  .cart-template .wrapper-cart-template .box-title {
   font-size: 18px;
    color: #000;
    background-color: transparent;
    padding: 15px 30px 13px 0;
    border-radius: 3px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 700;
    text-transform: uppercase;
  }
.cart-short-text{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px; 

    color: rgba(35, 35, 35, 0.6);
}
  .cart-template .page-header .continue span{
    margin-right: 6px;
  }
  .cart-template .page-header .continue {
    font-weight: 500;
  }
 
.cart-template .cart-details .remove{
    color:#000d41!important;
    font-weight: 500;
    background: none;
    margin-left: 63px;
}
.cart-template .cart-details .remove svg{
    width: 25px;
    height: 25px;
    line-height: 20px;
    position: relative;
    top: 5px;
    left: -4px;
}
.cart-template .cart-details .group-action{
    line-height: 55px;
}
.cart-template .secure-shopping-guarantee .secure-text {
    padding: 23px 0px 13px;
}

.cart-template .wrapper-cart-template .right-col .total  .label span{
    color: #000d41;
    font-weight: 500;
    line-height: 32px;
}
.cart-template .wrapper-cart-template .right-col .total .price span{
    float: right;
    font-size: 20px;
    font-weight: 500;
    color: #000d41; 
}
.cart-template .wrapper-cart-template .right-col .total {
    border-bottom: 0;
    padding: 10px 0 0 0;
    margin-bottom: 0;
}
.cart-template .wrapper-cart-template .right-col .add-comments {
    color: #000d41;
    font-weight: 500;
    padding: 20px 0px 0px;
}
.wrapper-cart-template #cartSpecialInstructions{
    max-height: 85px;
    background: #fbfbfb;
    border: none;
}
.wrapper-cart-template .shopify-cleanslate ._2zarRkvJ2j83NID3Q3t0Ix {
    height: 52px !important;
}
.wrapper-cart-template .shopify-cleanslate ._3TUeZPsTWjDxakSmeDcA4D{
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100%!important;
}
.cart-template .wrapper-cart-template .right-col .btn-checkout{
  width: 100%;
  margin: 0px 0px 15px;
}
.cart-template .wrapper-cart-template #shipping-calculator h3{
    font-size: 30px;
    font-weight: 500;
    color: #000d41;
    padding: 91px 0px 5px;
}
.cart-template .wrapper-cart-template #shipping-calculator {
    width:100%;
}
.cart-template .wrapper-cart-template #shipping-calculator-form-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.cart-template .wrapper-cart-template #shipping-calculator-form-wrapper .form-group, .cart-template  #get-rates-container input{
  width: 100%;
  max-width: 370px;
  min-width:370px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrapper-cart-template #wrapper-response{
    margin-top: 30px;
}
.wrapper-cart-template #shipping-rates-feedback{
    margin-bottom: 20px;
}
.cart-template{
    margin-bottom: 75px;
  margin-top: 0px;
}
.cart-template .alert-warning{
    text-align: center;
    padding: 15px 15px 13px;
}
.cart-template .cart-empty {
    line-height: 24px;
    text-align: center;
}
.cart-template .cart-empty a {
    font-weight: 500;
   color: #296fc2
}
.cart-template .cart-empty a:hover{
   color: #000;
}
.cart-template .page-header {
  padding-bottom: 5px;
}

.cart-icon{
    position: relative;
  }
  .cart-icon .cartCount {
      position: absolute;
    right: -10px;
    top: 5px;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    padding: 1px 0px 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    font-weight: 500;
    font-size: 12px;
  }
  .header-bottom .header-pc{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 0;
  }
/* hover-------------- */
  .animate-scale{
    overflow: hidden;
    position:relative;
  }
   .animate-scale:before{
    height: 100%;
  }
  .animate-scale:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232323;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .animate-scale:hover:before {
    overflow: visible;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
  }
  .animate-scale:hover img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  .animate-scale img {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .product-img-box.left-vertical-moreview {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .slick-slider .slick-track {
    min-width: 100%;
  }
  .product-img-box.vertical-moreview .slick-arrow.slick-next {
    top: initial;
    bottom: -10px;
  }
  .product-img-box.vertical-moreview .slick-arrow {
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .product-img-box.vertical-moreview .wrapper-images {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -ms-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .product-img-box.vertical-moreview .slider-nav {
    width: 70px;
    padding: 35px 0;
    margin-bottom: 0;
  }
  .product-img-box.left-vertical-moreview {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .product-img-box.vertical-moreview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .product-img-box.vertical-moreview .slider-nav .item {
    margin: 10px 0;
    border: none;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .product-img-box.vertical-moreview .slick-arrow svg {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .product-img-box.vertical-moreview .slick-arrow.slick-prev {
    top: 0;
  }
  .product-template .product_top {
    margin-top: 70px;
  }
 
.custom-block-style2 .bottom-content .box-left{
  	text-align:center;
    padding-top: 25px;
  }
  .custom-block-style2 .bottom-content {
    margin-bottom: 58px;
  }
  .custom-block-style2 .bottom-content .right-des{
    font-weight:400;
    line-height: 30px;
    margin-bottom: 43px;
  }
  .custom-block-style2 .box-right   .video{
    padding-bottom: 40px;
  }
  .custom-block-style2 .box-right   .right-heading{
    padding-top: 53px;
    margin-bottom: 32px;
  }
  .custom-block-style2 .top-content .site-nav li {
    position: relative;
  }
  .custom-block-style2 .top-content .site-nav li a:after{
    content: "|";
    position: absolute;
    top: 9px;
    left: -24px;
    font-size: 19px;
    font-weight: 100;
  }
  .custom-block-style2 .top-content .site-nav li:first-child a:after{
    display: none;
  }
  
    .custom-block-style2 .box-right .video{
      position: relative;
      cursor: pointer;
    }
    .custom-block-style2 .box-right .video .video-mp{
      position:relative;
    }
  
    .custom-block-style2 .top-content {
      text-align: center; 
      padding-bottom: 150px;
    }
    .custom-block-style2 .bottom-content {
      margin-top: -156px;
    }
    .custom-block-style2 .top-content .site-nav li{
      display: inline-block;
      margin-left: 21px;
      margin-right: 21px;
    }
    .custom-block-style2 .top-content .container-2{
      padding-top: 80px;
    }
    .custom-block-style2 .top-content .heading {
      padding-bottom: 21px;
    }
    .custom-block-style2 .top-content .title {
      margin-bottom: 18px;
    }

.custom-block-feature.section-outdoor-features .features-top {
    padding: 10px 0px 50px;
}
.custom-block-feature .features-top .title{
    font-size: 36px;
    font-weight: 700;
    color: ;
    padding-top: 0px;
    text-transform: uppercase;
      margin-bottom: 20px;
  }

  .custom-block-feature .features-top .des-title h3{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .custom-block-feature .features-top{
    text-align: center;
  }
  .custom-block-feature .features-des .item .icon {
    padding-bottom: 32px;
  }
  .custom-block-feature .features-des .item .des-title {
    padding-top: 35px;
  }
  .custom-block-feature .features-des  .no-image  
  {
    width: 50%;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
.custom-block-feature .features-des .item .icon{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.custom-block-feature .features-des .item .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
  .custom-block-feature .features-des  .item .icon  img{
    max-height: 85px;
  }
  .custom-block-feature .features-top .features-des .des{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-top:6px;
  }
  .custom-block-feature .features-top {
    padding: 72px 0px;
  }
  .custom-block-feature .features-top .features-des .item  {
    padding-top: 39px;
  }
  .custom-block-feature .features-bottom .image_bottom {
    padding-bottom: 90px;
    text-align:center;
  }
  .custom-block-feature .features-bottom .features-botton {
    text-align: center;
    padding: 58px 0px 80px 0px;
  }
.section-outdoor-features.custom-block-feature .features-bottom .features-botton{
	    padding: 0px 0px 80px 0px;
}
  .custom-block-feature .features-bottom .features-botton .btn-x2{
    min-width: 302px;
  }
  .custom-block-feature .features-bottom .features-botton .button-left{
    text-align: right;
  }
  .custom-block-feature .features-bottom .features-botton .button-right{
    text-align: left;
  }
  .homepage-reviews .has-slick .item{
display: none;
}
.homepage-reviews .has-slick.slick-slider .item{
display: block;
}
.homepage-reviews .item-user {
    width: 90px;
    height: 90px;
    background: #efefef;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow:hidden;
  
}
.homepage-reviews .item-user img{
	width:100%;
}
  .homepage-reviews .item-user svg{
    fill: #73788a;
  }

  .top_review{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: left;
    -moz-align-items: left;
    -ms-align-items: left;
    align-items: left;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;

  }
  .homepage-reviews .title-reviews h4{
    color: #000d41;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 2px;
  }
  .homepage-reviews .name-review {
    color: #73788a;
    font-weight: 400;
    font-size: 14px;
  }
  .homepage-reviews .review-user{
    padding: 22px 0px 0px 30px;

  }
  .homepage-reviews .body-review {
    padding: 21px 0px 24px;
    width:87%;
  }
  .homepage-reviews .star-reviews .fa {
    font-size: 18px;
  }
  .homepage-reviews .star-reviews.star0 .fa {
    color: #eaeaea;
  }
  .homepage-reviews .star-reviews.star1 .fa {
    color: #eaeaea;
  }
  .homepage-reviews .star-reviews.star1 .fa:first-child {
    color: #fcb813;
  }
  .homepage-reviews .star-reviews.star2 .fa {
    color: #eaeaea;
  }
  .homepage-reviews .star-reviews.star2 .fa:nth-child(1) {
    color: #fcb813;
  }
  .homepage-reviews .star-reviews.star2 .fa:nth-child(2) {
    color: #fcb813;
  }
  .homepage-reviews .star-reviews.star3 .fa {
    color: #eaeaea;
  }
  .homepage-reviews .star-reviews.star3 .fa:nth-child(1) {
    color: #fcb813;
  }
  .homepage-reviews .star-reviews.star3 .fa:nth-child(2) {
    color: #fcb813;
  }
  .homepage-reviews .star-reviews.star3 .fa:nth-child(3) {
    color: #fcb813;
  }
  .homepage-reviews .star-reviews.star4 .fa {
    color: #fcb813;
  }
  .homepage-reviews .star-reviews.star4 .fa:last-child {
    color: #eaeaea;
  }
  .homepage-reviews .star-reviews.star5 .fa {
    color: #fcb813;
  }
  .homepage-reviews .star-reviews.star4 .fa:last-child {
    color: #eaeaea;
  }
  .body-review span{
    font-size: 14px;
    font-weight: 400;
  }
  .body-review span{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
  }
  .homepage-reviews .widget-title h3{
    text-align: center;
    font-weight: 500;
    padding: 138px 0px 19px;
  }
  .homepage-reviews{
    border-top:10px solid #f7f7f7
  }
.banner-parallax{
	position:relative;
}
.page-about-us .page-header {
  padding-bottom: 77px;
}
 .page-about-us .bottom-content {
    padding-top: 37px;
}
#contact-us .breadcrumb {
    padding: 0px 0 16px;
}
.custom-acc-page .form-error, .custom-acc-page .errors{
    color: rgba(255,0,0,0.93);
    font-size: 17px;
}
.homepage-product .header-pr {
    text-align: center;
    margin: 69px 0px 138px;
}
.homepage-product .header-pr .title{
    font-weight: 500;
    margin-bottom: 26px;
}
.homepage-product  .product-title{
    font-weight: 500;
}
.homepage-product {
    margin-bottom: 270px;
}
.homepage-product .product-shop .detail span  {
    font-size: 14px;
    font-weight: 500;
    color: #296fc2;
    text-transform: capitalize;
  position:relative;
}
.homepage-product .product-shop .detail   {
    margin-top: 55px;
}
.homepage-product .product-shop .detail:hover span  {
    color: #000d41;
   
}
.homepage-product .product-shop .detail:hover span:after  {
    background: #000d41;
}
.homepage-product .product-shop .detail:hover span:after  {
   border-color: #000d41; 
}
.cart-template .total p{
    flex-basis: 60%;
    text-align: right;
    padding-top: 4px;
}
.cart-template .total .currency-text{
     padding: 2px 11px;
    border-radius: 20px;
     color: #73788a;
     font-size: 12px;
     font-weight: 500;
}
.cart-template .total{
    display: flex;
    justify-content: space-between; 
}
.homepage-product .product-img-box.vertical-moreview .wrapper-images{
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: calc(100% - 0px);
}
.custom-block-feature  .features-botton  .row{
	margin:0px;
}

/* nav menu live 2 */

 
.site-nav .site-nav-dropdown li>a {
    line-height: normal;
    padding: 13px 14px 12px;
 }
 .site-nav .site-nav-dropdown li:hover{
   
     background: #F7F8FB;
 }
 .site-nav .site-nav-dropdown li:hover>a{
     color: #296fc2;
 }
.site-nav>li a {
    display: inline-block;
  text-transform: capitalize;
  font-weight: 500 !important;
}
 


.site-nav .site-nav-dropdown li{
	width:100%;
}
/* fixd bug css firefox-- */
@-moz-document url-prefix() {
   .qty-group input{
 	width:70%!important;
 }
}
/* fixd bug css IE-- */
.qty-group input{
 	width/**/:70%!important;
  height/**/:53px;
 }
.product-img-box.vertical-moreview .slick-arrow.slick-next{
	top/**/:auto;
}
 

.collection-continue-shopping{
    text-align: center;
    padding: 200px 0px 0px;
    letter-spacing: .025em;
}
.collection-continue-shopping span a{
    color: #296fc2;border-bottom: 
}
.collection-continue-shopping span:hover a{
   border:1px solid;
}

/* custom block  */
.home-custom-block{
    display: block;
    overflow: hidden;
    padding: 79px 0px 79px;
  }
  .home-custom-block .policy-item{
    display: flex;
    align-items: center;
  }
  .home-custom-block .policy-item .policy-icon{
    padding-right: 25px;
  }
  .home-custom-block .policy-item .policy-text{
    font-size: 14px;
    font-weight: 400;
    padding: 7px 0px 6px;
    line-height:1.6;
  }
.home-custom-block .policy-icon i{
    font-size: 50px;
}
  .home-custom-block .policy-icon i.fa-truck{
transform: rotatey(180deg);
-webkit-transform: rotatey(180deg);
-ms-transform: rotatey(180deg);
-moz-transform: rotatey(180deg);
}

/* end */
/* Buttom 1
/* ------------------------ */
.btn{
  font-weight: 500;
}
.btn-x1{
  background-color: #1752bd;
  color: #fff;
  border-color: #1752bd;
  font-size:16px!important;
  font-weight: 500;
  min-width: 190px;
  padding: 15px 15px 13px;
  font-size:14px;
  border-radius: 36px;
 }
.btn-x1:hover{
  background-color: #111213!important;
  color: #fff!important;
  border-color: #111213 !important;
}
 /* Button 2;
/* ------------------- */
.btn-x2, .product-shop .shopify-payment-button .shopify-payment-button__button {
  min-width: 203px;
  background-color: #fff;
  color: #000d41;
  border-color: #000d41;
  font-size:16px;
  font-weight:500;
  border:2px solid;
  padding: 15px 14px 13px;
}
.btn-x2:hover, .product-shop .shopify-payment-button .shopify-payment-button__button:hover{
  background-color: #1752bd!important;
  color: #fff!important;
  border-color: #1752bd!important;
}
/* /*Button checkout */
.cart-template .wrapper-cart-template .right-col .btn-checkout{
    color: #fff;
    background: #ec3323;
    border-color: #ec3323;
}
.lang-currency-groups .btn-group .img-icon{
  width: 16px;
    height: 16px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
}
.lang-currency-groups .btn-group .img-icon img{
    width: 16px;
    height: 16px;
    display: block;
    object-fit: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.lang-currency-groups .btn-group .dropdown-menu .img-icon{
    height: 13px;
    width:16px;
}
.header .Back-to-home a span:after{
    top: -20px;
}
.storeify-body-frm.wizard > .actions > ul a,
  .storeify-submit-btn,
  .product-details .select-action .btn,
  .prices .bsscommerce-ltsp-message a{
    border-radius: 5px;
/*     box-shadow: 8px 8px 16px 0px rgba(180, 193, 213, 0.80), -8px -8px 16px 0px #FFF, 4px 4px 8px 0px rgba(180, 193, 213, 0.60) inset, -4px -4px 8px 0px #8B89FB inset; */
}
/* ----popup customer-- */
.newsletter-success-modal .modal-overlay {
    background-color: rgba(35,35,35,0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.newsletter .btn-x1{
  box-shadow: none;
}
.newsletter-success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.newsletter-success-modal .halo-modal-content {
    width: 280px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.newsletter-success-modal .modal-overlay {
    background-color: rgba(35,35,35,0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.newsletter-success-modal .halo-modal-content .close {
    background: #232323;
    color: #fff;
    border-color: #232323;
}
.newsletter-success-modal .halo-modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
}
.newsletter-success-modal i {
    margin-right: 10px;
    font-size: 16px;
}
.close-modal {
    border: 1px solid rgba(255,255,255,0);
    background: #232323;
    color: #fff;
    border-color: #232323;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 2;
    padding-top: 1px;
}
/* ----end--- */
    .shopify-challenge__button{
        padding: 15px 15px 13px;
         min-width: 190px;
    background-color: #296fc2;
    color: #fff;
    border-color: #296fc2;
    font-size: 16px!important;
        font-weight: 500;
    }
.shopify-challenge__button:hover{
  background: #fff;
  color: #296fc2;
}
.shopify-challenge__container{
  padding-top: 80px;
}
#shipping-calculator-form-wrapper #address_zip{
  padding: 17px 12px 15px;
}
.lang-currency-groups .btn-group .dropdown-item.active .text, .product-notification .product-suggest .column-right .product-name, 
.cookieMessage .block-cookies .privacy-link span
{
  border:none!important;
  position: relative;

}
.lang-currency-groups .btn-group .dropdown-item.active .text:before, 
.product-notification .product-suggest .column-right .product-name:before,
.cookieMessage .block-cookies .privacy-link span:before
{
  content: "";
  width: 100%;
  height: 1px;
  background: #000d41;
  opacity: .8;
  position: absolute;
  bottom: 1px;
}
.lang-currency-groups .btn-group.currency-dropdown .dropdown-item.active .text:before{
      left: 3px;
      width: 96%;
}
.product-notification .product-suggest .column-right .product-name:before,
.cookieMessage .block-cookies .privacy-link span:before{
	bottom:1px;
}
 
.videocontent .video{
    width: 100%!important;
}
.template-article .main-content, .template-blog .main-content {
    padding-bottom: 0px;
}
.swatch .swatch-element label span{
    position: relative;
    overflow: hidden;
}
.swatch .swatch-element label img{
    position: absolute;
    top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);
    max-width: 25px;
}
.lazyload,.lazyloading{
  opacity:0
}
.lazyloaded{
  opacity:1;
  transition:opacity.3s
}
/* Custom header search */
.header .header-bottom{
	position: relative;
      box-shadow: 0px 10px 20px rgb(0 0 0 / 5%) !important;
}
.search-form {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%; 
    padding-top:15px;
    z-index:9999;
    -webkit-box-shadow: 0 0 3px rgba(139,113,74,0.12);
    -moz-box-shadow: 0 0 3px rgba(139,113,74,0.12);
    box-shadow: 0 0 3px rgba(139,113,74,0.12);
    overflow: hidden;
  transform: translateY(-200%);
  transition: all ease 500ms;
}
.search-open .search-form { 
  transform: translateY(0%);
  top: 0;
}
.wrapper-header-bt .close-search {
     z-index: 10001;
    position: relative;
}
.header-search{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.search-bar input {
    border: none;
    height: 50px;
    border-radius: 0;
    width: 100%;
    color: #787878;
    border-bottom: 1px solid #787878;
    padding: 0 55px 0 15px;
    font-weight: 500;
    text-transform: unset;
    position: relative;
    z-index: 99;
}
.search-bar{
    width: 100%;
}

.search-form__results-wrapper .header-block.header-search__trending {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
 
.search-bar{
    height: 50px;
    position: relative;
  max-width: 600px;
    margin: auto;
}
.search-bar button {
    border: none;
    width: 50px;
    height: 50px;
    line-height: 40px;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    right: 0px;
    padding: 0;
    color: #000;
}
.search-bar svg {
    fill: #000!important;
    color: #000;
}
.quickSearchResultsWrap{
	display:block!important;
    background: #fff;
}
.quickSearchResultsWrap .list-item .item a {
    display: block;
    color: #787878;
    background-color: transparent;
    padding: 7px 12px 6px;
    cursor: pointer;
    pointer-events: auto;
  	text-decoration: underline;
}
.quickSearchResultsWrap .list-item .item{
    vertical-align: top;
    display: inline-block;
    margin: 0 6px 10px 0;
}
.search-form__results-wrapper,
.header-search__results-wrapper{
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 1200px;
    margin: 0 auto;
 
}
.header-search__results-wrapper .products-grid .grid-item{
  margin-bottom: 30px;
}
.search-form__results-wrapper::-webkit-scrollbar-track,
 .header-search__results-wrapper::-webkit-scrollbar-track{
  background-color: #f5f5f5;
}
.search-form__results-wrapper::-webkit-scrollbar,
.header-search__results-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}
.search-form__results-wrapper::-webkit-scrollbar-thumb,
.header-search__results-wrapper::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
}
 


.search-form__results-wrapper .header-block{
    width: 50%;
    padding: 0 15px;
    margin-top: 55px;
    position: relative;
}

.search-form__results-wrapper .header-search__trending .box-title {
    margin-bottom: 27px;
    line-height: normal;
    text-transform: capitalize;
  color: rgba(0,0,0,0.5)
}

.header-search__results .products-grid .grid-item:not(.grid-item-mansory) .product-grid-image:after {
  
    padding-top: 60%; 
}


.wrapper-header-bt .close-search {
     right: 15px;
    top: -3px;
}
.header-search__form .search-bar input{
  border: 1px solid #DFE1E5;
    padding-left: 40px;
}
.header-search__form .search-bar button{
    right: auto;
    left: 0;
    z-index: 999;
 }
@media(max-width: 1024px){
  .custom-acc-page.customer-accont-page{
    padding-top: 50 !important;
  }
.header-search__form .search-bar button{
   
  top: 12px;
}
  .search-open .search-form { 
    padding-top: 0;
}
  .header-search__results-wrapper .search__products .products-grid{
  	flex-wrap: wrap !important;
  }
}
.search-form__results-wrapper .header-search__product .box-title {
    margin-bottom: 17px;
}
.search-form__results-wrapper .product-item .product-bottom .product-title{
	padding-top:0px;
}
.header-search__results-wrapper .product-item .product-bottom .product-title{
	padding-top:10px;
}
.header-search__results{
  padding: 30px;
}
.header-search__results .product-item .product-bottom .product-title{
      -webkit-line-clamp: 2;
}
.header-search__results-wrapper .box-title{
  padding-top:15px;
  font-weight:500;
}
.grp-acc-cart .nav-search .search-form__results-wrapper svg{
    fill: #757a8b;
}
input:focus, textarea:focus, select:focus, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #a9a9b8;
}
.search-open  .search_hd{
    display: none;
}
.search-open .close-search{
    display: block!important;
}
.wrapper-header-bt .close-search{
    display: none;
}
.template-search .col-main {
    padding-left: 50px;
    flex: 0 0 100%;
    max-width:100%;
}
.header{
    z-index: 99;
  position: relative;
}
/* .template-index .header-site{
    z-index: 99;
  	position: absolute;
    width: 100%;
} */
.search-open body{
	overflow: hidden;
}

.search-open .overlay-mn{
    content: "";
    position: fixed;
    z-index: 55;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: #000;
    opacity: 0.6;
    overflow: hidden;
  }
.search-form__results-wrapper .product-item .product-top .product-des,
.search-form__results-wrapper .product-item .product-top .action,
.search-form__results-wrapper .product-label,
.search-form__results-wrapper .images-two{
    display: none;
}
.search-form__results-wrapper .product-item .product-top:hover .product-grid-image:before{
    opacity: 0;
}
.search-form__results-wrapper .product-item .product-top:hover .images-one{
	opacity: 1;	
}
.has_sticky .header-bottom{
	-webkit-box-shadow: 0 0 3px rgba(139,113,74,0.12);
    -moz-box-shadow: 0 0 3px rgba(139,113,74,0.12);
    box-shadow: 0 0 3px rgba(139,113,74,0.12);
}
.template-index.has_sticky  .header .header-bottom{
	background:#fff;
}
.header-logo{
  margin-bottom: 0;
}
.template-index.has_sticky .header-logo .logo-img.home-logo{
    display: none;
}
.template-index.has_sticky .header-logo .logo-img img{
    display: inline-block;
}
.template-index.has_sticky .site-nav li a{
	color#000d41;
}
/* .template-index.has_sticky .header-bottom .grp-acc-cart svg {
    fill: #000d41;
    color: #000d41;
} */
.template-index.has_sticky .header-bottom .site-nav li:hover a span:after, 
.template-index.has_sticky .header-bottom .header .Back-to-home:hover a span:after {
    border-color: #000d41;
}
.header-bottom .grp-acc-cart svg{
  vertical-align: middle;
}
.subtitle{
  position: relative;
}
.subtitle:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px;
    height: 3px;
    background: #000;
    content: '';
}
.subtitle.white:before{
background: #fff;
}
.video-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31%;
    text-align: center;
    z-index: 999;
    font-size: 65px;
}
.led-arrow-icon{ 
    margin-top: -14px;
    background: url(./arrow-up-right.svg);
    background-repeat: no-repeat; 
    width: 30px;
    height: 30px;
    position: absolute;
}
.led-arrow-icon2{ 
    margin-top: -14px;
    background: url(./arrow-up-right-blck.svg);
    background-repeat: no-repeat; 
    width: 30px;
    height: 30px;
    position: absolute;
}
.custom-shaps { 
       margin: auto 22% -128px auto;
}

.home-slider.jLwcss .glider-dots{
  padding-left: 32%;
}
.led-accordion-item .pf-anchor:focus{
  outline: none;
  border: none;
}

.led-accordion-item .pf-accordion-wrapper {
    margin-top: -10px;
    z-index: 2;
    position: relative;
}

.content-item h3.title {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.6px;
}


@media(max-width: 1024px){
   h1,
  h2,
  .page-header h2{
    font-size: 32px;
  }
 	.review-heading-{
      font-size: 28px;
    }
  .page-about-us .page-header {
    padding-bottom: 30px;
}
.site-footer .footer-top .container-2 {
    padding: 20px 20px !important;
    overflow: hidden;
}
   .wrapper-newsletter.halo-modal .modal-overlay{
  	margin: 0.5rem 20px;
  }
 
}

@media(min-width: 1024px){
  .wrapper-newsletter .halo-modal-body.row:before{
      content: '';
    background: #fff;
       width: 73.6%;
    height: 100%; 
    position: absolute;
    right: 0;
  }
  
  .wrapper-newsletter.halo-modal .halo-modal-content{
  	background: transparent;
  }
 .wrapper-newsletter  h2.title.led-title {
    font-size: 40px;
    line-height: 40px;
   color: #232323;
       font-weight: 900;
       margin-bottom: 20px;
}
  .wrapper-newsletter.halo-modal .modal-overlay{
  	max-width: 920px;
  }

}
@media(max-width: 991px){
  #indoor-led-signs .content.rte{
    text-align: center;
  }
    #indoor-led-signs .content.rte iframe{
    max-width: 100%;
  }
    #indoor-led-signs .content.rte .ekit-heading__description .btn{
      margin-bottom: 20px;
  }
}
@media(max-width: 767px){
 
  .newsletter-popup-img{
  	display: none;
  }
  .gm-level-0>.gm-target>.gm-retractor:after{
  	font-size: 20px;
  }
  .gm-level-0>.gm-target>.gm-retractor{
  	transform: rotate(-90deg);
  }
  .gm-item.gm-level-0.gm-active .gm-retractor{
  	transform: rotate(0deg);
  }
  .footer-top .footer-newsletter{
  		padding: 0px;
  }
  .footer-top .newsletter .btn{
  	position: relative;
  }
}
.wrapper-newsletter .newsletter-content-wrap {
    padding: 40px;
}
.wrapper-newsletter input.input-group-field {
    height: 52px;
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
    padding: 0 18px;
    font-size: 16px;
}
  .wrapper-newsletter .des {
    font-size: 16px;
    margin-bottom: 24px;
}
svg.feather.feather-user {
    width: 26px;
    height: 26px;
    stroke: #000;
}
.site-footer .footer-top .container-2{
position: relative;
  padding: 0px 0;
}
/* .site-footer .footer-top .container-2:before,
.site-footer .footer-top .container-2:after{
	background: url(./shape_bottom-min.png);
    background-repeat: no-repeat;
    width: 80%;
    height: 10px;
    position: absolute;
    content: '';
    top: 0;
    background-size: 100%;
    right: 0;
    margin: auto;
  left: 0;
} */
.site-footer .footer-top .container-2:after{
 	bottom: 0;
    top: auto; 
}


.outdoor-style-img{
	position: relative;
}
.hover-img-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.outdoor-tab-hover-item:hover .hover-img-2{
  opacity: 0;
}
.outdoor-content-right-box{
	transition: all 200ms ease-in-out;
  background: linear-gradient(180deg, #EDEEF1 0%, #F7F8FB 100%);
}
.outdoor-tab-hover-item:hover .outdoor-content-right-box{
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.sinz-img{
	background: linear-gradient(-45deg, #F4B64C, #e73c7e, #F4B64C, #386fc2);;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
  position: relative;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.marqueue {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.marqueue span{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      background-image: url(/cdn/shop/t/19/assets/textbgimg-1644774828221.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  position: relative;
}

.marqueue:before {
    content: 'XIGNZ XIGNZ XIGNZ XIGNZ XIGNZ';
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: transparent;
    position: absolute;
    left: -6px;
    -webkit-text-fill-color: #02010100;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #23232330;
    top: 5px;
}
.password-content .content p.subtitle:before{
	display: none;
}

.footer-menu .site-nav li a{
    padding: 1px 12px 7px;
}
.marqueue.style2:before{
	display: none;
}
.marqueue.style2 span{
	    -webkit-background-clip: initial;
    -webkit-text-fill-color: currentColor;
  background-image: none;
}
.marqueue.style2.text_stroke span{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #21273E;
}
.is-sticky .header-bottom .header-pc{
	padding: 0;
}
body.gm-menu-installed .gm-menu .gm-item.gm-level-0>.gm-target{
    padding: 15px 15px!important;
 }
body .gm-menu .gm-mega p{
display: none;
}

body .header-bottom .site-nav li{
	margin-left: 0;
  margin-right: 0;
}

body.gm-menu-installed .gm-submenu.gm-submenu-bordered:not(.gm-aliexpress){
   
    box-shadow: 0px 10px 60px rgb(0 0 0 / 12%);
    border: none !important;
}
body.gm-menu-installed .gm-menu .gm-grid{
	padding: 15px 15px 15px;
  box-shadow: 0px 10px 60px rgb(0 0 0 / 12%);
  margin-left: -15px;
  background: #fff;
}
body.gm-menu-installed .gm-menu .gm-grid .gmcol-12 .gm-placeholder-svg{
display: none;
}
body.gm-menu-installed .gm-menu .gm-grid .gmcol-12{
    text-align: center;
    box-shadow: 0px 10px 60px rgb(0 0 0 / 12%);
  margin-top: 10px;
}
body.gm-menu-installed .gm-menu .gm-submenu .gm-item .gm-target{
	margin-top: 8px;
    text-transform: uppercase;
    font-weight: 600 !important;
     text-align:center;
}
 
body.gm-menu-installed .gm-menu .gm-submenu .gm-item:hover .gm-target{
	text-decoration: underline;
    color: #296fc2 !important;
}

body.gm-menu-installed .gm-menu .gm-grid .gmcol-12 .gm-target {
margin-top: 0;
}
 

#beacon-series-led-sign-7-39-class-88-quot-wide-outdoor-full-color-programm div#shopify-section-tab-horizontal,
#beacon-series-led-sign-7-39-class-88-quot-wide-outdoor-full-color-programm div#shopify-section-recently-viewed-products,
#beacon-series-led-sign-7-39-class-88-quot-wide-outdoor-full-color-programm div#shopify-section-product-recommendations{
	display: none;
}

#build-your-custom-sign .quantity,
#build-your-custom-sign .wishlist,
#build-your-custom-sign .product-infor{
	display: none;
}

.bold_option_value  .bold_option_value_swatch {
    width: 100px;
    height: 100px;
}

.wrapper-images .slick-list{
	height: auto !important
}

@media(min-width: 768px){
  .product-photos .product-img-box {
      position: sticky;
      z-index: 1;
      top: 0;
      left: 0;
  }
}

.bold_option_set .bold_option{
  display: flex;
    flex-direction: column;
  margin-bottom: 40px;
}
.bold_option_title{
	order: 1;
}
 
.bold_option_set .bold_help_text {
    order: 2;
    font-style: normal;
    margin-bottom: 14px;
}
.bold_option_element{
	order: 3;
}
#build-your-custom-sign-old .product-shop .quantity{
	display: none;
}

#build-your-custom-sign-old .product-infor,
.led-product-id-7173569380544 .product-infor,
.led-product-id-7173569380544 .quantity,
.led-product-id-7173569380544 .wishlist,
.led-product-id-7173569380544 .slider-nav,
.led-product-id-7201882177728 .product-infor,
.led-product-id-7201882177728 .quantity,
.led-product-id-7201882177728 .wishlist,
.led-product-id-7201882177728 .slider-nav,

.led-product-id-7201881522368 .product-infor,
.led-product-id-7201881522368 .quantity,
.led-product-id-7201881522368 .wishlist,
.led-product-id-7201881522368 .slider-nav,

.led-product-id-7201880735936 .product-infor,
.led-product-id-7201880735936 .quantity,
.led-product-id-7201880735936 .wishlist,
.led-product-id-7201880735936 .slider-nav,

.led-product-id-7201878704320 .product-infor,
.led-product-id-7201878704320 .quantity,
.led-product-id-7201878704320 .wishlist,
.led-product-id-7201878704320 .slider-nav,

.led-product-id-7201884340416 .product-infor,
.led-product-id-7201884340416 .quantity,
.led-product-id-7201878704320 .wishlist,
.led-product-id-7201878704320 .slider-nav,

.led-product-id-7201883717824 .product-infor,
.led-product-id-7201883717824 .quantity,
.led-product-id-7201883717824 .wishlist,
.led-product-id-7201883717824 .slider-nav,

.led-product-id-7201877393600 .product-infor,
.led-product-id-7201877393600 .quantity,
.led-product-id-7201877393600 .wishlist {
    display: none;
}

.led-bradcramp{
  background: #dfe1e57a;
  opacity: 1;
}
.breadcrumb{
    padding: 9px 20px 9px;
    text-align: left;
  font-size: 14px;
}
.led-product-id-7173569380544 .selector-wrapper {
 	margin-bottom: 50px !important; 
}
.led-product-id-7173569380544 #bcpo.bcpo-square .bcpo-dd > ul > li{
    padding: 10px 20px;
}

 #bcpo .bcpo-front-button-option:checked + .bcpo-front-button-label {
    border: 1px solid #386fc2;
    background: #386fc2;
    color: white;
}
 #bcpo .bcpo-images input:checked + label, #bcpo .bcpo-colors input:checked + label{
	    box-shadow: 0 0 0 3px #386fc2;
    -webkit-box-shadow: 0 0 0 3px #386fc2;
    -moz-box-shadow: 0 0 0 3px #386fc2;
}

#bcpo .bcpo-buttons label.bcpo-front-button-label, #bcpo button.bcpo-front-button-label{
       margin: 0 8px 8px 0;
    padding: 6px 8px;
    min-width: 60px;
    border-radius: 4px;
}

#bcpo .bcpo-label > label {
  
       font-size: 16px;
    margin-bottom: 4px;
}
#bcpo .selector-wrapper.bcpo-buttons > :last-child, #bcpo .selector-wrapper.bcpo-colors > :last-child, #bcpo .selector-wrapper.bcpo-images > :last-child {
    margin-bottom: 15px;
}

.product-inventory {
    display: none;
}
/* end */

@media(min-width: 1025px) and (max-width: 1150px){
.header-pc .logo-img img {
     max-width: 118px;
}
}

.filter-group-display input[type=checkbox]{
  display: inline-block;
}

.sidebar .filter-group-summary {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sidebar .filter-group{
      margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .filter-group-display__list{
   margin-bottom: 0px;
}

 

.sidebar .cat-filter .tag-filters__item {
    margin-bottom: 0px;
     font-size: 16px;
    font-weight: 400;
}
.sidebar .cat-filter .tag-filters__item input{
 display: inline-block;
}
 
select.coll-filter {
    padding: 0 20px;
}


.sidebar .cat-filter label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
 
}
.sidebar .cat-filter label input {
  position: absolute;
  left: -9999px;
}
.sidebar .cat-filter label input:checked + span {
   font-weight: 600;
}
.sidebar .cat-filter label input:checked + span:before {
  box-shadow: inset 0 0 0 0.35em #386fc2;
}
.sidebar .cat-filter label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0;
  border-radius: 99em;
  transition: 0.25s ease;
}
 
.sidebar .cat-filter label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 12px;
    transition: .25s ease;
    box-shadow: inset 0 0 0 0.125em #c8c8d1;
}

 
.bcpo.bcpo-square span.bcpo-value {
    display: none;
}


select.led-sort {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: auto 37%;
      height: 44px !important;
    padding: 0 20px;
    border-radius: 5px;
}

.sidebar .widget-title > label {
    font-size: 16px; 
    margin-bottom: 10px;
}
.footer-social ul li a i{
  font-family: 'fontawesome'
}
/* start BSS Commerce LTSP */
.bsscommerce-hide-price .quantity {
  display: none;
}
/* end BSS Commerce LTSP */

.product-offer-wrapper h2{
    ont-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #232323; 
    margin-bottom: 30px;
}

.product-offer-wrapper p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #232323;
}

.product-offer-wrapper ul li{
     font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 30px; 
    position: relative;
}
.product-offer-wrapper ul li:before{
      content: "";
    background: url(./check-circle.svg);
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.offer-footer-section {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: rgba(35, 35, 35, 0.72);
    border-top: 1px solid #296fc2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-offer-wrapper ul li .right-part{
  white-space: nowrap;
}
.product-offer-wrapper ul li .right-part del {
    font-weight: 700;
    color: #2a6ec2; 
}
.product-offer-wrapper ul li .right-part span{
      margin: 0 5px 0 20px;
}
.offer-footer-section span{
      font-size: 26px;
    font-weight: 700;
    color: #296fc2;
      text-decoration: line-through;
}
.ppa-prod-details-variants-grid {
    margin-top: 6px;
    display: none;
}
.ppa-prod-container-grid {
      width: 100%;
    margin: 2px;
    display: flex;
 flex-direction: row;
    align-items: flex-start;
 padding-left: 30px;
    position: relative;

}
label.ppa-add-radio-cont-label {
    display: none;
}
.ppa-prod-img { 
    display: none;
}
.ppa-prod-details-title-grid { 
    overflow: visible;
    text-overflow: unset; 
    text-align: left;
      -webkit-line-clamp: 2;
    -webkit-box-orient: initial;
  pointer-events: none;
      font-size: 14px;
}
.ppa-add-radio-cont-grid {
    margin-top: auto !important;
    padding-top: 6px;
    position: absolute;
    left: 0;
    top: 4px;
}

.ppa-prod-details-price-grid.lb-upsell-money {
    font-size: 14px;
    margin-left: 30px;
}

.lb-upsell-ppa-title{
        font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #232323;
}

 
.ld-item{
    position:relative; 
  display: inline-block;
}
.ld-item input{
    appearance:none;
    display:none;
}
.ld-item label{
    position: relative; 
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    transition-duration: .5s;
    padding: 7px 13px;
    border: 1px solid #DFE1E5;
    cursor: pointer;
}
.ll-label-wrap .lb-upsell-ppa-title{
  margin-bottom: 10px
}
.ld-item input:checked + label{
    background-color: #296fc2;
    color: #fff; 
  border-color: #296fc2;
}

.ll-label-wrap.do-you-need-installation-quote {
    margin-bottom: 20px;
  margin-top: 40px;
}
.grfq__popupForm__modal .grfq__popupForm__steps {
    padding: 5px !important;
}
.grfq__popupForm__modal .grfq__popupForm__footerButtons {
    padding: 10px 0 !important;
}
.grfq__popupForm__modal .grfq__popupForm__card {
    margin: 10px !important;
}
 .grfq__popupForm__modal .grfq__popupForm__formGroup .undefined {
    display: flex;
}
.grfq__popupForm__modal .grfq__popupForm__formRadioOption label{
  
    margin-bottom: 0;
    margin-right: 10px;
}
.grfq__popupForm__modal_state:checked + .grfq__popupForm__modal .grfq__popupForm__modal__inner {
    height: 85%;
}
.grfq__popupForm__modal .grfq__popupForm__formLabelOptional{
  display: none;
}
.spf-product__form{
  display: none !important;
}
    .prices .bsscommerce-ltsp-message a{
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: var(--body_color);
    font-weight: normal;
    min-width: 75px;
    background: #1752BD;
    color: #fff;
     white-space: nowrap;
    }
    .cf-form-actions .btn{
          background-color: #1752BD;
    color: #fff;
    border-color: #1752BD;
          font-size: 15px !important;
    text-transform: capitalize;
    font-weight: 600;
    min-width: 140px;
    padding: 10px;
    }
    .cf-select-wrap select{
      padding-top: 5px !important;
      padding-bottom: 5px !important;
    }
  .header-top-info {display: flex;justify-content: space-between;flex-wrap: wrap;}
  .header-top-info .util-area{
    width: 54%;
  }
  .header-top-info .blog-search i {
    top: 14px;
    position: absolute;
    right: 15px;
    color: #1752bd;
  }
.header-top-info .blog-search .input-group-field {
    height: 44px !important;
    padding-left: 24px !important;
    padding-right: 40px;
    max-width: 100% !important;
    box-shadow: none !important;
    border: none !important;
       background-color: #fff;
    border-radius: 36px;
    width: 100% !important;
}
form.search-forms {
    position: relative;
}

.util-area .search-box .results-box:not(.searchbox-1){
    display: none;
    position: absolute;
    width: 100%;
}
.util-area .search-box .results-box:not(.searchbox-1) a{
    padding: 13px 40px;
    background: #fff;
    position: relative;
    display: block;
}

.empty-collection-content {
    margin-bottom: 60px !important;
}

.boost-sd__fallback-button {
    background: #FFD700 !important;
    color: #222 !important;
    border-radius: 30px !important;
}
.rightnave-menu .hydrated{
  display: none !important;
}
.boost-sd__fallback-sort-select{
    height: 40px !important;
    padding: 0 20px !important;
}
.boost-sd__fallback-sort-by .boost-sd__fallback-sort-by-label{
  margin-top: 7px;
}
.boost-sd__fallback-sort-arrow{
  top: calc(50% - 5px) !important;
}
a.boost-sd__fallback-product-link {
    min-height: 415px;
}
.boost-sd__fallback-product-price{
  display: none;
}

div#shopify-section-collection-template {
    padding-top: 50px;
    padding-bottom: 50px;
}
.site-footer .footer-top{
  
    padding: 30px 0 5px !important;
}

.footer-rebon-jumpstart{
  margin-top: 20px;
}
.top-bar-jumpstart{
  background-color: #1752BD;
  text-align: center;
  padding: 15px;
}
.bottom-fixed-jumpstart .row{
  align-items: center;
}
bottom-fixed-jumpstart .time-left{
  
}
.top-bar-jumpstart .row{
  max-width: 640px;
  align-items: center;
  margin: 0 auto;
}
.bottom-fixed-jumpstart s,
.top-bar-jumpstart a{
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.top-bar-jumpstart a span{
  color: #FDD137;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.top-bar-jumpstart .text{
    display: flex;
    align-items: center;
}
.top-bar-jumpstart .text h6{
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.top-bar-jumpstart .text p{
  color: #FFF;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-bar-jumpstart svg{
  width: 24px;
height: 24px;
}

.top-bar-jumpstart .btn{
  border-radius: 41px;
  background: #FFF;
  color: #000;    
  padding: 10px 20px;
}

  .bottom-fixed-jumpstart  #bottom-countdown ul,
  .top-bar-jumpstart  #top-countdown ul {
    display: inline-flex;
    align-item: center;
    margin: 0;
}
  .bottom-fixed-jumpstart #bottom-countdown ul li label,
  .top-bar-jumpstart #top-countdown ul li label{
    display: block;
    color: #FFF;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

  .bottom-fixed-jumpstart #bottom-countdown ul li,
  .top-bar-jumpstart #top-countdown ul li{

  }
  .bottom-fixed-jumpstart #bottom-countdown ul li span,
  .top-bar-jumpstart #top-countdown ul li span{
      color: #FFF;
      font-family: Inter;
      font-size: 17px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
    }
  .bottom-fixed-jumpstart #bottom-countdown ul li span.seperator,
  .top-bar-jumpstart #top-countdown ul li span.seperator{
    padding: 0 10px;
  }
    .bottom-fixed-jumpstart #bottom-countdown ul li label,
    div#top-countdown ul li label {
    margin: 0;
    text-align: left;
}
.bottom-fixed-jumpstart{
    position: fixed;
    bottom: 0px;
    right: 75px;
    background-color: #1752BD;
    color: #fff;
    border: none;
    width: 360px;
    padding: 10px 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
}

  .col_md_5 {
      width: 50%;
      text-align: center;
  }
  .col_md_7 {
      width: 50%;
      text-align: center;
  }
  .bottom-fixed-jumpstart .btn{
    border-radius: 41px;
    background: #FFF;
    color: #000;
    padding: 8px 20px;
    font-size: 16px;
}
/* 
#calculator{
  background-color: #DFEAFF !important;
  padding: 30px;
}



#calculator .element:first-child br {
    margin: 20px;
    content: "";
    display: block;
}

#calculator .element:first-child {
    font-size: 23px;
      padding: 20px 0;
}
#calculator .element:first-child input{
    margin-top: 3px;
}
#calculator .element:first-child span{
    font-size: 17px;
}
#calculator .element:nth-child(2) {
    font-size: 23px;
      border-bottom: 2px solid #1C08FE;
      padding: 20px 0;
}
#calculator .element:nth-child(2) span{
    font-size: 17px;
}
#calculator .element:nth-child(7) input[type="checkbox"],
#calculator .element:nth-child(5) input[type="checkbox"],
#calculator .element:nth-child(2) input[type="checkbox"]{
  display: block !important;    
  margin-top: 2px;
}
#calculator .element:nth-child(3) {
    width: 50%;
    float: left;
      padding: 20px 0;
}
#calculator .element:nth-child(6) label,
#calculator .element:nth-child(4) label,
#calculator .element:nth-child(3) label{
  font-weight: normal;
    font-size: 16px;
}
#calculator .element:nth-child(3) span{
    font-size: 17px;
}
#calculator .element:nth-child(4) {
    width: 50%;
    float: left;
      padding: 20px 0;
}
#calculator .element:nth-child(4) span {
    font-size: 17px;
}
#calculator .element:nth-child(5) {
    font-size: 23px;
    border-bottom: 2px solid #1C08FE;
      padding: 20px 0;
      clear: both;
}
#calculator .element:nth-child(5) span {
    font-size: 17px;
}
#calculator .element:nth-child(6) {
      padding: 20px 0;
}
#calculator .element:nth-child(6) span {
    font-size: 17px;
}
#calculator .element:nth-child(7) {
    font-size: 23px;
    border-bottom: 2px solid #1C08FE;
      padding: 20px 0;
}
#calculator .element:nth-child(7) span {
    font-size: 17px;
}
#calculator .element:nth-child(8) {
        display: flex;
    align-items: center;
  padding: 20px 0;
}

#calculator .element:nth-child(8) span{
  margin: 0 0 0 10px;
}
#calculator .price-marker{
  background: transparent !important;
  color: #232323;
  padding: 0 !important;
}
#calculator .price-marker label,
#calculator .price-marker span{
  color: #232323 !important;
      font-size: 38px !important;
}
#calculator .price-marker>label{
  margin-bottom: 5px;
} */