body, html { 
    overflow-x:hidden; 
    background-color: #fff !important;
}

.best_place_contain {
    position: relative;
    text-align: center;
    color: white;
    margin: 0 0 -10px 0;
    display: inline-block; 
    width: 100%;
}


.best_place_text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

@media (max-width: 767px) {
    .best_place_text {
        font-size: 25px;
        top: 40px;
        font-weight: bold;
        width: 100%;
        text-shadow: 2px 2px black;
    }
}

.based_serving_contain {
    position: relative;
    text-align: center;
    color: white;
}

.based_serving_text {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    width: 100%;
    color: #fff;
}

@media (max-width: 767px) {
    .based_serving_text {
        font-size: 15px;
        top: 10px;
    }
}

/* notification side button */
.notification-side-button,
.notification-side-button-mobile {
    height:auto!important;
    word-spacing:2px!important;
    z-index:2147483647!important;
    cursor:pointer!important
}
.notification-side-button {
    position:fixed!important;
    top: 50%;
    right:-85px;
    transform:rotate(270deg);
    padding:10px!important;
    color:#fff;
    font-size:17px!important;
    font-family:Arial!important;
    background-color:rgba(160, 73, 22, .75) !important;
    border-radius:10px!important;
    max-width:250px!important;
    box-sizing:content box!important;
    line-height:1.2!important
}
.notification-side-button svg {
    float:right!important;
    transform:rotate(90deg);
    top:2px!important;
    position:relative!important;
    margin-left:10px!important
}
.notification-side-button div {
    overflow:hidden!important;
    white-space:nowrap!important;
    margin-right:24px!important
}

/* footer */
.footer_outer {
    height:auto; 
    width:100%; 
    text-align: center; 
    min-width:300px; 
    display:inline-block; 
    background-color: rgba(255, 255, 255, 1);
}

.footer_columns_contain {
    height:auto; 
    width:100%; 
    padding: 10px 25px 10px 25px; 
    text-align: left; 
    min-width:300px; 
    display:inline-block; 
    background-color: rgba(0, 0, 0, 1);
}

.footer_columns {
    vertical-align:top;
    height:auto; width:33%; 
    min-width:300px; 
    display:inline-block;
    margin-bottom:20px;
}

.footer_column_heading {
    color: rgba(160, 73, 22, 1.0); 
    font-size: 25px;
}


.footer_content {
    color: rgba(255, 255, 255, 1.0);
}

.footer_href {
    color: rgba(255, 255, 255, 1.0);
    text-decoraton: none;
}

.footer_href:hover {
    color: rgba(160, 73, 22, 1);  
}

/* search */
input.nosubmit {
    width: 100%;
    border: 1px solid #f1f1f1;
    display: block;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

/* main category */
.cat_contain {
    position: relative;
    text-align: center;
    color: white;
    margin: 0 0 -50px 0;
}


.cat_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    width: 100%;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

.brands_contain {
    width: 100%; 
    display: inline-block; 
    border-bottom: 1px solid rgba(160, 73, 22, .10);
}

.brands_manufacturers {
    float: left;padding: 0 0 15px 0; 
    display: inline-block;
}

brands_listview {
    float: right; 
    display: inline-block;
}

.reset_confirm_email {
    display: none;
}

.middle_initial {
    display: none;
}

select{
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:0!important;
    background: #954D25;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color:#fff;
    cursor:pointer;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
}
select::-ms-expand {
    display: none;
}
.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #954D25;
    overflow: hidden;
    border-radius: .25em;
    color: #fff;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #954D25;
    cursor:pointer;
    pointer-events:none;
    transition:.25s all ease;
    margin-left: auto;
    margin-right: auto;
}
.select:hover::after {
    color: #000;
}

.rifle_input {
    width: 25em;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; 
}

.rifle_textarea {
    width: 25em;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; 
}

.ri_href_span {
    font-family: BenchNine !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-transform: none !important;
    background-color: #954D25 !important;
    color: #ffffff !important;
    padding: 10px !important;
    border-radius: 4px !important;
}

.radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    border: 2px solid #954D25;
    border-radius: 10px;
    margin: auto auto auto 5px;
}

.rifle_radio {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rifle_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.rifle_radio:hover input ~ .radio {
    background-color: #fff;
}

.rifle_radio input:checked ~ .radio {
    background-color: #954D25;
}

.radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the radio when checked */
.rifle_radio input:checked ~ .radio:after {
    display: block;
    color: red;
}

/* Style the radio/indicator */
.rifle_radio .radio:after {
    left: 13px;
    top: 2px;
    width: 15px;
    height: 25px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


details {
    width: 100%;
}
summary {
    max-width: 100%;
    font-size: 25px;
}
summary:hover {
    cursor: pointer;
}

summary:focus {
    outline: none;
}

.wrap {
    display: inline-block;
}

.custom_brand_img {
    display:inline-block;
    width: 100%;

}
.custom_brand_text {
    display:inline-block;

    vertical-align:top;
    text-align: left;
}

@media only screen and (max-width: 1000px) {
    .custom_order_page {
        vertical-align:top;
        height:auto; 
        width:97%; 
        min-width:200px;
        display:inline-block;
        text-align:left;
        margin: 10px 10px 10px 10px;
        font-size: 15px;
    }



}

@media only screen and (max-width: 767px) {
    .custom_order_page {
        vertical-align:top;
        height:auto; 
        width:95%; 
        min-width:200px;
        display:inline-block;
        text-align:left;
        margin: 10px 10px 10px 10px;
        font-size: 12px;
    }
}


.vudoo_overlay_rifles {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255,255,255, 1.0);
    overflow-x: hidden;
    transition: 0.5s;
}

.vudoo_overlay_rifles_content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.vudoo_overlay_rifles a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.vudoo_overlay_rifles a:hover, .vudoo_overlay_rifles a:focus {
}

.vudoo_overlay_rifles .closebtn {
    position: absolute;
    /* top: 250px; */
    right: 15px;
    font-size: 40px;
}

@media screen and (max-height: 450px) {
    .vudoo_overlay_rifles a {font-size: 20px}
    .vudoo_overlay_rifles .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.vudoo_overlay_barreled_actions {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255,255,255, 1.0);
    overflow-x: hidden;
    transition: 0.5s;
}

.vudoo_overlay_barreled_actions_content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.vudoo_overlay_barreled_actions a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.vudoo_overlay_barreled_actions a:hover, .vudoo_overlay_barreled_actions a:focus {
}

.vudoo_overlay_barreled_actions .closebtn {
    position: absolute;
    /* top: 250px; */
    right: 15px;
    font-size: 40px;
}

@media screen and (max-height: 450px) {
    .vudoo_overlay_barreled_actions a {font-size: 20px}
    .vudoo_overlay_barreled_actions .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.vudoo_overlay_pistols {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255,255,255, 1.0);
    overflow-x: hidden;
    transition: 0.5s;
}

.vudoo_overlay_pistols_content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.vudoo_overlay_pistols a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.vudoo_overlay_pistols a:hover, .vudoo_overlay_pistols a:focus {
}

.vudoo_overlay_pistols .closebtn {
    position: absolute;
    /* top: 250px; */
    right: 15px;
    font-size: 40px;
}

@media screen and (max-height: 450px) {
    .vudoo_overlay_pistols a {font-size: 20px}
    .vudoo_overlay_pistols .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.captcha_contain {
    min-width:300px; 
    display:inline-block;
}

.captcha_inner {
  display:inline-block; 
  vertical-align: top; 
  margin-top: 25px;  
}

.captcha_display {
    width: 25px;
}

.captcha_input {
    display:inline-block; 
    vertical-align: top;
}

   div.checkoutTitle {
    max-width:250px;
    width:20%;
    display:inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight:700;
  }
  div.checkoutContainer {
    width:75%;
    display:inline-block;
    border-bottom: 1px solid #a4a4a4;
  }
  div.innerInset {
    margin-left:30px;
  }
  div.checkoutOption {
    font-weight: 700;
  }
  ol, ul {
    list-style: none !important;
    list-style-position: inside;
    padding: 0;
  }
  ol li, ul li {
    list-style: none !important;
    list-style-position: inside;
    vertical-align:top;
    margin: .5em 0;
  }
  .checkout-cart {
    font-size: 12px; color:#000;
  }
  
  @media (max-width: 460px) {
    div.checkoutTitle {
    max-width:250px;
    width:50%;
    display:inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight:700;
  }
}

div.detailPageInfo {
    width:59%;
    display:inline-block;
    vertical-align: top;
  }
   @media (max-width: 460px) {
    div.detailPageInfo {
    max-width:450px;
    width:100%;
    display:inline-block;
    vertical-align: top;
  }
}

.show_banner_full {
  width: 80%; 
  display: inline-block  
}

.show_banner_inline {
  width: 80%; 
  display: inline-block  
}

.bullets_view{
   margin:15px 0 25px 0; 
   display: block; 
}

@media (max-width: 460px) {
    .bullets_view  {
     width: 100%; 
     display: inline-block;
  }
}

.most_popular_bullet_calibers {
   margin:15px 0 25px 0; 
   display: inline-block; 
}

@media (max-width: 460px) {
    most_popular_bullet_calibers  {
     width: 100%; 
     display: inline-block;
  }
}

.prod_desc {
    display:none;
    margin: 50px auto auto auto;
}

@media (max-width: 460px) {
 .prod_desc {
    display:block;
    margin: 50px 2500px auto auto;
}   
}

.cart_updated{
    display:none;
    color:#a04916;
}

.detail_contain {
    display:block; 
}

.header_space {
    height:25px;
}

.detail_photos {
    width:39%; 
    min-width:300px; 
    height:auto;
    display:inline-block;
    vertical-align:top; 
}

@media (max-width: 460px) {
  .detail_photos {
    width:95%; 
    min-width:300px; 
}  
}
 
.detail_image_contain {
    display:inline-block;
}

.detail_image_slideshow {
    max-width:300px;
}

.detail_image_single {
    max-width:400px;
}

.detail_no_image {
    width: 90%;
}


.detail_description {
   width: 95%;
}
@media (max-width: 460px) {
  .detail_description {
   width: 300px;
}
}  

.el_loop {
        background:#fff;
        display:inline-block;
        height:auto;
        margin: 10px 10px;
        padding-bottom: 20px;
        width: 32%;
        min-width:300px;
        text-align: center;
        box-shadow: 20px 10px 20px 10px #c1c1c1
    }
    
    .el_loop_title {
        fonot-weight: bold;
        font-size: 30px;
        text-align: center;
    }

    @media (max-width: 767px) {
    .el_loop {
        width: 100%;
    }
}

.el_loop_salient{
    font-weight:bold;
    font-size: 18px;
}

@media (max-width: 400px) {
    .el_loop_salient{
    font-weight:bold;
    font-size: 15px;
}
}

@media (max-width: 500px) {
    .detail_mobile {
    width:100%; 
    display:inline-block;
}
}



/*
    .el_loop_carousel {
        border: 1px solid red; 
        height:275px; 
        overflow:hidden; 
        position: relative;
    }
    
    .el_loop_pic {
       border: 1px solid blue; 
        display:inline-block; 
        max-width:49%; 
        margin: 0;
        position: absolute;
        top: 30%; 
        left: 10%;
        vertical-align:middle;
    }

    .el_loop_desc {
       border: 1px solid blue; 
        display:inline-block; 
        max-width:49%; 
        margin: 0;
        position: absolute;
        top: 10%; 
        right: 10%;
        vertical-align:middle;
    }
    
    .el_pic_photo {
        width:auto;
        height:100px; 
    }
    
    

    @media (max-width: 400px) {
        .el_loop_carousel {
           
            height:375px; 
            overflow:hidden; 
            position: relative;
        }  
    }

    @media (max-width: 400px) {
        .el_loop_pic {
           
           display:inline-block; 
            max-width:49%; 
            margin: 0;
            position: absolute;
            top: 35%; 
            left: 2%;
            vertical-align:middle;
        }
    }
    
    @media (max-width: 400px) {
        .el_loop_desc {
       
       display:inline-block; 
        max-width:49%; 
        margin: 0;
        position: absolute;
        top: 10%; 
        right: 20%;
        vertical-align:middle;
    }
    }
    
    @media (max-width: 400px) {
        .el_pic_photo {
            max-width:75px;
            height:75px; 
        } 
    }
    
    */