/** Shopify CDN: Minification failed

Line 81:0 Unexpected ".5qtity"
Line 497:0 Unexpected "}"

**/
img {
  max-width: 100%;
}
.form-field-select-wrapper .form-field-select, .form-field-select-wrapper .options-selection__input-select, .options-selection__select .form-field-select, .options-selection__select .options-selection__input-select, .options-selection__input-select-wrapper .form-field-select, .options-selection__input-select-wrapper .options-selection__input-select {
	height: auto;
}
/*********product input box***********/

.form-field-select-wrapper svg {
    display: none;
}

.product-form--atc .form-field-select-wrapper .form-field-select {
    position: relative;
    padding: 15px 25px;
    text-align: center;
}

.product-form--atc {
    display: flex;
    align-items: flex-end;
}

.product-form--atc .form-field-title {
    position: relative;
    top: 3px !important;
}

.product-form--atc input.qtyplus, input.qtyminus {
	font-size: 16px;
    position: absolute;
    top: 21px;
    z-index: 9;
    height: 56px;
    width: 28px;
    background: none;
    border: 1px solid #ddd;
}

.product-form--atc input.qtyplus {
    right: 0;
  	bottom: 0;
  	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  	border-top: 0;
    border-bottom: 0;
}

.product-form--atc input.qtyminus {
    left: 0;
  	bottom: 0;
  	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  	border-top: 0;
    border-bottom: 0;
  
}

.product-gallery--image-background img {
    max-width: 500px;
    max-height: 500px;
    object-fit: contain;
}

.product-gallery--image-background {
    max-width: 500px;
    margin: auto;
  	max-height: 500px;
}

.product-gallery--viewer {
    max-height: 500px;
}

.5qtity p {

  margin :0;
}


.form-fields--qty .form-field--qty-select .form-field-select-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.product-form--atc input.qtyminus:focus, input.qtyplus:focus {
 outline: none; 
 }

.product-form--atc .product-form--atc-button.disabled {
    background: #dbdbdb;
    border: #dbdbdb;
    pointer-events: none;
    width: 100%;
    margin: 0;
}

.pre_order_available span {
    color: green;
}

.product-single__meta .product-pricing {
    margin-top: 0;
}

.a_uner{
  text-decoration:none;
}

.product-form__item.product-form__item--quantity .Quantity-static-product {
    font-size: initial;
    width:100%;
    max-height: 56px;
    text-align: center;
    height: 56px;
    padding: 5px 26px;
}

.template-product .shopify-payment-button{
	display:none;
}

label.form-field-title{
  margin-bottom: 0.5rem;
}

/*********product input box ends***********/

/*********Cart Page ***********/


.cart_error {
    display: none;
}
.term_error {
  text-align: center;
  color: red;
}
.cartitems--container .cart-ordernote .form-field {
    max-width: 100%;
}
/*********Cart Page ends***********/

/*********Collection Page ***********/

.productitem--image img, .cart-item--image-wrapper img {
    height:75px;
    width: auto;
}

p.qty_error_message {
    color: red;
    padding: 5px;
    font-size: 15px;
}

.template-product .qty_error_message{
  display:block;
}
/*********Collection Page ends***********/

.collection--description.rte p, .price.productitem__price span {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/*********Header CSS***********/

.site-navigation {
    max-width: 1400px;
}

#site-header-nav .site-navigation:last-child {
    float: right;
}

#site-header-nav .site-navigation {
    width: 50%;
}

#site-header-nav .site-navigation:first-child {
    float: left;
}

.site-navigation-wrapper .site-header-actions {
  display: flex;
  max-width: 440px;
  margin-top: 2%;
  text-align: right;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.headTwo_block.one {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.headTwo_block.one span, .headTwo_block.two span {
    margin-left: 10px;
    line-height: 15px;
    text-align: center;
}

.site-navigation-wrapper .site-header-actions i {
    margin-left: 5px;
    font-weight: 800;
}

.headTwo_block.two {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0 0px;
}

span.link_span {
    display: block;
    margin: 0 !important;
}

.bg_nav,.filter_box, .filter_box1{display:none;}
.bg_nav {
    box-shadow: 0 3px 4px rgb(127 127 127 / 25%);
    background: #fff;
}

nav.site-navigation.sub_custom_menu {
    z-index: 9999;
    margin-top: 0px;
}

.site-navigation .navmenu-depth-2 {
    margin-left: 0;
    height: 100%;
    width: 100%;
    flex: 1 1 auto;
}

nav.site-navigation.sub_custom_menu ul.navmenu.navmenu-depth-2 li {
    display: block;
}

.popup_outer {
    border: 1px solid #ddd;
    margin-bottom: 14px;
    border-radius: 3px;
}

.filter_box, .filter_box1 {
    padding: 20px 20px 20px;
}

.filter_close, .filter_close1 {
    display: block;
    cursor: pointer;
    width: 30px;
    margin-left: auto;
    height: 30px;
}

.filter_close i, .filter_close1 i {
    background: #e32619;
    font-size: 17px;
    padding: 7px 5px;
    color: #fff;
    width: 100%;
    border-radius: 3px;
    text-align: center;
}

.filter_container ul {
    display: flex;
    margin: 0;
    padding: 10px 10px 0 10px;
    align-items: center;
    flex-direction: row;
}

nav.site-navigation.sub_custom_menu ul.navmenu.navmenu-depth-2 li {
    display: block;
}

.filter_container li {
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
    padding: 0px 60px 0px 0px;
}

.filter_container li select {
    padding: 5px 15px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
}

.filter_container #nxt-btn-search, .filter_container #nxt-btn-search1 {
    background: #e32619;
    color: #fff;
    text-decoration: none;
    padding: 8px 35px;
    border: 1px solid #e32619;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}



ul.navmenu-depth-filter{ list-style-type: none; }

.mobile_filter_btn {
	font-size:14px;
}

.box-hover {
    display: block !important;
}



/****aboutus page as on 12may2020 *****/

.para_img {
    display: flex;
    align-items: center;
}

.para_img .firstpara {
    width: 68%;
}

.para_img .our-story-img {
    width: 30%;
    text-align: center;
}

.our-story-img img {
    height: auto;
    width: auto;
}


.our-story h1 {
    text-align: center;
}

.whatwe_para {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.whatwe_para p, .para_img p {
    width: 68%;
}

.our-story-img-left {
    text-align: center;
    width: 30%;
}


/******learning page ******/


.learning_block_one {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.links_main h5 {
    text-transform: uppercase;
}

.learning_vedioes_youtube {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vedioes_main form {
    margin-top: 15px;
}

.learning_vedioes_youtube p {
    margin: 0;
}

.vedioes_main {
    width: 62%;
}

.links_main {
    width: 35%;
}

.learning_vedioes_youtube p .fluid-width-video-wrapper iframe {
    position: inherit;
  	width: 250px; 
    margin-right: 15px;
}

.learning_vedioes_youtube p .fluid-width-video-wrapper {
    padding: 0 !important;
}

/****aboutus core value *****/

h1, .slideshow-slide-heading, h2, h3, .featured-collection--title-card--heading, h4, h5, .small-promo-heading, .highlights-banners-heading, h6 {
    font-weight: 700 !important;

}


.page-content {
    max-width: 1400px;
}

.core_block_main h1:after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}

.core_block_main h1 {
    position: relative;
    color: #fff;
  	font-size: xxx-large;
    margin-bottom: 75px !important;
}

.core_block h3 {
    margin-bottom: 10px;
    color: #d5d5d5;
    font-size: xxx-large;
}

.core_block {
    margin-bottom: 10px;
}

.core_block p {
    margin: 0;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 0px 45px;
}

.corevalue_repli {
    background: #020202;
    padding: 45px 0 70px;
    width: calc(100% + 12.25%);
    position: relative;
    left: -6.25%;
    height: 100%;
    margin: 50px 0;
    text-align: center;
}

/*****as on 14 may******/


.utils-showby {
    margin: 0;
}

.utils-sortby-title {
    margin: 0;
}

button.utils-viewtoggle-button.active, button.utils-viewtoggle-button {
    height: auto;
}

input#Quantity-static-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
}

main#site-main {
    padding-top: 0px;
}


.page-title {
    margin-top: 70px;
}

table.redeem_followus tr {
    display: grid;
    grid-template-columns: repeat(4,25%);
}

.learning_block_one ul li a span {
	color: #197bbd !important;
    text-decoration: none;
    transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}
div#site-header-nav {
    max-width: 1400px;
    margin: 0px auto;
    background: #fff;
    height: 46px;
}
.site-header-actions__account-link {
    margin-right: 0;
}
.site-header-menu-toggle--button, .site-header-mobile-search-button--button, .site-header-cart--button {
   padding: 10px 0px 0px 18px;
}
#site-header-nav .site-navigation {
   padding-right: 15px;
}

/*===================Babita=======================*/


.template-product .product-gallery {
    width:45%;
}
.template-product .product-title {
    margin: 0.5rem 0;
    font-size: 1.75rem!important;
    line-height: 1.2;
    color: #000;
    font-family: Roboto,sans-serif!important;
    font-weight: 700;
    letter-spacing: 0!important;
    line-height: 1.2;
}
.template-product .product-block.product-block--vendor {
    display: inline-block;
}
.template-product .product-block.product-block--sku {
   display: inline-block;
}
.template-product .spce .price__current .money {
    font-size: 2.25rem;
    font-weight: bold;
}
.text-body-2 {
   /* font-size: var(--v-headings-size-body-2,.875rem)!important; */
}
.pb-2 {
    padding-left: 16px!important;
}
.product-attributes li {
    margin-bottom: 0.25rem;
}
.font-weight-bold {
    font-weight: bold;
}
.template-product span.money {
    font-size: 20px;
    color: #222;
    font-weight: bold;
}
.template-product .product-details, .code-div {
    color: #000;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.code-div {
    margin: 1rem 0;
    background: #fff;
    box-shadow: 0 0px 3px rgb(0 0 0 / 20%);
    padding: 10px 20px 10px;
    border-radius: 7px;
}
.product-main {
    width:100%;
    margin-left:0;
}
span.money span {
    font-size: 1.55rem !important;
}
.qty_info,.qty_info1{display:none;}
.template-product .product-form--atc-qty {
    width: auto;
    margin-bottom: 20px;
}
.template-product .product-form--atc {
    display: block;
    
}
.template-product .product__price {
    display: block;
}
.template-product button.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
    margin: 0px;
    width: 100%;
}


.template-product .product-sku {
    display: inline-block;
    vertical-align: top;
    padding: 1px 20px;
}
.template-product .product-vendor {
    display: inline-block;
    vertical-align: top;
}
.txt-bx {
    border-bottom: 1px solid #b7b7b7;
    padding: 0px 0px 30px;
}
.badge-container div.avl-shipping-badge__text {
    color: #428503;
    font-weight: 600;
    padding-bottom:10px;
    display: block;
  font-size: 20px;
}
.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
}

.tooltip .top {
   min-width: 40%;
    top: -14px;
    left: 14%;
    transform:translate(-20%, -100%);
    padding:12px;
    color:#fff;
    background-color:#000;
    font-weight:normal;
    font-size:13px;
    border-radius:5px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    display:none;
}

.tooltip:hover .top {
    display:block;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:20%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#000;
}
.ship {
    padding-bottom: 10px;
}
.sign-in-modal-container {
    color:rgba(0,0,0,.87);
    font-size: 14px;
}
.sign-in-modal-container a {
    color: #197bbd;
    font-size: 14px;
}
form.tr-txt {
    border-bottom: 1px solid #dbdbdb;
}
.product-form__item.product-form__item--quantity {
    width: 61%;
}
.product-form--atc input.qtyplus {
    right: 39%;
}
.product-form--atc input.qtyplus, input.qtyminus, .product-form__item.product-form__item--quantity .Quantity-static-product {
    height: 45px;
}
.product-form--atc input.qtyplus, input.qtyminus {
    border: 1px solid #000;
}
.product-form--atc-qty label.form-field-title {
    font-weight: bold;
    color: #222!important;
    padding: 0px;
    position: relative;
    left: -1px;
    font-size: 14px;
}
.product-form--atc-qty .price-wrap {
    padding-bottom: 15px;
}
/* product tab section */
div#product_tabs {
    padding: 30px 0px;
}
.prod_tab {
    overflow: hidden;
    border-bottom: none;
    padding-bottom: 0px;
    margin: 13px 0px 13px;
    padding: 0px;
}

.prod_tab li {
    float:left; 
    list-style:none; 
    margin-right:5px; 
   outline:none;
}
.prod_tablinks{
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 16px;
    transition: 0.3s;
    color: #2071A7!important;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid;
}
.prod_tablinks.inactive {
    font-weight: normal;
}
.text-h2 {
    font-family: Roboto,sans-serif!important;
    font-weight: 700;
    letter-spacing: 0!important;
    line-height: 1.2;
  font-size:28px;
  margin:0px;
}
.product-identifiers li {
    display: inline;
    padding-right: 1rem;
}
 .pb-2 {
    padding-left: 16px!important;
}
.product-specifications__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  list-style:none;
}
.product-specifications__list>li:nth-child(4n+1), .product-specifications__list>li:nth-child(4n+2) {
    background-color: #f1f1f1;
}
 .product-specifications__list .pa-4 {
    padding: 16px!important;
}
 .product-specifications__list.pl-0 {
    padding-left: 0!important;
}
.product-specifications__list>li {
    word-wrap: break-word;
    width: 50%;
    word-break: break-word;
}
a#product-information-survey,a#product-imagegallery-survey {
    color:#2071A7;
}
.desc .flex-sm-row {
    flex-direction: row!important;
}
.desc .pb-12 {
    padding-bottom: 48px!important;
}
.desc .pt-6 {
    /*padding-top: 24px!important;*/
}
.desc .d-flex {
    display: flex!important;
}
.desc {
    background: #f1f1f1;
    padding: 20px 0px 0px;
}

.desc h2{
    font-family: Futura, sans-serif !important;
    font-style: normal !important;
    letter-spacing: 0em !important;
}
 .flex-sm-row {
    flex-direction: row!important;
}
.description-container {
    padding-right: 1.5rem;
    width:100%;
    padding-left: 15px;
}
.pr-md-6 {
    line-height: 1.4rem;
    color: rgba(0,0,0,.87);
    padding-top: 15px;
}
/* product recent viewed */
.product-recently-viewed-card .productitem {
    padding-top: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 4px 4px 12px 0 rgb(51 51 51 / 8%);
}
.product-recently-viewed__content .productitem--image-link {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0px 10px 0px 0px;
}
.product-recently-viewed__content .productitem--vendor a:hover {
    color: #197bbd;
}
.product-recently-viewed__content span.productitem--vendor a {
    color: #696969;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 0.25rem;
    text-transform: uppercase;
}
.product-recently-viewed__content .productgrid--item:hover {
    box-shadow: 4px 4px 12px rgba(34,34,34,.32)!important;
}
.product-recently-viewed__content li.productgrid--item {
    min-height: 360px;
}
.product-recently-viewed__content .price__current--emphasize span.money {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
}
.product-recently-viewed__content .productitem--title {
  margin: 5px 0px;
}
.product-recently-viewed__content .productitem--title a {
    color: #2071a7;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px!important;
}
.product_tab_tags {
    display: inline-block;
    border-radius: 0.25rem;
    padding: 0.4rem;
    background: #e4e5e7;
    color: #202223;
    margin: .25em .1em
}
a.download_spec {
    text-decoration-color: #f1f1f1;
}
.product-recently-viewed--section .flickity-prev-next-button:disabled {
   opacity: 1!important;
} 
#prod_seemore {
  cursor: pointer;
} 
.product-ratings{display :none}
a.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
    width: 100%;
    margin: 0px;
    text-align: center;
}
._3Yxzk.svelte-mognql, .svelte-mognql {
    display: inline;
    float: left;
}
.product-ratings {
    height: 30px;
}
div#star-rating__write-reviews {
    padding-left: 8px;
}
.product-block.product-block--vendor {
    padding-right: 50px;
}
#reviews_tab {
    border-right: none!important;
}
.main-div {
    width: 100%;
    padding-left: 50px;
}
.product-details {
    padding-right: 50px;
   
}

div#description_tabC {
    padding-top: 0px;
}
div#specification_tabC, #compatible_tabC, #kudobuzz_product_reviews_widget {
    padding-top: 90px;
}
.prod_tablinks {
    font-size:18px;
    margin-bottom: 0px;
}
.info_icon {
  width: 4.6%;
  position: relative;
  top: 1px;
  left:-2px;
} 


/* The Modal (background) */
.popup-overlay,.popup-content {
  display:none;
}

.popup-overlay.active,.popup-content.active{
  display:block;
}

.survey_modal {
  position: fixed; /* Stay in place */
  z-index: 897; /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */

.survey-modal-content {
  background-color: #fefefe;
  margin: 2% auto; /* 15% from the top and centered */
  height: auto;
  width: 100vh;
}
.survey-modal-content iframe{
  height: 80vh;
  width: 100%;
}

/* The Close Button */
.survey_modal_close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 1% 2%;
}


.survey_modal_close:hover,
.survey_modal_close:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}
.product-specifications__survey {
    margin-left: 10px;
}
ul.navmenu-depth-filter {
   
    margin-left: 0px;
    padding-left: 25px;
}
#tabs-divs {
    padding:60px;
}
#shopify-section-static-header {
    top: -2px;
}
.product-section--content {
    
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.top-scroll {
   /*padding-top:7.25rem;*/
  
}
@media (min-width: 768px) {
  .mobile_filter_btn{display:none;}
 
} 

.site-header-nav--open .site-navigation-wrapper{padding:0px!important;}
.site-header-main {
    padding-top: 10px!important;
    padding-bottom: 0px;
}
.product--container {
    margin-top: 0!important;
}
.site-navigation .navmenu-link-depth-1, .site-navigation .site-header-account-link a{padding:6px 15px!important;}

.product-tabs--section {
    padding-top: 105px;
}
.shopify-policy__container {max-width:1400px;}
header.blog-title {
    text-align: center;
}
.site-header-sticky--scrolled .site-header-main{margin-bottom:30px;}
input#address_zip {
    box-shadow: 0 1px 2px #00000026;
}
@media (min-width: 1200px){
.container{
    max-width: 1400px;
    margin: 0px auto;
}}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 32.333333%;
    display: inline-block;
}
.cont-wrap .contact-page-content {
    width: 60%;
    display: inline-block;
margin-top:0px;
}
.cont-wrap .page-content {
    display: inline-block;
    width: 48%;
  margin-top:0px;
}
.redeem_followus td {
    width: 100%;
    margin-right: 40px;
}
.center td {
    width: 76%;
}
table.center {
    border: none;
    box-shadow: none;
}
table.redeem_followus {
    border: none;
    box-shadow: none;
}
.product-image__survey{
  font-size:15px;
  text-align: center;
}

#image_survey_iframe,#info_survey_iframe{display:none;}
.text-bloc {
    background: #d9dde0;
    padding: 30px 30px 0px;
    vertical-align: top;
    display: inline-block;
    float: left;
    width: 61%;
}
.text-bloc strong{color: #0d3353!important; }
.top-sec {
    width: 66%;
    margin: 0px auto;
}
.h3b {
    color: #0d2f52!important;
    margin: 0px!important;
}
.text-bloc img{padding:0px;margin:0px!important;}
.clear{clear:both;}

@media only screen and (max-width: 480px) {
 .template-product .product-gallery, .template-product .product-details, .code-div, .code-div, .description-container{width:100%;}
  .main-div, .product-recommendations--container {padding-left: 20px;padding-right: 20px;}
iframe {
    width: 100%!important;
}
 #kudobuzz_product_reviews_widget {
    padding: 0px 20px;
}
   .tabcontent {
    padding: 0px 0px;
}
  .cont-wrap .page-content, .cont-wrap .contact-page-content, .col-md-4 {width:100%}
  .col-md-4 {max-width:100%}
  .productitem--actions {
    margin-bottom: 12px;
}
.productitem--action { padding: 0px;}
.productitem p{ font-size:16px;}
.prod_tablinks {font-size: 13px;padding: 0px 7px;}
  .description-container h2 {
    font-size: 20px;
}
.site-header-cart {
    right:10px;
    top: 17px;
}
  .product-specifications__survey {
    margin-left: 10px;
    margin: 20px 10px;
}
  .product-details, .product-ratings {margin-top:0px!important;padding-top:0px!important;}
  .product-image__survey {
    padding: 18px 0px 10px 4px;
    text-align: left;
}
  h2.text-h2 {
    font-size: 20px;
    padding: 0px 0px 0px 10px;
}
  .survey-modal-content {
    width: 100%;
}
  ul.navmenu-depth-filter {
    padding: 4%;
  } 
  .text-bloc{width:100%;}
}

/* quickshop modal css*/
.modal--quickshop-slim .product-title {
    font-family: DIN Next,sans-serif;
}
.modal--quickshop-slim .main-div{padding:0px;}
.modal--quickshop-slim .code-div{width:95%;}
.modal--quickshop-slim #prod_seemore{display:none;}


/* author section at article page */
.article--author {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10%;
}
.about_author {
    width: 50%;
}
.about_author hr {
    height: 1px;
    border: 0;
    border-top: 1px solid;
    border-top-color: #e8e8e1;
}
.author-img {
    width: 50%;
    height: fit-content;
}

.author-img img{
    max-width: 100%;
    padding-left: 20px;
    width: 100%;
}
/* author page  */


.author-post-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-left:20px;
}

.author-post-thumb {
    float: left;
}
.author-post-thumb img {
    display: block;
    width: 50%;
}
.author-post-content {
    width: 68%;
}
.author-post-title {
    font-weight: bold;
    font-size: 200%
}

  @media screen and (max-width: 768px){
  .author-post-container {
      flex-direction: column-reverse;
  }
 .author-post-content{
      width: 100%;
      text-align: center;
  }
  .author-post-thumb {
        width:100%;
  }
  .author-post-thumb img{
        display:block;
        margin:0 auto;
  }
}

.hide{
  display:none;
}

.make-title {
  font-weight: bold;
  font-size: 200%;
}
.productgrid--item input{
  width:90%;
}
.collection-letter{
  color:#d14027;
  font-size:32px;
  font-weight:bold;
}
.collection_link a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
  padding:3px 0;
}
.collection_link a:hover {
    text-decoration: underline;
  color:#d14027;
}
.col-make{
  column-count: 2;
}
.manufacture-block {
    padding-bottom: 50px;
}

.idenikey_app_img{
  padding:20px 0px 0px;
}

.idenikey_app_img img{
     width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left::before {
  height: auto !important;
}
.search-flydown[data-animation-state="open"] {
  display: block !important;
}