.gr-content {
    font-weight:400;
    font-family: inherit;   
}
.gr-content a {
    color: #2497c3
}
.gr-content a:hover {
    text-decoration:none  
}
.clear{
    clear:both;
}
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
/* GR LOADING SPINNER */
.loading-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* END GR LOADING SPINNER */
/*
GENERAL CHECKBOX AND RADIO BOX STYLING
*/

.checkbox-gr {
    opacity: 0;
    position: absolute;
}

.checkbox-gr, .checkbox-gr-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-gr-label {
    position: relative;
}

.checkbox-gr + .checkbox-gr-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
}

.checkbox-gr:checked + .checkbox-gr-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #90b211;
    color: #fff;
    font-size:18px;
}


.radio-gr-label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;
    display: inline;
}
.radio-gr-label input[type="radio"] ~ i.fa.fa-check-circle-o{
    display: none;
}
.radio-gr-label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
.radio-gr-label input[type="radio"]:checked ~ i.fa.fa-check-circle-o{
    color: #7AA3CC;
    display: inline;
}
.radio-gr-label:hover input[type="radio"] ~ i.fa {
    color: #7AA3CC;
}
div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
    font-size: inherit !important
}

div[data-toggle="buttons"] .radio-gr-label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div[data-toggle="buttons"] .radio-gr-label:hover {
    color: #5c78ba;
}




.genTitle{
    color: #5c78ba;
    font-size: 18px;
    letter-spacing: 0.05rem;
    margin-bottom: 20px;
    text-decoration: none;
    cursor:default
}
.social-items li {
    display: inline-block;
}
/* GENERAL FORM SUBMISSION ERROR BOX */





/* Start User pages */

.signin-option, .form-group input {
    font-size: 18px;
    font-weight: 600;
}
.register-footer {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.login-link {
    color: #5c78ba;
}

.signin-error {
    font-size: 16px;
    font-weight: 400;
    color: #cc0000;
}

.signin-register {
    margin-top: 100px;
    margin-bottom: 40px;
    border: 1px solid #999;
    padding: 10px 30px 30px;
    background-color: rgba(202, 202, 202, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
    color: #666;
}
.signin-register h1 {
    font-weight: 600;
    font-size: 30px;
}
.signin-welcome-text {
    font-weight: 600;
    font-size: 18px;
}
.form-group input {
    height: 40px;
    border: 1px solid #999;
    margin-bottom: 5px;
}
.btn-signin {
    background-color: #5b78ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 150px;
    border: none !important;
}

.button-group a {
    color: #fff;
    display: block;
    width: 150px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.btn-register {
    background-color: rgba(144, 178, 42, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    /*width: 150px;*/
    border: none !important;
}
.btn-signin-href {
    margin:1px;
    background-color: #5b78ba;
    -webkit-border-radius:50%; 
    -moz-border-radius:50%;         
    border-radius:5px; 
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 150px;
    border:none !important;
    line-height:1.4em;
}
.btn-signin-href:hover {
    background-color: rgba(67, 95, 160, 1);
    text-decoration:none;
    color:#fff;
    cursor:pointer;
}
.button-gen-outline {
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #17a2b8;
    color: #17a2b8 !important;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 14px 12px 10px;
    text-transform: uppercase;
    transition: color 0.3s ease 0s, border 0.3s ease 0s;
    cursor:pointer
}
.button-gen-outline:hover {
    border:2px solid #2497c3;
    color: #2497c3 !important;
    background-color:#17a2b8;
    border-color:#17a2b8;
    color:#fff !important;
    transition: all 0.3s ease 0s;
    text-decoration:none
}
.button-gen-outline:active {
    text-decoration:none
}
.button-gen {
    background-color:#17a2b8;
    border-radius: 8px;
    border: 2px solid #17a2b8;
    color:#fff !important;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 14px 12px 10px;
    text-transform: uppercase;
    transition: color 0.3s ease 0s, border 0.3s ease 0s;
    cursor:pointer;
    transition: all 0.3s ease 0s;
    text-decoration:none    
}
.button-gen:hover {
    border:2px solid #2497c3;
    color: #2497c3 !important;
    background-color: #fff !important;
    border-color:#17a2b8;
    text-decoration:none;
    color: #17a2b8 !important;
}
.button-gen:active {
    text-decoration:none
}
.forgot-link {
    color: #cdcdcd;
    margin-top: 5px;
}

/* END User pages */

/* START Checkout */
.gr-breadcrumbs {
    font-size:14px;
    color:#999;
    font-weight:400 !important;
    font-family: inherit !important;
}
.gr-breadcrumbs-carat {
    display:inline-block;
    color:#90b211;
    padding:0 5px
}
.gr-breadcrumbs a {
    color:#2497c3;
    text-decoration:none
}
.gr-breadcrumbs a:hover {
    color:#2497c3;
    text-decoration:none
}
.gr-h3-shopping {
    font-size:18px;
    font-weight:400 !important
}
.checkout-form-errors {
    border:1px solid rgba(242, 7, 7, 0.7);
    width:100%;
    padding:10px;
}
.text-red {
    color: rgba(242, 7, 7, 1.0)
}
.text-green {
    color: #90B211;
}
.text-blue {
    color: #5c78ba;
}
.text-666 {
    color:#666
}
.text-999 {
    color:#999
}
.gr-small-text {
    font-size:1.1em
}
.gr-medium-text {
    font-size:1.3em
}
.gr-small-text-fixed {
    font-size:16px
}
.gr-medium-text-fixed {
    font-size:16px;
    font-weight:400 !important;
    color:#666
}
.dash-divider {
    border-bottom: 1px dashed #aeaeae;
}
.cartImage {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    border: 1px solid #adadad;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}

.gallery-view, .create-rodeo {
    color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    /*font-weight: 600;*/
    font-size: 15px;
}
.gallery-view {
    background-color: rgba(0,0,0,0.6);
    float: left;
}
.create-rodeo {
    background-color: rgba(144, 178, 42, 0.8);
}
.gallery-view:hover, .create-rodeo:hover {
    color: #fff;
    text-decoration:none;
    background:none;
}
.gallery-view:hover{
    background-color: rgba(0,0,0,1);
}
.create-rodeo:hover{
    background-color: rgba(144, 178, 42, 1);
}
.text-red {
    color: #cc0000;
}


/* END Checkout */

/* HUNT TILES */

.userVerifiedPanel{
    background-color:#fff;
    width:100%;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding-bottom: 20px;
    border:1px solid #dddcdc;

}
.userVerifiedPanelHead{
    text-align:center;
    font-size:24px;
    background-color:#f3f1f1;
    padding:10px 2px 10px;
    border-bottom:1px solid #dedbdb;
}
.userVerifiedPanelBody{
    background-color:#fff;
    padding:20px 5px;
}
.userVerifiedBodyLeft{
    width:15%;
    display:inline-block;
    vertical-align:middle;
    text-align:left;
    padding-left:5px;
}
.userVerifiedBodyRight{
    width:75%;
    word-wrap:break-word;
    display:inline-block;
    vertical-align:middle;
    text-align:left;
    padding-left:5px;
}
.userVerifiedBodyRight a{
    font-size:1.2em
}
.userVerifiedBodyRight a:hover{
    text-decoration:underline
}
.userVerifiedBodyBreak{
    width:80%;
    margin:10px auto 10px auto;
    border-bottom:1px dashed #90b211;
}


.huntItemMainImgShell{
    position:relative;
    margin-top:15px;
    /*width:225px;*/
    height:180px;
    overflow:hidden;
    /*border:1px solid #ebebeb;*/
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.huntItemMainImgShell{
    position:relative;
    margin-top:15px;
    /*    width:225px;*/
    /*height:200px;*/
    overflow:hidden;
    /*
    border:1px solid #ebebeb;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    */
}

.bullseye-footer-img{
    width: 140px;
    height: 140px;
    overflow: hidden;
}

.huntItemFooterImg{
    height:65px;
    width:65px;
    margin:5px;
    border:1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.huntItemFooterImg{
    height:65px;
    width:65px;
    margin:5px 5px 5px 5px !important;
    border:1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display:inline-block !important;
}

.hunt-tile-block{
    background:#fff;
    box-shadow:0 2px 3px #ccc;
    border-radius:5px;
    padding-bottom:15px;
    margin:15px 0 15px 0;
    min-height:280px
}
.hunt-tile-block-header,.hunt-tile-block-header-expired{
    color:#fff;
    background:rgba(120, 120, 120, 0.8) none repeat scroll 0 0;
    text-align:center;
    font-size:14px;
    font-weight:300;
    border-radius:5px 5px 0 0;
    padding:5px 0;
}
.hunt-tile-block-btn{
    padding:15px 10px 0 10px;
}
.hunt-tile-block-img {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 33.5%;
    overflow: hidden;
}
.hunt-tile-block-img img {
    position: absolute !important;
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    left: 0;
    right: 0 !important;
    top: 0 !important;
    margin: auto !important;
}
.hunt-tile-item-fav{
    display:inline-block;
    width:10px;
    height:10px;
    background: url("images/mask.png") no-repeat !important;
    float:right;
    margin:6px 5px 0 0
}
.hunt-tile-item-owner{
    display:inline-block;
    float:right;
    margin-right:3px;
    color:#999;
    font-size:.9em
}
.hunt-tile-location-shell{
    display:block;
    float:right;
    color:#999;
    font-size:.9em
}
.hunt-tile-price{
    display:block;
    float:left;
    margin-left:10px;
}
.hunt-tile-price a{
    color:#666;
    font-weight: 400;
    font-size: large;
}
.hunt-tile-price a:hover{
    color:#333;
}
/* END HUNT TILES */

.hunt-tile-block-btn a{
    color: #666;
    text-decoration: none;
    font-size: 20px;
}

/*

Bullseye product page start

*/

.btn-register {
    background-color: rgba(144, 178, 42, 0.8);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
/*    width: 150px;*/
    border:none !important
}
.btn-register:hover {
    background-color: rgba(144, 178, 42, 1);
    text-decoration:none;
    color:#fff;
    cursor:pointer;
}
.bullseye-footer-img{
    /*
    width: 140px;
    height: 140px;
    */
    overflow: hidden;
}
.bullseye-tile{
    width: 100%;
    height: 0%;
}
.bullseye-tile-mainimg{
    height: 0%;
}
.bullseye-tile-title{
    width: 100%;
    text-align:right;
    font-size: 24px;
    color:#000;
    padding-right:22px;
}
.listingsShell{
    /*changed*/
    /*margin-top:165px;*/
    margin-top:20px;
}
.bullseye-btn-main-div {
    border-radius: 5px;
    background-color: #fff;
    border:1px solid #dddcdc;
    text-align: center;
    margin-bottom: 20px;
}
.bullseye-buy-btn {
    background-color: #9cbf1b;
    font-size: x-large;
    font-weight: 500;
    color: rgba(255, 255, 255, 1.0);
    padding: 8px 3px 8px 3px;
    font-family: inherit;
}
.bullseye-buy-btn:hover {
    background-color: #90b211;
    color: rgba(255, 255, 255, 1.0);
    -webkit-transition:background 0.2s ease;
    -moz-transition:background 0.2s ease;
    -o-transition:background 0.2s ease;
    transition:background 0.2s ease;
}
#productChooser {
    padding-bottom:0
}
/*
.hunt-product-info a{
    color: #5b78bb;
}
*/
.hunt-detail-default-btn{
    background-color: #fff;
    border: 3px solid #cbcbcb;
    -webkit-transition:border-color 0.2s ease;
    -moz-transition:border-color 0.2s ease;
    -o-transition:border-color 0.2s ease;
    transition:border-color 0.2s ease;
}
.bullseye-ask-watch-btn {
    border: 3px solid #cbcbcb;
    color:#999 !important;
    font-size: large;
    font-weight: 500;
    font-family: inherit;
}
.bullseye-ask-watch-btn:hover {
    color:#999 !important;
    border: 3px solid #9cbf1b;
    -webkit-transition:border 0.2s ease;
    -moz-transition:border 0.2s ease;
    -o-transition:border 0.2s ease;
    transition:border 0.2s ease;
}
.bullseye-usd-sign {
    color: #666;
}
.bullseye-panel-title{
    text-align:center;
    font-size:24px;
    background-color:#f3f1f1;
    padding:10px 2px 10px;
    border-bottom:1px solid #dedbdb
}
.bullseye-panel-price{
    background-color: #f3f1f1;
    border-bottom: 1px solid #dedbdb;
    font-size: 24px;
    padding: 10px 2px;
    text-align: center;
}
.bullseye-user-img-div {
    border-radius: 5px;
    border:1px solid #dddcdc;
    background-color: white;
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.bullseye-user-verified-div {
    border-radius: 5px;
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.bullseye-btn-main-div div {
    padding-bottom : 20px;
    
}
.qty-input{
    margin-top: 5px !important;
}
.qty-display{
    display: -webkit-box !important;
    float: right !important;
}
.qty-img{
    width: 24px !important;
}
.bullseye-price {
    color: #666;
    font-size:1.8em;
    font-weight: 400;
    font-family: inherit;
}
.bullseye-description{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #ebebeb;
    display:block;
    color:#666
}
.bullseye-description-panel {
    vertical-align:top;
    padding-left:15px;
    margin-top:15px;
    text-align:left;
    /*border:1px solid #dddcdc*/
}
.bullseye-suggested-items{
    width:100%;
    font-size:24px;
    font-weight:400;
    color:#666
}
.hunt-btn-report{
    float:right;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: bold;
    color: #999;
    border-width: 1px;
}
.hunt-btn-report:hover{
    border-color: #9cbf1b;
    color: #999;
}
.hunt-other-sellers .huntItemShell{
    width: 48%;
    margin: 5px;
}
.hunt-product-shell .bullseye-tile{
    margin: 0;
}
.bullseye-appoximate-statement{
    margin-top: 7px;
    font-size: x-small;
    text-align: center;
}
.bullseyeAvatarImage img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


/*

Bullseye product page end

*/


/*

Pagination css start

*/

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
    clear: both;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}

/*------------------------------------*\
        Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0;
}

.compact-theme .current {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
    cursor: default;
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default;
}

/*------------------------------------*\
        Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
    text-decoration: none;
    background: #FCFCFC;
}

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

/*------------------------------------*\
        Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
    float: left;
    color: #CCC;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #555; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
    background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
    text-decoration: none;
    background: #444;
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: default;
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}


/*

Pagination css end

*/



/*

Nav css start

*/
ul.dropdown-menu.sub-menu,ul.dropdown-menu.sub-menu-search{
    display:block;
}

ul.sub-menu {
    padding: 0px;
    display: none;
    float: left;
    width: 100% !important;
    padding: 4px 0;/*background:url(/gr-images/public/siteNav/sub-bg.png) repeat-x;*/
    /*background: rgba(155, 183, 70, 0.88) none repeat scroll 0 0;*/
    /*background: rgba(75, 75, 75, 0.5) left top repeat-x;*/
    box-shadow: none;
    position: relative;
    left: 0px;	/*top: 53px;*/
    z-index: 1;
    text-align: center;
    /*
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
    */
    border-radius: 0 !important;
    margin: 100px 0 0 0;
    border-bottom: 1px solid #999;
    border-left: none;
    border-right: none;
    border-top: 1px solid #999;
}
ul.sub-menu:after {
    opacity: 0.88;
}

/*

Nav css end

*/


/*

Cart Nav start

*/
#hunt_product_detail {
    padding-bottom: 45px;
}

ul.dropdown-menu.sub-menu{
    margin-bottom: 50px;
}

ul.sub-menu li a{
    line-height: 40px;
}

ul.sub-menu li.active a{
    opacity: 1;
    font-weight: 600
}

ul.sub-menu li {
    display: inline-block;
    float: none;
    outline:none;
    width: auto;
    text-align: center;
}
ul.sub-menu li a {
    color: #333;
    font-size: 16px;
    padding: 5px 0;
    float: none;
    display: inline;
    opacity:0.65;
}
ul.sub-menu li a:hover, ul.sub-menu li a:focus {
    text-decoration: none;
    background-color: transparent;
    opacity:1;
    outline:none;
}
.carousel-menu a{
    white-space: nowrap;
    text-transform:uppercase;
}
.carousel-menu .slick-prev::before, .carousel-menu .slick-next::before{
    font-size:25px;
    font-weight:700;
}
.carousel-menu .slick-prev, .carousel-menu .slick-next{
    margin-top:-12px;
}

.carousel-menu .slick-prev{
    left:-5px;
}
.carousel-menu .slick-next{
    right:-5px;
}

.gallery-view, .create-rodeo {
    padding: 8px 26px;
    font-weight: 600;
    font-size: 20px;
}

.spinner {
  display: inline-flex !important;
  width: 125px;
  margin-right: 45px;
  float: right;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  min-width:25px;
  vertical-align: middle;
  
}
.input-group-btn-vertical > .btn {
  border-radius: 50% !important;
  /* border: 2px solid #ccc !important; */
  border: none;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  margin-left: 4px;
  margin-top: 4px !important; 
  position: relative;
  border-radius: 0;
      padding: 0;
      background: transparent;

}
.input-group-btn-vertical > .btn:first-child {
  margin-top: 2px;
}
.input-group-btn-vertical > .btn:last-child {
  /* margin-top: 7px; */
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 3px;
  left: -2px;
}

.fa-minus{
    font-size: 12px !important;
}
.fa-plus{
    font-size: 12px !important;
}

.input-group-btn-vertical > .btn:hover {
    background-color: transparent !important;
}

.input-group-btn-vertical > .btn:focus, .input-group-btn-vertical > .btn:active.focus{
    outline: transparent;
}

.input-group-btn-vertical > .btn:active{
    box-shadow: none;
    background: transparent;
}

.form-style{
    font-size: 15px;
    box-shadow: none !important;
    background: none;
    outline: none !important;
    border: none !important;
    border: 1px solid #ddd !important;
    padding: 5px 10px !important;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    color: #898f94 !important;
    border-radius: 4px !important;
    height: 50px !important;
    width: 100px;
    margin-right: 2px;
}
.form-field {
    margin-top: 20px;
}
.spinner label {
    padding-top: 10px;
    padding-right: 10px;
    color: #898f94 !important;
} 
/*

Cart  review section end

*/
.nav-pills {
    margin:auto !important;
    display: table !important;
    
}
.normal-margin{
    margin-top:30px;
    margin-bottom: 30px; 
}
.nav-pills>li.active>a{
    background-color: #3f3f3f !important;
}
.nav-pills>li>a{
     color:#666;
     border-radius:  0;
}

.nav-pills>li+li {
    margin-left: 0px;
}
.most-color {
        color: #666;
}
.tabs {
    margin-top: 5rem;
}
.tabs {
    margin-bottom: 55px;
    font-size: 0;
    text-align: center;
}
.tab-title.active {
    color: #fff;
    background-color: #4e4d5b;
    border-color: #4e4d5b;
}



.tab-title {
    padding: 0;
    font-size: 15px;
    border-radius: 3px;
}
.tab-title-border-left {
    border-top:    2px solid #dfdfdf;
    border-left:  2px solid #dfdfdf; 
    border-bottom: 2px solid #dfdfdf;
}
.tab-title-border-right {
    border-top:    2px solid #dfdfdf;
    border-right:  2px solid #dfdfdf; 
    border-bottom: 2px solid #dfdfdf;
}

 .tab-title:first-child:not(:last-child) a {
    cursor: pointer;
}
.tab-title a {
    min-width: 190px;
    padding: 14px;
}

.button.button-wide {
    padding-left: 3em;
    padding-right: 3em;
}
#reviewSubmit {
    padding: 1.0625em;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.3125;
    color: #fff;
    background-color: #a1c25a;
    border-radius: 4px;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    border:0;
}

.tab-title a:hover , #reviewSubmit:hover {
    color: #fff;
    background-color: #4e4d5b;
}
/*

Cart review section  and additional info end

*/

 .form-control{
    height: 55px !important;
    border-radius: 4px !important;
    padding: 1.1875rem 1.0625rem 1.125rem;
}
.review-text-area {
    border: 1px solid #ddd !important;
    padding: 1.1875rem 1.0625rem 1.125rem !important;
    border-radius: 4px !important;
}
.star-rating {
    font-family: 'FontAwesome' !important;
  
  }
   .additonalInfo-review-container-small {
        max-width: 820px;
        min-height:600px
    }
    
/*

media query signIn popup start

*/
.submit-reg{
        width: 150px !important;
    }
@media only screen and (min-width: 360px) {
    .button-group a {
        color: #fff;
        display: block;
        width: 120px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-block {
        padding: 0 25px !important;
    }
}
@media only screen and (max-width: 991px) {
    .bulleye-discription-main-div>.mobile-block{
        padding-left:0 !important
    }
    .bulleye-discription-main-div>.mobile-block>.bullseye-description-panel{
        padding-left:0 !important
    }
}
@media only screen and (max-width: 533px) {
    .tab-title a {
        min-width: 99px;
       
    }
}

@media only screen and (min-width: 375px) {
    .button-group a {
        color: #fff;
        display: block;
        width: 120px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
    }

    .btn-signin {
        background-color: #5b78ba;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        width: 120px;
        border: none !important;
    }

}


/*

media query signIn popup end

*/
@media only screen and (max-width: 420px) {
    .btn-signin {
        width: 120px;
    }
}
@media only screen and (max-width: 375px) {
    .btn-signin {
        width: 110px;
    }
}
@media only screen and (max-width: 320px) {
    .btn-signin {
        width: 90px !important;
    }
    .btn-reg{
        width: 100px !important;
    }
    .gallery-view{
        font-size: 14px;
    }
    .create-rodeo{
        width: 74px;
    }
    .gr-mobile-font{
        font-size: 10px;
}
    .gr-h3-shopping{
        font-size: 15px;
        font-weight:400 !important
    }
    .create-rodeo {
        padding: 8px 16px;
        font-weight: 600;
        font-size: 15px;
    }
}
@media only screen and (max-width: 450px) {
.gr-mobile-font{
        font-size: 10px;
    }
     .create-rodeo {
        padding: 11px 12px;
        font-weight: 600;
        font-size: 16px;
    }
}
@media only screen and (min-width: 450px) {
    .btn-signin {
        width: 150px !important;
    }
    .btn-reg{
        width: 150px !important;
    }
}
@media only screen and (min-width: 750px) {
    .gr-h3-shopping{
        font-size: 20px;
        font-weight:400 !important
    }
}
@media only screen and (max-width: 750px) {
    .card_info_font{
        font-size: 20px;
    }
    .checkout-button{
        width: 165px !important;
    }
    .sign-out-button{
        width: 160px !important;
    }
}
@media only screen and (max-width: 375px) {
    .card_info_font{
        font-size: 17px;
    }
    .checkout-button{
        width: 155px !important;
    }
    .sign-out-button{
        width: 155px !important;
    }
}
@media only screen and (max-width: 360px) {
    .card_info_font{
        font-size: 16px;
    }
    .checkout-button{
        width: 150px !important;
    }
    .sign-out-button{
        width: 150px !important;
    }
}
@media only screen and (max-width: 320px) {
    .card_info_font{
        font-size: 14px;
    }
    .checkout-button{
        width: 125px !important;
    }
    .sign-out-button{
        width: 120px !important;
    }
}
.checkout-button{
        width: 200px;
    }
    .sign-out-button{
        width: 200px;
    }
