﻿body {
}


.grey1 {
    width:100%;
      display: inline-block;
      text-align:center;
}
    .grey1 label {
        width:25% !important
    }
    .grey1 input[type= text] ,  .grey1 input[type = email],  .grey1 input[type = password]
    {float:right;}

    .grey1 [type = submit] {
        border-radius:0px;
    }
#ButtonLogin {
     border-radius:0px;
}

.prdlist {
    float:left;
    width:33%


}


.dyc, .size, .qtty, .dddd, #qty {
    max-width :98% !important;
}

.product {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product-image {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}

.product-image .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}


.productimage {
  position: relative;
  height: 300px;
  width: 100%;

  overflow: hidden;
}
.product-image .hover-state {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  top: auto;
  background: #333;
  z-index: 10;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.product-image .hover-content {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  line-height: 100px;
  opacity: 1;
}
.product-image .label,
.productimage .label,
.image-slider .label {
  position: absolute;
  display: block;
  padding: 8px 16px;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: #e3aa49;
  top: 18px;
  right: 18px;
  z-index: 10;
  border-radius: 0;
  font-style: normal;
}
.product-image:hover .background-image-holder {
  transform: translate3d(0, -100px, 0);
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
}
.product-image:hover .hover-state {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.product-image .background-image-holder {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.fadeIn {
    opacity: 1 !important;
}

.background-image-holder, .foreground-image-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
}

.product .btn:hover {
    border-color: #fff;
    color: #333333;
}


.product .btn {
    margin: 0 auto;
    display: inline-block;
        border-radius: 0px;
    color: #fff;
    background-color: #000;

}

.btn-white:hover {
    background: #fff;
    color: #e3aa49;
    border-color: #fff;
       
}



.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.product .btn:last-child {
        margin-left: 16px;
}

.tab-img  .sp-wrap {
        margin: 0; 
}

    .tab-img img {
        width:100%;
    }
.carousel-inner .sp-wrap {
    max-width:none !important;
      margin: 0px !important;
      border:none !important;
}
.sp-zoom {
    top:0px;left:0px;
}


#active {


        height: 20px;
    width: 20px;
}

 #active:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



 
/*.cntr {
  margin: auto;
}

.btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
}
.btn-radio:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .btn-radio {
    display: block;
    float: none;
  }
  .btn-radio:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.btn-radio svg {
  fill: none;
  vertical-align: middle;
}
.btn-radio svg circle {
  stroke-width: 2;
  stroke: #C8CCD4;
}
.btn-radio svg path {
  stroke: #008FFF;
}
.btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.btn-radio input {
  display: none;
}
.btn-radio input:checked + svg path {
  transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
  stroke-dashoffset: 0;
}
.btn-radio span {
  display: inline-block;
  vertical-align: middle;
}*/


/*.................................................................... Radio Button Style....................................................................*/


.inputGroup {
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #5562eb;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form {
  padding: 0 16px;
  max-width: 470px;
  margin: 40px auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}



code {
  background-color: #9AA3AC;
  padding: 0 8px;
}

.inputGroup label {
    font-weight:normal;
}

/*....................................................................End Radio Button Style....................................................................*/





.det label {
    width:25%;
}
.det select {
    width:52%;
}


.btmcls {
        width: 100%;
    display: inline-block;
}
.btmbtn {
    text-align:center;
    width:100%;
}

#amount, #sqrate, #totalamount ,#totals{
    text-align: right;
        font-weight: bold;
   color:red;
   float:left
}

.msgg {
        color: #e82c2c;
    font-size: 14px;
    font-weight: bold;


}


.error1,
.error2 {
  width:100% !important;
  float:right;
  text-align:center;
  font-size:12px;
    color:red;
}


#prcd {
    display:none;
}
.total {
    text-align:right;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */


.rdsize {
        margin: 15px;
}

.abc {
    float:right;
}

.error{ border: 1px solid red !important}


.mesg {
    display:none;
    color:green;
     
}



#optionform .show {
    cursor:pointer;
}
    .active
    {    font-weight: bold;}

    input#protocol {
    border: none;
    width: 0;
    height: 0;
   
}

.dataTables_length, #dtBasicExample_filter,.dataTables_info,#dtBasicExample_paginate {
    display:none;
}

.ldf {
    width: 100%;
    display: inline-block;
}

.passive {
    display:none;
}

.active {
    display:block;
}

.udfcard:hover
{
    box-shadow: none !important;
    }


button.sliderbutton {
    background: #df121b;
    border-radius: 27.5px;
    width: 140px;
    height: 40px;
    overflow: hidden;
    border: none;
    color: white;
}
.upperldf{
    -webkit-box-shadow: 4px 0px 3px -2px rgba(125,119,125,1);
-moz-box-shadow: 4px 0px 4px -2px rgba(125,119,125,1);
box-shadow: 4px 0px 3px -2px rgba(125,119,125,1);}

.drms {

    color:#df121b;
    padding:10px;
    font-size:20px;
}


.crtp {

    width:22px;
}

