﻿/***Basic***/
@font-face {
    font-family: 'optima';
    src: url('../Fonts/unicode_optima.eot');
    src: url('../Fonts/unicode_optima.eot') format('embedded-opentype'), url('../Fonts/unicode_optima.woff2') format('woff2'), url('../Fonts/unicode_optima.woff') format('woff'), url('../Fonts/unicode_optima.ttf') format('truetype'), url('../Fonts/unicode_optima.svg#unicode_optima') format('svg');
}

@font-face {
    font-family: 'OptimaLTStd';
    src: url('../Fonts//unicode_optima.eot');
    src: url('../Fonts/unicode_optima.eot') format('embedded-opentype'), url('../Fonts/unicode_optima.woff2') format('woff2'), url('../Fonts/unicode_optima.woff') format('woff'), url('../Fonts/unicode_optima.ttf') format('truetype'), url('../Fonts/unicode_optima.svg#unicode_optima') format('svg');
}

@font-face {
    font-family: 'CenturyGothicStd';
    src: url('../Fonts//2EB0CC_1_0.eot');
    src: url('../Fonts/2EB0CC_1_0.eot') format('embedded-opentype'), url('../Fonts/2EB0CC_1_0.woff2') format('woff2'), url('../Fonts/2EB0CC_1_0.woff') format('woff'), url('../Fonts/2EB0CC_1_0.ttf') format('truetype'), url('../Fonts/2EB0CC_1_0.svg#2EB0CC_1_0') format('svg');
}

body {
    background: #3a3a3a;
    color: #000000;
    font-family: Century Gothic;
    font-size: 16px;
    line-height: 24px;
}

.main-wrapper {
    background: #fff;
    width: 100%;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
    /*	float: none;
	max-width: 1070px;
	margin: 0 auto;*/
}

.container-fluid .row-fluid1 .page-center {
    padding: 0 18px;
}

a {
    color: #464646;
}

    a:hover, a:focus {
        color: #666;
        outline: 0;
        outline-offset: 0;
    }

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
/* ::-moz-selection { */
    /* color: #fff; */
    /* background: #000; */
    /* text-shadow: none; */
/* } */

/* ::selection { */
    /* color: #fff; */
    /* background: #000; */
    /* text-shadow: none; */
/* } */
/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

p {
}

small {
}

strong {
}

em {
}

cite {
}

code {
}

pre {
}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    }

h1 {
}

h2 {
    font-size: 36px;
    font-weight: normal;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}
/* Lists */
ul, ol {
}

    ul ul, ul ol, ol ol, ol ul {
    }

li {
}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Quotes */
blockquote {
}

    blockquote p {
    }

    blockquote small {
    }

        blockquote small:before {
        }

    q:before, q:after, blockquote:before, blockquote:after {
    }
/* Basic text */
/*.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
	-webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out, -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.modal-header {
	padding: 45px 0 0 0;
	border-bottom: 0;
}
.modal-header::after {
	content: "";
	display: table;
	clear: both;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.5;
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 24px;
}
.modal-title::after {
	content: "";
	width: 50px;
	border-bottom: 1px solid #000;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -25px;
	bottom: -0px;
}
.modal-body {
	position: relative;
	padding: 15px;
	text-align: center;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 0;
	margin-bottom: 50px;
	margin-top: 20px;
}
.modal-footer::after {
	content: "";
	display: table;
	clear: both;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
.modal-header .close {
	font-size: 56px;
	font-weight: 100;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	right: 5px;
	top: -8px;
	opacity: 1;
}
@media (min-width: 544px) {
.modal-dialog {
	max-width: 600px;
	margin: 30px auto;
}
.modal-sm {
	max-width: 300px;
}
}
 @media (min-width: 992px) {
.modal-lg {
	max-width: 900px;
}
}*/
.form-control.custom-form {
    display: inline-block;
    max-width: 100%;
    height: calc(40px + 2px);
    padding: 6px 28px 6px 12px;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
    font-size: 16px;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(40px + 2px);
    padding: 6px 28px 6px 12px;
    line-height: 1.25;
    color: #000;
    vertical-align: middle;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUZCRkNDMTk5RUEwMTFFNzlENjlBMEVCNzdBMzdFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUZCRkNDMUE5RUEwMTFFNzlENjlBMEVCNzdBMzdFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRkJGQ0MxNzlFQTAxMUU3OUQ2OUEwRUI3N0EzN0VDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRkJGQ0MxODlFQTAxMUU3OUQ2OUEwRUI3N0EzN0VDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PruFCY0AAABvSURBVHjaYmRgYODKzs7+ysjIaDN58uSjDGigvr7+0Z8/f5Yx/f///5uwsPDjXbt2HcnNzbVGV7RixQrZT58+bWYAKgTjurq6R2pqav9zcnKssfHhCpEla2tr/yMrwlCIzSScCkE4NDRUEV0MIMAATSqBZuJ9z18AAAAASUVORK5CYII=') no-repeat right 10px center;
    background-size: auto;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

.tab-basic-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 60px;
}

    .tab-basic-nav li {
        display: inline-block;
        width: 33.33%;
        margin-right: -4px;
    }

        .tab-basic-nav li a {
            font-size: 12px;
            text-transform: uppercase;
            text-decoration: none;
            color: #929292;
        }

            .tab-basic-nav li a.active_tab {
                color: #000;
            }

            .tab-basic-nav li a h3 {
                font-size: 30px;
                text-transform: uppercase;
                margin-top: 0;
            }

.tab-area-content {
    display: none;
}

    .tab-area-content.active_tab {
        display: block;
    }
/***Basic\\***/
/***Header***/

.header.container-fluid {
    background: #252525;
    border-bottom: 1px solid #fff;
    padding: 6px 15px 3px;
    border-top: 1px solid #fff;
}

.logo-main img {
    max-width: 114px;
}

.header .navbar {
    position: relative;
    padding: 9px 0 0;
    margin: 0;
    height: auto;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.navbar-light #nav-content .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14.4px;
    padding: 0 17px;
    outline: 0;
}

.navbar-light #nav-content .navbar-nav li:first-child .nav-link {
    padding: 0 17px 0 0;
}

.navbar-light #nav-content .navbar-nav .nav-link:hover {
    color: #abaf9d;
}

.navbar-light #nav-cart.navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 11.2px;
    padding: 0 20px;
    font-weight: normal;
}

.navbar-nav.nav.mr-auto {
    margin-left: 17%;
}

.navbar-light #nav-content .navbar-nav .active .nav-link {
    color: #abaf9d;
    text-transform: uppercase;
    font-size: 14.4px;
    position: relative;
    background: transparent;
}

    .navbar-light #nav-content .navbar-nav .active .nav-link::before {
        content: "";
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: #252525;
        width: 18px;
        height: 18px;
        display: none;
        position: absolute;
        transform: skew(0, 0deg) rotate(45deg);
        bottom: -32px;
        left: 50%;
        margin-left: -9px;
        z-index: 1;
    }

ul#nav-cart .user-links li:last-child a {
    text-transform: capitalize;
}

ul.sub-menu.dropdown-menu {
    background: #363636;
    border-radius: 0;
    top: 34px;
    border-bottom: 1px solid #fff;
}

    ul.sub-menu.dropdown-menu li {
        display: inline-block;
    }

ul.sub-menu.dropdown-menu {
    background: #363636;
    border-radius: 0;
    top: 34px;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 7px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.sub-menu.dropdown-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    top: -17px;
    height: 22px;
    left: 0;
    right: 0;
    display: block;
    background: transparent;
}

ul.sub-menu.dropdown-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14.4px;
    padding: 0 17px;
    outline: 0;
}

    ul.sub-menu.dropdown-menu li a:hover {
        color: #abaf9d;
        background: transparent;
    }

.ar-down-1 {
    position: relative;
}

    .ar-down-1 .custom-select.form-control {
        background: none;
    }

    .ar-down-1::after {
        position: absolute;
        top: 9px;
        right: 10px;
        font-family: FontAwesome;
        content: '\f078';
        pointer-events: none;
        font-size: 13px;
        color: #000;
    }

@media (min-width:768px) {
    .navbar-light #nav-content .navbar-nav li:hover ul.sub-menu.dropdown-menu {
        display: block;
    }

    .navbar-light #nav-content .navbar-nav .nav-link .caret {
        display: none;
    }

    .hero-image .hero-text {
        z-index: 8;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        color: #fff;
        padding: 160px 30px 162px;
    }

    .hero-text h1 {
        font-size: 48px;
        color: #fff;
        font-weight: bold;
        position: relative;
        font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
        margin: 40px 0 10px;
		z-index:1000;
    }
}
/***Header\\***/
/***Body***/
.hero-image {
    background-image: url(../images/main-banner.jpg);
    min-height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: scroll;
    margin: 0 -15px;
    max-height: 395px;
}

	.hero-image .hero-text {
		z-index: 8;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
		color: #fff;
		padding: 42px 30px 55px;
	}
@media (min-width:768px) {
	.hero-image .hero-text {
		padding: 130px 30px 162px;
	}
}

		.hero-text h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    margin: 0px 0 10px;
	z-index:1000;
}

    .hero-text h1::before {
        content: "";
        width: 50px;
        border-bottom: 1px solid #fff;
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -25px;
        bottom: -12px;
    }

.form-search {
    width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 26px;
    line-height: normal;
    list-style: none;
    max-width: 960px;
    margin: 41px auto 0;
}

.form-control.custom-form, .custom-select.form-control {
    border: 1px solid #cccccc;
    border-radius: 0;
}

.form-search li {
    width: 21%;
    margin-left: 1%;
    display: inline-block;
    margin-right: calc(1% - 3px);
    position: relative;
}

.ar-down::after {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
    content: '\f078';
    pointer-events: none;
    font-size: 13px;
}

.form-search li:last-child {
    width: 28%;
    display: inline-block;
    position: relative;
}

.btn.btn-default.bg-transparent.search_new {
    outline: 0 !important;
    position: absolute;
    right: 0;
    top: 1px;
    background: transparent;
    border: 0;
    font-size: 15px;
}

.clearfix-base {
    display: block;
    width: 100%;
}

.ar-down .custom-select.form-control {
    background: none;
    font: 13px/1.4 CenturyGothicStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    height: calc(35px + 2px);
}

.form-search .form-control.custom-form {
    height: calc(35px + 2px);
    font: 13px/1.4 CenturyGothicStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
}

.product_title {
    font-size: 20px;
    font-weight: bold;
    font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,”Segoe UI Emoji”,”Segoe UI Symbol”;
    min-height: 44px;
    margin-top:0;
}

.product_listing {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-right: 1px;
    background: #cdceb9;
}

    .product_listing li {
        padding: 0;
        margin: 0 -5.5px 0 0;
        width: 25.1%;
        display: inline-block;
    }

    .product_listing li {
        margin: 0 -0px 0 0;
        width: 25%;
        float: left;
    }

.single_product img {
    width: 100%;
}

.single_product {
    position: relative;
}

ul#nav-cart ul li a i {
    display: none;
}

a#js-show-cart {

}

.product_text {
    position: absolute;
    top: 25%;
    color: #fff;
    text-align: center;
    left: 0;
    right:0;
    margin: 0 auto;
    max-width: 340px;
}
.product_text a:hover{
   text-decoration:none;
}
.membersOverlay {
    position: absolute;
    top: 0;
    left: -20px;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    z-index: 1;
}

.form_option.form-inline .form-group {
    display: inline-block !important;
}

.form_option.form-inline {
    text-align: center;
    display: block !important;
    margin-top: 7%;
    position: relative;
}

    .form_option.form-inline label {
        text-align: left;
        display: block !important;
        font-weight: bold;
    }

.form_option .form-control.custom-form, .form_option .custom-select.form-control {
    border: 0;
    border-radius: 0;
    /*background-color: rgba(255,255,255,0.6);*/
    background-color: rgba(255,255,255);
}

.custom_btn {
    background: rgba(255,255,255,0.6);
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 30px;
    color: #000;
    outline: 0;
}

.firstBtn .custom_btn {
    background: rgba(255,255,255,0);
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 3px rgba(248,249,250,.5);
    outline: 0;
}

.addcart {
    margin-top: 3%;
}

.price_get .form-inline .form-group {
    opacity: 0;
    display: inline-block !important;
}

.price_get .custom_btn {
    background: rgba(255,255,255,0);
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.form_option.form-inline .price {
    position: absolute;
    width: 100%;
    left: 0;
}

.firstBtn .custom_btn:hover, .price_get .custom_btn:hover {
    background: rgba(255,255,255,0.6) !important;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    color: #000;
    outline: 0;
}

.btn.btn-default.bg-transparent.search_new {
    outline: 0 !important;
    position: absolute;
    right: 0px;
    top: -8px;
    background: transparent;
    border: 0;
    font-size: 15px;
    padding: 6px 12px !important;
}

.title_h2 {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 28px;
    padding-bottom: 18px;
    position: relative;
    margin-top: 30px;
    font-family: CenturyGothicStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    font-size: 32px;
    font-weight: 700;
}

    .title_h2::after {
        content: "";
        width: 50px;
        border-bottom: 1px solid #000;
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -25px;
        bottom: -0px;
    }

.pagination-product {
    background: #252525;
    text-align: center;
    border-width: 1px 0 1px 0;
    border-color: #fff;
    border-style: solid;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    display: none;
}

.count_page {
    font-weight: bold;
    padding: 0 6px;
}

span.unit_count {
    background: #fff;
    padding: 4px 7px;
    display: inline-block;
    line-height: 100%;
    color: #000;
}

.name_final {
    margin-bottom: 0;
}

.set-next .custom_btn {
    background: rgba(255,255,255,0);
    border: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    min-width: 135px;
    font-size: 13px;
    padding: 9px 30px;
}

.modal-footer.set-next {
    text-align: center;
}

.single_product {
    overflow: hidden;
    cursor: pointer;
    height: 24.95vw;
    background-color: #cecfba;
    position: relative;
    outline: 1px solid #fff;
    padding: 15px;
    width: 100%;
    /*border-bottom: 1px #fff solid;*/
}

.zoomImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    transition: -webkit-transform 25s ease, opacity 5s ease;
    transition: transform 25s ease, opacity 5s ease;
}

.single_product:hover .zoomImg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single_product:hover .sepia {
    opacity: 0;
}

.single_product img {
    opacity: 0;
}

.full_page > .row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/wine_single_background.jpg);
    position: relative;
    color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    min-height: 799px;
}

.title_h2.title_left {
    text-align: left;
    font-size: 30px;
    font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
}

    .title_h2.title_left::after {
        content: "";
        width: 50px;
        border-bottom: 1px solid #000;
        position: absolute;
        display: block;
        left: 0%;
        margin-left: -0px;
        bottom: -0px;
    }

.product_image img {
    /* max-width: 100%; */
    /* margin: 0 auto; */
    /* display: block; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-height: 600px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-tranform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.product_description_main {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    background: rgba(255,255,255,0.9);
}

.row.product_description {
    padding: 30px 60px;
    width: 100%;
}

.discription p:not(.main_top) {
    margin: 0;
}

.main_top {
    margin-bottom: 17px;
}

.price {
    margin: 35px 0;
}

.discription .form-control.custom-form {
    text-align: center;
    max-width: 60px;
    padding: 6px 12px;
    line-height: 40px;
}

.discription .panel-group {
    margin-top: 38px;
    margin-bottom: 0px;
}
div#panel-020 {
    margin-top: 0px!important;
}
#panel-020 .panel.panel-default {
    border-top: none!important;
}
    .discription .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        background: transparent;
        border: 0;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        border-radius: 0;
        margin-top: 0;
    }

        .discription .panel-group .panel:not(:last-child) {
            border-bottom: 0;
        }

.discription .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
    padding: 0;
}

.discription .panel-group .panel .panel-body {
    background: #d3d5cc;
}

.discription .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    /*background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUZCRkNDMTk5RUEwMTFFNzlENjlBMEVCNzdBMzdFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUZCRkNDMUE5RUEwMTFFNzlENjlBMEVCNzdBMzdFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRkJGQ0MxNzlFQTAxMUU3OUQ2OUEwRUI3N0EzN0VDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRkJGQ0MxODlFQTAxMUU3OUQ2OUEwRUI3N0EzN0VDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PruFCY0AAABvSURBVHjaYmRgYODKzs7+ysjIaDN58uSjDGigvr7+0Z8/f5Yx/f///5uwsPDjXbt2HcnNzbVGV7RixQrZT58+bWYAKgTjurq6R2pqav9zcnKssfHhCpEla2tr/yMrwlCIzSScCkE4NDRUEV0MIMAATSqBZuJ9z18AAAAASUVORK5CYII=') no-repeat right 10px center;
	background-size: auto;*/
    font: 16px/1.4 CenturyGothicStd-Bold,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    font-weight: bold;
    position: relative;
}

    .discription .panel-title[aria-expanded="true"] {
        background: #d3d5cc; /*url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDEwQjY5MEY5RjYwMTFFNzgyQkI4MDkyNUQ2MUVBNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDEwQjY5MTA5RjYwMTFFNzgyQkI4MDkyNUQ2MUVBNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMTBCNjkwRDlGNjAxMUU3ODJCQjgwOTI1RDYxRUE1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTBCNjkwRTlGNjAxMUU3ODJCQjgwOTI1RDYxRUE1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiNxnkwAAABbSURBVHjaYvj//z8DMg4NDVVEFwNhFE5OTo61mpra/7q6ukc4FcIU1dbW/semGKtJ2EzGaR26OBMfH59vRETE48bGRjkGJDB58uSjbm5uNm/fvpVlZGTkAggwAC67hfsyOYGbAAAAAElFTkSuQmCC') no-repeat right 10px center;*/
    }



    .discription .panel-title::after {
        position: absolute;
        top: 8px;
        right: 10px;
        font-family: FontAwesome;
        content: '\f078';
        pointer-events: none;
        font-size: 13px;
        color: #000;
    }

    .discription .panel-title[aria-expanded="true"]::after {
        content: "\f077";
    }

.btn.btn-light.custom_btn.checkout {
    background: #fff;
}

.table.table-hover.custom-table > thead > tr > th, .table.table-hover.custom-table > tbody > tr > th, .table.table-hover.custom-table > tfoot > tr > th, .table.table-hover.custom-table > thead > tr > td, .table.table-hover.custom-table > tbody > tr > td, .table.table-hover.custom-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #000;
}

.table.table-hover.custom-table > thead > tr > th {
    vertical-align: bottom;
    border-top: 0px solid #000;
    border-bottom: 1px solid #000;
}

.body-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

.section.container-fluid.bg-full {
    background-attachment: fixed;
    background-image: url(../images/bg_ridge_ourwine_single.jpg);
    background-repeat: no-repeat;
}

.order-header,
.checkout-header {
    color: #333;
    border-bottom: solid 1px #333;
    font-family: CenturyGothicStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 10px;
}

.body-wrapper h1 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    margin: 25px 0 10px;
}

.continue-shopping-text {
    font-size: 16px;
    color: #abaf9d;
}

.order-details, .shipping-estimator {
    padding: 15px;
    background: #f8f8f8;
    border: solid 1px #e7e7e7;
    margin-bottom: 15px;
    border-radius: 4px;
}

.cart-upsell-item, .cart-order-option {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.checkout-action-row {
    margin-top: 15px;
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.on-site-payment-methods, .off-site-payment-methods {
    margin-bottom: 6px;
}

.text-4, .form-control.text-4 {
    width: 70px;
}

.form-control-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
}

.checkout-actions {
    text-align: right;
}

.text-right-sm {
    text-align: right;
}

.form-label-suffix.form-label-suffix-optional,
.form-label-suffix.form-label-suffix-required {
    color: #b70000;
    font-size: 12px;
    font-weight: normal;
}

.form-label-suffix.form-label-suffix-optional {
    color: #8c7979;
}

.discription .custom-select.form-control {
    border: 1px solid #ccc;
    font: 13px/1.4 CenturyGothicStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    background: #fff;
    box-shadow: unset !important;
    padding: 6px 28px 6px 12px;
    height: calc(38px + 2px);
    color: #000;
}

.discription .custom-input.form-control {
    max-width: 74px;
    border: 1px solid #ccc;
    font: 13px/1.4 CenturyGothicStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    background: #fff;
    box-shadow: unset !important;
    padding: 6px 28px 6px 12px;
    height: calc(38px + 2px);
    color: #000;
    border-radius: 0;
    margin-right: -5px;
}

.discription h3 {
    font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
}

.ar-down-2 {
    position: relative;
    display: inline-block;
}

    .ar-down-2::after {
        position: absolute;
        top: 8px;
        right: 10px;
        font-family: FontAwesome;
        content: '\f078';
        pointer-events: none;
        font-size: 13px;
        color: #000;
    }

.label-block {
    display: block;
    font-weight: normal;
    margin: 0;
}

.discription .form-inline {
    margin-bottom: 20px;
}

.gen_info {
    margin-top: 45px;
}

.wineInfo {
    margin-top: 34px;
}

.addcart.cart_single {
    margin-top: calc(-9% + 59px);
}

.variantprice {
    position: relative;
    top: 25px;
    font-size: 16px;
}

.ar-down-none .custom-select.form-control {
    padding: 6px 12px;
    background-image: none;
    text-align: center;
}

.order-header, .checkout-header {
    color: #333;
    border-bottom: solid 1px #333;
    font-family: CenturyGothicStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 10px;
}

.discription .price-wrap {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    top: 3px;
}

    .discription .price-wrap + .form-group {
        display: inline-block;
        padding-left: 10px;
    }

span.select_price_wrap {
    display: inline-block;
    vertical-align: baseline;
}

    span.select_price_wrap .variantprice {
        top: 5px;
        margin-right: 10px;        
        font-size:22px;
    }
/***Body\\***/

/***Footer***/
.footer.container-fluid {
    background: #252525;
    padding: 30px 40px;
    /*border-bottom: 1px solid #fff;*/
}

.copy_right p {
    font-size: 12px;
    padding: 0;
    margin: 0 0 3px 0;
    color: #fff;
    line-height: 130%;
    text-transform: uppercase;
}

.copy_right a {
    font-size: 10px;
    padding: 0;
    margin: 0;
    color: #fff;
}

.footer_links {
    padding-top: 4px;
}

.social_media {
    padding-top: 2px;
}

.footer.container-fluid ul {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
}

.footer.container-fluid li {
    display: inline-block;
}

    .footer.container-fluid li a {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        line-height: 100%;
    }

.footer.container-fluid .footer_links li a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    font-family: CenturyGothicStd, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.footer.container-fluid .social_media li a {
    padding: 0 12px 0 0;
}

.user-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 11.2px;
    font-weight: normal;
}

    .user-link:hover {
        color: #abaf9d;
    }

section.section.container-fluid.custom_top_padding {
    padding-top: 45px;
}

.checkout-content {
    margin-bottom: 20px;
}
/*login css*/
.body-wrapper.login_page {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    float: right;
    height: 100%;
    line-height: 1.4rem;
    min-height: 600px;
    overflow: auto;
    padding: 80px 60px;
    z-index: 3;
    position: relative;
    left: 15px;
    width: 61%;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    background: transparent !important;
    border: 1px solid #252525;
    border-left: medium none;
    border-right: medium none;
    max-width: 200px;
    border-radius: 0px;
    color: #000 !important;
    font-weight: bold;
    text-shadow: none;
    padding: 12px 30px;
}

    .btn:hover {
        background: white !important;
        text-decoration: none;
        border: 1px solid #252525;
        color: #000 !important;
        border: 1px solid #252525;
        border-left: medium none;
        border-right: medium none;
    }

.body-wrapper h1 {
    font-size: 25px;
}

.page-wrap input[type="password"], .page-wrap input[type="email"] {
    border-radius: 0px !important;
    padding: 11px 10px 10px;
    border: 1px solid #cccccc !important;
    height: auto !important;
}

.signin-page input[type="password"], .signin-page input[type="email"], .signin-page input[type="text"],
.account-create-page input[type="password"], .account-create-page input[type="email"], .account-create-page input[type="text"],
.account-page input[type="password"], .account-page input[type="email"], .account-page input[type="text"], .create-account-page input[type="password"], .create-account-page input[type="email"], .create-account-page input[type="text"], .create-account-page select {
    border-radius: 0px !important;
    padding: 11px 10px 10px;
    border: 1px solid #cccccc !important;
    height: auto !important;
}

.account-create-page .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.account-create-page .form-control, .entry-feedback-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.account-create-page .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px;
}

.page-wrap.account-create-page label, .account-page label {
    width: 40%;
    float: left;
    padding-top: 15px;
}

.page-wrap.account-create-page .entry-feedback-wrapper {
    width: 60%;
    float: left;
}

.account-page .entry-feedback-wrapper {
    width: 100%;
    float: left;
}

.form-text.signin-text {
    line-height: 22px;
}

.phone.form-group-small.form-group.has-feedback {
    position: relative;
}

    .phone.form-group-small.form-group.has-feedback .whats-this {
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        left: 120px;
        top: 16px;
    }

.page-wrap.account-page .form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
/*10262018*/
.form-group.okay-to-email{
    display:none;
}

button#shipping-methods-cancel {
     display: none; 
}

span.field-validation-valid + .form-description {
    color: #000000;
    font-family: Century Gothic;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    font-style: normal;
}
/*10262018*/
.form-description {
    margin-top: 45px;
}

.form-group.search-form-group input {
    border-radius: 0;
    border: 1px solid #cccccc;
    width: 100%;
    display: block;
    padding: 6px 28px 6px 12px;
    height: calc(35px + 2px);
    font: 13px/1.4 CenturyGothicStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
}

.search-form-group input.btn.btn-default.search-go {
    position: absolute;
    right: 12px;
    border: none;
    padding: 0px;
    background: url(../images/search_icon.png) no-repeat !important;
    font-size: 0px;
    width: 15px;
    height: 15px;
    top: 4px;
}

p.search-no-matches-text {
    padding: 32px;
    text-align: center;
    color: #000;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    background: #cdceb9;
}

input.btn.btn-default.request-password-button {
    max-width: 100%;
}

#account-header-links a:before {
    content: "";
    display: inline-block;
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #800000;
    left: 0;
    top: 4px;
}

#account-header-links a {
    position: relative;
    padding: 0 0 0 12px;
}

ul#nav-cart .user-links li.log_out a {
    text-transform: uppercase;
}

.user-links > li {
    position: relative;
    top: -3px;
}

ul#nav-cart ul li.log_out a i {
    display: inline-block;
}

.address-wrap > div div {
    font-size: 12px;
    margin: 0 0 1px 0;
}

.address-wrap > div strong {
    margin: 0 0 5px 0;
    display: block;
}

.address-wrap .address-header {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.edit-address-button {
    margin-right: 15px;
}

.address-actions {
    display: inline-block;
    width: auto;
    text-align: center;
    max-width: 215px;
}

    .address-actions.page-action-bar {
        max-width: none;
    }

a.btn.btn-default.back-address-button {
    margin-right: 15px;
}

.make-primary-address-button {
    line-height: 110%;
    background: none !important;
    padding: 0 0 3px 0;
    border-top: none !important;
    text-decoration: none;
    margin: 26px 10px 0;
}

    .make-primary-address-button + .make-primary-address-button {
        margin: 10px 10px 5px;
    }
/*New CSS for Related Products*/
.single_product.link-detail {
    overflow: hidden;
    cursor: pointer;
    height: auto;
    background-color: #cecfba;
    position: relative;
    outline: 1px solid #fff;
    padding: 15px;
    width: 100%;   
    min-height: 220px;   
    display: inline-block;
}

/*End Here*/
/***Footer\\***/
@media (max-width:1366px) {
    .navbar-nav.nav.mr-auto {
        margin-left: 10%;
    }
}

@media (max-width:1100px) {
    .product_text {
        padding-top: 8%;
    }

    .footer.container-fluid {
        background: #252525;
        padding: 30px 15px;
        border-bottom: 1px solid #fff;
    }

    .product_listing li {
        width: 33.33%;
        float: left;
    }

}

@media (max-width:991px) {
    .full_page > .row {
        background-size: 1500px;
    }

    ul.sub-menu.dropdown-menu {
        top: 49px;
        text-align: right;
        padding: 7px;
        padding-right: 40px;
    }
}

@media (max-width:991px) {

    .header .navbar {
        padding: 0;
    }

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }

    .product_image img {
        max-height: 384px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    #nav-content .navbar-nav {
        width: 100%;
        display: block !important;
        text-align: right;
        margin: 0;
    }

    .navbar-light #nav-content .navbar-nav .active .nav-link::before {
        display: none;
    }

    .navbar-light #nav-content .navbar-nav .nav-link {
        padding: 0 10px;
    }

    .product_text {
        padding-top: 10%;
    }
}

@media (max-width:767px) {
    .full_page > .row {
        background-size: 2500px !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
    }


    section.section.container-fluid.custom_top_padding {
        padding-top: 45px;
        padding: 21px 15px 0px;
    }

    .user-links > li {
        display: inline-block;
    }

    .body-wrapper.login_page {
        overflow: auto;
        padding: 15px 15px;
        z-index: 3;
        position: relative;
        left: 0px;
        width: 100%;
        margin-top: 30px;
    }

    .navbar-nav > li {
        display: block;
        float: none;
    }

    .product_listing li {
        width: 50%;
        float: left;
    }

    .hero-text h1 {
        font-size: 47px;
    }

    .copy_right {
        text-align: center;
        margin-bottom: 15px;
    }

    .social_media {
        padding-top: 10px;
        text-align: center;
    }

    .form-search li {
        width: 48%;
        margin-left: 1%;
        display: inline-block;
        margin-right: calc(1% - 3px);
        margin-bottom: 15px;
    }

        .form-search li:last-child {
            width: 48%;
        }

    .navbar-light .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: transparent;
        position: absolute;
        right: 0px;
        top: -40px;
        background: transparent;
        padding: 4px 6px;
    }

    .navbar-toggle .icon-bar {
        height: 4px;
    }

    .navbar-light #nav-content .navbar-nav li:first-child .nav-link, .navbar-light #nav-cart.navbar-nav .nav-link, .navbar-light #nav-content .navbar-nav .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        padding: 6px 20px;
        border-bottom: 1px solid #fff;
        text-align: left;
        font-weight: normal;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #444;
        border-radius: 0;
    }

    .navbar-light #nav-content .navbar-nav .active .nav-link {
        padding: 6px 20px;
        background: #666;
    }

        .navbar-light #nav-content .navbar-nav .active .nav-link::before {
            display: none;
        }

    .header .navbar {
        margin: 0 -15px;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 4px;
        z-index: 9;
        background: #252525;
        padding: 0;
    }

    .full_page > .row {
        flex-flow: wrap;
    }

    .product_image img {
        max-width: 100%;
        margin: 55px auto;
        display: block;
        position: static;
        max-height: 300px;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-tranform: translate(0);
        -ms-transform: translate(0);
    }

    .container-fluid .row-fluid1 .page-center {
        padding: 0;
    }

    .sub-menu.dropdown-menu {
        margin: 0 !important;
        width: 100% !important;
    }

    .sub-menu.dropdown-menu {
        margin: 0 !important;
        width: 100% !important;
        background: #e7e7e7 !important;
        padding-right: 7px;
    }

    ul.sub-menu.dropdown-menu li {
        display: block;
        text-align: left;
    }

    .logo-main {
        text-align: center;
    }

        .logo-main img {
            max-width: 114px;
            display: inline-block;
        }
}

@media (max-width:575px) {
    .product_listing li {
        width: 100%;
        float: left;
    }

    .form-search li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .form-search li:last-child {
            width: 100%;
        }

    .navbar-nav {
        margin: 0 !important;
    }
}

@media (min-width:1600px) {
    .section.container-fluid.bg-full {
        background-size: cover;
    }
}

.add-to-cart-group button {
    display: block;
    margin: 30px 0 0 0;
}

/*New CSS for header Menu*/
.siteHeader-nav {
	width: 100%;
	background-color: #252525;
	height: 50px;
	position: relative;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}
.siteHeader-nav-logo {
	position: absolute;
	left: 40px;
	top: 5px;
	transition: opacity 3s ease
}
.siteHeader-nav-logo.home {
	opacity: 0
}
.siteHeader-nav-logo img {
	height: 39px
}
@media only screen and (max-width: 1000px) {
.siteHeader-nav-logo {
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
}
.siteHeader-nav-menu--center, .trade-menu {
	text-align: center;
	padding: 12px 0;
	z-index: 1030;
    margin: 0px;
}
.siteHeader-nav-menu--center li, .trade-menu li {
	margin-left: 30px
}

.siteHeader-nav-menu--center li:first-child, .trade-menu li:first-child {
	margin-left: 0
}
@media only screen and (max-width: 1000px) {
.siteHeader-nav-menu--center {
	display: none;
	position: absolute;
	width: 100vw;
	right: -100vw;
	background: #252525;
	top: 49px;
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px #fff solid
}
.siteHeader-nav-menu--center li {
	display: block !important;
	margin-top: 15px;
	margin-left: 0
}
}
@media only screen and (max-width: 600px) {
.siteHeader-nav-menu--center, .trade-menu {
	position: fixed;
	bottom: 0;
	top: 50px;
	overflow-x: hidden;
	overflow-y: scroll
}   
}
.siteHeader-hamburger {
	display: none;
	color: #fff;
	position: absolute;
	top: 11px;
	right: 14px;
	cursor: pointer;
	font-size:1.3em;
}
@media only screen and (max-width: 1000px) {
.siteHeader-hamburger {
	display: block;
}
}
.siteHeader-nav-menu--right {
	position: absolute;
	height: 50px;
	line-height: 50px;
	top:2px;
	right: 40px
}
.siteHeader-nav-menu--right li {
	margin-right: 20px
}
.siteHeader-nav-menu--right li a {
	font-size:.7rem;
}

.fixedTop {
	position: fixed;
	top: 0;
	z-index: 1040;
}
.fixedTop .siteHeader-nav-logo {
	opacity: 1
}

.siteHeader-nav-menu--right li a {
	font-size: .7rem;
}
.menu li {
	display: inline-block;
}
.menu li a {
	color: #fff;
	text-transform: uppercase;
        font-size: 14.4px;
}
.menu li a:hover {
	color: #abaf9d;
	text-decoration: none;
}
.menu li:last-child {
	margin-right: 0;
}
.menu .current_page_parent a {
	color: #abaf9d;
}
.menu-item .sub-menu, .menu-item .trade-menu {
	display: none;
	position: absolute;
	top: 49px;
	right: 0;
	z-index: 2;
	background: #363636;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border-bottom: 1px solid #fff;
    padding: 0px;
}
.menu-item .sub-menu .current-menu-item a, .menu-item .trade-menu .current-menu-item a {
	color: #abaf9d
}
.menu-item .sub-menu li a, .menu-item .trade-menu li a {
	color: #fff
}
.menu-item .sub-menu li a:hover, .menu-item .trade-menu li a:hover {
	color: #abaf9d
}
@media only screen and (max-width: 1000px) {
.menu-item .sub-menu, .menu-item .trade-menu {
	position: relative;
	margin-top: 5px;
	top: 0;
	right: 0;
	height: 100%;
	padding: 12px 0 0;
	border-top: 1px solid #fff
}
.menu-item .sub-menu li, .menu-item .trade-menu li {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 20px
}
}
.sub-menu.fixed, .fixed.trade-menu {
	display: block
}
.sub-menu li, .trade-menu li {
	position: relative
}
.sub-menu .current-menu-item:after, .trade-menu .current-menu-item:after, .sub-menu .current-menu-item:before, .trade-menu .current-menu-item:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	margin-left: -15px
}
@media (min-width:991px) and (max-width:1199px) {
    .siteHeader-nav-menu--center li, .trade-menu li {
        margin-left: 9px;
    }
  .siteHeader-nav-menu--right ul.user-links li {
    margin-right: 9px !important;
    margin-left: 0px !important;
}
  .siteHeader-nav-menu--right   ul.user-links li a {
    font-size: 13.4px !important;
}
  .siteHeader-nav-menu--right {
    right: 31px;
}
  .menu li a {
    font-size: 13.4px;
}
}
@media only screen and (max-width: 1000px) {
.sub-menu .current-menu-item:after, .trade-menu .current-menu-item:after, .sub-menu .current-menu-item:before, .trade-menu .current-menu-item:before {
	display: none
}
}

@media only screen and (min-width: 992px) {
    ul.siteHeader-nav-menu--center.menu .user-links {
        display: none;
    }
}
    

/*@media only screen and (min-width: 767px) {
    ul.siteHeader-nav-menu--center.menu .user-links {
    display: none;
}*/
  
}
@media only screen and (max-width: 767px) {
    ul.siteHeader-nav-menu--center.menu .user-links {
    display: block;
}
    ul.siteHeader-nav-menu--center.menu.shown ul li:first-child {
        display: none !important;
    }
   ul.siteHeader-nav-menu--center.menu.shown ul li:last-child a{
            text-transform: uppercase;
    font-size: 14.4px;
}
    }
    ul.siteHeader-nav-menu--center.menu.shown ul li:last-child {
        display: block !important;
    }
    ul.user-links li a {
    font-size: 14.4px;
}
}

.sub-menu .current-menu-item:after, .trade-menu .current-menu-item:after {
	border-top: 15px solid #363636;
	top: 100%;
	margin-top: -2px
}
.sub-menu .current-menu-item:before, .trade-menu .current-menu-item:before {
	border-top: 15px solid #fff;
	top: 100%;
	margin-top: -1px
}
ul.user-links li a {
    margin: 0px;
}
ul.user-links li  {
    margin-right: 20px !important;
    margin-left: 0px !important;
}
ul.user-links li:last-child  {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.price-wrap br {
	display: none;
}

.price-wrap .regular-price {
	color: #fff !important;
	font-size: 16px !important;
	margin: 0 10px 0 0 !important;
}

.checkout-page .order-block .form button.place-order-button {
	padding: 12px 30px 12px 8px;
}
@media only screen and (max-width: 991px) {
       .siteHeader-nav-menu--center .user-links li:first-child {
    display: none !important;
}
        ul.user-links li {
            margin-right: 0px !important;
        }
    }

@media (min-width: 320px) {
	.row.product_description {
		padding: 5px 10px;
		width: 100%;
	}
}

#panel-020 .panel.panel-default.panel-top {
	border-top: 1px solid #333 !important;
}

.user-links li.hidden-xs.hidden-sm {
	display: inline-block !important;
}

.checkout-div-bottom-border {
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.checkout-remove-solid-border {
	border: 0px;
	margin-bottom: 0px;
}
/* Inventory Display */
/* Entity Pages */
.grid-item-stock-wrap .stock-hint {
	font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
	font-weight: bold;
	color: #fff;
}
/* Product Pages */
.product_description .stock-hint {
	font-family: OptimaLTStd,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
	font-weight: bold;
	color: #000;
}

/* Hide Number input 'spinners' */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.overlay-add-to-cart-form{
position:relative;
z-index:1020;
max-width:300px;
margin:0 auto;
}
.overlay-add-to-cart-form{
display:none;
}
@media (min-width: 992px) {
.overlay-add-to-cart-form{
display:block;
}
}
.overlay-add-to-cart-form .variant-price{
color:#fff;
text-align:center;
}
.overlay-add-to-cart-form #variantSelector{
max-width:200px;
}
.overlay-add-to-cart-form label{
color:#fff;
}


.product-title-link{
	position:relative;
	z-index:1020;
	display:block;
	text-align:center;
	padding-top:8%;
}
@media (min-width: 992px) {
.product-title-link{
	padding-top:25%;
}
}

.product-title-link:hover{
text-decoration:none;

}
.discription .price-wrap{
color:#000;
}
.minicart-modal{
	z-index:2500;
}