/*Custom CSS - Team Iconix*/

/*Header*/

#shop_header{
    z-index: 10;
}
#shop_header .menu-item .sub-menu{
    display: none;
    position: absolute;
}
#shop_header .menu-item:hover .sub-menu{
    display: block;
}


/*Product Selection*/
.product-selection{
    padding: 50px 0;
}

.product-selection h1, .product-selection h2, .product-selection p {
    color: #6e6e6e;
}
.product-selection .more-less {
    float: right;
    color: #212121;
    margin-top: 15px;
}

.product-selection .glyphicon-plus {
    content: url("/wp-content/uploads/2019/03/plus.png");
}
.product-selection .glyphicon-minus {
    content: url("/wp-content/uploads/2019/03/minus.png");
}

.product-selection .product-details img{
    float:left;
    margin-right:24px;
    margin-top: 0;
    min-width: 231px;
}

.product-selection .product-details  h1{
    font-size:18px;
    font-weight:600;
    color:#6e6e6e;
}

.product-selection .product-panel  h2{
    font-size: 14px;
    font-weight:normal;
}


.product-selection .product-details {
    width: 1174px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    margin: 0 auto;
    padding: 25px;
    display: flex;
}

.product-selection .product-details p {
    font-size: 13px;
    font-weight:normal;
    margin-top: 12px;
}

.product-selection .product-panel {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.product-selection .product-panel .selection {
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 25px 60px 35px;
    /*margin: 0 auto;*/
    width: 740px;
    margin-right: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.product-selection .product-panel .selection hr {
    border: solid 1px #f0f0f0;
    opacity: 0.5;
    display: block;
    width: auto;
    height: auto;
    margin: 10px -60px 30px;
}
.product-selection .product-panel .selection h1 {
    font-size: 18px;
    letter-spacing: 0.3px;
    font-weight:600;
    margin-bottom: 12px;
    -webkit-font-smoothing: antialiased;
}
.product-selection .product-panel .selection p {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #6e6e6e;
}
.product-selection .product-panel .selection .options-panel {
    margin: 25px 0 0;
}
.product-selection .product-panel .selection .options-panel .attribute-list {
    /*margin: 25px 0;*/
    display: flex;
    flex-direction: column;
}
.product-selection .product-panel .selection .options-panel h2 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.product-selection .product-panel .selection .options-panel input[type=radio] {
    opacity: 0;
    position: absolute;
}
.product-selection .product-panel .selection .options-panel .btn-checked{
    display: block;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
    border-radius: 2px;
    margin-right: 20px;
    padding: 10px 25px;
    border: solid 1px #6e6e6e;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.product-selection .product-panel .selection .options-panel .hide-checkbox:checked + label {
    display: inline-block;
    font-size: 14px;
    border: solid 1px #60abdf;
    color: #ffffff;
    margin-right: 20px;
    padding: 10px 25px;
    background-color: #60abdf;
}
.product-selection .product-panel .selection .options-panel .form-control {
    width: 25%;
    width: 196px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    padding-left: 10px;
    margin-bottom: 20px;
}
.product-selection .product-panel .selection .options-panel .form-control input {
    font-size: 14px;
    color: #6e6e6e;
}
.product-selection .product-panel .selection .options-panel .form-control:focus {
    outline: none;
    box-shadow: none;
}
.product-selection .product-panel .selection .options-panel .form-control-small {
    width: 104px;
    margin-right: 20px;
}
.product-selection .product-panel .selection .options-panel .form-control-large {
    width: 200px;
}
.product-selection .product-panel .selection .options-panel .custom-check-new {
    margin: 20px 0 0;

}

                /* Create a custom checkbox */

.product-selection .product-panel .selection .options-panel .custom-check-new .d-flex{
    display: flex;
}
.product-selection .product-panel .selection .options-panel .custom-check-new .sl-did-input{
    width: 354px;
    height: 48px;
    opacity: 0.8;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
}
.product-selection .product-panel .selection .options-panel .custom-check-new .accordion-check {
    margin-left: 45px;
}
.product-selection .product-panel .selection .options-panel .custom-check-new .accordion-check .form-check {
    padding-left: 0;
    margin-bottom: 20px;
}
.product-selection .product-panel .selection .options-panel .custom-check-new .input-show input[type=radio] {
    opacity: 1;
    margin-left: -42px;
    margin-top: 18px;
    box-shadow: none;
}
.product-selection .product-panel .selection .options-panel .custom-check-new .container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default checkbox */
}
.product-selection .product-panel .selection .options-panel .custom-check-new .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -2px;
    top: -3px;
    height: 18px;
    width: 18px;
    z-index: 10;
    display: block;
}
.product-selection .product-panel .selection .options-panel .custom-check-new .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-selection .product-panel .selection .options-panel .custom-check-new .checkmark:after {
    content: url("/wp-content/uploads/2019/03/check_box.png");
    position: absolute;
    display: none;
}
.product-selection .product-panel .selection .options-panel .custom-check-new .container input:checked ~ .checkmark:after {
    display: block;
}
.product-selection .product-panel .selection .options-panel .custom-check-new .container .checkmark:after {
    left: -1px;
    top: -1px;
}
.product-selection .product-panel .order-summary {
    position: relative;
}
.product-selection .product-panel .order-summary .inner {
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 16px 20px 0 30px;
    /*position: fixed;*/
    width: 290px;
}
.product-selection .product-panel .order-summary .inner h2 {
    font-size: 14px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.product-selection .product-panel .order-summary .inner hr {
    border: solid 1px #f0f0f0;
    margin-left: -30px;
    margin-right: -30px;
    opacity: 0.5;
    display: block;
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-selection .product-panel .order-summary .inner h3 {
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 10px;
    opacity: 0.5;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.product-selection .product-panel .order-summary .inner .quantity {
    display: flex;
}
.product-selection .product-panel .order-summary .inner .quantity .item {
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #6e6e6e;
}
.product-selection .product-panel .order-summary .inner .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 295px;*/
    height: 54px;
    border-radius: 0 0 4px 4px;
    background-color: #60abdf;
    margin-left: -30px;
    margin-right: -20px;
    padding-left: 30px;
    padding-right: 30px;
}
.product-selection .product-panel .order-summary .inner .total h4 {
    font-size: 14px;
    color: #fafafa;
    margin: 0;
    font-weight: 400;
}

.product-selection .product-panel .order-summary .cart-buttons {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.product-selection .product-panel .order-summary .cart-buttons .atc-btn {
    width: 150px;
    height: 48px;
    border-radius: 2px;
    background-color: #45aa31;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    outline:none;
    border: none;
    text-transform: uppercase;
}
.product-selection .product-panel .order-summary .cart-buttons .reset-btn {
    width: 150px;
    height: 48px;
    border-radius: 2px;
    background-color: #cfd8dc;
    color: #455a64;
    font-size: 14px;
    cursor: pointer;
    outline:none;
    border: none;
    text-transform: uppercase;
}


        /*Mobile/ Tab responsive Start*/

@media only screen  and (min-device-width : 275px)  and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3)  {

    .product-selection .product-details{
        width:auto!important;
        margin: 55px 10px 20px;
        display: flex;
        flex-direction: column;
    }

    .product-selection .product-details img{
        margin: 0 0 20px;
    }

    .product-selection .product-details h1{
        font-size: 16px;
    }

    .product-selection .product-details p{
        font-size: 12px;
    }

    .product-selection .product-details ul li{
        font-size: 12px;
    }

    .product-selection .product-panel{
        display: block!important;
    }

    .product-selection .product-panel .selection{
        width: auto!important;
        margin: 10px;
        padding: 15px;
    }

    .product-selection .product-panel .selection h1{
        font-size: 16px;
        margin-top: 10px;
    }

    .product-selection .product-panel .selection h2{
        font-size: 14px;
    }

    .product-selection .product-panel .selection hr{
        margin: 10px -15px 25px;
    }

    .product-selection .product-panel .order-summary{
        margin: 10px;
    }

    .product-selection .product-panel .order-summary .inner{
        width: auto!important;
    }

    .product-selection .product-panel .order-summary .inner hr{
        margin-left: -30px;
        margin-right: -20px;
    }

    .product-selection .product-panel .selection .options-panel .form-control-small{
        font-size: 14px;
    }

    .product-selection .product-panel .selection .options-panel .form-control-large{
        font-size: 14px;
    }

    .product-selection .product-panel .selection .options-panel .custom-check-new .sl-did-input{
        font-size: 14px;
    }
}

    /*for iPhone 5 and similar size screens*/
@media only screen and (max-width: 600px){

    .product-selection .product-details{
        width:auto!important;
        margin: 55px 10px 20px;
        display: flex;
        flex-direction: column;
    }

    .product-selection .product-details img{
        margin: 0 0 20px;
    }

    .product-selection .product-details h1{
        font-size: 16px;
    }

    .product-selection .product-details p{
        font-size: 12px;
    }

    .product-selection .product-details ul li{
        font-size: 12px;
    }

    .product-selection .product-panel{
        display: block!important;
    }

    .product-selection .product-panel .selection{
        width: auto!important;
        margin: 10px;
        padding: 15px;
    }

    .product-selection .product-panel .selection h1{
        font-size: 16px;
        margin-top: 10px;
    }

    .product-selection .product-panel .selection h2{
        font-size: 14px;
    }

    .product-selection .product-panel .selection hr{
        margin: 10px -15px 25px;
    }

    .product-selection .product-panel .order-summary{
        margin: 10px;
    }

    .product-selection .product-panel .order-summary .inner{
        width: auto!important;
    }

    .product-selection .product-panel .order-summary .inner hr{
        margin-left: -30px;
        margin-right: -20px;
    }

    .product-selection .product-panel .selection .options-panel .form-control-small{
        font-size: 14px;
    }

    .product-selection .product-panel .selection .options-panel .form-control-large{
        font-size: 14px;
    }

    .product-selection .product-panel .selection .options-panel .custom-check-new .sl-did-input{
        font-size: 14px;
    }
}

/*Tab*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1366px)  {

    .product-selection .product-panel .selection{
        width: 686px;
    }

    .product-selection .product-details{
        width: 1120px;
    }
}
        /*Mobile/ Tab responsive End*/


/*Product selection ends here*/



/*cart Starts here*/

.cart-panel{
    width: 1140px;
    margin: 0 auto;
    padding: 80px 0;
}
.cart-panel .cart-table{
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
}

.cart-panel .cart-table table{
    width: 100%;
}

.cart-panel .cart-table table tr th{
    background-color: #60abdf;
    font-size:14px;
    font-weight: bold;
    color: #ffffff;
    padding:15px 30px;
    text-align: left;
}

.cart-panel .cart-table table tr td{
    font-size: 13px;
    color: #6e6e6e;
    padding: 20px 18px 20px 28px;
    /*vertical-align: baseline;*/
    border-bottom: solid 1px rgba(240, 240, 240, 1);
    font-weight: 600;

}

.cart-panel .cart-table table tr .counter{
    display: flex;
    align-items: center;
}
.cart-panel .cart-table table tr .counter img{
    height: 20px;
    width: 20px;
    margin: 0 10px;
    cursor: pointer;
}
.cart-panel .cart-table table tr td img{
    margin-bottom: 0;
    margin-top: 0;
    cursor: pointer;
}

.cart-panel .cart-buttons{
    margin: 50px 0;
    display: flex;
    float: right;
}

.cart-panel .cart-buttons .atc-btn {
    padding: 14px 30px;
    border-radius: 2px;
    background-color: #45aa31;
    color: #ffffff;
    font-size: 14px;
    border:none;
    cursor: pointer;
    outline:none;
}
.cart-panel .cart-buttons .reset-btn {
    padding: 14px 51px;
    border-radius: 2px;
    background-color: #cfd8dc;
    color: #455a64;
    font-size: 14px;
    display: flex;
    border:none;
    margin-right: 14px;
    cursor: pointer;
    outline:none;
}


        /*Mobile responsive Starts here*/
@media only screen  and (min-device-width : 275px)  and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3)  {

    .cart-panel{
        width: auto;
        margin: 30px 10px;
    }

    .cart-panel .cart-table table tr .counter{
        margin-right:25px;
    }

    .cart-panel .cart-table table tr .wd-mob-40{
        min-width: 40px;
    }

    .cart-panel .cart-table table tr th{
        padding: 10px;
        font-size: 12px;
    }

    .cart-panel .cart-table table tr td{
        padding: 10px;
        font-size: 12px;
    }

    .cart-panel .cart-buttons{
        margin: 20px 0;
    }

    .cart-panel .cart-buttons .atc-btn{
        padding: 12px 25px;
        font-size: 12px;
    }
}

    /*for iPhone 5 and similar size screens*/
@media only screen and (max-width: 600px){

    .cart-panel{
        width: auto!important;
        margin: 30px 10px!important;
    }

    .cart-panel .cart-table table tr .counter{
        margin-right:25px;
    }

    .cart-panel .cart-table table tr .wd-mob-40{
        min-width: 40px;
    }

    .cart-panel .cart-table table tr th{
        padding: 10px;
        font-size: 12px;
    }

    .cart-panel .cart-table table tr td{
        padding: 10px;
        font-size: 12px;
    }

    .cart-panel .cart-buttons{
        margin: 20px 0;
    }

    .cart-panel .cart-buttons .atc-btn{
        padding: 12px 25px;
        font-size: 12px;
    }

}

        /*Mobile responsive Ends here*/


/*Cart Ends here*/


/*Guest check out*/

.guest-checkout{
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
.guest-checkout select{
    width: 256px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    box-shadow: none;
    padding-left: 20px;
}

.guest-checkout .total{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #6e6e6e;
    border-top: solid 1px #60abdf;
    border-bottom: solid 1px #60abdf;
    padding: 5px 0 15px;
}

.guest-checkout hr{
    border: solid 1px #f0f0f0;
    opacity: 0.5;
    margin-left: -50px;
    margin-right: -50px;
    background: #f0f0f0;
    height: 0;
    width: 760px;
}
.guest-checkout .order-buttons {
    margin: 25px 0 50px;
    display: flex;
    float: right;
}

.guest-checkout .order-buttons .atc-btn {
    padding: 10px 30px;
    height: 48px;
    border-radius: 2px;
    background-color: #45aa31;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    outline:none;
}
.guest-checkout .order-buttons .reset-btn {
    padding: 14px 51px;
    border-radius: 2px;
    background-color: #cfd8dc;
    color: #455a64;
    font-size: 14px;
    display: flex;
    border:none;
    margin-right: 14px;
    cursor: pointer;
    outline:none;
}

.guest-checkout .left-panel{
    width: 649px;
    margin-right: 25px;
}
.guest-checkout .shipping-details{
    height: 760px;
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    overflow: hidden;
}
.guest-checkout .shipping-details .d-flex{
    display: flex;
}

.guest-checkout .shipping-details h1{
    font-size: 16px;
    color: #6e6e6e;
    padding: 20px 50px 10px;
    font-weight: 600;
}
.guest-checkout .shipping-details .date-time{
    display: flex;
}

.guest-checkout .shipping-details h2{
    font-size: 14px;
    font-weight: 600;
    color: #6e6e6e;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}
.guest-checkout .shipping-details form{
    /*padding: 10px 50px;*/
}
.guest-checkout .shipping-details input{
    min-width: 256px;
    max-width: 256px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    margin: 0 10px 10px 0;
    font-size: 14px;
    padding-left: 20px;
}

.guest-checkout .order-summary{
    width: 467px;
    min-height: 600px;
    border-radius: 4px;
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #60abdf;
    background-color: #ffffff;
}

.guest-checkout .order-summary h1{
    font-size: 16px;
    color: #6e6e6e;
    padding: 20px 30px 5px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.guest-checkout .order-summary h2{
    font-size: 16px;
    color: #6e6e6e;
    padding: 0 10px 0 5px;
}
.guest-checkout .order-summary h3{
    font-size: 14px;
    color: #6e6e6e;
    padding: 15px 30px 5px;
    font-weight: 600;
}

.guest-checkout .order-summary h4{
    font-size: 20px;
    color: #6e6e6e;
    padding: 0 20px 0 10px;
    width: 37px;
}

.guest-checkout .order-summary p{
    font-size: 12px;
    color: #6e6e6e;
    padding: 0 0 0 30px;
    width: 275px;
}

.guest-checkout .order-summary .table{
    width: 100%;
}

.guest-checkout .order-summary table tr th{
    text-align: left;
    padding-left: 30px;
}

.guest-checkout .ordering-details {
  height: 1176px;
  box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  overflow: hidden;
}

.guest-checkout .ordering-details .d-flex {
  display: flex;
}

.guest-checkout .ordering-details h1 {
  font-size: 16px;
  color: #6e6e6e;
  padding: 30px 0 20px 30px;
  font-weight: 600;
}

.guest-checkout .ordering-details .date-time {
  display: flex;
}

.guest-checkout .ordering-details h2 {
  font-size: 14px;
  font-weight: 600;
  color: #6e6e6e;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
}

.guest-checkout .ordering-details input[type=radio] {
  height: 17px;
  margin: 0 10px 0 30px;
  font-size: 14px;
}

.guest-checkout .ordering-details input[type=text] {
  min-width: 270px;
  max-width: 270px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  margin: 25px 0 0 30px;
  font-size: 14px;
}

.guest-checkout .ordering-details input[type=email] {
  min-width: 270px;
  max-width: 270px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  margin: 25px 0 0 30px;
  font-size: 14px;
}

.guest-checkout .ordering-details input[type=tel] {
  min-width: 270px;
  max-width: 270px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  margin: 25px 0 0 30px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 5px;
}

.guest-checkout .ordering-details select {
  min-width: 270px;
  max-width: 270px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  margin: 25px 0 0 30px;
  font-size: 14px;
}

.guest-checkout .ordering-details #shipAddressSelect {
  min-width: 570px;
  max-width: 570px;
}

.guest-checkout .ordering-details .searchLink {
  vertical-align: middle;
  outline: none;
  margin: 40px 0 0 15px;
  height: min-content;
}

.guest-checkout .ordering-details hr {
  border: none;
  opacity: 1;
  margin: 30px 0px 0 0px;
  display: block;
  width: auto;
  height: 1px;
}

.user-checkout .ordering-details .check-box {
  display: flex;
  align-items: center;
  margin: 14px 0 0 15px;
}

.user-checkout .ordering-details .check-box .container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-checkout .ordering-details .check-box .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 3px;
  z-index: 10;
  display: block;
}

.user-checkout .ordering-details .check-box .container .checkmark {
  position: absolute;
  top: -11px;
  left: 2px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.user-checkout .ordering-details .check-box .container .checkmark:after {
  content: url("/wp-content/uploads/2019/03/check_box.png");
  position: absolute;
  display: none;
}

.user-checkout .ordering-details .check-box .container input:checked ~ .checkmark:after {
  display: block;
}

.user-checkout .ordering-details .check-box .container .checkmark:after {
  left: -1px;
  top: -1px;
}

.user-checkout .ordering-details .search-error {
  color: red;
  margin: 44px 0 0 20px;
}

.user-checkout .ordering-details .search-result-wrapper {
  position: relative;
  width: 0;
  height: 0;
  z-index: 100;
}

.user-checkout .ordering-details .search-result {
  position: absolute;
  margin: 73px 0 0 -290px;
  border-style: solid;
  border-width: thin;
  background: #f2f2f2;
  padding-right: 15px;
}

.user-checkout .ordering-details .search-result .close-result {
  text-align: right;
  font-weight: 600;
  margin: 5px -7px 0 0;
}

.user-checkout .ordering-details .search-result .close-result a {
  color: #6e6e6e;
}

/*Mobile responsive Starts here*/
@media only screen  and (min-device-width : 275px)  and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3)  {

    .login-ti{
        display: block;
    }

    .login-ti img{
        display: none;
    }

    .login-ti .right-section{
        padding: 30px 0;
    }

    .login-ti .login-panel{
        margin-top: 50px;
    }

    .guest-checkout{
        display: inline-block;
        margin-top: 40px;
    }

    .user-checkout{
        display: inline-block;
    }

    .user-checkout .left-panel{
        width: 450px!important;
        margin: 20px;
    }

    .user-checkout .order-buttons{
        float: left;
    }

    .guest-checkout .order-summary{
        width: auto;
        margin: 20px;
        min-height: auto;
    }
}

    /*for iPhone 5 and similar size screens*/
@media only screen and (max-width: 600px){

    .login-ti{
        display: block;
    }

    .login-ti img{
        display: none;
    }

    .login-ti .right-section{
        padding: 30px 0;
    }

    .login-ti .login-panel{
        margin-top: 50px;
    }

    .guest-checkout{
        display: inline-block;
        margin-top: 40px;
    }

    .user-checkout{
        display: inline-block;
    }

    .user-checkout .left-panel{
        width: 450px!important;
        margin: 20px;
    }

    .user-checkout .order-buttons{
        float: left!important;
    }

    .guest-checkout .order-summary{
        width: auto;
        margin: 20px;
        min-height: auto;
    }

}

        /*Mobile responsive Ends here*/


/*Guest check out ends*/



/*User check out*/

.user-checkout{
    display: flex;
    justify-content: center;
}

.user-checkout .total{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #6e6e6e;
}
.user-checkout hr{
    border: none;
    opacity: 0.5;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 25px;
    display: block;
    width: auto;
    height: 1px;
}
.user-checkout .order-buttons {
    margin: 50px 0;
    display: flex;
    float: right;
}

.user-checkout .order-buttons .atc-btn {
    padding: 10px 30px;
    height: 48px;
    border-radius: 2px;
    background-color: #45aa31;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    outline:none;
    border: none;
}
.user-checkout .order-buttons .reset-btn {
    padding: 14px 51px;
    border-radius: 2px;
    background-color: #cfd8dc;
    color: #455a64;
    font-size: 14px;
    display: flex;
    border:none;
    margin-right: 14px;
    cursor: pointer;
    outline:none;
    display: flex;
    align-items: center;
}

.user-checkout .left-panel{
    width: 649px;
    margin-right: 25px;
}
.user-checkout .shipping-details{
    height: auto;
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    overflow: hidden;
    padding: 50px;
}
.user-checkout .shipping-details .d-flex{
    display: flex;
}
.user-checkout .shipping-details .pay-details{
    margin: 20px 0 15px;
    display: flex;
}
.user-checkout .shipping-details .cc-search{
    width: 485px;
    outline: none;
}
.user-checkout .shipping-details .pay-details .btns:active{
    width: 235px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #60abdf;
    background-color: #ffffff;
    color: #60abdf;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    margin-right: 15px;
}
.user-checkout .shipping-details .pay-details .btns{
    width: 235px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    font-size: 15px;
    color: #6e6e6e;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    margin-right: 15px;
}
.user-checkout .shipping-details .btn-addnew{
    font-size: 12px;
    color: #60abdf;
    outline: none;
    cursor: pointer;
    border:none;
    margin: 15px 0;
}

.user-checkout .shipping-details .address-box{
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer !important;
}
.user-checkout .shipping-details .address-box label{
    display: inline-block;
    font-size: 14px;
    border: solid 1px #f0f0f0;
    padding: 20px 30px;
    color: #6e6e6e;
    background-color: #ffffff;
    min-width: 150px;
    height: 48px;
    border-radius: 4px;
}
.user-checkout .shipping-details .address-box label:active{
    border: solid 1px #60abdf;
    color: #60abdf;
}
.user-checkout .shipping-details .address-box input{
    opacity: 0;
    position: absolute;
}
.user-checkout .shipping-details h1{
    font-size: 16px;
    color: #6e6e6e;
}
.user-checkout .shipping-details .date-time{
    display: flex;
}

.user-checkout .shipping-details h2{
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
}
.user-checkout .shipping-details h3{
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px;
    color: #6e6e6e;

}
.user-checkout .shipping-details p{
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 500;
}
.user-checkout .shipping-details form{
    padding: 10px 50px;
}

.user-checkout .shipping-details input{
    min-width: 256px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    margin: 0 10px 10px 0;
    font-size: 14px;
    padding-left: 20px;
}

.user-checkout .shipping-details .check-box{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.user-checkout .shipping-details .check-box .container{
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.user-checkout .shipping-details .check-box .container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 3px;
    z-index: 10;
    display: block;
}
.user-checkout .shipping-details .check-box .container .checkmark{
    position: absolute;
    top: -11px;
    left: 2px;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.user-checkout .shipping-details .check-box .container .checkmark:after {
    content: url("/wp-content/uploads/2019/03/check_box.png");
    position: absolute;
    display: none;
}
.user-checkout .shipping-details .check-box .container input:checked ~ .checkmark:after {
    display: block;
}
.user-checkout .shipping-details .check-box .container .checkmark:after {
    left: -1px;
    top: -1px;
}

.user-checkout .order-summary{
    width: 467px;
    min-height: 700px;
    border-radius: 4px;
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #60abdf;
    background-color: #ffffff;
}

.user-checkout .order-summary h1{
    font-size: 16px;
    color: #6e6e6e;
    padding: 20px 30px 5px;
}
.user-checkout .order-summary h2{
    font-size: 16px;
    color: #6e6e6e;
    padding: 0 20px 0 10px;
    width: 37px;
}

.user-checkout .order-summary p{
    font-size: 12px;
    color: #6e6e6e;
    padding: 0 30px;
}
.user-checkout .order-summary table tr th{
    text-align: left;
    padding-left: 30px;
}


    /*Mobile responsive Starts here*/
@media only screen  and (min-device-width : 275px)  and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3)  {

    .user-checkout .shipping-details input{
        min-width:100px!important;
    }

    .user-checkout .shipping-details .address-box label{
        min-width: 110px;
    }

    .guest-checkout .shipping-details input{
        max-width:160px!important;
    }

    .guest-checkout select{
        width:160px!important;
    }

    .guest-checkout select{
        font-size:14px!important;
    }
}

    /*for iPhone 5 and similar size screens*/
@media only screen and (max-width: 600px){

    .user-checkout .shipping-details input{
        min-width:100px!important;
    }

    .user-checkout .shipping-details .address-box label{
        min-width: 110px;
    }

    .guest-checkout .shipping-details input{
        max-width:160px!important;
    }

    .guest-checkout select{
        width:160px!important;
    }

    .guest-checkout select{
        font-size:14px!important;
    }

}

/*Mobile responsive Ends here*/


/*Login - TI*/

.login-ti{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-ti .right-section{
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-ti .login-panel{
    /*box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.08);*/
    /*background-color: #fafafa;*/
}
.login-ti .login-panel h1{
    font-size: 16px;
    color: #6e6e6e;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.login-ti .login-panel h2{
    font-size: 12px;
    font-weight: 600;
    color: #6e6e6e;
    margin: 15px 0 10px;
    -webkit-font-smoothing: antialiased;
}
.login-ti .login-panel .white-bg{
    height: auto;!important;
    max-width: 450px;
    padding: 50px 50px 20px;
}
.login-ti .login-panel hr{
    border: solid 1px #f0f0f0;
    margin-bottom: 30px;
    display: block;
    width: auto;
    height: auto;
}
.login-ti .login-panel .white-bg input{
    width: 354px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    padding-left: 20px;
    font-size: 14px;
    margin: 5px 0 10px;
    box-sizing: border-box;
}
.login-ti .login-panel .white-bg .login-btn{
    width: 100%;
    height: 48px;
    border-radius: 2px;
    background-color: #45aa31;
    font-size: 14px;
    color: #ffffff;
    margin: 30px 0;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    border: none;
    cursor: pointer;
}
.login-ti .login-panel .white-bg .forgot-pwd{
    text-align: center;
}
.login-ti .login-panel .white-bg .forgot-pwd a{
    font-size: 14px;
    color: #45aa31;
    text-decoration: none;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.login-ti .login-panel .checkout{
    text-align: center;
    margin: 25px 0;
}
.login-ti .login-panel .checkout a{
    font-size: 16px;
    color: #60abdf;
    text-decoration: none;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.invalid-feedback{
    color:red;
}

/*Account details - TI*/

.change-password-ti{
    justify-content: center;
    display: flex;
    padding: 50px;
}
.change-password-ti .d-flex{
    display: flex;
}
.change-password-ti .details-panel{
    padding: 5px 40px 40px;
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    width: 550px;
}
.change-password-ti .details-panel .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.change-password-ti .details-panel .title h1{
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 600;
}
.change-password-ti .details-panel .title .edit-link{
    font-size: 12px;
    color: #60abdf;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
}
.change-password-ti .details-panel hr{
    border: solid 1px #f0f0f0;
    opacity: 0.5;
    margin-left: -40px;
    margin-right: -40px;
    display: block;
    width: auto;
    height: auto;
}
.change-password-ti .details-panel form{
    margin: 20px 0;
}
.change-password-ti .details-panel form .info-row{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.change-password-ti .details-panel form .info-row img{
    height: auto;
    width: auto;
}
.change-password-ti .details-panel form .info-row h3{
    font-size: 12px;
    color: #6e6e6e;
    margin-bottom: 5px;
    font-weight: 600;
}
.change-password-ti .details-panel form .info-row .pwd-edit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.change-password-ti .details-panel form .info-row .change-pwd{
    margin-left: 50px;
}
.change-password-ti .details-panel form .info-row .change-pwd .pwd-btn{
    font-size: 12px;
    color: #60abdf;
    font-weight: 600;
    border:none;
}
.change-password-ti .details-panel form .info-row .pwd-links{
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.change-password-ti .details-panel .dis-btn{
    font-size: 12px;
    color: #475962;
    font-weight: 600;
    border:none;
    outline: none;
    cursor: pointer;
}
.change-password-ti .details-panel .save-btn{
    font-size: 12px;
    color: #45aa31;
    font-weight: 600;
    border:none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
}
.change-password-ti .details-panel form .info-row .icon{
    margin-right: 30px;
}
.change-password-ti .details-panel form .info-row input{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #f0f0f0;
    margin-right: 30px;
    margin-bottom: 0;
    outline: none;
    box-shadow: none;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0;
}


/*Mobile responsive Starts here*/
@media only screen  and (min-device-width : 275px)  and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3)  {

    .change-password-ti{
        display: inline-block;
        margin: 120px 15px;
        width: 450px!important;
        padding: 0;
    }

    .change-password-ti .details-panel{
        width: auto;
    }

    .change-password-ti .details-panel .save-btn{
        background: #fff;
    }

    .change-password-ti .details-panel form .info-row{
        flex-wrap:wrap!important;
    }

    .change-password-ti .details-panel form .info-row .pwd-edit{
        width:auto!important;
    }

    .change-password-ti .details-panel form .info-row .change-pwd{
        margin-left:110px!important;
    }
}

/*for iPhone 5 and similar size screens*/
@media only screen and (max-width: 600px){

    .change-password-ti{
        display: inline-block;
        margin: 120px 15px;
        width: 450px!important;
        padding: 0;
    }

    .change-password-ti .details-panel{
        width: auto;
    }

    .change-password-ti .details-panel .save-btn{
        background: #fff;
    }

    .change-password-ti .details-panel form .info-row{
        flex-wrap:wrap!important;
    }

    .change-password-ti .details-panel form .info-row .pwd-edit{
        width:auto!important;
    }

    .change-password-ti .details-panel form .info-row .change-pwd{
        margin-left:110px!important;
    }
}

/*Mobile responsive Ends here*/



/*Account details Ends - TI*/


/*Thank you page*/

    /*For New design - Start*/
.thankyou-page{
    /*display: flex;*/
    display: block;
    justify-content: center;
    padding-top: 50px;
}

.thankyou-page .top-panel{
    width: 70%;
    padding: 25px;
    margin: auto;
}

.thankyou-page .top-panel h1{
    font-size: 32px;
    font-weight: normal;
    color: #71a9db;
    margin-bottom: 30px;
}

.thankyou-page .top-panel p{
    font-size: 15px;
    color: #898989;
    margin: 10px 0 10px;
    font-weight: lighter;
}

.thankyou-page .bottom-panel{
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 65px 0;
    margin: auto;
}

.thankyou-page .bottom-panel h2{
    font-size: 16px;
    color: #6e6e6e;
    width: 95px;
    text-align: right;
    margin: 18px 0 0;
}

.thankyou-page .bottom-panel h3{
    font-size: 16px;
    color: #6e6e6e;
    font-weight: bold;
}

.thankyou-page .bottom-panel h4{
    font-size: 16px;
    color: #6e6e6e;
    font-weight: bold;
    margin: 0 0 6px;
}

.thankyou-page .bottom-panel h5{
    font-size: 14px;
    color: #6e6e6e;
    font-weight: normal;
    width: 340px;
    line-height: 1.2rem;
}

.thankyou-page .bottom-panel table tr td{
    padding-bottom: 10px;
}

.thankyou-page .bottom-panel .fwn{
    font-weight: normal;
    margin-left: 10px;
}

    /*For New design - end*/


.thankyou-page .table{
    width: 100%;
}

.thankyou-page .total{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #6e6e6e;
}
.thankyou-page hr{
    border: solid 1px rgba(91,168,220,1.0);
    opacity: 0.5;
    display: block;
    width: auto;
    height: auto;
    margin: 15px 0;
}
.thankyou-page .order-buttons {
    margin: 50px 0;
    display: flex;
    float: right;
}

.thankyou-page .order-buttons .atc-btn {
    padding: 10px 30px;
    height: 48px;
    border-radius: 2px;
    background-color: #45aa31;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    outline:none;
}
.thankyou-page .order-buttons .reset-btn {
    padding: 14px 51px;
    border-radius: 2px;
    background-color: #cfd8dc;
    color: #455a64;
    font-size: 14px;
    display: flex;
    border:none;
    margin-right: 14px;
    cursor: pointer;
    outline:none;
}

.thankyou-page .left-panel{
    width: 649px;
    margin-right: 25px;
}
.thankyou-page .shipping-details{
    height: 760px;
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    overflow: hidden;
}
.thankyou-page .shipping-details .d-flex{
    display: flex;
}

.thankyou-page .shipping-details h1{
    font-size: 16px;
    color: #6e6e6e;
    padding: 20px 50px 10px;
}
.thankyou-page .shipping-details .date-time{
    display: flex;
}

.thankyou-page .shipping-details h2{
    font-size: 14px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.thankyou-page .shipping-details h3{
    font-size: 14px;
    font-weight: 500;
}
.thankyou-page .shipping-details form{
    padding: 10px 50px;
}
.thankyou-page .shipping-details input{
    min-width: 256px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    margin: 0 10px 10px 0;
    font-size: 14px;
    padding-left: 20px;
}

.thankyou-page .order-summary{
    width: 467px;
    height:auto;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 0 50px 50px;
}

.thankyou-page .order-summary h1{
    font-size: 26px;
    font-weight: bold;
    color: #6e6e6e;
    margin-bottom: 20px;
}
.thankyou-page .order-summary h2{
    font-size: 16px;
    color: #6e6e6e;
    width: 69px;
    text-align: center;
    margin: 28px 0 0;
}
.thankyou-page .order-summary h3{
    font-size: 16px;
    color: #6e6e6e;
    font-weight: bold;
}
.thankyou-page .order-summary h4{
    font-size: 14px;
    color: #6e6e6e;
    font-weight: bold;
    margin: 0 0 15px;
}
.thankyou-page .order-summary h5{
    font-size: 14px;
    color: #6e6e6e;
    font-weight: normal;
}

.thankyou-page .order-summary p{
    font-size: 14px;
    color: #6e6e6e;
    margin: 20px 0 30px;
}
.thankyou-page .order-summary .fwn{
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}
.thankyou-page .order-summary table tr th{
    text-align: left;
    padding-left: 30px;
}
.thankyou-page .right-panel{
    display: flex;
    align-items: center;
    height: 518px;
}
.thankyou-page .order-summary .ship-address h3{
    margin: 6px 0;
}
.thankyou-page .order-summary .ship-address h4{
    margin: 8px 0;
    font-size: 14px;
    font-weight: normal;
}
.thankyou-page .order-summary .ship-address h5{
    margin: 10px 0;
    width: 250px;
    line-height: 1.5em;
}


    /*Mobile responsive Starts here*/
@media only screen  and (min-device-width : 275px)  and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3)  {

    .thankyou-page{
        display: inline-block;
        margin-top: 50px;
    }

    .thankyou-page .left-panel{
        width: auto;
    }

    .thankyou-page .order-summary{
        width: auto;
        margin-top: 50px;
        padding: 0;
    }

    .thankyou-page .right-panel{
        height: auto;
    }

    .thankyou-page .top-panel p{
        font-size: 11px!important;
    }

    .thankyou-page .top-panel h1{
        font-size: 20px;
    }

    .thankyou-page .bottom-panel{
        display: block;
    }

    .thankyou-page .bottom-panel h3{
        font-size: 12px!important;
    }

    .thankyou-page .bottom-panel h4{
        margin: 15px 0 5px!important;
        font-size: 14px;
    }

    .thankyou-page .bottom-panel h5{
        width: 200px;
    }

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

    /*for iPhone 5 and similar size screens*/
@media only screen and (max-width: 600px){

    .thankyou-page{
        display: inline-block;
        margin-top: 50px;
    }

    .thankyou-page .left-panel{
        width: auto;
    }

    .thankyou-page .order-summary{
        width: auto;
        margin-top: 50px;
        padding: 0;
    }

    .thankyou-page .order-summary p{
        font-size: 11px!important;
    }

    .thankyou-page .order-summary h3{
        font-size: 14px;
    }

    .thankyou-page .right-panel{
        height: auto;
    }

    .thankyou-page .right-panel .order-summary{
        width: auto;
        margin: 0;
        padding: 0 50px 50px;
    }

    .thankyou-page .top-panel p{
        font-size: 11px;
    }

    .thankyou-page .top-panel h1{
        font-size: 20px;
    }

    .thankyou-page .bottom-panel{
        display: block;
    }

    .thankyou-page .bottom-panel h3{
        font-size: 12px!important;
    }

    .thankyou-page .bottom-panel h4{
        margin: 15px 0 5px!important;
        font-size: 14px;
    }

    .thankyou-page .bottom-panel h5{
        width: 200px;
    }

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

}

/*Mobile responsive Ends here*/



/*Thank you page ends*/


.mt-10{
    margin-top: 10px;
}

/* Aj style Changes*/
.guest-checkout .shipping-details  {
    padding: 30px 50px;
}
.guest-checkout .shipping-details h1{
    padding: 0 0 10px !important;
}

.product-selection .product-panel .selection .options-panel .btn-checked.checked {
    display: inline-block;
    font-size: 14px;
    border: solid 1px #60abdf;
    color: #ffffff;
    margin-right: 20px;
    padding: 10px 25px;
    background-color: #60abdf;
}
.product-selection .product-panel .selection .options-panel .btn-checked{
    cursor:pointer;
}
.collapse {     display: none; }
.special_product{
    cursor:pointer;
}

.user-checkout .shipping-details .address-box label.active {
    border: solid 1px #60abdf;
    color: #60abdf;
}

.user-checkout .shipping-details .address-box:active {
    width: auto !important;
    height: auto !important;
}
.user-checkout .shipping-details .pay-details .address-box label{
    height: auto !important;
    padding: 15px 30px;
}

/*Common*/

.ml-30{
    margin-left: 30px;
}

.ml-50-mob{
    margin-left:50px!important;
    margin-top:15px!important;
}

.mb-10{
    margin-bottom: 10px;
}

.w-200{
    width: 200px;
}

.w-150{
    width: 150px;
}

.w-100p{
    width: 100%;
}

.ml-10{
    margin-left: 10px!important;
}

.fw-normal{
    font-weight: normal!important;
}

.mt-40{
    margin-top: 40px!important;
}

.opacity-5{
    opacity: .5!important;
}

/*Common Modal alert*/

.modal-ac {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-ac-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-radius: 4px;
    width: 30%;
    color: #6e6e6e;
}
.modal-ac-content .msg{
    color: #6e6e6e;
    font-size: 14px;
    margin: 10px 0 20px;
    line-height: 1.4em;
}
.modal-ac-content h4{
    color: #6e6e6e;
    font-size: 20px!important;
    font-weight: 600;
    margin: 0;
}
.modal-ac-content hr{
    width: 100%!important;
    margin-left: -20px!important;
    padding-right: 38px!important;
    border: solid 1px rgba(91,168,220,1.0)!important;
    height: 0;
}

.modal-ac-close {
    color: #6e6e6e;
    float: right;
    font-size: 28px;
}

.modal-ac-close:hover,
.modal-ac-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-cancel-button {
  height: 40px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #cfd8dc;
  color: #455a64;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  border: none;
}

.modal-accept-button {
  height: 40px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #45aa31;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  border: none;
}

.modal-ac .modal-footer .redirect-btn{
    border-radius: 2px;
    cursor: pointer;
    color: #ffffff;
    background-color: #45aa31;
    border: none;
    padding: 4px 10px;
}

.horizontal-spacer {
  width: 6px;
  height: auto;
  display: inline-block;
}

/*Loader - TI*/

.loader-pos{
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.loader-pos .loader-ac {
    border: 4px solid #f3f3f3;
    border-radius: 100%;
    border-top: 4px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#blanketPONumber {
  max-width: 294px;
}

.cellTypeLayout {
  margin-top: 5px !important;  
}

#applyPromoCode {
  background-color:#cfd8dc;
  height:31px;
  border:none;
  padding:2px 25px 2px 25px;
  border-radius:2px;
  color:#455a64;
  text-decoration:none;
  outline:none;
  cursor:pointer  
}

.total .promoSection {
  width:60%;
  padding:9px 0 0 29px;  
}

.validPromoMsg {
  padding-top:0 !important;
  color: #60abdf !important; 
}

.invalidPromoMsg {
  padding-top:0 !important;
  color: #A93226 !important; 
}

.thankyou-page .bottom-panel .table td {
  vertical-align: unset; 
}

.thankyou-page .bottom-panel .table .fr-mob {
  text-align: right; 
}

.create-account .column {
  float: left;
  padding: 0;
}

.create-account .row: after {
  content: '';
  display: table;
  clear: both;
}

.create-account select{
  height: 48px;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  box-shadow: none;
  padding-left: 20px;
}

.create-account button {
  width: 400px;
  height: 48px;
  border-radius: 2px;
  background-color: #45aa31;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  outline:none;
  border: none;
  text-transform: uppercase;
  margin: 20px 0;
}

.create-account .contact-info {
  width: 400px !important;  
}

.create-account #streetLine1 {
  width: 250px; 
}

.create-account #streetLine2 {
  width: 150px; 
}

.create-account #city {
  width: 250px;  
}

.create-account #state {
  width: 150px;
  margin: 5px 0 9px 0;
}

.create-account #zip {
  width: 100px; 
}

.create-account #attention {
  width: 300px; 
}

.create-account #errorMsgDisplay {
  float: left;
  color: red;
  display: none;
  padding-top: 10px;
  max-width: 400px;
}

.errorPlaceHolder::-webkit-input-placeholder {
    color: red;
}

.quote-table .quote-payment .row-0 td {
  border-bottom: none;
  padding: 2px 2px 2px;
}

.quote-table .quote-payment .row-1 td {
  border-bottom: none;
  padding: 20px 2px 2px;
}

.quote-table .left-indent {
  background-color: rgba(240, 240, 240, 1);
}

.input-number {
  box-sizing: border-box;
  padding: 5px;
  font-size: 1.0em;
  line-height: 1.0em;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #bbb;
  font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
  margin: 0 0 10px 0;  
}

.input-img {
  outline: none;
  box-shadow: none !important;  
}