.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}

.single-product-area {
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: 1px solid yellowgreen;
}

.single-product-area .gridview .list-col8 {
    padding: 0px 10px 0px;
    margin-top:-15px;
}



.owl-item > .single-product-area {
        margin:0 5px 5px 15px !important;
}

.nivoSlider img { 
width: 1400px; 
height: auto;
}

/*.container{*/
/*    width: 970px !important;*/
/*}*/


.col .footer-social{
    /*position: relative;*/
}

.social-icons{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(40%, -50%);
}

.visitor{
    position: absolute;
    top: 49.4%;
    width: 50px;
    text-align: center;
    float: right;
    margin-left: -10px;
    z-index: 10000 !important;
    cursor: pointer;
    border-radius: 100%;
    color: green;
}

#table-visitor {
     text-align: center;
     text-transform: uppercase;
}

#table-visitor table tr{

    border-collapse: collapse;
}

#table-visitor th {
    background: #b9bc08;
}

#table-visitor td, #table-visitor th {
    padding: 2px;
    border: 1px 1px solid white;
}

.arrow_box {
    text-align: center;
    background: #ffec0f none repeat scroll 0 0;
    border: 0px solid #c2e1f5;
    position: fixed;
    width: 0%;
    height: 100%;
    z-index: 1000 !important;
    color: #0202feb8;
    font-weight: bold;
    font-size: 10px;
}

.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #ffc107;
    border-width: 36px;
    margin-top: -36px;
    cursor: pointer;
}

.scroll{
    height: 100%;
    overflow-y: scroll;
}


.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .0rem 1rem; 
}

.btn3d {
	position: relative;
	height: 90px;
	top: -6px;
	border: 0;
	transition: all 40ms linear;
	margin-bottom:10px;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
	-moz-outline-style: none;
	outline: medium none;
}

.btn3d:active,
.btn3d.active {
	top: 2px;
}

.btn3d.btn-warning {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #FEAF20;
}

.btn3d.btn-warning:active,
.btn3d.btn-warning.active {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #FEAF20;
}

.btn3d.btn-danger {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #D73814;
}

.btn3d.btn-danger:active,
.btn3d.btn-danger.active {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #D73814;
}




@media (min-width: 998px){

.col-lg-8,.col-md-6,.col-sm-6,.col-xs-6{
    min-height: 1.5em;
    
}


.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.btn3d {
	position: relative;
	height: 90px;
	top: -6px;
	border: 0;
	transition: all 40ms linear;
	margin-bottom:10px;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
	-moz-outline-style: none;
	outline: medium none;
}

.btn3d:active,
.btn3d.active {
	top: 2px;
}

.btn3d.btn-warning {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #FEAF20;
}

.btn3d.btn-warning:active,
.btn3d.btn-warning.active {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #FEAF20;
}

.btn3d.btn-danger {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #D73814;
}

.btn3d.btn-danger:active,
.btn3d.btn-danger.active {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #D73814;
}

}