@media (min-width: 768px){
    .productView-image{
    border: 1px solid #dfd0d0;
    padding: 0 20px;
}
.availability-free-shipping{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.availability-btn{
    background: #258F1D;
    color: white;
    padding: 5px;
    border-radius: 6px;
    font-weight: bold;
}
.availability-days{
    color: #101010;
    font-weight: bold;
}
.free-shipping-title{
    color: #f75454;
    font-weight: bold;
    margin-left: 4px;
}

/*original code list*/
.facebookRecommendBtn{
    display: none;
}
.productView-options-inner {
    display: flex;
    flex-direction: column;
}

.form-field[data-product-attribute="date"] {
    order: 6;
}
/*.productView-options-inner .form-field:nth-child(1){
    display: none;
}*/

/*------*/
.size-chart-img{
    margin-left: 10px;
}
.size-chart-title{
    margin-left: 5px;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: underline;
}
.hr-line{
    border: solid #ebebeb;
    border-width: 2px 0 0;
    /*margin: -6px 0 13px;*/
    margin: 2px 0 16px;
}
/*======*/
.price-addcartC {
    display: flex;
}

label.form-label.form-label--alternate.qty-label {
    margin: 0px 30px 0px 0px;
}
.price-qty-row, .top-view-price {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.min-max-purchase {
    margin-bottom: 0px;
    /*margin-left: 20px;*/
}
.price-qty-row .qty-form {
    display: flex;
    /*margin-right: 15%;*/
    margin-left: unset;
}
.price-addcartC {
    align-items: center;
}


.productView-price {
    width: 35%;
}

.form-action.product-view-cart.add-to-cart-btn {
    width: 65%;
}

.form-field.form-field--increments.qty-data {
    width: 35%;
}

.min-max-purchase {
    width: 65%;
    padding: 0px 20px;
}
.sticky-bann-product {
    width: 1286px;
    height: 96px;

/* UI Properties */
    background: #EBF1FF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 0px 0px 30px 50px;
}
.aaaa.productView {
    padding-bottom: 0px;
}
section.productView-details {
    margin-bottom: 0px;
}

    .sticky-bann-product {
        
        width: 100%;
        height: 96px;
        background: #EBF1FF 0% 0% no-repeat padding-box;
        opacity: 1;
        margin:unset; 
         display: flex;
        align-items: center;
        
    }
    .sticky-bann-product-inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .par-est .prod-ban-img {
        height: 48px;
        width: 43px;
        margin-right: 10px;
    }
    .par-personalized .prod-ban-img {
        width: 51px;
        height: 36px;
        margin-right: 10px;
    }.par-quickship .prod-ban-img {
       width: 39px;
        height: 36px;
        margin-right: 10px;
    }

    .par-est,.par-personalized,.par-quickship {
        display: flex;
        align-items: center;
    }
    .prod-ban-content{
        color: #333333;
        text-transform: capitalize;
        font-size: medium;
    }

.head-tab-cont{
        top: 1314px;
    left: 82px;
    width: 1202px;
    height: 65px;

    opacity: 1;
}

/* Tabs Start */

.ease {
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.tabs {
    background: #fff;
    position: relative;
    margin-bottom: 50px;

}

.tabs > input,
.tabs > span {
    width: 20%;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 0;
}

.tabs > input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs > span {
    background: #f0f0f0;
    text-align: center;
    overflow: hidden;
}

.tabs > span i,
.tabs > span {
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.tabs > input:hover + span {
    background: rgba(255,255,255,.1);
}

.tabs > input:checked + span {
    background: #fff;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
    color: #3366CC;
}

#tab-1, #tab-1 + span {
    left: 0;
}

#tab-2, #tab-2 + span {
    left: 20%;
}

#tab-3, #tab-3 + span {
    left: 40%;
}

#tab-4, #tab-4 + span {
    left: 60%;
}

#tab-5, #tab-5 + span {
    left: 80%;
}

.tab-content {
    padding: 80px 20px 20px;
    width: 100%;
    min-height: 340px;
}

.tab-content section {
    width: 100%;
    display: none;
}

.tab-content section h1 {
    margin-top: 15px;
    font-size: 100px;
    font-weight: 100;
    text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1  {
    display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2  {
    display: block;
}

#tab-3:checked ~ .tab-content #tab-item-3  {
    display: block;
}

#tab-4:checked ~ .tab-content #tab-item-4  {
    display: block;
}

#tab-5:checked ~ .tab-content #tab-item-5  {
    display: block;
}
/* effect-3 */

.effect-3 .line{
    background: #3366CC;
    width: 20%;
    height: 4px;
    position: absolute;
    top: 76px;
}

#tab-1:checked ~ .line {
    left: 0;
}

#tab-2:checked ~ .line {
    left: 20%;
}

#tab-3:checked ~ .line {
    left: 40%;
}

#tab-4:checked ~ .line {
    left: 60%;
}

#tab-5:checked ~ .line {
    left: 80%;
}
.tabs.effect-3 {
    margin: 16px;
    height: 100%;
    width: 100%;
}
.tab-content div#madeinusa {
    display: flex;
    align-items: center;
}

.tabs.effect-3 .tab-content {
    margin-top: 60px;
}
.tab-content div#madeinusa img.__mce_add_custom__ {
    margin-right: 15px;
}
.tab-content h3,.tab-content h4,.tab-content h5 {
    color: #3366CC;
}
#tab-item-1 ul li {
    color: #333333;
}

#tab-item-1 p {
    color:#333333;
}
#tab-item-2 p {
    color:#333333;
}
#tab-item-1 ol {
    color: #333333;
}
#tab-item-1 ::marker { 
  color: #3366CC;
  font-size: 20px;
}
.tabs.effect-3{
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #ccc;
    padding-top: 20px;

}
.head-tabs-sec{
    background-color: #fff !important;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
#tab-item-1 p a{
    color:#3366CC ;
}
/*.tabs span::after {
    position: absolute;
    content: '';
    font-size: 20px;
    width: 20px;
    background-color: #3f51b5;
    height: 20px;
    left: 50%;
    bottom: -10px;
    z-index: 1;
    overflow: visible;
    transform: rotate(45deg);
}*/
/*input, .tabs span.head-tabs-sec {
    overflow: visible;
}*/
.tabs span.head-tabs-sec::after {
    position: absolute;
    content: "";
    font-size: 20px;
    background-color: transparent;
    left: 50%;
    bottom: -11px;
    z-index: 1;
    overflow: visible;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3366CC;
}
input:not(:checked) + span.head-tabs-sec::after {
    content: unset;
}
#tab-item-1 #madeinusa p span{
    color: #3366CC !important;

}
.mobdesctab{
    display: none;
}
#chartModel .mob-chart-content{
    display: none !important;
}
#cls_118.productView-img-container a::before,
#cls_119.productView-img-container a::before,
#cls_127.productView-img-container a::before {
    content: url("../img/up-arrow-image-2.png");
    position: absolute;
    z-index: 2;
    top: 50px;
    left: -50px;
}
#cls_118.productView-img-container a::after,
#cls_119.productView-img-container a::after,
#cls_127.productView-img-container a::after {
    content: url("../img/des-arrow-image-1.png");
    position: absolute;
    z-index: 2;
    bottom: 70px;
    right: -50px;
}
.productView-image {
    padding: 0 50px !important;
}
.new-bulk-pricing {
    display: block;
}
#tab-item-2  p a{
    color: #3366CC !important;

}
}


@media (max-width: 767px){

    .deskdesctab{
        display: none;
    }
    .chart-content{
        display: none;
    }
    span.availability-btn {
    background-color: #258F1D;
    padding: 2px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
}
.form-field[data-product-attribute="set-rectangle"] .form-option {
    width: 22.9% !important;
}
.qty-form {
    margin-left: 0px !important; 
}
.productView-options .price-qty-row  .qty-label {
    margin: 6px 10px 6px 0px!important;
}
.productView-price {
    margin-top: 30px !important;
}
input#form-action-addToCart {
    border-radius: 5px;
}
span.availability-days {
    font-weight: 600;
    font-size: 10px;
    color: #000;
}

.availability-free-shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

span.free-shipping-title {
    width: 100%;
    color: red;
    font-weight: 600;
    font-size: 10px;
}

.availability-box {
    width: 65%;
}

.free-shipping-box {
    display: flex;
}

span.free-shipping-icon {
    margin-right: 5px;
}


.productView-price {
    margin-top: 30px;
}

.sticky-bann-product-inner {
    display: flex;
    background-color: #EBF1FF;
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
}

.par-est, .par-personalized, .par-quickship {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prod-ban-img {
    width: 15%;
}

.prod-ban-content {
    width: 80%;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
}

.sticky-bann-product {
    background-color: #EBF1FF;
    padding: 20px 10px;
}

.sticky-bann-product .container {
    padding: 0px;
}
.accordion-navigation .accordion-title {
    color: #3366CC;
}

div#accordion--description #madeinusa {
    /*display: flex;*/
    align-items: flex-start;
    margin-top: 18px;
    /* margin: 7px; */
}
#madeinusa img {
    margin-right: 10px;
    float: left;
}
#madeinusa p span {
    color: #3366CC !important;
}
.mobdesctab h3, .mobdesctab h4, .mobdesctab h5 {
    color: #3366CC;
}
#accordion--description ::marker {
    color: #3366CC;
    font-size: 20px;
}

div#accordion--description p,div#accordion--description li {
    color: #000;
    font-weight: 600;
}
.new-bulk-pricing {
    display: ;
}

section.productView-details {
    margin-bottom: 0px !important;
}

.productView-options {
    padding-bottom: 0px !important;
}
.productView-options-inner {
    display: flex;
    flex-direction: column;
}

.form-field[data-product-attribute="date"] {
    order: 6;
}
section.productView-images {
    padding: 0 3rem !important;
}
#cls_118.productView-img-container a::before,
#cls_119.productView-img-container a::before,
#cls_127.productView-img-container a::before {
    content: url("../img/up-arrow-image-1.png");
    position: absolute;
    z-index: 2;
    top: 50px;
    left: -35px;
}
#cls_118.productView-img-container a::after,
#cls_119.productView-img-container a::after,
#cls_127.productView-img-container a::after {
    content: url("../img/des-arrow-image.png");
    position: absolute;
    z-index: 2;
    bottom: 70px;
    right: -35px;
}
    #accordion--orderdescription  p a{
        color: #3366CC !important;

    }
    #accordion--orderdescription{
        color: #000 !important;

    }
}
/*for both mobile & desktop*/
#sizing_118 .size-chart-title , #sizing_119 .size-chart-title , #sizing_127 .size-chart-title  {
    display: inline-block !important;
}
#sizing_118 .size-chart-img , #sizing_119 .size-chart-img , #sizing_127 .size-chart-img  {
    display: inline-block !important;
}


