:root {
  --bs-blue: #0059A9;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0059A9;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #333333;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--bs-dark);
  line-height: 1.4;
}
h2 {
  margin-bottom: 20px;
}
a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: none;
    color: #0059A9;
}
:focus {
  outline: 1px dotted #0059A9 !important;
}
.header-right {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: end;
}
.header-right li {
  display: inline-block;
  border-left: 1px solid #707070;
}
.header-right li a {
  padding: 23px 25px;
  display: block;
  position: relative;
}
.header-right li a img {
  height: 26px;
  width: auto;
}
.bg-primary {
  background: var(--bs-primary) !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500; padding: .3rem 0.5rem;
}
.navbar-dark .navbar-nav li {
  padding-left: 15px;
  padding-right: 15px;
}
.banner {
  /*background: url("../images/banner-bg.jpg") center;
  background-size: cover;*/
  padding: 25px 0 20px 0;
}.home_banner1 {
  background: url("../images/banner-bg.jpg") center;
  background-size: cover; border-radius:10px;
  padding: 20px 75px;
}
.home_banner1 img{
   max-height:25rem;
}
.banner h3 {
  font-size: 195%;
  text-transform: uppercase;
}
.banner h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 800;
}
.banner h4 {
  font-size: 26px;
  margin-bottom: 35px;
}
.banner .btn {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
}
.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius:8px;
}
.btn-light {
  color: #0059A9;
}
.btn-lg {
  font-size: 20px;
  padding: 10px 45px;
  border-radius:12px;
}
.white-section {
  padding: 20px 0;
}
.btn-outline-primary {
  color: #0059A9;
  border-color: #0059A9;
  padding: 10px 20px; font-size: 14px;
}
.btn-outline-primary.hm {
  padding: 15px 30px; font-size: 18px;
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #0059A9;
  border-color: #0059A9;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0059A9;
  border-color: #0059A9;
}
.section-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  position: relative;
  margin-bottom: 23px;
}
.section-title:before {
  background: #707070;
  height: 1px; width: 100%;
  position: absolute; opacity: .3;
  left: 0px; top: 15px; content: "";
}
.section-title span {
  background: #fff;  z-index: 1; color: #0059A9;
  position: relative;  padding: 0 30px;
}
.getstarted-h4 { font-size: 20px; }
.me-2 { height:65px; }
.shipping-bar {
  padding: 20px 0;
  background: none;
  color: #fff;
}

.shipping-box {
  display: flex; align-items: center; height:115px;
}
.shbox1{
	background: #0059A9;	padding: 10px 40px;	border-radius: 10px;
}
.shbox2{
	background: #1E94FE;	padding: 10px 40px;	border-radius: 10px;
}
.shbox3{
	background: #1D7FD8;	padding: 10px 40px;	border-radius: 10px;
}
.shipping-box img {
  margin-right: 20px;
}
.shipping-box h4 {
  font-weight: 700; text-transform: uppercase;
  margin-bottom: 0px; font-size: 20px;
}
.shipping-box h5 {
  margin-bottom: 0px; font-size: 18px;
}
.secondary-title {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.secondary-title:after {
  background: #707070;
  height: 1px;
  width: 100%;
  position: absolute;
  opacity: .3;
  left: 0px;
  top: 15px;
  content: "";
}
.secondary-title h2 {
  font-size: 22px;
  color: #0059A9;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding-right: 30px;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
}
.secondary-title a {
  color: #5e5e5e;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.secondary-title a:hover, .secondary-title a:focus {
  color: #0059A9;
  text-decoration: underline;
}

.product-box {
  background: #f7f7f7;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-box-pic {
  height: 260px;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box-top {
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 2;
}
.product-new span {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px 2px 10px;
  background: #FABD05;
  color: #fff;
  border-radius: 15px;
}
.product-off span {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px 2px 10px;
  background: #C62B28;
  color: #fff;
  border-radius: 15px;
}
.product-box-content {
  text-align: center;
  padding: 10px 0 15px 0;
  position: relative;
}
.product-box-cat {
  font-size: 12px;
  text-transform: uppercase;
  color: #828282;
  font-weight: 500;
}
.product-box-content h4 {
  font-weight: 600;
  margin: 10px 0 6px 0;
  color: #0059A9; font-size: 18px;
  text-decoration: none;
}
.product-box-content h4 a {
  color: #333;
  text-decoration: none;
}
.product-box a{
  text-decoration: none;
}
.product-box-content h4 a:hover, .product-box-content h4 a:focus {
  color: #0059A9;
}
.product-box-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-box-content ul li {
  display: inline-block;
  font-size: 12px;
  color: #828282;
  line-height: 1;
  padding: 0 6px 0 3px;
  border-right: 1px solid #828282;
}
.product-box-content ul li:last-child {
  border-right: none;
}
.product-box-descrip {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}
.product-box-wishlist {
  position: absolute;
  top: 10px;
  right: 15px;
}
.product-box-wishlist img {
  width: 20px;
}
.product-box-wishlist img:hover, .product-box-wishlist img:focus {
  opacity: .7;
}
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem 1rem;
  font-size:12px;
  border-radius: 8px;
}
.btn-primary {
  background-color: #0059A9;
  border-color: #0059A9;
  padding: 10px 20px; font-size: 14px;
}
.btn-cs{
	padding: 5px 15px; font-size: 13px;
}
.featured-box-pic {
  object-fit: cover;  overflow: hidden;  height: 290px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.featured-box:hover .featured-box-pic {
  opacity: .7;
}
.featured-box-pic img {
  object-fit: cover; border-radius: 10px;
  width: 100%;  height: 100%;
}
.featured-box {
  position: relative;
}
.featured-box h4 {
  position: absolute;
  left: 0px;
  bottom: 0;
  font-weight: 600;
  color: #fff;
  padding: 0 0 20px 30px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
}
.product-box:hover .product-box-pic {
  opacity: .7;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.combo-section {
  padding: 20px 0; background-size: 100% auto; color: #fff;
}
.home_banner_midbg {
	background: url(../images/red-bar.png) center no-repeat #c62b28;
	background-size: contain;	border-radius: 10px;
	padding: 20px 85px;
}
.home_banner_midbg img{
   max-height: 12.3rem;
}
.combo-section h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}
.combo-section h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.client-logos {
  opacity: .6;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: #0059A9;
  width: 38px;
  height: 38px;
  color: #fff;
  border-radius: 10px;
}
.review-box {
  background: #f7f7f7;  padding: 25px;
  text-align: left; height: 200px;
}
.review-header {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
.review-header-pic {
  margin-right: 20px;
  width: 55px;  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
}
.review-header-pic:after {
  width: 29px;
  height: 29px;
  background: url(../images/google.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -4px;
  bottom: 0px;
  content: "";
}
.review-header-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-name {
  font-weight: 700; font-size: 13px;
  color: #0059A9;
}
/*.review-rating {
  max-width: 100px;
  width: 100px;
}*/
.review-time {
  font-size: 12px;
  color: #828282;
  font-weight: 500;
}
.owl-theme .owl-nav {
  margin-top: 30px;
}
.review-slider {
  padding-top: 25px;
}
.saftey-section {
  padding: 30px 0; color: #fff;
}
.home_banner_btmbg {
   background: url(../images/saftey.jpg) center; background-repeat: no-repeat;
   border-radius:10px; background-size: 100%;
   padding: 20px 75px; 
}
.saftey-section h2 {
  font-size: 50px;
  font-weight: 800;
}
.complete-section {
  padding: 10px 0;
  color: #fff; background: #0059A9;
  font-size: 20px; font-weight: 600;
  text-transform: uppercase;
}
.footer-top {
  background: #F2F2F2;
  padding: 40px 0 30px 0;
}
.form-control {
  font-size: 15px;
}
.payment-logos img {
  margin: 0 5px;
}
.footer-top h4 {
  color: #0059A9;
  font-size: 20px; font-weight: 600;
  text-transform: uppercase;  margin: 20px 0;
}
.fttxt{ font-size: 13px; }
.ftcontact i.fas{ margin-right: 10px; }
.ftcontact li{ display: inline-block; vertical-align: top; }
/*.fttxt .col-lg-3{
   width:25%; 
}*/
.ftmids{  position: relative; }
.ftmids .ftmid2{  position: absolute; left:26%; }
.ftmids .ftmid3{  position: absolute; left:26%; }
.ftmids .ftmid4{  position: absolute; left:40%; }


.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  padding: 1px 0;
}
.footer-menu li a {
  color: #333;
  text-decoration: none;
}
.footer-menu li a:hover, .footer-menu li a:focus, .footer-social li a:hover, .footer-social li a:focus {
  color: #C62B28;
  text-decoration: underline;
}
.footer-social {
  margin: 0 -4px;
  padding: 0;
  list-style: none;
}
.footer-social li {
  padding: 0 4px;
  display: inline-block;
}
.footer-social li a {
  font-size: 22px;
  color: #333;
}
.footer-bottom {
  color: #fff;
  background: #333;
  padding: 50px 0 40px 0;
}
.footer-bottom h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.footer-bottom-menu {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.footer-bottom-menu li {
  padding: 1px 0;
}
.footer-bottom-menu li a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom-menu li a:hover, .footer-bottom-menu li a:focus {
  color: #C62B28;
  text-decoration: underline;
}
.footer-bottom h5 {
  font-weight: 600;
  margin-bottom: 12px;
}
.footer-offers-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-offers-menu li {
  padding: 8px 0;
}
.footer-offers-menu li a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-copyright {
  background: #ababab;
  color: #fff;
  padding: 20px 0;
}
.search {
  position: relative;
  height: 50px;
}
.inputsearch {
  background: #ffffff;
  border: 0;
  font-size: 18px;
  border: 1px solid #707070;
  padding: 15px 20px;
  height: 50px;
  width: 50px;
  transition: width 0.3s ease;
  border-radius: 8px;
}
.search .btn {
  background: #fff;
  border: 1px solid #707070;
  color: #333;
  position: absolute;
  cursor: pointer;
  height: 50px;
  padding: 10px 15px;
  font-size: 20px;
  top: 0;
  left: 0;
  width: 50px;
  transition: transform 0.3s ease;
}
.search .btn:focus, .inputsearch:focus {
  outline: none;
}
.search.active .inputsearch {
  width: 250px;
  border-radius: 8px;
}
.search.active .btn {
  transform: translateX(200px);
}
.user-menu{
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
}
.user-menu li{
	display: block;
	border: none;
	border-bottom: 1px solid #e2e2e2;
}
.user-menu li:last-child{
	border-bottom: none;
}
.user-menu li a{
	font-weight: 600;
	padding: 10px 25px;
}
.user-menu li a i{
	width: 34px;
	font-size: 18px;
	color: #0059A9;
}
.breadcrumb{
    font-size: 14px;
}
.inner-banner{
    padding: 20px 0;
}
.breadcrumb a{
    color: #333;
    text-decoration: none;
}
.text-primary{
    color: #0059A9 !important;
}
.cart-ul{
    margin: 12px -10px 12px -10px;
    padding: 0;
    list-style: none;
}

.cart-ul li{
    display: inline-block; line-height: 1;
    padding: 0px 10px;  margin: 5px 0;
    border-right: 1px solid #333;
}
.cart-ul li:last-child{ border-right: none; }

.list-lg{
  font-size: 16px;
}
.list-lg li{
  padding: 4px 0;
}
.gray-section{
  padding: 50px 0;
  background: #F8F8F8;
}
.related-box{
  text-align: center;
}
.related-box h5{
  margin-top: 18px;
}
.related-box h5 a{
  text-decoration: none;
  color: #333;
}
.related-box h5 a:hover, .related-box h5 a:focus{
  color: #C62B28;
}
.related-slider .owl-nav button.owl-next{
position: absolute;
  top: 40%;
  right: -55px;
}

.related-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: -55px;
}
#show-img { width: 100%; height: 100%; }
.small-img{
width: 100%;
height: 110px;
margin-top: 15px;
position: relative;
}
.small-img .icon-left, .small-img .icon-right{
width: 36px;
height: 36px;
cursor: pointer;
position: absolute;
  padding: 10px 12px;
top: 0;
bottom: 0;
margin: auto 0;
  z-index: 9;
  background: rgba(255,255,255,.8);
  border-radius: 50%;
  box-shadow: 0px 2px 6px rgba(0,0,0,.4);
}
.small-img .icon-left{
  transform: rotate(180deg);
    left: 10px;
}
.small-img .icon-right{
  right: 10px;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  background: #fff;
}
.small-container{
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 140px;
  height: 100px;
  margin-right: 14px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}

.roll-with-text{
    width: 100px;
}
.roll-with-text img{
    width: 60px;
    height: 60px;
}
.accordion-button:not(.collapsed) {
    color: #0059A9;
}
.accordion-item{
    border: none; 
}
.btns-3 .btn img{
    width: auto;  height: 26px;
    margin-right: 20px;
}
.calculator-box{
    padding: 40px;  background: #f7f7f7;
    font-size: 12px; 
}
.calculator-box h4{
    font-weight: 600;
}
.card-type{
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
}
.card-type li{
    display: inline-block;
    padding: 0 10px;
    color: #858585;
    font-size: 12px;
}
.card-type li a {
    width: 130px;
    padding: 12px;
    border: 1px solid #707070;
    display: block;
}
.card-type li a:hover, .card-type li a:focus{
    border: 1px solid #0059A9;
    background: #fff;
}
.card-type li a img{
    width: 100%;
}
.card-type li h5{
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0 0 0;
    color: #333;
}
.fw-medium{
    font-weight: 600;
}
.carousel-indicators [data-bs-target] {
    height: 4px;
    background-color: #D2D2D2;
    opacity: 1;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #0059A9;
}
.carousel-indicators {
    top: -50px;
    justify-content: flex-end;
    margin-right: 0px;
    margin-left: 0px;
    bottom: inherit;
}
.text-muted{
    color: #858585 !important;
}
.calculator-box .table>:not(caption)>*>*{
    padding: 4px 0;
}
.product-price{
    font-size: 50px;
}
.show div{
    z-index: 9;
}
.form-control{
    min-height: 39px;
    border-radius: 8px;
    border:1px solid #707070;
}
.form-control-lg{
  border-radius: 8px;
}
.page-link {
    color: #0059A9;
}
.page-item.active .page-link {
    background-color: #0059A9;
    border-color: #0059A9;
}
.f-20{
    font-size: 18px;
}
textarea.form-control{
    min-height: 120px;
}
.checkout-login{
    position: relative;
    border-right: 1px solid #333333;
}
.form-control-lg{
    border: 1px solid #AFB0B3;
}
.or-login{
    width: 50px;   height: 50px;
    border-radius: 50%;
    border: 1px solid #333;
    text-align: center;  justify-content: center;
    align-items: center;   display: flex;
    text-transform: uppercase;  font-weight: 700;
    position: absolute;
    top: 50%;  right: -25px;
    background: #fff;
    margin-top: -25px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-upload {
  border: 2px solid #333;
  color: #333;
  background-color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.dropdown-menu li{
  padding: 0 10px !important;
}
.cart-count{
  background: #C62B28;
  color: #fff;
  font-size: 9px;
  border-radius: 20px;
  display: inline-block;
  padding: 0px 5px;
  position: absolute;
  top: 20px;
  right: 18px;
}
.single-product-btns .btn img{
  max-height: 30px;
  min-height: 30px;
  margin-bottom: 12px;
}
.single-product-btns .btn {
  padding-top: 20px;
  padding-bottom: 20px;
}
.template-tags-ul{
  margin: 0 -2px;
  padding: 0;
  list-style: none;
}
.template-tags-ul li{
  display: inline-block;
  padding:0 2px;
}
.template-tags-ul li a{
  font-size: 16px;
  background: #D9D9D9;
  font-weight: 600;
  padding: 6px 12px;
  display: inline-block;
  color:#333;
  text-decoration: none;
}
.template-tags-ul li a:hover, .template-tags-ul li a:focus, .template-tags-ul li a.active{
  background: #0059A9;
  color: #fff;
}
.print-details-box{
  border:1px solid #0059A9;
  border-radius: 10px;
  padding: 10px;
}
.print-details-box ul{
	padding-left: 0.8rem;
}
.modal-content {
  border-radius: 14px;
}
.modal-header{
  background: #0059A9;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.modal-title {
  font-weight: 700; font-size: 22px;
  color: #fff;  width: 100%;
  margin: 0;  text-align: center;
}
.modal-footer{
	padding: 0.5rem;
}
.btn-close {
  opacity: 1;
}
.field-icon {
  float: right;
  margin-right: 15px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.popup-box{
  padding: 15px;
}
.popup-box .form-control{
  font-size: 18px;
  min-height: 50px;
}
.passcode-wrapper{
  display: flex;
  margin: 0 -20px;
}
.passcode-wrapper input{
  width: 25%;
  margin: 0 20px;
  font-size: 28px;
  border: none;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #707070;
}
.drop-zone {
  height: 150px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #aaa;
  border: 2px dashed #707070;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.accordion-button{
    font-size: 17px;
    font-weight: 700;
    box-shadow: 1px 1px 6px rgba(0,0,0,.1);
    margin-bottom: 10px;
    padding: .3rem 1rem;
	height: 36px;
    /*border-top: 2px solid #ddd;*/
}
.advanced-btn {
  /*padding: 0px !important;*/
  box-shadow: none;
  border: none;
  color: #0059A9;
  text-decoration: none;
  margin-top: 20px;
}
.advanced-btn::after{
  /*margin-left: 10px;*/
}

.qty-box{
    display: inline-flex;
    align-items: center;
    padding-right: 20px; width: 100%;
}
.qty-box button{
    border: 1px solid #707070;
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    background: #fff;
    height: 46px;
    width: 40px;
}
.qty-box button:hover, .qty-box button:focus{
    background: #333;
    border-color: #333;
    color: #fff;
}
.qty-box input{
   border: 1px solid #707070;    border-radius: 8px;
    font-weight: 500;   background: #fff;
    height: 30px; width:100%;  min-width: 155px !important; /*box-sizing:border-box !important;*/
    padding: 5px 10px;   margin:3px 0px;
}
.qty-box select{
	height: 30px; min-width: 155px !important; margin:3px 0px;
	box-sizing:border-box !important;
}

body select.dhtheme {
  padding-right: 50px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #707070 60%),
    linear-gradient(135deg, #707070 40%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) 18px, calc(100% - 13px) 18px, 100% 0;
  background-size:  9px 9px,  9px 9px;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.single-product-slider .show{
  height: 300px;
  object-fit: cover;
}
.single-product-slider .show img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.dasboard-section{
  display: flex;
  background:#fafafa;
}
.dashboard-content{
  width: 100%;
  padding: 25px;
}
.dashboard-sidebar{
  width: 280px;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background: #fff;
  box-shadow: 10px 0px 9px rgba(0, 0, 0, .10);
}
.dashboard-nav li a{
  font-weight: 600;
  font-size: 15px;
  color: #333333 !important;
  align-items: center;
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: flex;
}
.dashboard-nav li a:hover, .dashboard-nav li a:focus, .dashboard-nav li a.active{
  background: #d9e6f2;
}
.dashboard-nav li a:hover .dashboard-nav-icon-box, .dashboard-nav li a:focus .dashboard-nav-icon-box, .dashboard-nav li a.active .dashboard-nav-icon-box{
  background: #fff;
}
.dashboard-nav-icon-box{
  background: #EAEAEA;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  align-items: center;
  position: relative;
  display: flex;
  margin-right: 10px;
  justify-content: center;
}
.active-box{
  border-radius: 28px;
  background-color: #fff;
  padding:10px 35px 35px 35px;
  margin-top: 30px;
  box-shadow: 4px 3px 11px rgba(0, 0, 0, .10);
}
.active-box h5{
  opacity: .5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.active-box h2{
  color: #0059A9;
  font-size: 96px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.icon-box-count{
  background: #F83240;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.add-address{
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}
.add-address-content{
  padding: 35px 50px 50px 50px;
}
.add-address h4{
  background: #0059A9;
  color: #fff;
  font-weight: 700;
  padding: 20px 50px;
  margin: 0;
}
.address-one-box{
   border: 1px solid #9294a9ff;
  padding: 0 30px 15px 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.address-one-default{
  border: 2px solid #0059A9;
}
.address-one-box h5{
  color: #0059A9;
  font-size: 20px;
  margin-bottom: 10px;
  background: #fafafa;
  padding: 0 5px;
  position: relative;
  top: -13px;
  display: inline-block;
}
.address-one-box h4{
  font-weight: 600;
  font-size: 22px;
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}
.active-order-box{
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, .16);
}
.active-order-box-top{
display: flex; justify-content: space-between;
}
.active-order-box-left{
  width: 100%;
}
.active-order-box-right{
  display: flex;
  align-items: center;
}
.active-order-box-right a{
  margin: 0 10px;
}
.active-order-box-left{
  display: flex;
}
.active-order-box-left-pic{
  width: 60px;
  margin-right: 25px;
}
.active-order-box-left-pic img{
  width: 100%;
  height: auto;
}
.active-order-box-right .btn-lg{
padding-left: 35px;
padding-right: 35px;
}
.active-order-box-right .btn-md, .btn-md{
padding: 10px 20px;
}
.active-order-box-right .btn-sm, .btn-sm{
/*padding: 10px 15px;*/ padding:.25rem .5rem; font-size:12px;
}
.btn-success{
  background: #0B8F7A;
  border-color: #0B8F7A;
}
.bg-success{
  background: #0B8F7A !important;
}
.active-order-box-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-warning{
  background: #FABD05 !important;
}
.active-order-box-disable{
  background: #dedede;
  filter: grayscale(100%)
}
#frame {
  width: 95%;
  min-width: 360px;
  height: 85vh;
  min-height: 300px;
  max-height: 720px;
  background: #E6EAEA;
}

#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #2c3e50;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}

#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}

#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #32465a;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #32465a;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #32465a;
  border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 16px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 0px 0 0 0;
  padding: 0 0 1px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}

#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  object-fit: cover;
}
#frame .content .contact-profile img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#contacts ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#frame .content .messages {
  height: auto;
  width: 100%;
  min-height: calc(100% - 123px);
  max-height: calc(100% - 123px);
  overflow-y: scroll;
  overflow-x: hidden;
}

#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: rgba(0, 0, 0, 0);
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #435f7a;
  border-radius: 0px 20px 20px 20px;
  color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
  border-radius: 20px 20px 0px 20px;
}
#frame .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 1.5;
}

#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  min-height: 49px;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 15px;
  font-size: 0.8em;
  color: #32465a;
}

#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 17px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}

#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #0059A9;
  color: #f5f5f5;
}

#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

.alert{
	border: 0;	border-radius: 0;	color: #fff; font-weight: 500;
	padding-top: .7rem;	padding-bottom: .7rem;	position: relative
}
.alert.alert-success{
	background-color: #D9ECF6; /*rgba(24,206,15,0.9)*/
   color: #31708f; 
}
.alert.alert-danger{
	background-color:#f2dede; /*rgba(255,54,54,0.9);*/
   color: #a94442;
}
.alert.alert-warning{
	background-color: rgba(255,178,54,0.9)
}
.alert.alert-info{
	background-color: #D9ECF6; /*rgba(24,206,15,0.9)*/
   color: #6a97aa; 
}
.alert.alert-primary{
	background-color: rgba(249,99,50,0.9)
}
.alert .alert-icon{
	display: block;	float: left;
	margin-right: 15px;	margin-top: -1px; 
}
.alert strong{
	text-transform: uppercase;	font-size: 12px
}
.alert i.fa,.alert i.now-ui-icons{
	font-size: 20px
}
.alert .btn-close{
	color: #fff; opacity: .9; text-shadow: none; padding: 0; font-size:12px;
	line-height: 0; outline: 0;	right: 8px !important;	top: 16px !important;
}
.bootstrap-notify-container{
	max-width: 50%;	text-align: center
}
div.modal .bootstrap-notify-container{
	max-width: 90%;	text-align: center
}
div.modal .bootstrap-notify-container{
	padding-top:0.3rem; padding-bottom:0.3rem;
}
div.modal .bootstrap-notify-container .btn-close{
	top: 13px !important;
}

.btn-primary.disabled, .btn-primary:disabled{
	background-color:#B3CDE5; border-color:#B3CDE5;
}
.d-inline-block{
	font-size:12px;
}

.ck-content .text-tiny {
    font-size: 0.7em;
}
.ck-content .text-small {
    font-size: 0.85em;
}
.ck-content .text-big {
    font-size: 1.4em;
}
.ck-content .text-huge {
    font-size: 1.8em;
}

.mb-4{
   margin-bottom:1rem !important
}

.dropzone .dz-preview .dz-progress .dz-upload{
	background-color: #0059A9; background: #0059A9;
}

.gd-danger{
	background-color: #f78582;
}