body{
   background: #f3f4f6 !important;
}
.breadcrumb {
    margin-bottom: 6px;
}
.breadcrumb ul{
  list-style: none;
}
.breadcrumb ul li{
  float: left;
  font-size: 14px;
}
.breadcrumb ul li a{
  color: #262626;
  padding-left: 21px;
  margin-right: 15px;
  font-family: 'OpenSansBold', sans-serif;
  background: url(../images/brd_arw_icon.png?ver=1) no-repeat center left;
}
.breadcrumb ul li:last-child a{
font-family: 'OpenSansRegular', sans-serif;
margin-right: 0px;
}
.breadcrumb:after{
  content: "";
  clear: both;
  display: block;
}
.breadcrumb ul li a.breadcrumb__home-icon{
  padding-left: 20px;
  margin-left: 0;
  background:url(../images/brd_home_icon.png?ver=1) no-repeat center left;
}
.red{color: #d01b1d;display: inline-block !important;}
.socialnetwork_dsb_deatils_page {
    margin: 40px 0;
}
.socialnetwork_dsb_deatils_page .share_image {
    background: url(../images/pim-share-with-friends-text.png?ver=1) no-repeat;
    width: 194px;
    height: 49px;
    float: left;
}
.socialnetwork_dsb_deatils_page .social_conatiner_deatils_page {
    float: left;
    box-sizing: border-box;
    padding: 11px 12px 9px 12px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    height: 42px;
    background: #e9e9e9;
    position: relative;
    margin-top: 4px;
    margin-left: 25px;
}
.socialnetwork_dsb_deatils_page .social_conatiner_deatils_page:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #e9e9e9;
    position: absolute;
    left: -8px;
    top: 13px;
}
.displayh {
    display: none
}
#ui-datepicker-div {
    display: none;
}
.availabitiyspan {
    display: none;
}
.product-details-wrap {
    padding-top: 16px;   
    margin-top: 1px;
}
.main-details-outer-wrapper {
    padding-top: 40px;
}
.main-details-outer-wrapper:after {
    content: "";
    clear: both;
    display: block;
}
.product-left-section {
    width: 630px;
    /* max-width: 552px; */
    float: left;
    box-sizing: border-box;
    /* padding-right: 70px; */
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    z-index: 20;
}
/* .product__left-top {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    z-index: 20;
    background: #fff;
} */
.product--model {
    font-size: 16px;
    font-family: "Poppins", serif;
    line-height: 19px;
    /* margin-bottom: 7px; */
    font-weight: 600;
    display: inline-block
     
}
.product--model--rating {
    margin-bottom:6px;
}
.product--model--rating .ratingspan5, .product--model--rating .ratingspan4half, .product--model--rating .ratingspan4{
    position: relative;
    top: 3px;
}
.product--model--rating .ratingcontainer_large{
    display: inline-block;
    margin-left: 10px;
    padding-left: 16px;
    border-left: 1px solid #ddd;
}
.product--model span { font-weight: normal; margin-right: 4px;}
.product--model.text--black {color: #333333;}
.headings_details_1 {
    font-size: 22px;
    font-family: "Poppins", serif;
    color: #333333;
    line-height:26px;
    margin-bottom:15px;
    font-weight: 600;
}
.product-right-section {
    width: 660px;
    float: right;
    /* max-width: 849px; */
    /* padding-left: 78px; */
    box-sizing: border-box;
}
.tabs1 {
    margin-bottom: 30px;
    /* border-bottom: 1px solid #C2C0C0; */
    padding-bottom: 5px;
    position: relative;
}
.tabs1::before{
content: "";
position: absolute;
height: 1px;
width: 585px;
background: #ddd;
bottom: 0;
left: 0;
}
.tabs1 a {
    color: #333333;
    display: block;
    padding: 3px 0 0;
    text-align: left;
    text-decoration: none;
    float: left;
    box-sizing: border-box;
    height: 44px;    
    font-family: "Poppins", serif;
    /* background: #d7dadd; */
    font-size:18px;    
    cursor: pointer;
    /* border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; */
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: relative;
    left: inherit !important;
    font-weight: 700;
}
.tabs1 a:hover,
.tabs1 a.selected {
    
    color: #000000 !important
}
.tabs1 a.selected {
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}
 /* .tabs1 a:after {
    content: "";   
    position: absolute;   
    bottom: 0px;   
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; 
    width: 42%;
    height: 0px;
    
} 
 .tabs1 a.selected:after {
    bottom: -1px;
    background: #DE1E2C;
    height: 3px;
    color: #333333;
}  */
.tabs1 a:first-child {
    width: calc(33.3% - 2.66px);
}
.tabs1 a:nth-child(2) {
    width: calc(33.3% - 2.66px);
    /* margin-left: 4px; */
}
.tabs1 a:nth-child(3) {
    width: calc(33.3% - 2.66px);
    /* margin-left: 4px; */
}
.tabs1 a:first-child:nth-last-child(2),
.tabs1 a:first-child:nth-last-child(2)~a {
    width: calc(50% - 2.66px)
}
.tabs1 a:first-child:nth-last-child(1) {
    width: 50%
}
.tabs1 p {
    margin: 0;
    padding: 7px 0 0
}
.tabs1:after {
    content: "";
    display: block;
    clear: both;
}
.right__main-section {
    margin-top:-2px;
}
.product__aslowas {
    font-size: 20px;
    line-height: 26px;
    font-family: "Poppins", serif;
    font-weight: normal;
    display: none !important;
}
.product__aslowas .aslowasspan { }
#aslowasspan .pricelarge {    font-weight: 600;font-size: 28px;}
#aslowasspan .pricelarge del span { color: #333333 !important;}
.product__aslowas span.spclprice {
    margin-left: 10px;
    color: #333333;
}
.quantityaslowas {
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight: 500;
    color: #e0162b;
    margin-left: 10px;
    vertical-align: middle;
}
.cartbutton {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    height: 60px;
    font-size: 20px;
    font-family: "Poppins", serif;
    min-width: 416px;
    outline: 0 none;
    padding-left: 50px;
    padding-right: 50px;
    background: #d01b1d;
    border: 0;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    text-transform: uppercase;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 600;
}
.cartbutton span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
    margin-left: 8px;
    display: none;
}
.ddimgtooltip {
    display: none;
    position: absolute;
    border: 0 solid #000;
    background: #fff;
    color: #000;
    z-index: 2000;
    padding: 0;
    height: 80px
}
.ddimgtooltip img {
    display: block;
}
.totalpricene {
    font-size: 28px;
    font-family: 'OpenSansBold', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    /* margin-left: calc(35% - 161px); */
    margin-left: 5px;

}
span#total_price_discount {
    font-family: "Poppins", serif;
    font-weight: 500;
    color: #e0162b !important;
}
.dropdownb {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top:0px;
}
.dropbtnb {
    background-color: #ffffff;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    border: none;
    color: #014da1;
    /* border-left: 1px dashed;
    border-right: 1px dashed; */
    padding: 2px 42px 3px 0px;
    position: relative;
}
.qustn_circle {
    position: absolute;
    right: 12px;
    top: 4px;
}
.dropbtngreen {
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    border: none;
    color: #096;
    /* border-left: 1px dashed;
    border-right: 1px dashed; */
    padding: 2px 12px 3px 0px;
    position: relative;
    margin: 0 auto;
}
.dropdown-contentb {
    display: none;
    position: absolute;
    background-color: #f3f3f3;
    min-width: 160px;
    /* max-width: 217px; */
    right: 9%;
    font-size: 13px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
    z-index: 5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    font-weight: 500;
}
.dropdown-contentb:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f3f3f3;
    position: absolute;
    top: -7px;
    left: 7px;
}
.dropbtngreen:hover {
    background-color: rgb(255, 255, 255) !important
}
.dropdown-contentgreen {
    display: none;
    position: absolute;
    background-color: #f3f3f3;
    min-width: 160px;
    font-size: 13px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 10px;
    font-weight: 500;
}
.dropdown-contentgreen:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f3f3f3;
    position: absolute;
    top: -7px;
    left: 7px;
}
.dropdown-contentgreen a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #FFF
}
.dropdownb:hover .dropdown-contentgreen {
    display: block;
    color: #096 !important;
}
.stock_freesetup .popbtn,
.stock_freesetup .popbtn:hover {
    background: #ccc !important;
}
.dropdown-contentgreen .save-new-pop-bot {
    color: #2c2c2c !important;
    padding: 6px
}
.dropdown-contentgreen .save-new-pop-bot span {
    color: #2c2c2c !important
}
.dropdown-contentgreen .save-new-pop-hd {
    background: #096 !important
}
.online-orderpro {
    display: inline-block;
    vertical-align: middle;
}
.artwork_wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.product__section-heading {
    font-size: 16px;
    font-family: "Poppins", serif;
    color: #333333;
    position: relative;
    margin-bottom:3px;
    font-weight:600;
}
.product__section-heading span {
    /* background: url(../images/pim_star_blue_sm.png?ver=1) #FFF no-repeat left center; */
    padding-right: 10px;
    position: relative;
    z-index: 1;    
}
.product__section-heading .required {
    padding-right: 0;
    margin-right: 0;
}
/* .product__section-heading:after {
    content: "";
    height: 1px;
    background: #e1dfe0;
    width: 100%;
    position: absolute;
    right: 0;
    top: 13px;
} */
.product__color-wrap {
    margin-bottom:5px;
}
.product__color-wrap .colorwrap {
    max-height: 105px;
    transition: all .4s ease;
}
.nsampletable .product__color-wrap {
    margin-bottom: 3px;
}
.product__imprint-prices {
    margin-top:26px;
}
.sample-section .product__imprint-prices {
    margin-top: 0px;
}
.sample_det strong {
    font-weight: normal;
}
.price__text {
    float: left;
    font-family: 'OpenSansBold', sans-serif;
    width: 124px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.item.price-box {
    border: 1px solid #dadada;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-family: 'OpenSansBold', sans-serif;
    padding: 0;
}
.price__top-head {
    padding: 5px 3px;
    position: relative;
}
.price__bottom-rp {
    font-family: 'OpenSansRegular', sans-serif;
    padding: 3px;
}
.price__bottom-sp {
    padding: 3px;
    font-size: 16px;
}
.quantity__price {
    float: left;
    width: calc(100% - 217px);
    box-sizing: border-box;
    padding-left: 8px;
}
.quantity__price .price__bottom-sp {
    color: #e0162b;
}
.item.price-box.active .price__top-head {
    background: #863055;
    color: #fff;
}
.quantity__price .price__top-head:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    bottom: -10px;
    margin-left: -8px;
    left: 50%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.item.price-box.active .price__top-head:before {
    bottom: -8px;
    border-top: 8px solid #863055;
}
.item.price-box.active {
    background: #fce7e9;
    border: 1px solid #863055;
}
.price__bottom-head {
    box-sizing: border-box;
    border: 1px solid transparent;
    border-top: 0;
    padding-top: 7px;
}
.item.price-box.active .price__bottom-head {
    border: 1px solid #863055;
    border-top: 0;
}
.quantity__price-box.owl-carousel {
    margin-bottom: 0 !important;
}
.price__table:after {
    content: "";
    clear: both;
    display: block;
}
.price__navs {
    float: left;
    border: 1px solid #dadada;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-family: 'OpenSansSemibold', sans-serif;
    padding: 10px;
    background: #f1f0f0;
    width: 94px;
    box-sizing: border-box;
    font-size: 13px;
    margin-left: 3px;
}
.nav-buttons {
    padding: 10px 0;
}
.price__navs .nav-buttons:after {
    content: "";
    clear: both;
    display: block;
}
.price__navs .nav-next {
    background: url(../images/price_table_right_arw.png?ver=1) center no-repeat;
    float: right;
    width: 21px;
    height: 16px;
    cursor: pointer;
}
.price__navs .nav-previous {
    background: url(../images/price_table_left_arw.png?ver=1) center no-repeat;
    float: left;
    width: 21px;
    height: 16px;
    cursor: pointer;
}
.price__navs .nav-next-text,
.price__navs .nav-previous-text {
    cursor: pointer;
}
.price__navs .nav-disable {
    opacity: .5;
    cursor: not-allowed;
}
.price__navs .nav-buttons .nav-disable {
    opacity: .2;
    cursor: not-allowed;
}
.getquote-btn {
    display: inline-block;
    vertical-align: middle;
    width:79%;
}
.getquote-number {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #333333;
    line-height: 16px;
    font-size:14px;
   
}
.get-quote-wrap a.quantity-get-quote {
    color: #fff !important; 
    padding: 6px 40px 6px 20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    line-height: 19px;
    background: #666666;  
    position: relative;
    font-family: "Poppins", serif;
    margin-right: 8px;
    display: inline-block;
    font-weight: normal;
}
.get-quote-wrap a.quantity-get-quote:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 9px;
    width: 16px;
    height: 17px;
    background-repeat: no-repeat;
    background: url(../images/get-arrow.png?ver=3) center no-repeat;
    transition: transform 250ms, opacity 400ms;
}
/* .get-quote-wrap a.quantity-get-quote:hover:after {transform: translateX(5px);} */
.get-quote-wrap {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 16px;
    margin-top:17px;
    display: flex;
    align-items: center;
    position: relative;
    left:58px;
}
.get-quote-wrap .call-tag {
    color: #333333;
}
.size_wrapper_new_bg {
    display: inline-table;
    width: 100%;
}
.product__option-wrap td.adj-size_new {
    padding-top: 5px;
    padding-bottom: 3px;
}
.size_wrapper_new {}
.sizebox_outer {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}
.size_label {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    padding: 6px 6px 13px 0px;
}
.size_label span {
    display: block;
    text-align: left;
    box-sizing: border-box;
    font-weight: 600;
}
.size_box {
    display: inline-block;
    vertical-align: top;
    width: 63px;
    border: 1px solid #e1dfe0;
    border-radius: 3px;
    padding: 6px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-right: 7px;
    margin-bottom: 5px;
}
.selct-size input {
    text-align: left;
    width: 100%;
    height: 22px;
    border: 1px solid #c6c6c6;
    color: #232323;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.size_box .first-item {
    padding: 0
}
.size_box .selct-size-text {
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    font-family: 'OpenSansSemibold', sans-serif;
}
.size_box .selct-size {
    margin: 0
}
.size_box .selct-size input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding: 0 3px;
    text-align: center
}
.grp_imginput {
    position: absolute;
    width: 100%;
    top: 0;
}
.clsrsml .img {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 11%;
}
/* .clsrsml {
    width: 70px;
    height: 35px;
    margin: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
    border: 1px solid #eaeaea;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
} */
.clsrsml {
    width: 51px;
    height: auto;
    float: left;
    margin-right: 21px;
    margin-bottom: 10px;
    border-radius: 50%;
    border:1px solid #ffffff;
    padding: 2px;
    box-sizing: content-box;
    position: relative;
    cursor: pointer;
}
.clsrsml.inactive .color_container {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.clsrsml.active .color_container {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.clsrsml.active{
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    padding: 2px;
}
.clsrsml.inactive input {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.clsrsml.active input {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.clrsectwo {
    width: 50%;
    height: 36px;
    float: left;
    text-align: center;
    margin-left: 0;
    cursor: pointer;
}
.clrsectwo:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.clrsectwo:nth-child(2) {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.rdooptgroup {
    padding-left: 0px;
    display: none;
}
.show_clr_option{
    display: block;
    margin-bottom: 20px;
}
.rdooptgroup input[type="radio"] {
    display: none;
}
.rdooptgroup input[type="radio"]+label {
    color: #000;
    font-weight: bolder;
}
.rdooptgroup .rightpadd {
    margin-right: 25px;
}
.rdooptgroup label {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.rdooptgroup input[type="radio"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png?ver=1) -38px top no-repeat;
    cursor: pointer;
}
.rdooptgroup input[type="radio"]:checked+label span {
    background: url(../images/check_radio_sheet.png?ver=1) -57px top no-repeat;
}
/* .clrsecone {
    width: 100%;
    height: 33px;
    float: left;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 0;
    cursor: pointer;
    background-repeat: no-repeat;
} */
.clrsecone{
    height: 49px;
    width: 49px;
    border-radius: 50%;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;
    float: left;
    border: 1px solid #cccccc; 
    background-size: cover !important;  
}
/* .clsrsml input,
.clsrsml label {
    width: 32px;
    height: 19px;
    margin: 3px auto 0;
    text-indent: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCC;
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 4px;
    background: #FFF;
} */
.clsrsml input,
.clsrsml label {
    width: 42px;
    height: 20px;
    text-indent: 0;
    -webkit-border-radius:0px 0px 25px 25px;
    -moz-border-radius: 0px 0px 25px 25px;
    border-radius: 0px 0px 25px 25px;
    border: 1px solid #CCC;
    text-align: center;
    position: absolute;
    top: 26px;
    left: 3px;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight:500; 
    -moz-border-radius: 4px;
}
.clsrsml .img {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 11%;
}

.sample-section .estimate__section {
    top: -5px;
}

.color_group .clsrsml{
    width: auto;
    height: auto;
    margin-right: 10px;
}
.color_group .clrsecone {
    height: 40px;
    width: 40px;
}
.color_group .clsrsml input, .color_group .clsrsml label{
display: none !important;
}
.color_group .active .img{
    margin-left: -21% !important;
    margin-top: 12px !important;
}
.color_group  .back_color_option{
    margin: 0px 10px 8px 0px;
}
.assortedalert {
    font-size: 12px;
    color: red;
    height: 25px;
    line-height: 29px;
    white-space: normal;
    margin: 5px 0 8px 0;
}
.colorlargegroup .active .img {
    background: url(../images/smallcolortick.png?ver=1) 20px 0 no-repeat;
    height: 21px;
    position: relative;
    margin-left: -7%;
    margin-top: 6px;
}
.colorlargegroup.assortcolor_group .active:hover .img {
    background: url(../images/smartcolorcross.png?ver=1) 20px 0 no-repeat;
    height: 21px;
    position: relative;
}
.colorlist-style {
    padding: 0px 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.colorlargegroup {
    padding-top: 0px;
    padding-bottom: 14px;
}
.colorlargegroup.assortcolor_group {
    padding-top: 0px;
}


.colorlist-style .color-toggle {
  display: block;
  text-align: right;
  padding-right: 20px;
  margin-right: 37px;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  background: #fff;
  width: fit-content;
  transition: all 0.3s ease;
}
.colorlist-style .color-toggle-outer {
  position: relative;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
  transition: margin 0.4s ease;
}
.colorlist-style.expanded .color-toggle-outer {
  margin-bottom: 5px;
}

.colorlist-style .color-toggle-outer.color-viewless{
    margin-top: -11px;
    margin-bottom: 21px;
}
.colorlist-style .color-toggle-outer::before{
 position: absolute;
    content: "";
    bottom: 9px;
    right: 43px;
    height: 1px;
    background: #eaeaea;
    width: 92.8%;
}
.colorlist-style .color-toggle::after{
    position: absolute;
    content: "";
    bottom: 7px;
    right: 0;
    height: 7px;
    width: 12px;
    background: url(../images/toggle-arrow-down.svg) right center no-repeat;
    transition: all .2s ease;
}
.colorlist-style .color-viewless .color-toggle::after{
    position: absolute;
    content: "";
    bottom: 7px;
    right: 0;
    height: 7px;
    width: 12px;
    background: url(../images/toggle-arrow-down.svg) right center no-repeat;
    rotate: 180deg;
    transition: all .2s ease;
}
.colorwrap-viewmore{
    overflow: hidden;
}
.clsrsml .white_clr {
    background: none;
}
.clrs_clear {
    -webkit-box-shadow: inset 0 0 0 1px rgba(208, 208, 208, 1);
    -moz-box-shadow: inset 0 0 0 1px rgba(208, 208, 208, 1);
    box-shadow: inset 0 0 0 1px rgba(208, 208, 208, 1)
}
.clrsecthree {
    cursor: default;
    width: 33.33%;
    height: 36px;
    float: left;
    text-align: center;
    margin-left: 0;
    cursor: pointer
}
.clrsecthree:first-child,
.clrsecfour:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.clrsecthree:nth-child(3),
.clrsecfour:nth-child(4) {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.clrsecfour {
    width: 25%;
    height: 36px;
    float: left;
    text-align: center;
    margin-left: 0;
    cursor: pointer
}
.colorblock1 {
    float: left;
    width: 48px;
    margin-top: 8px;
    margin-left: 3px;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.colorblock1 input {
    width: 33px;
    height: 17px;
    position: absolute;
    left: 7px;
    top: 9px;
    text-align: center;
    border-radius: 4px;
    text-indent: 0;
}
.penvideophone {
    position: absolute;
    bottom: 30px;
    right: 287px;
    top: auto;
}
.colorblock_main .colorblock1 {
    width: 72px;
    height: 37px;
}
.colorblock_main .colorblock1 input {
    width: 48px;
}
.colorblock_main .colorblock1 .clrsecone,
.colorblock_main .colorblock1 .clrsectwo,
.colorblock_main .colorblock1 .clrsecthree,
.colorblock_main .colorblock1 .clrsecfour {
    height: 37px;
    background-size: 100%;
}
.colorblock_main .white_clr {
    background: none;
    -moz-box-shadow: inset 0px -1px 0px #888;
    -webkit-box-shadow: inset 0px -1px 0px #888;
    box-shadow: inset 0px -1px 0px #888;
}
.colorblock_main {
    margin-left: -3px;
}
.cart-move-lst {
    margin: 15px 10px 0px 0px !important;
    display: inline-block !important;
}
.size_update_btn {
    margin-top: 15px;
}
.headcolor_back {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    margin-top: 10px;
}
.option_backorder {
    color: #000;
    font-weight:500;
    font-size: 12px;
    text-transform: capitalize;
    display:block;
    text-align: left;
    width: max-content;
    line-height: 16px;
    position: absolute;
    bottom: -30px;
}
.backorder_cal {
    position: absolute;
    top: -12px;
    right: -3px;
}
.backorder_help {
    float: left;
    margin: 0px 0px 0px 5px;
}
.back_color_option .clsrsml {
    margin: 0;
    margin-bottom:3px;
}
.back_color_option {
    float: left;
    margin: 0px 33px 0px 0px;
    height:50px;
    position: relative;
}
.back_color_option .limited_color {
    position: absolute;
    bottom: -18px;
    width: max-content;
    right: -28px;
    text-transform: capitalize;
    background: #FFF;
    z-index: 2;
    border: 1px solid #f3f3f3;
    padding:1px 6px;
    border-radius: 6px;
    font-size: 14px;
}
.backorder_help:hover .backorder_tooltip {
    visibility: visible;
    opacity: 1;
    top: -62px;
}
.backorder_tooltip {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background: #080808bd;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 50;
    top: -40px;
    left: 0;
    color: #FFF !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.backorder_tooltip:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ea1273;
    bottom: -8px;
    left: 142px;
}
.backorder_help .backorder_tooltip:after {
    border-top: 8px solid #080808bd;
}
.btn_cnfrmok {
    background-color: #060606 !important;
    border: 1px solid #fff !important;
    border-radius: 6px !important;
    width: 35% !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 9px 5px !important;
    float: left;
    color: #fff;
    display: inline-block !important;
    text-transform: uppercase;
    cursor: pointer;
}
.btn_cnfrmno {
    background-color: #f7ae00 !important;
    border: 1px solid #fff !important;
    border-radius: 6px !important;
    width: 35% !important;
    float: right;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 9px 12px !important;
    color: #060606 !important;
    display: inline-block !important;
    text-transform: uppercase;
    cursor: pointer;
}
.calcerror {
    padding-top: 40px !important;
}
.calcerror #fbBackground.fb_white {
    background-image: url(../images/calculationblackboard.jpg?ver=1) !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-color: transparent;
    border: 0 !important;
}
.calcerror #fbContentWrapper.fb_white {
    background-color: transparent !important;
}
.calcerror #fbCorners2.fb_white {
    border-radius: 0 !important;
}
.calcerror .incorrectcalc {
    text-align: center !important;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px
}
.calcerror .incorrectcalc+div p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
#csvideopanel {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 10px;
    display: none;
    z-index: 999;
    background: rgba(0, 0, 0, 0.73);
}
.csvideo_container {
    position: relative;
    width: 150px;
    margin: 0 auto;
    margin-top: 20%;
    background: #FFF;
    border: 10px solid #dadada;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    opacity: 0;
}
.video-show {
    width: 750px;
    opacity: 1;
    margin-top: 10%;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.video-show1 {
    width: 750px !important;
    opacity: 1 !important;
    margin-top: 5% !important;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.vsclose {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.vsclose1 {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.threesixty-wrapper {
    background: url(../images/threesixty-bg.png?ver=1) top repeat-y;
    height: 45px;
    border-top: 5px;
    position: relative;
}
.degree_view {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}
.degree_view a{
    cursor: pointer;
}
#csvideopanel1 {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    line-height: 10px;
    display: none;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.73);
}
.degree_iframe {
    width: 100%;
    height: 500px;
    border: none;
}
.product__option-wrap {
    margin-top: 0px;
}
.description {
    margin-bottom:19px;
}
.sample-section .description {
    margin-bottom: 0px;
}
.review_text {
    padding-left: 10px;
    display: inline-block;
    color: #585858;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    /* bottom: 3px; */
}
.review_text a, .pdt-review-cnt {
    text-decoration: none;
    cursor: pointer;
}
.product__option-wrap th {
    text-align: left !important;
    vertical-align: middle;
    width: 150px;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 6px 5px 0px;
    color: #333;
    font-family: "Poppins", serif;
}
#prdtime_label {
    text-align: left;
    vertical-align: middle;
    width: auto;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 10px 0px 4px;
    color: #333;
    font-family: "Poppins", serif;
    display: inline-block;
}
.prdtime_img {
    display: inline-block;
}
.prdtime_img  .imagespace{
    display: inline;
    top: 2px;
    position: relative;
    left: 5px;
}
.product__option-wrap .sample_det th {
    width: 51%;
}
.product__option-wrap td {
    padding: 4px 0;
    padding-bottom:7px;
}
.product__option-wrap td.product__price-value {
    font-family: 'OpenSansBold', sans-serif;
    padding-bottom: 7px;
    padding-top: 3px;

}
.singleclr {
    font-family: "Poppins", serif;
    font-weight: 600;
}
.required {
    color: #DF0505;
    margin-right: 3px;
    /* font-weight: 700; */
}
.field_qty {
    border: 1px solid #C3C3C3;
    height: 35px;
    padding: 2px 0 2px 3px;
    width: 100px;
    font-size: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Poppins", serif;
    font-weight: 600;
    box-sizing: border-box;
}
.pmscustom.field_qty {
    font-family: "Poppins", serif;
    width: 344px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-left: 5px;
}
.pmscustom.field_qty::placeholder{
    color: #000;
}
.hasDatepicker.field_qty {
    font-size: 15px;
    font-family: "Poppins", serif;
    font-weight: 500;
    width: 100px;
}
.boldqtyinput input {
    border: 1px solid #C3C3C3;
    height: 35px;
    padding: 2px 0 2px 4px;
    width: 90px;
    font-size: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'OpenSansBold', sans-serif;
    box-sizing: border-box;
}
.shopping_cartbutton {
    display: inline-block;
    vertical-align: middle;
}
.save-fr-button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top:3px;
}
.save-fr-button .pim-pro-list__wishlist{
    right: 4px;
    z-index: 0;
}
.produt__total-wrap {
    margin:20px 0 28px 0;
    /* padding-left: 10%; */
}
.wishlistpro-wrap span{
    /* background: url(../images/wishlist_icon_new.png?ver=1) center no-repeat; */
    width: 25px;
    height: 25px;
    display: inline-block;
}
.pim-pro-list__wishlisticon::before {
    width:30px;
    height:30px;
    right: 6px;
    top: 14px;
    content: "";
    position: absolute;
    background: url(../images/product_wishlist_icon.png) no-repeat left top;
}
.pim-pro-list__wishlist.active .pim-pro-list__wishlisticon::before{
    background: url(../images/product_wishlist_icon_active.png) no-repeat left top;
}
.save-fr-button a, .wishlistpro-wrap {
    display: inline-block;
    border: 1px solid #d4d4d4;
    height: 59px;
    width: 59px;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
    position: relative;
}
.product__cart-links {
    margin-top: 15px;
    margin-left: 10.5%;
}
.wishlist-mob {
    display: none;
}
.product__cart-wrap {
    padding-left: 0%;
    margin-top:30px;
}

.product_proof_message {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 75%;
}
.product_proof_message span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    margin-bottom:5px;
}
.morediscout_message {
    padding-top:11px;
    padding-left:0px;
    width: 416px;
    text-align: center;
}
.morediscout_message span{
    display: flex;
    font-weight: 500;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.morediscout_message span img{
    width: 42px;
}

.additional_default_width {
    width: 70px
}
.product-info .image-additional a,
.product-info .image-additional span {
    display: block;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.product__images #product_images{
    position: relative;
    top: -5px;
}
.product-info .product-image .customNavigation a {
    cursor: pointer;
}
#content .image-additional .slider-item {
    display: inline-block;
    float: left;
    width: 130px !important;
}
#content .image-additional .slider-item .product-block {
    margin: 4px 5px;
    clear: both;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
    width: 243px;
    float: left;
    display: inline-block;
}
.image-additional .item{
    margin: 0;
    clear: both;
    overflow: hidden;
}
.image-additional .item .product-block {
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.image-additional .product-block.activeimg {
    border: 1px solid #267bb6;
}
.image-additional .item img{
    margin: 0 auto;
    width: 100px;
    height: 100px;
}
.product-info .additional-carousel {
    position: relative;
    width: 600px;
    z-index: 10;
    margin: 0 auto;
    /* border-bottom: 1px solid #dce6dd; */
    padding-bottom:0px;
    right: 66px;
}
.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding-left:50px;
    padding-right:50px;
    width: 650px;
    box-sizing: border-box;
    margin: 0 auto;
}
.product-info .image-additional .owl-nav{
    position: relative;
    top: inherit;
    right: inherit;
    bottom: 72px;
}
.product-info .image-additional .owl-nav .owl-next{
    position: absolute;
    right:-35px;
    background: url(../images/details_slider_next.png) no-repeat 2px center;
    width: 20px;
    height: 30px;
}
.product-info .image-additional .owl-nav .owl-prev{
    position: absolute;
    left: -37px;
    background: url(../images/details_slider_prev.png) no-repeat 1px center;
    width: 20px;
    height: 30px;
}
.product-info .product-image .customNavigation a.next {
    right: 0px !important;
    top: 50px !important;
}
.product-info .product-image .customNavigation a.prev {
    top: 50px !important;
}
.product-block {
    position: relative;
}
#content .image-additional .slider-item .product-block img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.zoomContainer{top:0px !important; left: 0px !important;}
.product-info .image {
    display: block;
    margin-bottom: 8px;
    padding: 0px 0 3px;
    text-align: center;
    position: relative;
}
.product-info .image img {
    width: 100%;
    height: auto;
}
.degree_view img {
    max-width: 100%;
    width: auto !important;
}
.relat_pro {
    font-size: 20px;
    font-family: "OpenSansExtraBold", sans-serif;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.pro_feature_box_main {
    margin-left: 0px;
    margin-top: 60px;
    width: 550px;
}
.pro_feature_box {
    font-family: 'OpenSansSemibold', sans-serif;
    font-size: 18px;
    padding-left: 31px;
    margin-bottom: 20px;
    background: url(../images/pim_star_red_sm.png?ver=1)  left 3px no-repeat;
    display: none !important;
}
.pro_feature_box h5 {
    font-size: inherit;
    font-weight: normal;
    color: #000;
}
.product__left-top::after {
    content: "";
    clear: both;
    display: block;
}
.product__icons {
    float: left;
    width: 102px;
    padding-right: 5px;
    min-height: 1px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1000;
}
.product__images {
    float: left;
    width: calc(100% - 107px);
}
.product_price_smash {
    margin-bottom: 10px;
    background: #ffc40c;
    color: #101010;
    font-size: 14px;
    font-weight:500;
    width: 100px;
    padding: 2px;
    border-radius: 10px;
    text-align: center;
}
.product_fire_sale {
    margin-bottom: 10px;
    background: #ff4745;
    color: #ffffff;
    font-size: 14px;
    font-weight:500;
    width: 100px;
    padding: 2px;
    border-radius: 10px;
    text-align: center;
}
.freesetup_amt1_pro,
.freesetup_amt2_pro {
    height: 65px;
    width: 65px;
    background: url(../image/free-setup-big.png?ver=1) no-repeat;
    position: relative;
    margin-bottom: 10px;
}
.freesetup_amt1_pro:before,
.freesetup_amt2_pro:before {
    content: "";
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #51b35a;
    right: -9px;
    top: 50%;
    margin-top: -9px;
}
.firstclrsetup {
    height: 65px;
    width: 65px;
    background: url(../image/free-setup-new.png?v=1) no-repeat;
    position: relative;
    margin-bottom: 10px;
}
.firstclrsetup:before {
    content: "";
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #51b35a;
    right: -9px;
    top: 50%;
    margin-top: -9px;
}
.freesetup_amt1_pro .setup-rate,
.freesetup_amt2_pro .setup-rate {
    font-size: 11px;
    font-family: 'OpenSansSemibold', sans-serif;
    color: #fff;
    padding: 50px 0 0;
    bottom: 0;
    line-height: 11px;
    text-align: center;
}
.product__details-tag {
    font-family: "Poppins", serif;
    font-size: 14px;
    background: #56a510;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 5px;
    width: 103px;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    position: relative;
    line-height: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
.product__details-tag:before {
    content: "";
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #56a510;
    right: -8px;
    top: 50%;
    margin-top: -9px;
    display: none;
}
.product__details-tag-sp-price {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    background: #1189aa;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 5px;
    width: 65px;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    position: relative;
    line-height: 15px;
    margin-bottom: 10px;
}
.product__details-tag-sp-price:before {
    content: "";
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #1189aa;
    right: -9px;
    top: 50%;
    margin-top: -9px;
}
.closout-t-pro.product__details-tag {
    font-size: 10px;
}
.productyoutubeimg div {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productyoutubeimg {
    width: 100%;
    height:90px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    position: relative;
    background: white;
}
.product-video:before {
    content: "";
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #a2a2a2;
    right: -9px;
    top: 32px;
    display: none;
}
.product-video.default-thumb:before {
    border-left-color: #0a6299;
    top: 27px;
}
.youtubeplay {
    position: absolute;
    top: 0;
    left: 0;
}
.product-video {
    cursor: pointer;
    position: relative;
    width:105px;
}
.product-video img{
    max-width: 100%;
    height: auto;
}
.youtube-videoimg {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'OpenSansBold', sans-serif;
    line-height: 14px;
    margin-top:6px;
}
.youtube-videoimg span {
    color: #e0162b;
}
.product__video-outer {
    width: 65px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #c3c3c3;
}
.product__icons .product__video-outer.firstvideoicon {
    margin-top: 0px;
    padding-top: 0;
    border-top: 0;
}
.product__icons .brand_img {
 width: 100%;
}
.details_head {
    font-size: 22px;
    color: #000000;
    margin: 20px 0px 15px 0px;
    position: relative;
    padding-left: 30px;
}
.details_head b {
    padding-left: 10px;
    font-weight: 700;
}
.detail_con .desicon:before {
    width: 32px;
    content: "";
    height: 32px;
    position: absolute;
    left: 0;
    background: url(../images/sprite-sub.png?ver=1) -34px 0px no-repeat;
}
.detail_con .speicon:before {
    width: 32px;
    content: "";
    height: 32px;
    position: absolute;
    left: 0;
    background: url(../images/sprite-sub.png?ver=1) 0px 0px no-repeat;
}
.detail_con .articon:before {
    width: 32px;
    content: "";
    height: 32px;
    position: absolute;
    left: 0;
    background: url(../images/sprite-sub.png?ver=1) -69px 0px no-repeat;
}
#tab_reviews:before {
    width: 32px;
    content: "";
    height: 32px;
    position: absolute;
    left: 0;
    background: url(../images/sprite-sub.png?ver=1) -104px -2px no-repeat;
}
.product__related-carousel {
    /* padding: 0 25px; */
    box-sizing: border-box;
}
.without-nav.product__related-carousel{
    padding: 0 0 0 0;
}
.product__related-carousel .item {
    padding:25px !important;
    padding-bottom: 15px !important;
}
.related__product {
    width: 290px;
    padding: 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    position: relative;
}
.related__product:hover {
    border-bottom: 2px solid #267bb6;
}
.related__product .pim-pro-list__image {
    margin-bottom: 8px;
    position: relative;
}
.related__product .pro-list__bottom {
    border-top: 1px solid #e1dfe0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    /* min-height: 105px; */
    box-sizing: border-box;
}
.related__product .pro-list__name {
    font-family: 'OpenSansSemibold', sans-serif;
    min-height: 40px;
}
.related__product a .pro-list__name {
    color: #0f0f0f;
}
.related__product a .pim-pro-list__as-low-as {
    color: #0f0f0f;
}
.related__product .pim-pro-list__wishlist {
    right: -10px;
    top: -16px;
}
.product__related-carousel .owl-dots{
    display: block;
    height: 15px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -62px;
    right: 20px;
}
.product__related-carousel .owl-dot {
    float: left;
    margin-right: 8px;
}
.product__related-carousel .owl-dots span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    display: inline-block;
}
.product__related-carousel .owl-dots .owl-dot.active span {
    background: #D9D9D9;
}

.show_tooltip {
    position: relative;
    top: 2px;
}
.prdtime_tooltip {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background:rgb(0 0 0 / 85%);
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    z-index: 50;
    top: 49px;
    left: 0;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    width: 170px;
}
.prdtime_tooltip:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgb(0 0 0 / 85%);
    position: absolute;
    top: -7px;
    left: 58%;
}
.prdtime_row {
    position: relative;
}
.show_tooltip:hover+.prdtime_tooltip {
    visibility: visible;
    opacity: 1;
    top: 28px;
}
.sample-section .next_day_delivery_sec{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.next_day_delivery_sec {
    text-align: center;
    width: 282px;
    border: 1px dashed #4ec70c;
    font-family: 'OpenSansSemibold', sans-serif;
    color: #4ec70c;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px;
    font-size: 16px;
    margin-left: 90px;
    margin-top: 20px;
}
.next_day_delivery_sec a {
    color: #4ec70c;
}
.next-day-delivery-list-icon {
    position: absolute;
    background: url(../images/next-day-delivery-icon.png?ver=1) no-repeat left center;
    width: 157px;
    height: 38px;
    left: 50%;
    z-index: 5;
    top: 0px;
    margin-left: -78.333px;
}
.next-day-delivery-list-icon.next-day-icon-2 {
    top: 9px;
}
label.addon_singleclr {
    float: none;
    width: auto;
    font-size: inherit;
}
.dropdownb.addon-dropdownb {
    width: 100%;
    text-align: center; 
}
.dropdownb.addon-dropdownb .dropdown-contentb {
    left: 50%;
    margin-left: 15px;
}
.dropdownb.addon-dropdownb .dropdown-contentgreen {
    left: 50%;
    margin-left: 15px;
}
.dropdownb.addon-dropdownb .dropdown-contentb:before {
    left: 50%;
}
.dropdownb.addon-dropdownb .dropdown-contentgreen:before {
    left: 50%;
}
.addon-select {
    appearance: auto;
    background: white;
    border-radius: 4px;
    padding: 3px 5px;
    width: 100px;
    box-sizing: border-box;
    border: 1px solid #C3C3C3;
    font-family: "Poppins", serif;
}
.addon-select:focus {
    outline: none;
}
.addon_product_qty {
    height: auto;
    padding: 3px;
}
.addon_promodel {
    font-family: 'OpenSansBold', sans-serif;
}
.addon_proimprint,
.addon-option-wrapper,
.addon-imprint-wrapper,
.addon_proprice,
.addon_product_details .qty_box,
.addonsetup-wrap,
.addonrunchrage-wrap,
.addonhandling-wrap,
.addon_totalprice {
    margin-top: 8px;
}
.addon_totalprice {
    font-size: 16px;
}
.addon_product_box label:hover {
    background: #e6e6e6;
}
.pim-popup.pim-popup-center {
    width: 450px;
    left: 50%;
    margin-left: -225px;
}
.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0
}
.label-cbx input:checked+.perfo-checkbox {
    border-color: #df1d18
}
.label-cbx input:checked+.perfo-checkbox svg path {
    fill: #df1d18
}
.label-cbx input:checked+.perfo-checkbox svg polyline {
    stroke-dashoffset: 0
}
.label-cbx:hover .perfo-checkbox svg path {
    stroke-dashoffset: 0
}
.label-cbx .perfo-checkbox {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle
}
.label-cbx .perfo-checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px
}
.label-cbx .perfo-checkbox svg path {
    fill: none;
    stroke: #df1d18;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all .6s ease
}
.label-cbx .perfo-checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all .3s ease
}
.label-cbx>span {
    pointer-events: none;
    vertical-align: middle;
    color: #000
}
.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}
.option_wrapper.addon_product_wrap {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}
.label-cbx {
    padding: 0 !important;
}
i.addon_middle_sep {
    font-style: inherit;
}
span.addon-label {
    width: 48%;
    display: inline-block;
    line-height: 17px;
    vertical-align: middle;
    padding-right: 8px;
    box-sizing: border-box;
    text-align: right;
}
.addon-tooltip {
    position: relative;
    text-align: left;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-top: 3px;
    display: inline-block;
    color: #e0162b;
    font-family: "Poppins", serif;
    font-weight: 600;
    margin-left: 6px;
}
#product_total {
    font-size: 18px;
}
.addon_product_wrapper:after {
    content: "";
    clear: both;
    display: block;
}
.addon_product_top_right {
    float: left;
    width: calc(100% - 91px);
    box-sizing: border-box;
    padding-left: 10px;
}
.addon_product_top:after {
    content: "";
    clear: both;
    display: block;
}
.addon_product_top {
    padding: 14px;
    background: #ffffff00;
    
}
.addon_cartbutton {
    text-align: left;
    margin-top: 25px;
}
.addon_total {
    text-align: left; 
    margin: 20px auto 20px auto;
    display: table;  
    font-size: 28px;
    font-weight: 600;
    font-family: "Poppins", serif;
    margin-left: 0;
}
.addon_prices {
    font-size: 16px;
    /* color: #267bb6; */
    margin-top: 5px;
}
.addon_product_sel {
    width: 16px;
    float: left;
    margin-left: 4px;
}
.addon_product_img {
    width: 90px;
    float: left;
    border: 1px solid #e7e7e7;
    margin-left: 0;
    box-sizing: border-box;
    padding: 2px;
    background: #fff;
}
/* .addon_product_details { width: 100%;   } */
.addon_product_img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.addon_product_box {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 48%;
    margin: 0 1% 15px 1%;
    float: left;
    border-radius: 8px;
}
.addon_product_title {
    width: 100%;
    text-align: center;
    color: #124790;
    border-bottom: 1px solid #ddd;
    font-size: 21px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.addon_product_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    width: 100%;
    margin-top: 30px;
}
#addon_product_total {
    font-family: 'OpenSansBold', sans-serif;
}
.product__cart-links.product__addoncart-links {
    margin-left: 0;
    text-align: center;
}
.addon_product_wrapper .product__section-heading {
    width: 100%;
}
.td-singlecolor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 200px;
}
.td-singlecolor .product__section-heading{
    margin-bottom: 0;
}
.td-singlecolor .product__color-wrap{
    margin-bottom: 0;
}
.td-singlecolor .product__color-wrap .color_group .clsrsml{
    margin-bottom: 0;
}
.addon_product_box label {
    /*height: 100%;*/
    float: left;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    padding-right: 12px;
    padding-top: 10px;
    background: transparent;
}
.addon_cart_image {
    width: 25%;
    float: left;
    border: 1px solid #E0E0E0;
}
.addon_cart_details {
    width: 67%;
    float: left;
    padding: 0px 10px;
}
.addoptions {
    width: 31%;
    float: left;
    margin-bottom: 10px;
    padding-right: 2%;
}
.addonprroducts {
    clear: both;
    width: 100%;
    margin-left: 10px;
}
.addon_cart_image img {
    max-width: 100%;
}
.addoptions a {
    color: #0f5f96;
    font-weight: 700;
}
.addon_protitle a {
    font-family: "Poppins", serif;
    font-weight: 600;
    color: #0f0f0f;
}
.tablegroupdetails .strike,
.tablegroupdetails .strike_price1,
.tablegroupdetails .save-percnt1 {
    display: inline;
}
.addon_proprice .strike .strike_price1,
.addon_cart_price .strike .strike_price1 {
    color: #333;
}
.addon_proprice .save-percnt1,
.addon_cart_price .save-percnt1 {
    color: red;
}
label.addon_singleclr {
    float: none;
    width: auto;
    font-size: inherit;
}
label.addon_singleclr:hover {
    background: none;
}
.addon_product_details {
    padding: 10px;
    /* background: #fdfafa; */
    padding-top: 5px;
    padding-bottom: 25px;
    border-top: 1px solid #e5e5e5;
}
.addon_product_details .qty_box .field_qty{
    font-size: 16px;
    font-weight: 400;
}
.addon_protitle {
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 18px;
    min-height: 54px;
}
.product_review .first h5 {
    font-size: 15px;
    padding: 9px 0 10px;
    text-align: left;
    font-weight: 700;
    color: #181818;
}
.product_review .btn {
    overflow: visible;
    margin: 0px 0;
    padding: 2px 24px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
}
.product_review ul {
    width: 100%;
    float: left
}
.product_review:after {
    content: "";
    clear: both;
    display: block;
}
.product_review li {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
}
.product_review li .text {
    position: relative;
}
.product_review li .picart {
    position: relative;
    width: 110px;
    margin: 0 auto
}
.product_review li .charttxt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center
}
.product_review li .LTgray {
    color: #9e9e9e
}
.product_review .charttxt small {
    line-height: 10px;
    font-size: 10px;
    display: block;
    padding-top: 10px;
    text-transform: uppercase
}
.product_review .charttxt .unitDigit {
    margin-left: 10px;
    margin-bottom: -5px
}
.product_review .charttxt sup {
    font-size: 24px;
    position: relative;
    top: -5px
}
.product_review .first.no-rating-case {
    width: 50%
}
.product_review .first .text {
    text-align: left
}
.product_review .first .charttxt strong {
    font-size: 30px;
    color: #f6b800;
    display: block;
    padding: 14px 0 7px
}
.product_review .first .charttxt span {
    line-height: 20px;
    font-size: 34px;
    color: #f6b800;
    display: block
}
.product_review .first h5 {
    font-size: 15px;
    padding: 9px 0 10px;
    text-align: left;
    font-weight: 700;
    color: #181818;
}
.product_review .lfloat-new {
    padding-right: 15px;
    background: url(../images/sm_star_yellow.png?ver=1) no-repeat center right;
}
.product_review .row {
    margin: 0;
    margin-bottom: 4px;
}
.product_review .row span {
    font-family: "OpenSansSemibold", sans-serif;
}
.rating-list .text h5 {
    font-size: 16px;
    font-weight: normal;
    font-family: "OpenSansSemibold", sans-serif;
    margin-bottom: 10px;
    margin-top: 8px;
}
.product_review .row .barover {
    background: #f2f2f2;
    height: 5px;
    margin: 0 8px;
    width: 222px;
    overflow: hidden;
    display: inline-block;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
.product_review .row .barover i {
    display: block;
    background: #f8b931;
    height: 5px;
}
.rating-rounded-score {
    width: 134px;
    height: 134px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 10px solid #257BB6;
    text-align: center;
    line-height: 134px;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.rating-rounded-score span {
    font-size: 40px;
    font-family: "Poppins", serif;
}
.review-rating-new {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    font-size: 20px;
    font-family: "Poppins", serif;
    font-weight: 600;
}
.sort {
    line-height: 38px;
    margin-bottom: 16px;
}
.sort .LTgray.fs14 {
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight: 600;
}
.sort h6 {
    display: inline-block
}
.sort ul {
    float: right;
    margin-right: 25px;
}
.sort li {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 30px;
    font-size: 16px;
    list-style: none;
    font-family: "Poppins", serif;
    position: relative;
    font-weight: 600;
}
.sort .light-font {
    font-family: "Poppins", serif; font-size: 16px; font-weight: normal;color: #333;
}
.sort li.light-font { font-weight: 600;text-transform: capitalize;}
.sort li a {
    display: block;
    padding-top: 3px;
    cursor: pointer;
}
.sort li.active a { 
    color: #267bb6
}
.sort li:nth-child(2) {
    padding-left: 5px;padding-right: 47px;
}
.sort li:nth-child(4):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #dcdcdc;
    left: 15px;
    top: 14px;
}
.sort .selectarea {
    position: relative;
    width: 108px;
    margin: 0 0px 0 6px;
    display: inline-block;
}
.sort select {
    border: solid 1px #dbdbdb;
    width: 103px;
    padding: 7px 5px;
    font-size: 16px;
    font-family: "Poppins", serif;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    color: #333;
}
.sort button {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 20px;
    color: #3b3b3b;
    padding: 0;
    margin: 0
}
/* .rating__heading,
.recentview__heading,
.suggested-products__heading
{
    font-size: 26px;
    font-family: "OpenSansExtraBold", sans-serif;
    margin-bottom: 32px;
    text-transform: uppercase;
    position: relative;
} */
.rating__review-wrap {
    margin-top: 35px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E9E6E6;
    padding-bottom: 46px;
  
}
.rating__review-wrap:after {
    content: "";
    clear: both;
    display: block;
}
.rating__review-images {
    float: left;
    border-left: 1px solid #ececec;
    padding-left: 30px;
    margin-left: 40px;
    display: none;
}
.rating__review-images,
.rating-list,
.rating__review-totals {
    min-height: 155px;
}
.rating__review-images img {
    width: 100%;
    height: auto;
    display: block;
}
.rating-list {
    float: left;
    width: 310px;
}
.rating__review-totals {
    float: left;
    /*border-left: 1px solid #ececec;*/
    padding-left: 0px;
    box-sizing: border-box;
    padding-top: 30px;
}
.review-sec {
  margin-top: 5px;
  font-size: 17px;
}
.product_review:after {
    content: "";
    clear: both;
    display: block;
}
.rating__review-images h5 {
    font-size: 17px;
    font-weight: normal;
    font-family: 'OpenSansSemibold', sans-serif;
    margin-bottom: 15px;
}
.review-images {
    width: 110px;
    border: 1px solid #eaeaea;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
}
.rating__images:after {
    content: "";
    clear: both;
    display: block;
}
.product_review {
    padding: 0;
    width: 315px;
    float: left;
    padding-right: 0px;
    box-sizing: border-box;
    padding-bottom: 45px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
}
#reviewconatiner {
    width: calc(100% - 400px);
    float: right;
    padding-left: 18px;
    box-sizing: border-box;
    margin-top: -73px;
}
.commentreview .userimg {
    width: 32px;
    height: 32px;
    /*background: url(../images/review-icon-web.jpg?ver=1) no-repeat center;*/
    float: left;
}
.commentreview .userimg {
    width: 32px;
    height: 32px;
    float: left;
}
.reviewer-imgName {
    font-size: 30px;
    font-weight: 700;
    line-height: 94px;
    color: #fff;
    text-align: center;
    width: 94px;
    height: 94px;
    margin-top: 0;
    border-radius: 50%;
    display: inline-block;
}
.commentreview .text {
   float: left;
    width: calc(100% - 35px);
    box-sizing: border-box;
    padding-left: 85px;
}
.commentlist p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "Poppins", serif;
    color: #333;
}
.text__customername {
    font-size: 18px;
    font-family: "Poppins", serif;
    margin-bottom: 6px;
    display: inline-block;
    color: #333;
    font-weight: 600;
    float: left;
}
.text__customername span {
    font-family: "Poppins", serif;
    color: #333;
    font-weight: normal;
}
.rating_product {
    color: #ececec;
    display: block;
    padding: 0 0 6px;
}
.commentreview:after {
    content: "";
    clear: both;
    display: block;
}
.reviewareain {
    box-sizing: border-box;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 36px;
}
.review-items .reviewareain:nth-child(4n+4) {
    padding-right: 0;
}
 
.review-items {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    max-height: 500px;
    overflow-y: auto;
}
.review-items:after {
    content: "";
    clear: both;
    display: block;
}
.review-items .morerevewclass {
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.pim-showmorereviews {
    text-align: right;
    font-size: 13px;
    padding-right: 20px;
    margin-top: 15px;
    padding-bottom: 0px;
  
}
.pim-showmorereviews .toggleshowmore {
    text-decoration: none;
}
.pim-showmorereviews .toggleshowmore {
    background: #232a33;
    color: #fff;
    padding: 9px 16px;
    display: inline-block;
    font-size: 15px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-weight: 600;
    line-height: 17px;
}
.rippleGrey.hf-yes {
    display: inline-block;
    outline: 1px solid transparent;
    vertical-align: middle;
    background: #f0f0f0;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    height: 26px;
    box-sizing: border-box;
    line-height: 11px;
}
.reviewareain .hf-yes:hover {
    color: #212121;
    border-color: #1abc9c;
}
.review-bottom .hf-num:before {
    content: "";
    border-right: 6px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -6px;
    top: 7px;
}
.review-bottom .hf-num:after {
    content: "";
    border-right: 8px solid #dedede;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -8px;
    top: 5px;
}
.review-bottom .hf-num {
    border: 1px solid #dedede;
    width: 52px;
    display: inline-block;
    box-sizing: border-box;
}

.text__customer-verify {
    font-size: 14px;
    color: #696c69;
    /*background: url(../images/verified_buyer_icon.png?ver=1) no-repeat center left;*/
    padding-left: 5px;
    margin-bottom: 0px;
}
.text__review-date {
    font-size: 14px;
    color: #696c69;
    margin: 6px 0;
}
.rating_product span.rating_2 {
    display: inline-block;
    vertical-align: middle;
}
.rating_product span.rating_star-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    color: #DE1E2C;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 600;
}
/* .product__description-tabs:before {
    content: "";
    position: absolute;
    background: #efefef;
    left: 0;
    right: 0;
    bottom: 1px;
    top: 1px;
} */
.product__description-tabs {
    /* border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; */
    position: relative;
    background: #e2e7ec;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    min-width: 1260px; 
    margin: 0 auto;
}
.product__description-tabs:after {
    content: "";
    clear: both;
    display: block;
}
.product__description-tabs .product_tab {
    font-size: 20px;
    font-family: "OpenSansExtraBold", sans-serif;
    text-transform: uppercase; 
    /* float: left;
    width: 33.333%; */
    display: inline-block;
    margin: 0 7px; 
    position: relative;
    text-align: center; 
    color: #0f0f0f;
    background: #ffffff; 
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product__description-tabs .product_tab.active span:after {
    content: "";
    /* width: 100%; */
    background: #d3d7dc;
    position: absolute;
    height: 1px;
    bottom: 0px;
    left: 30px;
    right: 30px;
}
.product__description-tabs .product_tab span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 13px 30px ;
}
.product__description-tabs .product_tab:hover {
    /* color: #235497; */
    background: #f3f4f6;
}
.product__description-tabs .product_tab.active span:before {
    /* content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #235497;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -14px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; */
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 14px;
    background: #f3f4f6;
    bottom: -14px;
}
.product__description-tabs .product_tab.active {
     /* color: #235497; */
     background: #f3f4f6;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}
.product__description-tabs .product_tab.active span {
    /* border-bottom: 4px solid #235497; */
}
.product_tab-description.tab-art {
    position: relative;
}
.artwork_text-link {
    /* position: absolute;
    top: 35px;
    margin-left: 3px; */
    font-family: 'OpenSansBold', sans-serif;
}
.product__descriptions .artwork_text-link a {
    color: inherit;
}
.product__descriptions {
    /* padding-top: 40px; */
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    background: #f3f4f6;
    padding: 35px 0;
    padding-bottom: 0px;
    color: #000;
    min-width: 1260px; 
    margin: 0 auto;
}
.product__description-wrap {
    padding-top: 52px;
    background: #fff;
}
#relatedprdcontainer {
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E9E6E6;   
}
.product__descriptions a {
    color: #235497;
}
.product__descriptions a:hover {
    color: #e0162b;
}
.showmorereviews {
    margin-bottom: 30px;
    margin-top: 25px;
    position: relative;
}
.toggleshowmore {
    position: relative;
    z-index: 2;
}
.showmorereviews:before {
    content: "";
    height: 1px;
    background: #eaeaea;
    position: absolute;
    right: 0;
    left: 0px;
    top: 17px;
}
.showmorereviews:after {
    content: "";
    height: 10px;
    background: #ffffff;
    position: relative;
    width: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}
.req-sam {
    -webkit-border-radius:8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    width: 100%;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    box-sizing: border-box;
}
.req-sam:after {
    content: "";
    clear: both;
    display: block;
}
.req-sam b {
    float: left;
    display: block;
    text-align: center;
    width: 96px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 8px;
}
.test-card {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    float: left;
    width: 253px;
    border-left: 1px solid red;
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    height: 47px;
    padding-top: 8px;
}
.test-card a {
    color: red !important;
}
.notehead {
    color: #e54c20;
    font-size: 16px;
    font-family: Arial;
    display: block;
    padding-bottom: 2px;
    margin-top: 10px;
}
.note-list {
    border: 1px solid #e9e9e9;
    -webkit-border-radius:8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}
.note-list ul {
    padding: 20px;
}
.note-list ul li {
    margin: 5px 0;
    background: url(../images/left-arrow.png?ver=1)0% 6% no-repeat;
    list-style: none;
    padding: 0 0 0 26px;
}
.note-list ul li span {
    font-size: 16px;
    color: #000 !important;
    line-height: normal;
    font-weight: 400;
    cursor: default;
}
.note-list p {
    padding: 0 20px 20px;
    font-size: 16px;
    color: #000 !important;
    line-height: normal;
    font-weight: 400;
}
.form-body.sample-request-form {
    margin-top: 20px;
}
.calicon {
    position: relative;
    top: 3px;
    margin-left: 5px;
}
#artwork_wrapstr a {
    position: relative;
    z-index: 5;
}
.sample_exist {
    padding: 10px 30px 10px 30px;
    font-family: 'OpenSansSemibold', sans-serif;
}
.sample_exist a {
    color: red;
}
.product__recent-carousel {
    /* padding: 0 25px; */
    box-sizing: border-box;
    margin-bottom: 0 !important;
}
.product__recent-carousel .pim-pro-list__item {
    width: auto;
    float: none;
    margin-bottom: 0;
}

.product__recent-carousel .item{
    padding:30px !important;
    padding-bottom: 15px !important;
}
.product__recent-carousel .owl-dots{
    display: block;
    height: 15px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -62px;
    right: 20px;
}
.product__recent-carousel .owl-dot {
    float: left;
    margin-right: 8px;
}
.product__recent-carousel .owl-dots span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    display: inline-block;
}
.product__recent-carousel .owl-dots .owl-dot.active span {
    background: #D9D9D9;
}
.pim-pro-list--tab-content.product__related-carousel .owl-nav, .pim-pro-list--tab-content.product__recent-carousel .owl-nav{
    top: -78px; 
}
#recentprdcontainer {
    margin-top: 35px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E9E6E6;
 
}
.free-product-columwrap {
    margin-top: 12px;
}
.free-product-columwrap:after {
    content: "";
    clear: both;
    display: block;
}
.free-product-leftcolum {
    width: 35%;
    float: left;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}
.free-product-text {
    background: #f8912f;
    color: #fff;
    padding: 2px 25px 3px 15px;
    position: relative;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    display: inline-block;
}
.free-product-text:after {
    content: "";
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid;
    top: 0;
    right: 0px;
}
.free-product-apply {
    width: 17px;
    height: 17px;
    position: relative;
    vertical-align: middle;
}
.coupon_disclaimer {
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 35%;
    padding-left: 0 !important;
    font-family: "OpenSansSemibold", sans-serif;
}
.free-product-tooltip-left {
    width: 73px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 3px;
    box-sizing: border-box;
}
.free-product-tooltip a {
    text-decoration: none;
    color: #232323;
}
.free-product-tooltip-left img {
    width: 100%;
    height: auto;
    display: block;
}
.free-product-tooltip-right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 78px);
    box-sizing: border-box;
    padding-left: 15px;
}
.free-product-details {
    color: #267bb6;
    cursor: pointer;
    transition: background-position 275ms ease;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, red, red 50%, royalblue 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    font-size: 16px;
}
.free-product-details:hover {
    background-position: 0 100%;
}
.free-product-tooltip-wrap:hover .free-product-tooltip {
    visibility: visible;
    opacity: 1;
    top: 35px;
}
.free-product-tooltip {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 10;
    width: 283px;
    left: -30px;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}
.free-product-tooltip-wrap {
    position: relative;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
.free-product-tooltip-arrow {
    position: absolute;
    top: -13px;
    left: 24px;
}
.free-product-tooltip-arrow:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-left: 2px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid white;
}
.free-product-tooltip-arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 13px solid #e5e5e5;
}
.free-product-tooltip-model {
    color: red;
    margin-top: 5px;
    display: inline-block;
}
.pim-columwrap {
    margin-top: 10px;
}
.apply-coupon-button.apply-coupon-btn {
    margin-left: 35%;
    margin-top: 0;
    margin-bottom: 6px;
}
.apply-coupon-button,
.apply-coupon-btn {
    background: #e0162b;
    padding: 8px 15px;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-family: "OpenSansSemibold", sans-serif;
    cursor: pointer;
    margin-top: 6px;
}
.apply-coupon-btn-green {
    background: #008000;
    padding: 8px 15px;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-family: "OpenSansSemibold", sans-serif;
    margin-top: 6px;
}
.coupon-leftcolum {
    width: 35%;
    float: left;
    text-align: right;
    padding: 6px 10px 6px 4px;
    box-sizing: border-box;
}
.coupon-rightcolum {
    width: 60%;
    float: left;
    font-family: "OpenSansSemibold", sans-serif;
    text-align: left;
    padding: 0px 0px 6px 4px;
}
.columwrap {
    margin-bottom: 8px;
}
.coupon-columwrap:after,
.coupon-wrap:after,
.columwrap:after {
    content: "";
    clear: both;
    display: block;
}
.coupon-columwrap {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 9px;
}
.pim-coupon-code {
    display: inline-block;
    border: 1px dashed #c5c5c5;
    font-size: 19px;
    padding: 4px 15px;
    border-radius: 4px;
    background: #f9f9f9;
    font-family: 'OpenSansBold', sans-serif;
}
.product-free-coupon {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 6px;
    box-sizing: border-box;
    /* background: url(../images/coupon_code_tick.png) 0 5px no-repeat; */
}
.product-free-coupon .product-free-qty {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.pim-coupon_discount {
    font-weight: inherit;
}
.product-free-coupon.free-coupon-applied {
    color: #008000;
    padding-left: 29px;
    padding-right: 5px;
    background: url(../images/coupon_code_tick_green.png?ver=1) 0 5px no-repeat;
}
.product-free-coupon.free-coupon-not-applied {
    color: #97267c;
    background: none;
    margin-bottom: 10px;
    padding-right: 10px;
}
.coupon-product-free {
    /* background: #008000; */
    color: #008000;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding: 3px 10px 3px 33px;
    position: relative;
    margin-top: 10px;
    background: url(../images/coupon_code_tick_green.png?ver=1) 0 5px no-repeat;
}
.coupon-product-free a {
    color: #008000;
}
/* .coupon-product-free:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 70px;
    background: url(../images/coupon_code_tick_cart.png) center no-repeat #026202;
    left: 0;
} */
span.coupon-product-hooray {
    margin: 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.coupon-priceright {
    justify-content: center;
    cursor: default;
    display: flex;
    flex-direction: column;
}
.coupon-success-msg {
    width: auto;
    margin: 0 auto;
    background: #fbfef1;
    border: 1px solid #8fae1b;
    border-radius: 5px;
    padding: 6px 10px 6px 70px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    display: table;
    margin-top: 5px;
}
.coupon-success-msg:before {
    content: "";
    position: absolute;
    height: 100%;
    background: url(../images/coupon-success-msg-tick.png?ver=1) center no-repeat #8fae1b;
    width: 60px;
    left: 0px;
    top: 0;
}
.coupon-success-msg-cpn-name {
    color: #759011 !important;
    font-family: 'OpenSansBold', sans-serif;
}
.coupon-success-msg-txt-2 {
    font-weight: normal;
}
#discountprice {
    font-family: 'OpenSansBold', sans-serif;
}
.pager {
    display: none;
}
.priceleft {
    float: left;
    width: 50px;
    position: relative;
    z-index: 10;
    margin-right:4px;
}
.dropdownqtyleft {
    width: 50px;
}
.dropdownqtyleft.price__left_separaterow{
    width: 110px;
}

.dropdownqtyleft.price__left_separaterow.priceleft .product__price-box{
    width: 110px;
}
.price__center-table.pricecenter.price__left_separaterow_center .proi-table thead th{
width: 163px;
}
.pricecenter {
    float: left;
    width: calc(100% - 258px);
    position: relative;
    margin-left: -1px
}
.price__center-table.pricecenter{
    width: calc(100% - 243px);
}
.price__center-table.pricecenter .product__price-box{
   /* min-height: 63px; */
   cursor: pointer;
}
.priceright {
    display: flex;
    flex-wrap: wrap;
    float: right;
    position: relative;
    z-index: 15;
    width: 65px;
    font-size: 13px;
    height: 64px;
    padding: 6px;
    box-sizing: border-box;    
    line-height: normal;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 2px;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    text-align: center;
    right: 8px;
}
.proi-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.proi-table thead th {
    padding: 0px 0px;
    padding-right: 12px;
    text-align: center;
    white-space: nowrap;
    width: 136px;
    cursor: pointer;
    font-weight: normal;
    box-sizing: border-box;
    /* height: 42px; */
}
.priceleft .proi-table thead th{
    padding-left: 0;
    width: fit-content;
    cursor: auto;
}
.proi-table tbody td {
    padding: 0px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    box-sizing: border-box;
}


/* strike price style */

.specialprice_exist .proi-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.specialprice_exist .proi-table thead th {
    padding: 0px 0px;
    padding-right: 12px;
    text-align: center;
    white-space: nowrap;
    width: 136px;
    cursor: pointer;
    font-weight: normal;
    box-sizing: border-box;
    /* height: 42px; */
}
.priceleft.specialprice_exist .proi-table thead th{
    padding-left: 0;
    width: fit-content;
    cursor: auto;
}
.specialprice_exist .proi-table tbody td {
    padding: 0px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    box-sizing: border-box;
}
.specialprice_exist .proi-table td:first-child {
    width: fit-content;
    cursor: auto;

}
.proi-table tbody tr.price__optionrows td{
    padding-bottom: 0;
}
.price__optionrows .product__price-box{
    border-bottom: 0;
    border-radius: 0;
}
.specialprice_exist .selectedcol .price__qty-box {
    color: #333333!important;
    background: #ebebeb;
    border-color:#b7b7b7;
}
.specialprice_exist .price__qty-box {
    border: 1px solid #b7b7b7;
    border-bottom: 0;
    font-family: "Poppins", serif;
    padding: 9px 0px;
    padding-top: 14px;
    padding-bottom: 4px;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
    line-height: 12px;
    font-weight: bold;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:auto;
}
.specialprice_exist  .product__price-box {
    border: 1px solid #b7b7b7;
    height: auto;
    border-top: 0;
    padding: 4px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 42px;
}
.priceleft.specialprice_exist .price__qty-box {
    border: 0;
    border-radius: 0px;
    padding-top: 17px;
    text-align: left;
    font-weight: normal;
    padding-left: 0;
    justify-content: flex-start;
}
.priceleft.specialprice_exist .product__price-box {
    border: 0;
    border-radius: 0px;
    padding-bottom: 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0px;
    position: relative;
    /* left: -3px; */
}

/* strike price style */

.proi-table.qty_large_section thead th{
    width:170px;
}
.no_save_percnt { display: block ;font-size: 17px;}
.proi-wrapper {
    position: relative
}
.proi-scroller {
    margin-left: 141px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    overflow: auto
}
.proi-table .proi-sticky-col {
    border-left: solid 1px #dce6dd;
    border-right: solid 1px #dce6dd;
    left: 0;
    position: absolute;
    top: auto;
    width: 124px
}
.clearn {
    clear: both
}
.comds {
    display: inline-block;
    margin-top: 20px
}
.pro-wrapper table {
    table-layout: fixed;
    *margin-left: -100px;
    /*ie7*/
}
.priceleft .proi-table {
    width: 100%;
    padding: 0px;
}
.pro-wrapper .pro-sticky-col {
    left: 0;
    z-index: 10
}
.pro-wrapper {
    position: relative
}
.pro-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}
.proi-table tbody td,
.proi-table th {
    position: relative
}
textarea:focus,
input:focus {
    outline: none
}
/* .proi-table td:first-child, .proi-table th:first-child { border-left: solid 1px #dadada !important } */
.proi-table td:first-child {
    width: fit-content;
    cursor: auto;

}
.pro-sticky-col select {
    padding: 6px 0px;
}
.pro-sticky-col select.dropdown-qtybox {
    width: 100%; 
    padding: 8px 6px;
    border: 1px solid #b7b7b7;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.proi-table tbody tr.price__optionrows td{
    padding-bottom: 0;
}
.price__optionrows .product__price-box{
    border-bottom: 0;
    border-radius: 0;
}
.selectedcol .price__qty-box {
    color: #333333!important;
    background: #ebebeb;
    border-color:#b7b7b7;
}
/* .selectedcol .price__qty-box:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #863055;
    position: absolute;
    bottom: -8px;
    z-index: 1;
    margin-left: -8px;
    left: 50%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
} */
span.save-percnt {
    color: #e0162b;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: bold;
}
.strike {
    text-decoration: line-through;
    color: #e0162b;
    line-height: 18px;
}
.strike_price {
    color: #333;
    padding: 0;
    display: block;
    font-size: 16px;
}
.selectedcolborder .product__price-box {
    background: #ebebeb;
    border-color: #b7b7b7;
    border-width: 1px;
}
.price__center-table.pricecenter .selectedcolborder .product__price-box {
    border-color: #b7b7b7;
    border-width: 1px;
}
.price__qty-box {
    border: 1px solid #b7b7b7;
    border-bottom: 0;
    font-family: "Poppins", serif;
    padding: 6px 0px;
    padding-bottom: 4px;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
}
.product__price-box {
    border: 1px solid #b7b7b7;
    height: auto;
    border-top: 0;
    padding: 4px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 42px;
}
.priceleft .price__qty-box {
    border: 0;
    border-radius: 0px;
    text-align: left;
    font-weight: normal;
    padding-left: 0;
    justify-content: flex-start;
}
.priceleft .product__price-box {
    border: 0;
    border-radius: 0px;
    padding-bottom:4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0px;
    position: relative;
    /* left: -3px; */
}
.dropdownqtyleft.priceleft .product__price-box {
    /* min-height: 63px; */
    width: 50px;
    line-height: 16px;
}
.offer_name {
    font-family: "Poppins", serif;
    color: #333;
    
}
.pright {
    width: 21px;
    background:url(../images/price_table_right_arw.png?ver=2) center no-repeat;
    height:21px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
}
.disabled .pright { background: url(../images/price_table_right_arw_red_dec.png?ver=2) center no-repeat;opacity: 1;}
.pleft {
    background: url(../images/price_table_left_arw.png?ver=2) center no-repeat;
    width: 21px;
    height:21px;
    display: inline-block;
    /*float: left*/
    vertical-align: middle;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -6px;
}
.disabled .pleft { background: url(../images/price_table_left_arw_red_des.png?ver=2) center no-repeat;opacity: 1;}
.viewless .pleft:hover {
    background: url(../images/price_table_left_arw_red.png?ver=4) center no-repeat;
}
.viewmore .pright:hover {
    background:url(../images/price_table_right_arw_red.png?ver=4) center no-repeat;
}
.viewmore .prighttext:hover {
    color: #e0162b
}
.viewless .plefttext:hover {
    color: #e0162b
}
.viewmore {
    font-family: "OpenSansSemibold", sans-serif;
    font-size: 13px;
    display: block;
    width: 100%;
    align-self: center; 
    margin-bottom: 10px;
    transition: all 200ms ease-in-out;
}
.viewless {
    font-family: "OpenSansSemibold", sans-serif;
    font-size: 13px;
    display: block;
    width: 100%;
    align-self: center; 
    margin-top: 10px;
    transition: all 200ms ease-in-out;
}
.plefttext {
   display: none;
}
.prighttext {
    display: none;
}
.disabled {
    opacity: 0.2;
    cursor: not-allowed
}
.disabled:hover .plefttext {
    color: #232323 !important
}
.disabled:hover .prighttext {
    color: #232323 !important
}
.price-box {
    margin-bottom: 0px;
    width: 100%;
    min-height: 11px;
}
.price-box .strike .strike_price {
    /* line-height: normal; */
}
tr.get-quote-wrap a.quantity-get-quote {
    text-align: left;
    display: inline-block;
    width: auto;
    background: none;
    box-shadow: none;
    color: #e0162b !important;
    padding: 0 25px 0 0;
    margin: 0;
    margin-left: 15%;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: "Poppins", serif;
    font-weight: 600;
}
tr.get-quote-wrap a.quantity-get-quote:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0px;
    top: 3px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background: url(../images/get-arrow_red.png?ver=1) center no-repeat;
    transition: transform 250ms, opacity 400ms;
}
/* .hooray-green {
    color: green !important;
    font-size: 15px;
    font-weight: 700;
} */
.hooray-green {
    color: #fe0002 !important;
    font-size: 15px;
    font-family: "OpenSansExtraBold", sans-serif;
    position: relative;
    text-align: left;
    margin-left: 38%;
    width: auto !important;
    margin-top: 12px;
    padding-left: 50px;
    box-sizing: border-box;
}
.hooray-green:before {
    content: "";
    position: absolute;
    width: 39px;
    height: 30px;
    background: url(../images/hooray_up_arw.png?ver=1) no-repeat;
    left: 0;
    top: -11px;
    background-size: 100%;
}
.free_100_span {
    font-size: 15px;
    color: #2db714;
    /* text-transform: uppercase; */
    font-family: "Poppins", serif;
    font-weight: 600;
    width: 75%;
    vertical-align: middle;
    line-height: 24px;
    margin-left: 8px;
    bottom: 14px;
    position: relative;
    margin-bottom: -30px;
}
.free_100_span.withoutoffer_span{
    position: absolute;
    left: -7px;
    width: max-content;
    bottom: 0;
}
.free_100_span .free_offer_product{
    font-family: 'OpenSansRegular', sans-serif;
    color: #0f0f0f;
    text-transform: capitalize;
}
.error-pro { 
    display: block; 
    color: #DF0505; 
    width: 265px!important; 
    font-size: 14px; 
    padding-left: 7px; 
}
#controllerContainer
{
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    z-index: 10;
    
    padding: 8px;
}
#quantity-tablerow td.boldqtyinput .dd.ddcommon.borderRadius, #quantity-tablerow td.boldqtyinput .dd.ddcommon.borderRadiusBtm, #quantity-tablerow td.boldqtyinput .dd.ddcommon.borderRadiusTp{float:left;}#quantity-tablerow td.boldqtyinput .dd.ddcommon.borderRadius, #quantity-tablerow td.boldqtyinput .dd.ddcommon.borderRadiusBtm, #quantity-tablerow td.boldqtyinput .dd.ddcommon.borderRadiusTp{float:left;}
.boldqtyinput input.customquantitytxt {
    height: 32px;
    font-size: 17px;
    margin-left: 8px;
    float: left;
}
.disclimer_wraper { margin:0px 0px 15px 27px; }
.disclimer_wraper b { font-size: 16px; }
.disclimer_wraper p { font-size: 14px; }
.disclimer_wraper b:before { background: url(../images/disclimer-icon.png?ver=1) left no-repeat; width: 17px; height: 35px; content: ""; display: inline-block; margin: -10px 5px 0px 0px; float: left; }
.disclimer_wraper p span { cursor: pointer; font-weight: 600; display: inline-block; text-decoration: underline; }
.disclimer_wraper span.tool-pic { position: absolute; background: #525252; padding: 5px 10px; font-size: 14px; left: 75px; display: none; font-size: 14px; font-weight: normal !important; text-decoration: none !important; }
.disclimer_wraper span.tool-pic:before { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 15px solid #525252; content: ""; display: block; position: absolute; top: -7px; left: 45%; }
.disclimer_wraper p span:hover span.tool-pic { display: block; }
.disclimer_wraper span.tool-pic a { color: #fff; }
.others_right .disclimer_wraper {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0px 0px 15px 27px;
}
.shipping_wrap { float: left; width: 49% }
.shipping_lefttext { float: left; font-weight: 700; width: 118px; font-size: 14px; padding: 8px 0px; position: relative; clear: left; top: -4px }
.shipping_selectbox { background: none repeat scroll 0 0 #FFF; border: 1px solid #C6C6C6; height: 25px; line-height: 25px; margin: 0; outline: medium none; padding: 0 0 0 2px; width: 152px!important }
.wishlist-mob { font-size: 16px }
.shipping_selectbox_free_sampel { background: none repeat scroll 0 0 #FFF; border: 1px solid #C6C6C6; height: 25px; line-height: 25px; margin: 0; float: left; outline: medium none; padding: 0 0 0 2px; width: 300px!important }
.shipping_selectbox { line-height: 25px }
.shipping_box { margin: 0 auto; margin-top: 35px; }
.shipping_box ul { list-style-type: none; margin: 0; padding: 0 }
#shipping_wrap { -webkit-border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px }
.shipping_box li.first_li_item { float: left; line-height: 25px; font-weight: 700; padding: 0px 0px; width: 220px; clear: left; font-size: 14px; }
.others_right {
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    margin-top: 27px;
    float: right;
    position: relative;
    width: 100%;
    box-sizing: border-box; }
.resi-tial { display: inline-block; width: 100%; margin-left: 118px }
#shipping_loader { position: static; bottom: 25px; right: 50px; background: #fff; padding: 5px 7px; }
#shipping_loader .wait img{
    margin-right: 5px;
}
.shipping_box li.second_li_item { float: right; padding-right: 10px }
.others_right h3 { color: #e55413; font-size: 18px; font-weight: 700; padding-bottom: 5px; margin: 15px 25px 15px 25px; text-transform: uppercase; text-align: left; border-bottom: 1px solid #e9e9e9 }
.shietted {
    padding: 0px 0px 15px 27px;
}
.Resides { margin-bottom: 10px; }
.Res_label { color: black; font-size: 15px; float: left; margin-right: 12px; font-weight: 700; }
.Res_lft input { float: left; margin-top: 5px; margin-right: 8px; font-weight: 700; font-size: 14px; }
.shipping_righttext input.shipping_tbox {
    width: 111px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}
input.shipping_tbox { border: 1px solid #C6C6C6; height: 28px; line-height: 23px; outline: medium none; overflow: hidden; padding-left: 2px; padding-right: 2px; width: 146px; text-indent: 5px; font-size: 15px; }
.shipping_righttext .estimatselect{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 111px;
    border: 1px solid #C6C6C6; height: 28px; 
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
.ptooltip {
    position: absolute;
    display: none;
    background: #f7f7f7;
    z-index: 10;
    width: 240px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #e1dfe0;
    left: 175px;
    padding: 7px;
    margin-top: 5px;
    border-radius: 3px;
}
.ptooltip img{
    max-width: 100%;
    height: auto;
}
.print-tooltip-icon {
    vertical-align: middle;
    margin-left: 7px;
}
.ptooltip:before{
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1dfe0;
    position: absolute;
    top: -8px;
    z-index: 1;
    left: 1%;
}
.tooltip_icon{
    position: relative;
    display: inline-block; 
}
.nostock__outer {
    margin-bottom:46px;
}
.nostock__outer h2{
    text-transform: uppercase;
    color: #333333;
    font-size: 28px;
}
.nostock__outer h2 span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}
.pim-number {
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight:600;
    color: #e0162b;
}
.nostock__outer .pim-number {
    color: #1e1e1e;
}
.pim-number .redm {
    margin-right: 10px; 
}
.pim-number .redm b{
    font-weight: 600;
}
.sold-product-name{
    font-size: 23px;
    font-weight: normal;
    font-family: "Poppins", serif;
    font-weight:500;
    color: #1e1e1e;
}
.suggested-products {
    margin-bottom: 35px;
    border: 1px solid #E9E6E6;
    border-radius: 8px;
}
.soldoutimg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    width: 416px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 8px;
}
.soldoutimg h1{
    text-transform: uppercase;
    font-size:40px;
    color: #e0162b;
    font-weight: 700;
    line-height: 57px;
}
.pricecalc {
    color: #e0162b;
}
table#assortcolor select { 
    padding: 4px!important;
    margin-left: 0px;
    float: left;
    border-radius: 4px;
    background: #F8F8F8;
    border: 1px solid #CCC;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
 }
 table#assortcolor td a{
     vertical-align: middle;
 }
 table#assortcolor td {
    vertical-align: middle;
 }
.assrtedqty { 
    width: 42px !important ;
    border-radius: 4px;
    background: #F8F8F8;
    border: 1px solid #CCC;
    padding:5px 4px;
}
input#approxqty {
    margin-top: 3px;
}
.blank-disclaimer{
    margin: 10px;
    font-size: 17px;
    margin-left: 0;
}
.blank-disclaimer .blnkcheck{
    float: left;
    padding: 5px 10px;
    padding-left: 0;
}
.blank-disclaimer .blnkcheck input{
    height: 20px;
    width: 20px;
}
.blank-disclaimer-text {
    margin-left:25px;
    padding: 0px 10px;
}
input#disclaimer-checkbox {
    width: 20px;
    height: 20px;
}
.freesample-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    position: relative;
}
.freesample-btn .pim-btn{
    position: relative;
}
.freesample-btn #sample_loader {
    position: absolute;
    display: inline-flex;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 58%);
    border-radius: 3px 3px 3px 3px;
    align-content: center;
    justify-content: center;
    border-radius: 8px;
    width: 190px;
    text-align: center;
    margin: 0 auto;
}
.product__option-wrap .ddcommon{
    width: 343px!important;
   
}
.product__option-wrap .ddcommon .ddChild{
    width: 343px!important;
    z-index: 10 !important;
}
.price__wrapper .quantity__section .ddcommon {
    width: 160px !important;
}
.price__wrapper .showincrement-text, .price__wrapper .increment-error-msg{
    position: absolute;
    width: max-content;
}
 .value_section .addnlQty {
    margin-top: 20px;
}
.featherlight-iframe .featherlight-content{
    padding: 20px 15px 20px 15px !important;
}
.backorder_infotext {
    color: #e0162b;
    font-size: 14px;
    font-family: "OpenSansSemibold", sans-serif;
    float: left;
    width: 100%;
}
.backorder_infotext br{
    display: none;
}
.enabled { position: relative !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: block; }
/* Hide the browser's default checkbox */
.pmscolordrop .enabled input.pmscheck { position: absolute; opacity: 0; cursor: pointer; height: 101%; width: 100%; z-index: 55; top: 0px; left: 0; }
/* Create a custom checkbox */
.checkmark { position: absolute; top: 6px; left: 5px; height: 20px; width: 20px; background-color: #e9e9e9; }
/* On mouse-over, add a grey background color */
.pmscolordrop .enabled:hover input ~ .checkmark { background-color: #ccc; }
/* When the checkbox is checked, add a blue background */
.pmscolordrop .enabled input:checked ~ .checkmark { background-color: #2196F3; }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after { content: ""; position: absolute; display: none; }
/* Show the checkmark when checked */
.pmscolordrop .enabled input:checked ~ .checkmark:after { display: block; }
/* Style the checkmark/indicator */
.enabled .checkmark:after { left: 6px; top: 2px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.pmscolordrop li.enabled .ddlabel { padding-left: 25px; }
.prdtcolor { margin-right: 15px; width: auto; display: block; float: left; text-align: right; width: 32%; }
.product__option-wrap .disabled { position: relative !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
/* Hide the browser's default checkbox */
.pmscolordrop .disabled input.pmscheck { position: absolute; opacity: 0; cursor: pointer; height: 102%; width: 101%; z-index: 55; top: 0px; left: 0; cursor: not-allowed !important; }
.pmscolordrop li.disabled .ddlabel { padding-left: 25px; }
.pmscolordrop { width: 210px !important; }
.productiontime { 
    /* overflow: hidden; */
     padding-bottom: 2px; font-weight: 700; color: #d73540 }
.productiontime span { color: #333333!important }
.paa-note {
    line-height: normal;
    background: #e7e7e7;
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #D90003;
    position: relative;
    margin-bottom:10px;
}
.paa-note:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #e7e7e7;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    bottom: -10px;
}
.highlight.pp_express.bottom-border label:after,.highlight.amazon_login_pay.bottom-border label:after {
border-bottom: 1px solid #ccc;
content: "";
width: 100%;
display: block;
position: relative;
top: 4px;
margin: 10px 0px 5px 0px;
}
label.pp_express.bottom-border:after,label.amazon_login_pay.bottom-border:after {
border-bottom: 1px solid #ccc;
content: "";
width: 100%;
display: block;
position: relative;
top: 4px;
margin: 10px 0px 5px 0px;
}
.custom-hand div.taghead h1.hand-headingb:before,.custom-health div.taghead h1.health-headingb:before {
    content: "";
    position: absolute;
    width: 82px;
    margin-left: -51px;
    height: 30px;
    background: url(../images/hand-sanitizer_icon.png?ver=1) 0 1px no-repeat;
    margin-top: 1px;
}
.custom-hand div.taghead h1.hand-headingb:after,.custom-health div.taghead h1.health-headingb:after {
    content: "";
    position: absolute;
    width: 82px;
    margin-left: -31px;
    height: 30px;
    background: url(../images/hand-sanitizer_icon.png?ver=1) 0 1px no-repeat;
    margin-top: 1px;
    transform: scaleX(-1);
}
.hand_error {
color:red;
font-size: 3vw;
text-align: center;
font-weight: bold;
margin: 50px auto;
}
.paaonly_view {
    font-size: 13px;
    background: rgb(255, 249, 227);
    border: 1px dashed #ffc630;
    color: #232323;
    padding: 10px 5px 10px 54px;
    border-radius: 5px;
    position:relative;
    text-align: left;
    line-height: normal;
    margin-bottom: 20px;
    display: inline-block;
}
.paaonly_view > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 44px;
    background: url(../images/w_icon.png?ver=1) no-repeat center #ffc630;
    margin:0;
}
.paaonly_view.cart_paaonly_view {
    margin-top: 10px;
    margin-bottom: 0;
}
.ship-sub {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #212121dd;
    margin-top: 20px;
}
.amazon-sub-head {
    margin-bottom: 5px;
}
.amazon-back-btn {
    padding: 10px 0 10px 0 !important;
    width: 90px !important;
    text-align: center !important;
    margin-right:10px;
     font-size: 15px;
     height: 42px;
     box-sizing:border-box;
     border-radius: 3px;
     }
     .amazon-continue-btn {
    padding: 10px 0 10px 0 !important;
    width: 90px !important;
    text-align: center !important;
    margin-right:10px;
    font-size: 15px;
     height: 42px;
     box-sizing:border-box;
     border-radius: 3px;
}
.amazon_logout {
    float: right !important;
    padding: 10px !important;
    width: 155px !important;
    text-align: center !important;
    border: 0;
     background: url(../images/arrwo-amazon.jpg?ver=1) right no-repeat !important;
    border-radius: 3px;
    height: 42px;
    font-size: 15px;
    cursor: pointer;
}
 .amazon_confirm_address {
    display: block;
    height: 200px;
    float: left;
    width: 48%;
}
.amazon_confirm_wallet {
    display: block;
    height: 200px;
    float: right;
    width: 48%;
}
.kit_option-head {
    padding: 5px 10px;
    background: rgba(239, 239, 239);
background: -moz-linear-gradient(left, rgba(239, 239, 239) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239, 239, 239)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(239, 239, 239) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(239, 239, 239) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(239, 239, 239) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(239, 239, 239) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );
}
.kit_option-details{
}
.kit_option {
    width: 100%;
    margin: 0px auto;
}
.kit_option_product-box {
  /* width: 100%;
  float: left; */
  padding: 0 10px;
  box-sizing: border-box;
  font-family: trebuchet ms;
  font-weight: 700;
  margin-bottom: 7px;
}
.kit_option-head .dd{
  background: #ffffff;
}
.kit_option_product-box .dd {
    /* width: 100% !important; */
    box-sizing: border-box;
        margin-bottom: 0;
}
.kit_option_product-box .ddcommon .ddChild{
    width: 100% !important;
}
.kit_option_product {
    /* background: #fbfbfb; */
    padding: 7px 0 0 0;
   /* margin-top: 10px;*/
    font-weight: normal;
    font-size: 14px;
    position: relative;
}
span.addmore_remove {
  background: url(../images/cancel.png?ver=1) no-repeat left center;
  background-size: 12px;
  padding-left: 16px;
  color: #8e8e8e !important;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 6px;
}
.kit-header__left{
    float: left;
}
.kit-header__left .dd{
  margin-bottom: 0;
}
.addmore_kit {
    float: left;
    margin-left: 20px;
    margin-top: 0px;
}
.addmore_kit span {
    background: #267ab6;
    color: #fff !important;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
        font-weight: normal;
        border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
cursor: pointer;
}
.kit__options {
    padding: 0px 20px;
}
.kit_option_product-box:after {
    clear: both;
    content: "";
    display: block;
}
.kit__options .kit__main-head span {
    color: #267bb6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: #ffffff;
    position: relative;
    z-index: 1;
padding-right: 10px;
}
h3.kit__main-head{
  position: relative;
  margin-bottom:10px;
  margin-top: 15px;
}
h3.kit__main-head:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ededed;
    left: 0px;
    right: 0px;
        top: 11px;
}
.kit_option-product-right{
    display: inline-block;
        float: left;
}
.kit_option-product-left, .kit_imprint-product-left{
  display: inline-block;
float: left;
margin-top: 3px;
margin-right: 5px;
}
.kit-header__left span.kit__option_price {
    color: #267bb6;
    font-size: 14px;
}
.kit__product-list--included {
    width: 50%;
    float: left;
    text-align: left;
}
.kit__product-list--optional {
    width: 50%;
    float: left;
    text-align: left;
}
.kit__product-list-head {
    font-size: 16px;
    color: #267ab6;
    font-weight: bold;
    margin: 0 0 12px 0;
}
.kit__product-listing {
    list-style: none;
    text-align: left;
}
.kit__product-listing li{
  background: url(../images/kit_list_tick.png?ver=1) no-repeat left center;
  padding-left: 28px;
min-height: 18px;
margin-bottom: 10px;
}
.kit__product-list-outer:after {
    content: "";
    clear: both;
    display: block;
}
.kit__product-list-outer {
    padding: 15px;
    margin-top: 20px;
}
.kit_option_product.addmore__outer .kit_option_product-box.addmore-row {
    display: inline-block;
    vertical-align: top;
}
label.kit-option-text {
    cursor: default;
    margin-top: 4px;
    display: inline-block;
}
.kitproduct-option-cart {
    padding-left: 10px;
    font-size: 14px;
}
td.kitproduct-option-space {
    padding-top: 5px;
}
.kit-spec-head{
  font-size: 16px;
  color: #267ab6;
  font-weight: bold;
  margin: 0 0 4px 0;
}
.kit-spec-group {
    padding-left: 15px;
    margin-bottom: 10px;
}
.pro_feature_box.product_feature_box:after {
    display: none;
}
.kit_option_product.addmore__outer {
    padding-top: 3px;
}
.production-time {
    font-size: 17px;
}
.kit_option_product-box.single__option .kit_option-product-left {
    margin-top: 0;
}
.kit_option_product-box.single__option .kit-option-text {
    margin-top: 0;
}
/* 06-04-2020 */
.notify_outofstock {
    margin-top: 15px;
}
.notify_email {
  width: 250px !important;
      padding: 5px 10px;
      border: 1px solid #ddd;
      font-size: 14px;
      height: 38px;
      box-sizing: border-box;
          vertical-align: middle;
}
.notify_btn {
    height: 38px;
    border: 0px;
    box-sizing: border-box;
    background: #267bb6;
    vertical-align: middle;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    margin-left: 6px;
    cursor: pointer;
}
.notify_btn:hover {
    background: #105280;
}
.notify_outofstock p {
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    color: #ff474a;
    font-size: 18px;
}
.product__descriptions ul { margin: 0; padding: 0;   list-style-position: inside; }
.product__descriptions li { margin: 0 0 3px 0; padding: 0 0 0px 15px;  color: #333333; }
.product__descriptions li::marker { color: #333333;font-size: 12px;}
.product__descriptions p { color: #333;text-align: justify;}
.priceblank .proi-table thead th,.priceblank .proi-table td{
    cursor: pointer;
}
.newtooltip {
    display:none;
    position:absolute;
    /*border:1px solid #333;*/
    background-color:#161616;
    border-radius:5px;
    padding:2px 10px;
    color:#fff;
    font-size:13px !important;
    z-index: 999;
    text-align: center;
}
.newtooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #161616 transparent transparent transparent;
}
.disclimer_wraper a{
    text-decoration: underline !important;
    color: #D51111 !important;
    font-weight: 700;
}
.handle_tooltip {
  position: relative;
  display: inline-block;
  top: 2px;
  /*border-bottom: 1px dotted black;*/
  left: 5px;
}

.handle_tooltip .tooltiptext {
    font-weight: normal;
    font-family: 'OpenSansRegular', Arial, sans-serif;
    visibility: hidden;
    width: 300px;
    background-color: rgb(0 0 0 / 85%);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    left: -143px;
    box-sizing: border-box;
    bottom: 28px;
}

.handle_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(0 0 0 / 85%) transparent transparent transparent;
}

.handle_tooltip:hover .tooltiptext {
  visibility: visible;
}
.showincrement-text,
.increment-error-msg {
    color: #e0162b;
    font-size: 13px;
}
.singleclr {
    font-family: "Poppins", serif;
    position: relative;
    top:-1px;
}

span.enable_break {
    margin-left: 5px;
}
.rating__review-wrap.rating__noreview-wrap {
    text-align: center;
}
.rating__review-wrap.rating__noreview-wrap .border-line-middle span {
    padding-left: 10px;
}
.rating__review-wrap.rating__noreview-wrap .product_review {
    padding: 0;
    border: 0;
    width: 100%;
}
.product_review:empty {
    display: none;
}
.offer-countdown{
    display: none;
    text-align: center;
    margin-top: 15px;
    border: 1px dashed #fcc000;
    font-family: 'OpenSansBold', sans-serif;
    padding: 7px 20px;
    font-size: 16px;
    background: #fcc000;
    position: relative;
    box-sizing: border-box;
}

.offer-countdown:after {
    content: "";
    border: 1px dashed #fff;
    position:absolute;
    left:3px;
    right:3px;
    top:3px;
    bottom:3px;
    pointer-events:none;
}
/* .paypal_message{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-left: 0;
    padding-top: 0px;
    padding-bottom: 0;
    margin-left: calc(35% - 161px);
} */

.fire-icon {    
    width: 64px;
    height: 83px;
    background: url(../images/fire_sale.png) no-repeat;
    margin-bottom: 10px; 
    
}

/* New style */
.product__specifications{padding-left:87px;}
.product-left-bottom-section {  padding: 0px 0 5px 0;  display: block ;  font-family: "Poppins", serif;margin: 0 auto;}
.product-bottom-left {  width: calc(100% - 240px);  float: left;  padding-right: 0px;  box-sizing: border-box;}
.product-selling-points:first-child {  margin-top: 0;}
.product-selling-points { font-size: 15px;  font-weight: 500;   margin-top: -4px;    min-height: 47px;   display: flex;    align-items: center;}
.product-selling-points-img {  width: 60px;   display: inline-block;   text-align: center;}
.product-selling-points-text { color: #242d38;  display: inline-block;  vertical-align: middle;   width: calc(100% - 90px);margin-left:10px;line-height: 20px;
    font-size: 20px;    font-weight: 500; font-size: 18px;}
 .user-review p strong:first-child { padding-left: 50px; background: url(../images/comment-icon.png) no-repeat; padding-top: 15px;  display: inline-block; margin-top: 10px;} 
 .product-left-bottom-section .product-bottom-right{
    padding-left: 29px;
 }
 .rating__heading span { font-size: 30px ; font-weight: bold ;}
 .rating__heading:after { top: inherit !important; bottom: -5px; } 
.product-outer-bg { background: #fff;}
.product_tab-description:first-child p strong {font-family: "Poppins", serif; font-size:16px; font-weight: 600;}
/* Detail page select form style */
.dd .ddTitle .ddTitleText { padding: 7.5px 20px 7.5px 5px !important;}
.dd .divider { right: 33px!important;}
.ddcommon .ddArrow { right: 9px !important;}
.dd { border: 1px solid #D3D1D1 !important;  }
.dd .divider { border-left: 1px solid #D3D1D1 !important;}
/* Detail page select form style */
/* Scroll style */

/*.proi-table.blank_table tbody td{
  cursor: default;
}*/

.product-imprint-prices,.product-blank-prices{
    display: none;
    }
.product_tab-description{
    display:none;
}
.product_tab-description.active{
    display:block;
    padding: 0px 10px;
}
.product_tab-description .proof_disclaimer {
    padding-top: 25px;
}
.disableqty{
    opacity: .4;
    cursor: default !important;
}
.proi-table.blank_table tbody th{
  cursor: default;
}
.fb.fb_white{
  z-index: 900000 !important;
}
.featherlight-content #backupstat { display: block !important; }
.wallet_text + a .product-video {margin-top: 62px;}

.blue-btn:hover {
    background: #2173ab;
}
.coupon-wrap-show {
  transform: scale(1); 
}
.blue-btn {
    background-color: #3498DB;
    float: none;
    border: 2px solid #f9f9f9;
    display: inline-block;
    text-decoration: none;
    color: #FFF !important;
    text-shadow: 0 1px 0 #541b04;
    cursor: pointer;
    font: bold 18px/25px arial!important;
    outline: 0 none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 20px;
}
    .price__wrapper {
    display: flex;
    flex-wrap: wrap;
    /* padding: 15px 0 0 0;
    margin: 18px 0 0 0; */
    /* border-top: 1px solid #e1dfe0; */
    font-size: 18px;
    font-weight: 500;
}
.imprint-section .price__wrapper {
    margin-top: 11px;
}
.price__wrapper .quantity__section, .price__wrapper .unit_price_section, .price__wrapper .item_price_section {
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right:10px;
}
.unit_price_section .value_section input,
.item_price_section .value_section input,
.price__wrapper.sample_price_wrapper input {
    background: #f4f4f4;
    border: 0px ;
    font-weight: 600;
    pointer-events: none;
    max-width: 130px;
    min-width: 130px;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
}
.price-dropdown-btn-active{display: block}
.price-dropdown-btn-inactive{display: none}
.total__amount_wrapper .estimate__section .estimate__section_label {
    font-weight: 700;
    line-height: 19px;
    font-size: 24px;
    display: block;
    position: relative;
    top: 3px;
}
.price-dropdown-toggle {
    position: relative;
    top: 3px;
}
.price-dropdown-btn {
    cursor: pointer;
    position: relative;
    padding-right: 22px;
    color: #6b6b6b;
    font-weight:400;
    font-size: 15px;
    text-align: right;
}
.price-dropdown-btn:after {
    background: url(../images/toggle-arrow-down.svg) right center no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    width: 12px;
    height: 10px;
    top: 8px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.price-dropdown-btn.price-dropdown-btn-active:after{
    background: url(../images/toggle-arrow-down.svg) right center no-repeat;
    transition: all .6s ease;
    rotate: 180deg;
}
.price__wrapper label{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    font-family: "Poppins", serif;
    display: block;
}
.price__wrapper #min_val {
    display: inline-block;
    color: #e0162b;
    font-size: 13px;
}
.price__wrapper .value_section{
    position: relative;
}
.price__wrapper .value_section input, .unit_price_section .value_section input{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: "Poppins", serif;
    min-width: 133px;
    height: 38px;
    padding: 7px;
    padding-left: 10px !important;
    border: 1px solid #d9d9d9;
}
.estimate__section {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top:0px;
    vertical-align: middle;
}
.nsampletable .price__wrapper .value_section input{
    background: #f4f4f4;
}
.price__wrapper .value_section .largeqty-wrap{
display: block;
}
.total__Price {
    display: inline-block;
    color: #333;
    vertical-align: middle;
}
.total__Price span{
    font-size:44px ;
    line-height: 40px;
    font-weight: 700;
}
.total__Price .subtotal{
    font-weight: 600 !important;
    line-height: 24px;
}
.total__amount_wrapper {
    margin-top:10px;
}
.blank-section .total__amount_wrapper {
    margin-top:20px;
}
 
.pricewrap-inner {
    max-width: 385px;
    margin-top: 15px;
}

.price-wrap-row {
    padding: 0px 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.price-wrap-row::after {
    content: "";
    clear: both;
    display: block;
}
.price-wrap-left {
    /* float: left; */
    width:50%;
    font-weight: 500;
}

.price-wrap-right {
    /* float: right; */
    width: 35%;
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
#item_price_dis, .runcharge-each {
    display: block;
    font-size: 15px;
    color: #7f7f7f;
}
.price-wrap-right #lidvalue {
    font-size: 15px;
}
.price-wrap-right .extracharge {
    display: block;
}
.price-wrap-left .extracharge {
    /* display: block; */
}
.product__related-carousel .item:hover .pim-pro-list__name span, .product__recent-carousel .item:hover .pim-pro-list__name span {
    color: #267bb6;
}

/* New style */
/* Tab animation style */
 .ani1 {
    position: absolute;
    z-index: 1;
    transition: .3s ease left, width, opacity;  
    opacity: 0;   
    bottom: -1px;
    left: 0;
    height: 3px ;
    background-color: red; 
    width: 16% !important;
}
#blanktab{padding-left: 20px !important;}
#sampletab{padding-left: 12px !important;}
.ani1.active {  opacity: 1; color: #fff;}
.ani1 {  display:block;}
.tabs1 { position:relative;}
/* Tab animation style */
.countdown-wrapper {
  text-align: center;
  margin-bottom:30px;
  width:90%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.countdown-label {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  margin-bottom:0px;
  margin-right: 25px;
}
.countdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
}
.time-box {
  background-color: #333333;
  color: white;
  padding: 0;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 500;
  width: 44px;
  height: 37px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    margin-top: 5px;
}
.countdown .colon {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
/* Product QR Code */

.product_qrcode{
    width:105px;
    padding-top:6px;
    padding-bottom:7px;
    border: 1px solid #d2d0d0;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.product_qrcode span{
    display: block;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    width: 75px;
    padding-top:3px;
}
.product_qrcode img{
    width: 94px;
    height: 94px;
}

/* Product QR Code */
.price__wrapper_tr3{
    display: none;
}
.sample_free_text{
    font-size: 35px;
    font-weight: 600;
    color: #44aa31;
    line-height: 39px;
    display: block;
}
.sample_free_outer {
    display: flex;
    align-items: center;
}
.sample_free_text_total{
    font-size:24px;
    font-weight:700;
    margin-right: 5px;
    line-height: 24px;
    display: inline-block;
}
/* product timer section */

.product_timer_outer {
    display: flex;
    padding-top: 14px;
    padding-bottom: 5px;
}
.deal_text {
    font-size:22px;
    font-weight:600;
    color: #1166A1;
    text-align: right;
    line-height: 12px;
    padding-right: 12px;
    border-right: 1px solid #333333;
    height: 33px;
    position: relative;
    display: flex;
    align-items: center;
}
.deal_text img {
    position: relative;
    top: -5px;
}
.deal_text::after{
    content: "";
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333333;
    right: -6px;
    top: 10px;

}
.deal_text span{
    color: #E51B1B;
    margin-left: 5px;
}
.timer_section {
    padding-left: 12px;
}
.timer_caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
}
.timer_caption b {
    font-weight: 600;
}
.timer_area {
    font-size: 16px;
    line-height: 18px;
    margin-top: 6px;
}
.timer_data {
    margin-right: 4px;
}
.coupon_claim_now_btn{
    width:110px;
    height: 31px;
    background: #FCC233;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", serif;
    font-size:14px;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 17px;
    cursor: pointer;
    border: none;
    transition: 0.3s ease;
    border: none;
    z-index: 1;
    position: relative;
    padding-top: 1px;
}
.coupon_claim_now_btn:hover{
    background:#ffac00;
    transition: 0.3s ease;
}
.coupon_claim_now_btn:visited{
    background:#ffac00;
}
.coupon_claim_now_btn.active:hover:after {
  top: 0;
  transition: 0.3s ease;
  height: 100%;
}
.coupon_claim_now_btn:active {
  top: 2px;
  
}
.coupon_claim_now_btn.active{
    background:#51b35a;
    color: #fff;
    user-select: none;
    pointer-events: none;
}
.coupon_claim_now_btn {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.coupon_claim_now_btn:focus {
  outline: 0;
}
.coupon_claim_now_btn.active:before, .coupon_claim_now_btn.active:after {
    display: none;
}
.coupon_claim_now_btn:before, .coupon_claim_now_btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.coupon_claim_now_btn:before {
  display: none;
  top: -50%;
  background-image: radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ffac00 20%, transparent 30%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ffac00 15%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.coupon_claim_now_btn:after {
  display: none;
  bottom: -50%;
  background-image: radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ffac00 15%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%), radial-gradient(circle, #ffac00 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.coupon_claim_now_btn:active {
  transform: scale(0.9);
  background-color: #ffac00;
  box-shadow: 0 2px 25px #ffac0033;
}
.coupon_claim_now_btn.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.5s forwards;
}
.coupon_claim_now_btn.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.5s forwards;
}
/* .coupon_claim_now_btn.active.animate:after, .coupon_claim_now_btn.active.animate:before {
    display: none;
} */

/* product specification points */

.product_spec_points_outer{
    display: flex;
    display: block;
    align-items: center;
    gap: 10px;
}
.product_spec_item {
    width:85px;
    height:70px;
    background: #ffffff;
    border: 1px solid #555555;
    border-radius: 6px;
    margin-right:5px;
    margin-bottom:7px;
    display: inline-block ;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
     zoom: 1;
}
.product_spec_item:last-child{
    margin-right: 0;
}
.product_spec_name {
    font-size: 12px;
    line-height: 13px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.product_spec_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2px;
    height: 100%;
    justify-content: center;
}
.product_spec_tooltip {
    position: absolute;
    max-width: 275px;
    min-width: 212px;
    min-height: 35px;
    font-size: 13px;
    line-height: 15px;
    bottom:85px;
    right: -70px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #dedede;
    color: #333333;
    font-weight: 500;
    padding:6px;
    z-index: 1;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateY(40px);
}
.product_spec_item:hover .product_spec_tooltip{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.4s ease;
}
.product_spec_tooltip:after {
    content: "";
    position: absolute;
    bottom:-10px;
    z-index: 2;
    border-top: 10px solid #d7d7d7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.product_spec_prodeal .product_spec_name span{
    position: relative;
    top:7px;

}
.message__content {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 100%;
    justify-content: center !important;
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

    
/* product timer section */
@media screen and (max-width: 1800px) {
     .product_spec_item {
        zoom: 0.9;
    }
}
@media screen and (max-width: 1500px) {
     .product_spec_item {
        zoom: 0.8;
    }
}
@media screen and (max-width: 1440px) {
    .price__qty-box{
        font-size: 14px;
    }
    .product_spec_item {
        zoom: 0.7;
    }

}
@media screen and (max-width: 1400px) {
    .product-left-section{
        width: 45%;
    }
    .product-right-section{
        width: 45%;
    }
    .headings_details_1 {
        font-size: 25px;
        line-height: 29px;
    }
    .get-quote-wrap a.quantity-get-quote{
        padding: 6px 40px 8px 10px;
        font-size: 12px;
    line-height: 19px;
    }
    .getquote-number{
        font-size: 14px;
    }
    .image-additional .item .product-block{
        width:88px;
        height:88px;
    }
    .image-additional .item img{
        width: 80px;
        height:80px;
    }
    .product-info .image-additional{
        width: 500px;
    }
    .product-info .image-additional .owl-nav{
        bottom: 55px;
    }
    .pro_feature_box_main{
        width: 480px;
    }
    .product-selling-points-img{
        width: 45px;
    }
    .product-left-bottom-section img {
        width: 100%;
        height: 100%;
    }
    .product-selling-points-text{
        font-size: 13px;
        line-height: 17px;
    }
    .product__specifications {
        padding-left: 143px;
    }
    .pro_feature_box_main{
        width: 404px;
    }
    .product-bottom-left{
        width: calc(100% - 170px);
    }
    .product-left-bottom-section .product-bottom-right{
        padding-left:0px;  
    }
    .product-imprint-prices{
        zoom: 0.90;
    }
    .tabs1::before{
        width: 100%;
    }
    .product__descriptions p{
        width: 97%;
    }
}
@media screen and (max-width: 1350px) {
    .product-imprint-prices{
        zoom: 0.80;
    }
}

/* for ipad devices */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .product_spec_item {
    width:75px;
    height:70px;
    zoom:1;
  }
  .product_spec_name {
    font-size:11px;
    line-height:13px;
    color: #333333;
    font-weight:600;
}
.get-quote-wrap {left: 90px;}
}

/* for ipad devices */