
.modal-open .modal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.error-text
{
  color:red !important;
  font-size:15px !important;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100000000;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
#exampleModal11 .modal-dialog
{
  max-width: 800px !important;
}
#otpsubmitform .modal-dialog
{
  max-width: 800px !important;

}

#passwordresetform .modal-dialog
{
  max-width: 800px !important;

}
.ptb70
{
  padding-top:70px !important;
  padding-bottom:70px !important;

}
.ptb30
{
  padding-top:30px !important;
  padding-bottom:30px !important;
}
.ptb10
{
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.padding0
{
  padding:0 !important;
}
.textcenter
{
  text-align:center !important;
}
.ptb10
{
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.bbboder
{
  border: 2px solid black !important;
}
.fr
{
  float:right !important;
}
.chat-input {
  flex: 0 0 auto;
  height: 100px;
  background: #e0e6ff;
  border-top: 1px solid #2671ff;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.chat-input input {
  height: 59px;
  line-height: 60px;
  outline: 0 none;
  border: none;
  width: calc(100% - 60px);
  color: black;
  text-indent: 10px;
  font-size: 12pt;
  padding: 0;
  background: #e0e6ff;
}
.chat-input button {
  float: right;
  outline: 0 none;
  border: none;
  background: rgba(255,255,255,.25);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 2px 0 0 0;
  margin: 10px;
  transition: all 0.15s ease-in-out;
}
.chat-input input[good] + button {
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
  background: #2671ff;
}
.chat-input input[good] + button:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.chat-input input[good] + button path {
  fill: white;
}
.msg-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.msg-box {
  display: flex;
  background: #5b5e6c;
  padding: 10px 10px 0 10px;
  border-radius: 0 6px 6px 0;
  max-width: 80%;
  width: auto;
  float: left;
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
.user-img {
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #2671ff;
  margin: 0 10px 10px 0;
}
.flr {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: calc(100% - 50px);
}
.messages {
  flex: 1 0 auto;
}
.msg {
  display: inline-block;
  font-size: 11pt;
  line-height: 13pt;
  color: rgba(255,255,255,.7);
  margin: 0 0 4px 0;
}
.msg:first-of-type {
  margin-top: 8px;
}
.timestamp {
  color: rgba(0,0,0,.38);
  font-size: 8pt;
  margin-bottom: 10px;
}
.username {
  margin-right: 3px;
}
.posttime {
  margin-left: 3px;
}
.msg-self .msg-box {
  border-radius: 6px 0 0 6px;
  background: #2671ff;
  float: right;
}
.msg-self .user-img {
  margin: 0 0 10px 10px;
}
.msg-self .msg {
  text-align: right;
}
.msg-self .timestamp {
  text-align: right;
}
.pt80
{
  padding-top:80px !important;
}
.bgyes
{
  background: aliceblue !important;
    padding: 50px !important;
    height: 650px !important;
    overflow: auto !important;
}
.single-comments .comment-box .comment-content 
{

  padding-left: 180px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-right: 180px !important;
}
.trborder
{
  border: 2px solid black !important;
}

.logonwidth
{
  width:180px !important;
}
.inputborderthick
{
  border: 1px solid #1A237E !important;
}
.box-shadowproduct {
  box-shadow: 15px 15px 15px #cccccc37;
}
.pb35
{
  padding-bottom:35px !important;
}

.sizeselection {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.sizeselection li {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.sizeselection label,
.sizeselection input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sizeselection input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.sizeselection input[type="radio"]:checked+label,
.Checked+label {
  background: #1A237E;
  color:white !important;
}

.sizeselection label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
}

.sizeselection label:hover {
  background: #1A237E;
}
.colorselection {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.colorselection li {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.colorselection label,
.colorselection input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.colorselection input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.colorselection input[type="radio"]:checked+label,
.Checked+label {
  background: #1A237E;
  color:white !important;

}

.colorselection label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
}

.colorselection label:hover {
  background: #1A237E;
}


.quantity {
  margin-right: 60px;
}
@media (max-width: 1024px) {

.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: auto;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
}
@media (min-width: 1024px) {

  .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 20%;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }
  }
 
.quantity button[class*=btn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.quantity .minus-btn img {
  margin-bottom: 3px;
}
.quantity .plus-btn img {
  margin-top: 2px;
}
 
.quantity button:focus,
input:focus {
  outline:0;
}

.fs-7m5 {
  font-size: 1.75rem!important;
}





.shopforyou{
  width: 60%;
  height: auto;
  margin: 5em auto;
  background: #f4f4f4;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;

}

/* item styling */
.shopforyou .title{
  height: 3.75em;
  border-bottom: 1px solid #E1E8EE;
  padding: 1.25em 1.75em;
  color: #5E6977;
  font-size: 1.125em;
  font-weight: 400;
}
.shopforyou .item{
  padding: 1.25em 1.75em;
  height: 10.5em;
  display: flex;
}
.shopforyou .item:nth-child(3) {
  border-top: 1px solid #E1E8EE;
  border-bottom: 1px solid #E1E8EE;
}

.shopforyou .buttons{
  position: relative;
  padding-top: 1.75em;
  margin-right: 3.5em;
  padding-left: 40px;
}
.shopforyou .delete-btn,
.shopforyou .like-btn{
  display: inline-block;
  cursor: pointer;
}
.shopforyou .delete-btn{
  width: 18px;
  height: 17px;
  background: url("../images/delete-icn.svg") no-repeat center;
}
.shopforyou .like-btn{
  position: absolute;
  top: 9px;
  left: 15px;
  background: url("https://designmodo.com/demo/shopping-cart/twitter-heart.png");
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
}

.shopforyou .is-active{
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}
@keyframes animate{
  0% {background-position: left;}
  50% {background-position: right;}
  100% {background-position: right;}
}

.shopforyou .image{
  margin-right: 50px;
}
.shopforyou .description{
  padding-top: 10px;
  margin-right: 60px;
  width: 115px;
}
.shopforyou .description span{
  display: block;
  font-size: 1em;
  color: #43484D;
  font-weight: 400;
}
.shopforyou .description span:first-child{
  margin-bottom: 5px;
}
.shopforyou .description span:last-child{
  font-weight: 300;
  margin-top: 8px;
  color: #86939E;
}

.shopforyou .quantity{
  padding-top: 20px;
  margin-right: 0px;
}
.shopforyou .quantity input{
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 25%;
  font-size: 1em;
  color: #43484D;
  font-weight: 300;
}
.shopforyou button[class*=btn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.shopforyou .minus-btn img{
  margin-bottom: 3px;
}
.shopforyou .plus-btn img{
  margin-top: 2px;
}

.shopforyou button:focus,
.shopforyou input:focus{
  outline: 0;
}

.shopforyou .total-price{
  width: 83px;
  padding-top: 27px;
  text-align: center;
  font-size: 1em;
  color: #43484D;
  font-weight: 300;
}


/* media queries */
@media (max-width: 800px) {
  .shopforyout{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .shopforyou .item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .shopforyou .image img{
    width: 50%;
  }
  .shopforyou .image,
  .shopforyou .quantity,
  .shopforyou .description{
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
  .shopforyou .buttons{
    margin-right: 20px;
  }
}
.productwidth
{
  width: 140px !important;
}

.paddingbx
{
  padding-bottom: 5.7rem !important;
  padding-top: 2.7rem !important;
}
.pt20
{
  padding-top:30px !important;
}
.pb20
{
  padding-bottom:30px !important;
}
.para
{
  text-align:justify !important;
}
.corclr
{
  
  color: #4b4949 !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (min-width: 1024px) {

.mobviewmenu
{
  display:none !important;
}


}
@media (max-width: 1024px) {

  .mobviewmenu
  {
    display:block !important;
  }
  
  
  }

.slicknav_nav {

  height: 350px !important;
}

.fpadding
{
  padding:25px !important;
}
h3 a {
  color: #1A237E !important;
}
.box-shadownw
{
  box-shadow: 15px 15px 15px #cccccc37 !important;
}
#dfrom {
}

select {
 
}
.selectOpen {
  height: 120px !important;
}

.select2-results__option
{
    width:100% !important;
}

.select2-selection
{
  font-size: 15px !important;
  font-weight: 300 !important;
  background-color: #fff !important;
  border: 1px solid #f1f1f1 !important;
  border-radius: 10px !important;
  padding: 10px 18px !important;
  color: #777 !important;
  margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}

.select2-container .select2-selection--single {
  height: unset !important;

}
.select2-dropdown {

 border: 1px solid #dcdcdc !important;

}
.select2-container 
{
  width:100% !important;
}
.input-box
{
  width:100% !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1A237E !important;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 150px !important;
  overflow-y: auto !important;
}
.trend-full
{
  cursor: pointer !important;
}
.nir-btn11{
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  padding: 14px 24px;
  text-transform: capitalize;
  transition: all ease-in-out 0.5s;
  background: #000000;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.nir-btn111{
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  padding: 14px 24px;
  text-transform: capitalize;
  transition: all ease-in-out 0.5s;
  background: #1A237E;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
@media (min-width: 1024px) 
{
.parent {
  display: flex;
  flex-direction: row;
}

.parent .child {
  padding-right: 10px;
  flex-grow: 1;
  width:25%;
}

.parent .child:last-child {
  padding-right: 0;
}

.parent .child .content {
  height: 100%;
}

.parent .child:first-child .content {
}
.widthwhite
{
  /*position: relative !important;
    top: -20px !important;*/
}
.webmenu
{
  display:none !important;
}

}
#collapse
{
  padding: 50px !important;
}
.theme2 {
  color: white !important;
  font-size:50px !important;
}
.textclrwhite
{
  color: white !important;

}
.contactsingle
{
  background: black !important;
  padding: 25px !important;
}
.about-us {
  background-size: cover !important;
}
.pt30
{
  padding-top:30px !important;
}

/* styling for videos  */
.customer_view,#employee_video,#manager_video,#admin_video{
  padding: 2rem 0 5rem 0 !important;
}
.dropdown-toggle:hover {
  color: #1A237E !important; 
  padding-right: 15px; 
}
.dropdown-menu{
  min-width: 50px !important;
}
.video-sec video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video_list:hover {
  color: #1A237E !important;
}
.video_list_items:hover a{
  color: white !important;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu .video_list_items a:hover {
  background: #1A237E;
  color: white !important;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:hover .video_list,
.header_menu .navbar.navbar-default .nav.navbar-nav li:hover .video_list i,
 .header_menu .navbar.navbar-default .nav.navbar-nav li.active .video_list ,
 .header_menu .navbar.navbar-default .nav.navbar-nav li.active .video_list i{
  color: #1A237E !important;
  background: transparent;
 }
 .sub_title{
  font-size: 20px;
  text-transform: uppercase;
 }

 /* about us -new view page */
  .masking {
    position: relative;
  }
  .masking::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    mask-image: linear-gradient(to bottom, transparent, #000 15%, #000);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 15%, #000);
  }
 