body{
  font-family: 'Inter', sans-serif!important;
}
/*************Header Section**************/
.ec-header-bottom{
    padding:0;
    border-bottom:none;
}
.header-search{
    width: 400px;
    position: relative;
}
.header-search .form-control {
    display: block;
    height: 30px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    border:none;
    border-radius:5px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    letter-spacing: 0.5px;
    background-color: #f2f2f2;
}

.submit {
    position: absolute;
    top: 0;
    left: auto;
    right:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 105px;
    height: 100%;
    background:#2683ba ;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    padding: 0;
  }
  .submit:hover{
    background-color: #07509d;
    color:#fff;
  }
  .login-button{
    background:#2683ba ;
    color: #fff;
    border-radius:5px;
    padding:8px 35px;
  }
  #ec-main-menu-desk .ec-main-menu ul li .mega-menu li ul li.menu_title a{
    border-bottom: none;
  }
  .login-button:hover{
    background-color: #07509d;
    color:#fff;
  }
  .ec-header-bottons .ec-header-btn {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    text-decoration: none;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
.ec-header-bottons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-header-bottons .ec-header-btn.ec-header-wishlist .header-icon{
    justify-content: center;
  }
  .ec-header-bottons .ec-header-btn i{
    font-size:23px;
    margin-top:10px;
  }
  .header-icon i, .ec-header-bottons i{
    color:#2683ba;
  }
  .ec-btn-title{
    display:none;
    font-size:10px;
    font-weight:400;
  }
  .fa-shopping-cart{
    color:#2683ba!important;
  }
  #ec-main-menu-desk{
    background-color: #07509d;
  }
  .ec-main-menu ul li a{
    color:#fff;
  }
  .ec-main-menu ul li:hover > a {
    color: #2683ba !important;
    text-decoration: none!important;
  }
  .ec-main-menu ul li:hover > a .scroll {
    fill: #2683ba;
  }
  .ec-main-menu ul{
    justify-content: flex-end;
  }
  .submit i {
    font-size: 18px;
    line-height: 12px;
    color: #fff;
}
.ec-main-special-category{
  width:25%!important;
  justify-content: flex-start!important;
}
.ec-main-menu ul{
  width:100%;
  justify-content: flex-end;
}
.ec-main-special-category .dropdown{
  background-color: #2683ba;
  padding:5px 20px;
}
.ec-main-special-category .dropdown:hover > a{
  color:#000!important;
}
  /**********breadcrumb**********/
  .ec-breadcrumb-list{
    text-align: left;
    padding-left:30px;
  }
  .ec-breadcrumb-list li.active{
    color:#2683ba;
  }
  .ec-breadcrumb-list .ec-breadcrumb-item.active::before{
    color:#2683ba;
  }
  .ec-breadcrumb-list li a{
    color:#000;
  }
  /***************footer****************/
  .footer-bottom{
    background-color:#000;
    color:#fff;
    border-bottom: none;
    border:none;
    padding:20px;
    position:relative;
    z-index:99;
  }
  .footer-bottom .ec-copy{
    color:#fff;
  }
  .footer-bottom .ec-copy .site-name{
    color:#fff;
    text-transform: initial;
  }
  .ec-footer .footer-top{
    position:relative;
    z-index:11;
  }
  .ec-footer-logo img{
    width:250px;
  }
  .ec-footer-logo {
    margin-bottom: 20px;
}
.ec-footer-links p{
  color:#fff;
  text-align: justify;
  font-size:12px;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 11px;
  color: #fff;
  letter-spacing: -0.5px;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: none;
  text-transform: uppercase;
}
.stock{
  color:#2683ba;
}
.in-stock{
  color:green;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
  font-size: 13px;
  line-height: 22px;
  padding: 0;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  word-break: break-all;
  font-weight:400;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a:hover{
  color:#2683ba;
}
.footer-bottom-social ul li.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
#scrollUp{
  background-color: #07509d;
  color:#fff;
}
#scrollUp:hover{
  background-color: #2683ba;
}
.ec-main-menu ul li.dropdown ul li a {
  display: block;
  line-height: 20px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: left;
  -ms-flex-align: center;
  align-items: left;
}
.ec-main-special-category .sub-menu img {
  width: 30px;
  margin-right: 10px;
}
/***********product detail page*************/
.single-pro-desc .single-pro-content .price h6{
  margin-bottom:10px;
}
.single-pro-desc .single-pro-content .price h3{
  margin-bottom:10px;
}
.single-pro-desc .single-pro-content .sub-main{
  margin: 0 0 20px 0;
}
.single-pro-desc .single-pro-content .sub-main h6{
  font-size:13px;
  font-weight:400;
  line-height: 1.6;
}
.single-pro-content .ec-single-desc{
  margin-left:20px;
  margin-bottom: 15px;
    padding-bottom: 15px;
   
}
.single-pro-content .ec-single-desc li{
  color:#000;
  line-height:1.8;
  list-style-type: disc;
 
}
.single-pro-content .buttons .btn-product-details:hover{
border:1px solid #2683ba;
color:#2683ba;
}
.single-pro-content .buttons .btn-product-details:focus{
  border:1px solid #2683ba;
  color:#2683ba;
  }
.single-pro-content .buttons{
  margin-bottom: 15px;
  margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #eeeeee;
    border-top:1px solid #eeeeee;
}
.btn-product-detail{
  background-color: #fff;
  border:1px solid #2683ba;
  color:#2683ba;
  border-radius:5px;
}
.btn-product-detail:hover, .btn-product-detail:focus{
  background-color: #2683ba;
  color:#fff;
}
.ec-single-pro-tab-content{
  border:none;
}
.ec-single-pro-tab-nav{
  display: flex;
  text-align: center;
  justify-content: center;
}
.ec-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  border-bottom:3px solid #2683ba!important;
}
.ec-single-pro-tab-nav .nav-tabs .nav-link{
  border:none;
  border-radius:0;
}
.ec-single-pro-tab-nav .nav-tabs .nav-link.hover{
  color: #000;
  background-color: #fff;
  border-bottom:2px solid #2683ba!important;
  border:none;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc p{
  text-align: justify;
}
.ec-product-inner{
  box-shadow:0px 0px 5px 0px #c2c2c2;
  border-radius: 10px;
  margin:5px;
  min-height:100%;
}
.ec-product-inner .ec-pro-image{
  border:none;
}
.ec-pro-list-desc{
  display:block;
}
.ec-product-inner .ec-pro-content .ec-pro-title a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
.ec-product-inner .ec-pro-content .ec-pro-title a:hover {
  color: #2683ba;
}
.wish-box {
  box-shadow: 0px 0px 10px 0px #c2c2c2;
  padding: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  z-index: 99;
}
.wish-box .fa{
  color:#2683ba;
}
.ec-offer-section{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position:relative;
  top:0;
}
.ec-offer-content{
  padding:50px;
}
.ec-offer-content .ec-offer-title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.ec-offer-content .ec-offer-stitle {
  font-size: 15px;
  color: #fff;
}
.btn-banner{
  background-color: #000;
  color:#fff;
  margin:20px 0px;
  border-radius:10px;
  text-transform: uppercase;
  font-size:12px;
}
.btn-banner:hover{
  background-color: #fff;
  color:#000;
}
.owl-slider .owl-nav{
  display:none;
}
/**********Product List******************/
.ec-sort-select{
  justify-content:flex-start;
}
.ec-gl-btn .btn{
  float:right;
}
.ec-shop-rightside .ec-pro-list-top {
  margin-bottom: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  background:transparent;
  padding: 7px;
  border: none;
}
.product_page .ec-sidebar-wrap{
  border:none;
  border-radius:0;
}

.footer-bottom .ec-copy .site-name:hover{
  color:#99006c;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked{
  top:10px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item input{
  top:10px;
}
.ec-sidebar-block{
  border-bottom:1px solid #c2c2c2;
  margin-bottom:20px;
  padding-bottom:20px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a{
  font-size:12px;
  color:#000;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li span{
  font-size:12px;
  color:#000;
}
.ec-sidebar-wrap h3, .ec-sidebar-wrap .h3{
  color:#07509d;
}
.list-view .ec-pro-list-desc{
  margin:0;
}
/***********************cart page**************/
.cart-section .ec-cart-content .table-content table thead > tr{
  background-color: #07509d;
  color:#fff;
  border:none;
}
.cart-section .ec-cart-content .table-content table thead > tr > th{
  color:#fff;
}
.cart-section .ec-cart-content .table-content table {
  border: 1px solid #c2c2c2;
  width: 100%;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}
.cart-section .ec-cart-update-bottom a{
  color:#fff;
  text-decoration: none;
}
.btn-red{
  background-color: #2683ba;
  color:#fff;
  border:1px solid #2683ba;
  border-radius: 5px;
}
.cart-section .btn-red{
  background-color: #2683ba;
  color:#fff;
  border:1px solid #2683ba;
  border-radius: 5px;
}
.cart-section .btn-red:hover,.btn-red:focus{
  background-color: #fff;
  color:#2683ba;
  border:1px solid #2683ba;
}
.btn-red:hover,.btn-red:focus{
  background-color: #fff;
  color:#2683ba;
  border:1px solid #2683ba;
}
.cart-section  .ec-cart-rightside{
  box-shadow: 0px 0px 10px 0px #c2c2c2;
  padding:0;
}
.cart-section .product_page .ec-sidebar-wrap{
  margin:0;
}
.cart-section .ec-sidebar-wrap{
  padding:0;
}
.cart-section .ec-sb-title{
  background-color: #07509d;
  text-align: center;
  color:#fff;
}
.cart-section .ec-sb-title h3{
  color:#fff;
  padding:12px;
}
.cart-section .ec-sb-block-content{
padding:30px;
}
.cart-section .ec-cart-summary{
  padding:30px;
}
.cart-section .ec-sidebar-block{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}
.cart-section .checkbox-button{
  padding-top:20px;
}
.cart-section .checkbox-button .btn{
  width:100%;
}
/************order history******************/
#ec-progressbar li.active .ec-progressbar-track:before{
  background-color: #07509d;
}
#ec-progressbar li.active .ec-progressbar-track:after{
  background-color: #07509d;
}
.btn-track{
  background-color: #07509d;
  color:#fff;
  padding:10px;
  border: 1px solid #07509d;
  border-radius:5px;
}
.btn-track:hover, .btn-track:focus{
  background-color: #fff;
  color:#07509d;
  border:1px solid #07509d;
}
.btn-track .fa{
  color:#fff!important;
}
.btn-track:hover .fa{
  color:#07509d!important;
}
.wishlist-button .btn-track{
  margin:10px;
}
.desc-hide{
  display:none;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card, .ec-vendor-uploads .ec-vendor-dashboard-card{
  border:none;
}
.ec-vendor-dashboard-card table thead{
  background-color: #fff;
  color:#07509d;
  border: 1px solid #07509d;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table thead tr th, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table thead tr th{
  color:#fff;
  border-bottom:none;
}
/****************checkout page******************/
input{
  width:auto;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner{
  border-radius:5px;
}
.ec-checkout-leftside{
  box-shadow:0px 0px 10px 0px #c2c2c2;
  padding:40px;
  border-radius: 5px;
}
.ec-checkout-title{
  padding-bottom:20px;
}
.ec-checkout-wrap .ec-check-bill-form input{
  border-radius:5px;
}
.ec-checkout-wrap .ec-check-bill-form label {
  margin-bottom: 7px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  background-color: #fff;
  padding: 0px 10px;
  position: absolute;
  margin-left: 10px;
}
.ec-checkout-content .ec-check-order-btn{
  justify-content: center;
  margin-right:10px;
  border-radius: 5px;
}
.text-checkbox{
  position: relative;
    top: -20px;
    left: 5px;
    color:#000;
    font-size:12px;
}
.checkout-checkbox{
  margin-top:-25px;
}
.ec-checkout-content .ec-check-order-btn .btn{
  margin-right:10px;
  border-radius:5px;
  text-transform: capitalize;
}
.ec-checkout-content .ec-check-order-btn .btn:hover{
  border:1px solid #2683ba;
  background-color: #fff;
  color:#2683ba;
}
.ec-checkout-content .ec-check-order-btn .btn:focus{
  border:1px solid #07509d;
  background-color: #fff;
  color:#07509d;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner select {
  padding: 0 15px;
  font-size: 12px;
  color: #000;
}
.ec-checkout-rightside .ec-sidebar-wrap .ec-sidebar-block {
    border-radius: 0;
    border: 1px solid #c2c2c2!important;
    padding: 40px;
}
.ec-checkout-rightside .ec-sidebar-wrap .ec-sidebar-block .ec-sidebar-title{
 border-bottom:1px solid #f2f2f2;
 padding-bottom:20px;
 color:#000;
}
.ec-checkout-rightside .ec-sidebar-wrap{
  padding:0;
}
.order-summary-block{
  padding-bottom:20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom:20px;
}
.order-summary-block .names{
  line-height: 1.2;
}
.order-summary-block .name{
  font-size:12px;
  color:#000;
}
.order-summary-block .name-1{
  font-size:10px;
  margin-top:-4px;
}
.billing-address-box{
  background-color: #dff2ff;
  color:#000;
  padding:20px;
  border-radius: 5px;
  min-height:275px;
  word-wrap: break-word;
}
.billing-address-box label {
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px;
}
.billing-address-box .edit-icon{
  margin-left: 25px;
    font-size: 20px;
    margin-top: -10px;
}
.billing-address-box .content{
  font-size:12px;
  font-weight:300;
  margin-left:25px;
  line-height: 1.8;
}
.billing-address-box .btn{
  margin-right:10px;
  border-radius:5px;
  text-transform: capitalize;
  margin:10px;
}
.billing-address-box .btn:hover{
  border:1px solid #07509d;
  background-color: #fff;
  color:#07509d;
}
.billing-address-box  .btn:focus{
  border:1px solid #07509d;
  background-color: #fff;
  color:#07509d;
}
.checkout-box .btn{
  width:100%;
  border-radius:5px;
  color:#fff;
}
.checkbox-box .btn:hover{
  background-color: #fff;
  color:#fff;
  border:1px solid #07509d;
}
/***************login page***********/
.ec-login-wrapper .ec-login-container{
  border:none;
}
.login-box{
  padding:30px;
  box-shadow: 10px 10px 20px 10px #f2f2f2;
  border-radius:5px;
}
.section-title .ec-title{
  color:#000;
}
.ec-login-wrapper{
  max-width:100%;
}
.ec-login-wrapper .ec-login-container .ec-login-form input{
  background-color: #f5f6f7;
  color:#9a9caa;
  border-radius: 5px;
  border:none;
}
.ec-login-wrap{
  position:relative;
}
.input-group-addon{
  position:absolute;
  right:0;
}
.input-group-addon i{
  position: absolute;
    right: 30px;
    top: 14px;
}
.login-section .ec-pay-agree input{
  width:auto!important;
}
.login-section .checkout-checkbox{
  margin-top:-17px;

}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label a{
  font-size:12px;
}
.btn-login{
  background-color: #2683ba;
  color:#fff;
  padding:10px;
  border-radius: 5px;
  display: block;
  width: 170px;
  text-align: center;
  border:1px solid #2683ba;
}
.btn-login:hover, .btn-login:focus{
  border:1px solid #2683ba;
  color:#2683ba;
  background-color: #fff;
}
.sign-up-link a{
  font-size: 16px!important;
  color:#007580!important;
}
.sign-up-link a:hover{
  color:#2683ba!important;
}
/**************register*******************/
.register .section-title {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  display: grid;
  line-height: 2!important;
}
.welcome-box{
  background-color: #f5f6f7;
  padding:10px;
  border-radius: 5px;
}
.welcome-box h6{
  color:#2683ba;
}
.register-last-text{
  font-size: 10px!important;
}
.register-last-text span{
  color:#2683ba!important;
}
.member span{
  color:#2683ba!important;
  font-size:16px;
}
/****************FAQ**************/
.ec-faq-wrapper .ec-faq-container {
border:none;
  padding: 0px;
  background-color: #fff;
  border-radius: 5px;
}
/**************contact page************/
.ec-contact-rightside{
  background-image: url(../images/banner/contact-page-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:auto;
  padding:60px;
}
.ec_contact_info{
  background-color: transparent;
}
.ec-contact-item i {
  min-width: 20px;
  font-size: 35px;
  color: #fff;
  margin-right: 11px;
}
li.ec-contact-item span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  min-width: 74px;
  margin-top: 4px;
}
li.ec-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 40px;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.ec-contact-container {
  padding: 0px 30px;
  background-color: #fff;
  border: none;
  text-align: left;
  border-radius: 5px;
}
.ec-contact-container .ec-contact-form .ec-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
}
.ec-contact-container .ec-contact-form .btn{
  background-color: #183643;
  border:1px solid #183643;
  color:#fff;
border-radius: 5px;
text-transform: capitalize;
}
.ec-contact-container .ec-contact-form .btn:hover, .ec-contact-container .ec-contact-form .btn:focus{
  background-color: #fff;
color:#183643;
border:1px solid #183643;
}
.ec-contact-container .ec-contact-form input {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.ec-contact-container .ec-contact-form textarea {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  padding-top: 14px;
  min-height: 150px;
}
li.ec-contact-item{
  flex-wrap: wrap;
}
.contact-adress a {
  padding-right: 30px;
  color: #fff;
}
.contact-adress a:hover{
  color:#2683ba;
  text-decoration: underline;
}
.contact-adress{
  margin-top:30px;
}
/***************track order page**************/
#ec-progressbar li{
  width:25%;
}
.ec-trackorder-top{
  padding-bottom:20px;
}
.ec-trackorder-inner {
  background: transparent;
  padding: 50px;
  overflow: hidden;
  border-radius: 5px;
   border:none; 
}
.tracking-order-sec .order-deatils{
  margin-top:20px;
  margin:10px;
  box-shadow: 0px 0px 10px 0px #c2c2c2;
  padding:20px;
  min-height:325px;
  border-radius:15px;
}
.tracking-order-sec .order-deatils .ec-sidebar-title{
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom:20px;
  padding-bottom:20px;
  
}
.track-image{
  margin-top:-17px;
}
.btn-pass{
  background-color: #2683ba;
  color: #fff;
  padding:10px;
  border-radius: 5px;
  width:100%;
  display: block;
  text-align: center;
  margin-top:10px;
}
/************about us***************/
.ec-cms-block p{
  color:#000;
  font-weight:100;
  text-align: justify;
}
.ec-cms-block .ec-cms-block-title{
  color:#000;
}
/***********order sucess*******/
.order_complete i{
  width:100px;
  height:100px;
  border-radius:50%;
  background-color: #07509d;
  padding:20px;
}
.order_complete .fa{
  color:#fff;
  font-size:70px;
  text-align: center;
  justify-content: center;
}
.btn-successs{
  background-color: #07509d;
  color:#fff;
  padding:10px;
  margin-top:20px;
}
.btn-successs:hover{
 background-color: #fff;
 border:1px solid #07509d;
 color:#07509d;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ul{
  padding-left:0;
}
.ec-main-menu ul li.active-new > a {
  color: #70caff;
  font-weight:600!important;
}

.ec-main-menu > ul > li.active-new > a:before {
  background: #fff;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .list-inline-item{
    margin-bottom:10px;
    }
    .footer-bottom-social{
      text-align:center;
    }
}
.btn-primary{
  background-color: #2683ba;
  color:#fff;
}
.btn-primary:active,.btn-primary:hover{
  background-color: #fff;
  color:#2683ba;
  border:1px solid #2683ba;
}
@media (max-width:556px){
  .order-summary-block .name{
    font-size:11px!important;
  }
}
@media only screen and (min-width: 375px) and (max-width: 992px) {
  .order-summary-block .names{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top:10px;
    }
    .order-summary-block .name-1{
      padding:10px;
    }
    .order-summary-block .name{
      font-size:15px;
    }
}
.cart-section .ec-sidebar-block .ec-sidebar-res .eci-angle-down:before{
  position:relative;
  top:10px;
}
.ec-cms-block .ec-cms-block-title{
  margin-top:20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-pro-content .ec-single-qty .ec-single-cart .btn{
    font-size:11px;
}
}


.overlay{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.overlay.colo-main{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgb(7,80,157,1), rgba(255,255,255,0));
}

.overlay.colo-black{
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}


.color-variant{
    width:25px;
    height:25px;
    border-radius:50%;
    border:2px solid #979797;
    margin-right: 12px;
    box-shadow: 1px 1px 14px -6px #000000;
    cursor:pointer;
}
.color-variant.colo-active{
    border:2px solid #2683ba;
}


.choose-power h6{
    margin-right:25px;
}

.choose-power select{
    border: 1px solid #2683ba!important;
    max-width: 175px;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    color: #2683ba;
}

.cancelled_tack:before{
    background-color: #ff1313!important;
    content: "\f00d"!important;
}


.new-width-btn{
    width:50%!important;
}

@media only screen and (max-width: 575px)
{
    .new-width-btn{
        width:100%!important;
    }
}

.brandlogo{
    height:90px;
}