/*
Created by: Shipra Das
Created on: 20/09/2023
*/


/*Conference page css*/

.ftr_cta_blk {
    -webkit-column-count: auto;
    column-count: auto;
    background: #06277B;
    display: block;
    color: #fff;
    position: fixed;
    bottom: 0px;
    border-top: 2px solid #feda31;
    -webkit-box-shadow: -14px -6px 11px 0 #27202036;
    box-shadow: -14px -6px 11px 0 #27202036;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 9999;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

.ftr_cta_blk .post_cat {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 40px;
    display: inline-block;
    background-color: #feda31;
    line-height: 40px;
    margin-right: 10px;
}

/* Quantity css start */
.pric-area{
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

.quantityOne{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    box-sizing: border-box;
}
.quantityOutput{
    font-size: 17px;
    font-weight: 500;
    color: #2f2f2f;
    font-family: inherit;
    width: 50%;
    text-align: right;
/*  margin-left: 10px;*/
}
.spinNumber{
    display: flex;
    justify-content: left;
    width: 50%;
}
.spinNumber .incrimentButton,.spinNumber .decrimentButton{
    width: 40px;
    height: 35px;
    border: 1px solid #d5d5d5;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    margin: 2px 4px;
    line-height: 30px;
    background: #efefef;
    cursor: pointer;
    transition: .4s all ease-in-out;
}
.spinNumber .incrimentButton:hover,.spinNumber .decrimentButton:hover{
    background: #ffffff;
}
.spinNumber input{
    width: 60px;
    height: 40px !important;
    border: 1px solid #d5d5d5;
    text-align: center;
    font-size: 20px;
    margin: 0px 2px;
    font-weight: 400;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    line-height: 33px;
    background: #efefef;


}
input:focus{
    outline: none;
}
.regularPrice{
    display: none;
}

/*Cart Page Css*/

#cart {
    width: 100%;
}

#cart a {
    color: #000;
    text-decoration: none;

    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

#cart a:hover {
    color: #000;
}

.product.removed {
    margin-left: 980px !important;
    opacity: 0;
}

.product {
    border: 1px solid #eee;
    /* margin: 20px 0; */
    width: 100%;
    height: 160px;
    position: relative;

    -webkit-transition: margin .2s linear, opacity .2s linear;
    -moz-transition: margin .2s linear, opacity .2s linear;
    -ms-transition: margin .2s linear, opacity .2s linear;
    -o-transition: margin .2s linear, opacity .2s linear;
    transition: margin .2s linear, opacity .2s linear;
}

.product img {
    width: 100%;
    height: 100%;
}

.product header, .product .content {
    background-color: #fff;
    border: 1px solid #ccc;
    border-style: none none solid none;
    float: left;
}

.product header {
    background: #000;
    margin: 0 1% 20px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 24%;
    height: 160px;
}

.product header:hover img {
    opacity: .7;
}

.product header:hover h3 {
    bottom: 45px;
    text-align: center;
}

.product header h3 {
    background: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;

    -webkit-transition: bottom .2s linear;
    -moz-transition: bottom .2s linear;
    -ms-transition: bottom .2s linear;
    -o-transition: bottom .2s linear;
    transition: bottom .2s linear;
}

.remove {
    cursor: pointer;
}

.product .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 105px;
    padding: 0 20px;
    width: 75%;
}

.product h1 {
    color: #27509e;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 10px 0 2px 0;
}

.product footer.content {
    height: 50px;
    margin: 6px 0 0 0;
    padding: 0;
}

.product footer .price {
    background: #f7f7f7;
    color: #000;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: 49px;
    margin: 0;
    padding: 0 30px;
}

.product footer .full-price {
    background: #06277b;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: 400;
    line-height: 49px;
    margin: 0;
    padding: 0 30px;

    /*-webkit-transition: margin .15s linear;
    -moz-transition: margin .15s linear;
    -ms-transition: margin .15s linear;
    -o-transition: margin .15s linear;
    transition: margin .15s linear;*/
}

.qt, .qt-plus, .qt-minus {
    display: block;
    float: left;
}

.qt {
    font-size: 17px;
    line-height: 50px;
    width: 200px;
    color: #06277b;
    text-align: center;
}

.qt-plus, .qt-minus {
    background: #f7f7f7;
    border: none;
    font-size: 30px;
    font-weight: 300;
    height: 100%;
    padding: 0 20px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.qt-plus:hover, .qt-minus:hover {
    background: #777;
    color: #fff;
    cursor: pointer;
}

.qt-plus {
    line-height: 50px;
}

.qt-minus {
    line-height: 47px;
}

#site-footer {
    margin: 30px 0 0 0;
}

#site-footer {
    padding: 40px;
}

#site-footer h1 {
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-style: none none solid none;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 7px 0;
    padding: 14px 40px;
    text-align: center;
}

#site-footer h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

#site-footer h3 {
    font-size: 19px;
    font-weight: 300;
    margin: 15px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.btn {
    background: #003a75;
    border: 1px solid #999;
    border-style: none none solid none;
    cursor: pointer;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 0px 0;
    width: 290px;
    text-align: center;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.btn:hover {
    color: #fff;
    background: #429188;
}
 .form-inner .field .btn .btn-layer:hover{
    background: #429188;
}

.type {
    background: #fcfcfc;
    font-size: 13px;
    padding: 10px 16px;
    left: 100%;
}

.type, .color {
    border: 1px solid #ccc;
    border-style: none none solid none;
    position: absolute;
}

.color {
    width: 40px;
    height: 40px;
    right: -40px;
}

.red {
    background: #cb5a5e;
}

.yellow {
    background: #f1c40f;
}

.blue {
    background: #3598dc;
}

/*.minused {
    margin: 0 50px 0 0 !important;
}

.added {
    margin: 0 -50px 0 0 !important;
}*/

.coupon-input {
  display: flex;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  background-color: #f9f9f9;
}

.coupon-input .coupon-input-submit {
  background: none;
  border: none;
  padding-right: 8px !important;
}

.coupon-list-apply.coupon-input-submit {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.32px;
  text-align: center;
  padding: 11px 10px;
  color: #ef3d56;
  align-items: center;
  display: flex;
}