img.ipad-img {
	display: none;
}
img.mob-img {
	display: none;
}
.page-top-header {
	width: 100%;
	display: block;
	position: relative;
}
.page-top-header .top-header-bg {
	width: 100%;
}
.top-header-bg img {
	width: 100%;
}
.page-top-header .top-banner-text h2 {
	font-size: 48px;
	color: #fff;
	font-family: "Leviathan-HTF-Black";
	margin: 0;
}
.page-top-header .top-banner-text p {
	font-size: 16px;
	font-family: "Gotham-Book";
	margin: 0;
	margin-top: 25px;
	color: #fff;
}
.page-top-header .top-banner-text .bar_form {
	width: 100%;
	text-align: center;
}
.page-top-header .top-banner-text .bar_form .search_input {
	display: inline-block;
}
.page-top-header .top-banner-text .bar_form .locate_btn_dv {
	display: inline-block;
}
.page-top-header .top-banner-text form {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
.page-top-header .top-banner-text form input {
	width: 100%;
	width: 410px;
	height: 50px;
	border-radius: 50px;
	border: 0;
	font-size: 18px;
	font-style: normal;
	padding: 0 20px;
	font-family: "Gotham-Book";
}
.page-top-header .top-banner-text form input::-webkit-input-placeholder {
	/* Edge */
	font-style: normal;
}
.page-top-header .top-banner-text form input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-style: normal;
}
.page-top-header .top-banner-text form input::placeholder {
	font-style: normal;
}
.page-top-header .top-banner-text form button {
	position: absolute;
	right: 0;
	top: calc(50% - 21px);
	background: transparent;
	border: 0;
}
.page-top-header .top-banner-text form button img {
	max-width: 100%;
	width: 100%;
	height: auto;
	min-height: auto;
}
.page-top-header .top-banner-text .top-banner-text-inner {
	display: table;
	width: 100%;
	height: 100%;
}
/**20-02-2020**/

.page-top-header .top-banner-text .disp-table-cell {
	display: table-cell;
	vertical-align: middle;
	padding-top:60px;
}
/**20-02-2020 end**/

.page-top-header .top-banner-text .bar_form {
	margin-top: 40px;
}
.page-top-header .top-banner-text .bar_form .locate_btn_dv {
	display: inline-block;
	width: 225px;
	height: 50px;
	font-size: 18px;
	font-family: "Gotham-Bold";
	border: 0;
	border-radius: 8px;
	padding: 0 12px;
}
.page-top-header .top-banner-text .bar_form .locate_btn_dv a {
	color: #000;
	width: 100%;
}
.page-top-header .top-banner-text .bar_form .locate_btn_dv span {
	background-image: url(../images/button-arrow.png);
}
.page-top-header .top-banner-text .bar_form .locate_btn_dv span {
	background-image: url(../images/button-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.page-store-locator .store_area.border-top {
	border-top: 1px solid #d6d6d6;
	background: #f4f4f4;
}
/** ria - beer summer -page css **/

/** beer summer css **/

.page-summer-beer-wrap .top-banner-text h2 {
	font-size: 93px;
	font-family: "Leviathan-HTF-Black-Italic";
	text-transform: capitalize;
	display: inline-block;
}
.page-summer-beer-wrap .top-banner-text h2 strong {
	position: relative;
}
.page-summer-beer-wrap .top-banner-text h2 em {
	position: relative;
	padding-left: 132px;
}
.page-summer-beer-wrap .summer-banner-text {
	margin-right: 179px;
	float: right;
	margin-top: 55px;
}
.page-summer-beer-wrap .top-banner-text h2 strong:before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 84%;
	height: 7px;
	top: 3px;
	right: -73px;
}
.page-summer-beer-wrap .top-banner-text h2 strong:after {
	content: '';
	width: 7px;
	height: 93%;
	background-color: #fff;
	position: absolute;
	right: -73px;
	top: 10px;
}
.banner_sub_title {
	position: relative;
	text-align: left;
	padding-left: 132px;
	margin-top: 29px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.page-top-header .top-banner-text .banner_sub_title p {
	font-size: 19px;
	font-family: "Leviathan-HTF-Black";
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	padding-right: 24px;
}
.banner_sub_title:before {
	position: absolute;
	background-color: #fff;
	width: 65.7%;
	height: 7px;
	top: 82px;
	content: '';
	left: 187px;
}
.top-header-bg .banner_sub_title img {
	height: auto;
	object-fit: none;
	object-position: unset;
	width: auto;
}
.banner_sub_title:after {
	content: '';
	width: 7px;
	height: 242%;
	background-color: #fff;
	position: absolute;
	right: 57px;
	top: -25px;
}
.summer-cta-inner {
	padding: 30px;
}
.summer-cta-main h1 {
	font-family: Vitesse-Black;
	text-transform: capitalize;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}
.pad-0 {
	padding: 0;
}
.summer-cta-main p {
	font-family: Gotham-Bold;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.summer-cta-main {
	margin-top: -5px;
}
.d-flex {
	display: flex;
}
.justify-content-center {
	justify-content: center;
}
.align-item-center {
	align-items: center;
}
.summer-cta-main a {
	width: 190px;
	text-align: center;
	padding: 20px 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: Gotham-Bold;
	font-size: 14px;
	line-height: 18px;
	display: block;
}
.form-section-new {
	padding: 53px 0;
	background-size: cover;
	background-position: bottom;
}
.form_left_section h2 {
	font-family: "Vitesse-Black";
	color: #fff;
	line-height: 54px;
	font-size: 48px;
	margin-bottom: 20px;
	margin-top: 0;
}
.form_left_content {
	color: #fff;
}
.form_left_content h4 {
	font-family: "Gotham-Bold";
	font-size: 16px;
	line-height: 18px;
}
.form_left_content ul {
	padding: 0 0px 0 15px;
	max-width: 689px;
	width: 100%;
}
.form_left_content ul li {
	font-family: "Gotham-Book";
	font-size: 14px;
	line-height: 20px;
}
.contact-form span.wpcf7-form-control-wrap {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.contact-form .wpcf7-form-control-wrap {
	margin-bottom: 24px;
}
.contact-form h1 {
	color: #fff;
	font-size: 40px;
	line-height: 37px;
	font-family: "Vitesse-Black";
	margin-top: 0;
}
.contact-form p {
	font-family: "Gotham-Book";
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.contact-form input,
.contact-form select {
	height: 50px;
	border: none;
	border-radius: 5px;
	padding: 0 14px;
	font-family: "Gotham-Book";
	font-size: 18px;
	width: 100%;
	line-height: 20px;
	color: #4a4f55;
}
.contact-form input[type="checkbox"] {
	width: 6%;
	display: inline-block;
	position: relative;
	height: 15px;
}
.contact-form span.wpcf7-form-control-wrap.checkbox {
	margin: 0;
	float: none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 37px;
	width: 100%;
}
.contact-form span.wpcf7-list-item-label {
	color: #fff;
	font-family: "Gotham-Book";
	font-size: 18px;
	line-height: 20px;
}
.contact-form form.wpcf7-form p em {
	color: #fff;
	font-family: "Gotham-Book";
	font-size: 18px;
	line-height: 20px;
	display: block;
	font-style: normal;
	clear: both;
}
.contact-form span.wpcf7-not-valid-tip {
	padding-top: 3px;
}
.contact-form span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
	width: 100%;
}
/**/

.contact-form input[type="checkbox"] {
	width: 20px;
	margin-bottom: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 9999;
	height: 14px;
	padding-top: 24px
}
.contact-form span.wpcf7-list-item-label {
	position: relative;
	cursor: pointer;
}
.contact-form span.wpcf7-list-item-label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 7px;
	display: inline-block;
	position: relative;
	margin-left: -17px;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 9px;
	border-radius: 3px;
}
.contact-form span.wpcf7-list-item-label:after {
	display: none;
}
.contact-form .checkbox input:checked+.wpcf7-list-item-label:after {
	display: block !important;
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: -12px;
	width: 6px;
	height: 9px;
	border: solid #f4b234;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.contact-form .submit-button {
	background: #f4b234;
	font-family: "Gotham-Bold";
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #000;
}
.contact-form span.wpcf7-form-control-wrap:nth-child(2n) {
	margin-right: 0;
}
.recipe_info {
	border-top: 1px solid #f2f2f2;
}
.border-right-light {
	border-right: 1px solid #f2f2f2;
}
.recipe_info .recipe_inner {
	padding: 14px 7px;
	display: flex;
	justify-content: flex-start;
}
.recipe_info .serve.recipe_inner {
	padding-left: 20px;
}
.recipe_info .recipe_inner .recipe_cook_time {
	background: url(../images/cook-icon.png) no-repeat 0px 0px;
	font-family: "Gotham-Bold";
	text-transform: capitalize;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	padding-right: 14px;
	padding: 0 0px 0px 28px;
}
.recipe_info .recipe_inner .rr_time {
	display: inline-block;
	padding-left: 23px;
}
.recipe_image img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.recipe_section h1 {
	text-transform: uppercase;
	text-align: center;
	padding: 30px 0 20px;
	font-family: "Vitesse-Black";
	font-size: 48px;
	line-height: 24px;
}
.recipe_content h2 {
	font-family: "Gotham-Bold";
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	padding: 0 10px 20px;
	text-transform: capitalize;
}
.recipe_info .recipe_serve {
	background: url(../images/serves-icon.png) no-repeat 0px 0;
	font-family: "Gotham-Bold";
	text-transform: capitalize;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	padding-right: 35px;
	padding: 0 0px 0px 36px;
}
.recipe_content {
	padding: 22px 0 0;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
}
.sectionCtaBanner.beer-summer-video .site_default_btn {
	background: #fff;
	display: block;
	width: 100%;
	float: none;
	max-width: 90px;
	margin-bottom: 23px;
	padding: 5px;
	letter-spacing: 0;
}
.beer-summer-video.sectionCtaBanner .textColumn h2 {
	font-size: 32px;
	color: #f4b233;
	font-family: "Vitesse-Black";
	line-height: initial;
}
.beer-summer-extra-single {
	border: 1px solid #f2f2f2;
	margin-bottom: 26px;
}
.beer-summer-extra-outer h1 {
	text-transform: uppercase;
	text-align: center;
	padding: 30px 0 20px;
	font-family: "Vitesse-Black";
	font-size: 48px;
	line-height: 24px;
}
.beer-summer-extra-single img {
	width: 100%;
}
.beer-summer-extra-single h4 {
	font-family: "Gotham-Bold";
	font-size: 20px;
	line-height: 24px;
}
.beer-summer-extra-single-inner {
	padding: 0 13px;
}
.beer-summer-extra-single-inner p {
	color: #000;
}
.beer-summer-extra-single-inner a.extra_link {
	padding: 14px 0px 14px;
	display: block;
	color: #000;
	font-family: "Gotham-Bold";
	text-transform: uppercase;
	font-size: 10px;
}
.beer-summer-extra-single-inner a.extra_link:after {
	content: '>';
	color: #f4b233;
	padding-left: 5px;
}
.beer_day_Main {
	background: url(../images/beer-day-bg.jpg);
	padding: 40px 0 0px;
	background-repeat: no-repeat;
	background-size: contain;
}
.beer_day_Main .beer-summer-slider-outer {
	padding-top: 93px;
	margin: 0 67px 27px;
}
.beer_day_Main h1 {
	font-size: 30px;
	line-height: 24px;
	font-family: "Vitesse-Black";
	text-align: center;
	text-transform: uppercase;
}
.beer_day_Main h2 {
	font-size: 60px;
	line-height: 70px;
	font-family: "Vitesse-Black";
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
}
.beer_day_Main h3 {
	font-size: 48px;
	line-height: 50px;
	font-family: "Vitesse-Black";
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
}
.beer_day_Main p {
	font-size: 14px;
	line-height: 20px;
	font-family: "Gotham-Book";
	text-align: center;
	max-width: 725px;
	margin: 0 auto;
	color: #000;
	margin: 0 auto 20px;
}
.beer-content {
	text-align: center;
	margin-top: 0;
	align-items: center;
}
.beer-content h2 {
	font-size: 14px;
	line-height: 20px;
	font-family: "Gotham-Bold";
	text-align: center;
	margin: 0;
	padding: 16px 0 2px;
}
.type_beer,
.abv_beer {
	margin-bottom: 34px;
	border-bottom: 1px solid;
	padding-bottom: 32px;
}
.cat_beer,
.country_beer {
	margin-bottom: 118px;
}
.floating-beer-image img {
	width: 64%;
	display: block;
	margin: 0 auto;
}
.beer-summer-block-slider .grid-image img {
	max-width: 103px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.beer-summer-block-slider .grid-image {
	position: relative;
}
.beer-summer-block-slider .block-summer {
	background-color: #fff;
	border-top-color: transparent;
	padding: 2px 10px 0;
	border: 1px solid #d6d6d6;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.beer-summer-block-slider .grid-title h2 {
	font-size: 16px;
	color: #000;
	font-family: "Gotham-black";
	text-transform: uppercase;
	margin: 0;
}
.beer-summer-block-slider .slick-arrow.slick-next {
	background: url(../images/next-icon.png);
	background-repeat: no-repeat;
	right: -53px;
	width: 50px;
	height: 50px;
	top: calc(50% - 23px);
}
.beer-summer-block-slider .slick-arrow.slick-prev {
	background: url(../images/prev-new-icon.png);
	background-repeat: no-repeat;
	left: -54px;
	width: 50px;
	height: 50px;
	top: calc(50% -16px);
}
.beer-summer-block-slider .grid-tag-fav.date-tag {
	text-align: right;
	font-family: "Vitesse-Black";
}
.beer-summer-block-slider .grid-tag-fav.date-tag .grid-tag.up-month-name {
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	color: #000;
}
.beer-summer-block-slider .grid-tag-fav.date-tag .grid-tag.up-date-name {
	font-size: 40px;
	line-height: 32px;
	color: #f4b233;
}
.create_account.container .inner_create_account .form .form_column .col_1 .privacy_policy a {
	font-family: "Gotham-Medium";
}
.page-register .main-container .main-content header {
	max-width: 870px;
	text-align: left;
	margin: 0 auto;
	margin-top: 30px;
	/*padding: 0 25px;*/
}
.page-register .main-container .main-content header h1 {
	margin: 0;
	text-align: left;
	font-family: "Gotham-Bold";
	font-size: 24px;
}
#password-lost-form-wrap{
	min-height: 220px;
}
.page-top-header .top-banner-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.checkout_actions a span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	line-height: 22px;
}
.page-register .main-content article > header {
	display: none;
}
.page-register .main-container .create_account.container header {
	margin-top: 0;
}
.page-register .main-container .create_account.container header h1 {
	margin-bottom: 30px;
}
.create_account.container .inner_create_account .form .form_column .checkboxtick .error {
	bottom: -38px !important;
	left: 0;
}
#beerPopup .modal-dialog .modal-content .close {
	position: absolute;
	right: 15px;
	display: inline-block;
	height: 15px;
	width: 15px;
	background: none;
	font-size: 24px;
	text-shadow: none;
	top: 15px;
	text-align: center;
	padding: 0;
	line-height: 15px;
}
#beerPopup .modal-dialog .modal-content .modal-body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}
#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl {
	display: table;
	width: 100%;
	height: 100%;
}
#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	padding: 40px 30px;
}
#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: Gotham-Bold;
	margin: 0;
	margin-bottom: 15px;
}
#beerPopup .modal-dialog .modal-content .thumb img {
	max-width: 100%;
}
#beerPopup .modal-dialog {
	max-width: 585px;
}
#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell p {
	max-width: 60%;
	margin: 0 auto;
	margin-bottom: 25px;
}
#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell .btn.site_default_btn {
	width: auto;
	font-family: Gotham-Medium;
	padding: 15px 30px;
	margin-bottom: 0;
}
.change_password_inner .changepass_form_wrapper .form_field label.error {
	position: relative;
    bottom: 15px;
}
.change_password_inner .changepass_form_wrapper .form_field {
	position: relative;
}
#password-lost-form-wrap .inner_create_account legend {
	border: none;
	font-size: 24px;
	line-height: normal;
	font-family: Gotham-Bold;
	margin-bottom: 15px;
}
#password-lost-form-wrap .inner_create_account fieldset {
	/*min-height: 150px;*/
}
#password-lost-form-wrap.orgot-pass-msg-parent {
	padding-top: 80px;
}
#password-lost-form-wrap.container .thankyouWrap {
	padding: 0 25px;
}
p.st_time.b.st_time_custom a, p.st_time.c.st_time_custom a {
	color: red;
	display: inline-block;
	margin-top: 5px;
}
.full_page_account .page_container .order_review_section {
	clear: both;
}
.full_page_account .page_container .order_review_section h3 {
	font-size: 24px;
	line-height: normal;
	padding-bottom: 15px;
	font-family: "Gotham-Medium";
	color: #000;
	margin: 0px;
}
.full_page_account .page_container .order_review_section h5{
	font-size: 16px;
    line-height: 16px;
	margin: 0px;
	font-family: "Gotham-Medium";
	color: #4a4f55;
	padding-bottom: 10px;
}
.full_page_account .page_container .order_review_section p{
	font-size: 16px;
	line-height: normal;
	font-family: "Gotham-Book";
	color: #4a4f55;
}
.full_page_account .page_container .order_review_section .thanku_same_space_blk {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}
.full_page_account .page_container .order_review_section .thanku_same_space_blk p:last-child {
	margin-bottom: 0;
}

.left_side_packupbtn.packup button, button.packup_badge{
    border: none;
    font-size: 12px;
    background: #f4b233;
    line-height: normal;
    padding: 3px 10px;
	border-radius: 5px;
	font-family: Gotham-Medium;
	position: relative;
}
.left_side_packupbtn.packup .packup_badge {
	margin-right: 1px;
}
.left_side_packupbtn.packup .sale_badge {
    border: none;
    font-size: 12px;
    background: #ad2f33;
    line-height: normal;
    padding: 3px 10px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-family: Gotham-Medium;
}
.left_side_packupbtn.packup {
    clear: both;
    padding-top: 7px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .tatal_price p:last-child {
    margin-bottom: 0;
}
.clstltip .tooltiptext,
button.packup .tooltiptext,
.packup_badge .tooltiptext {
	visibility: hidden;
	width: 230px;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	padding: 6px;
	position: absolute;
	z-index: 1;
	top: -18px;
	left: 115%;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 10px;
	text-align: left;
	font-family: Arial;
    line-height: normal;
  }
  .clstltip .tooltiptext::after,
  button.packup .tooltiptext::after,
  .packup_badge .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #000 transparent transparent;
  }
  .clstltip:hover .tooltiptext,
  button.packup:hover .tooltiptext,
  .packup_badge:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }
  .clstltip {
    position: relative;
}

.clstltip .tooltiptext {
    text-transform: none !important;
    width: 190px !important;
    background: #000 !important;
    text-align: left !important;
	font-size: 10px !important;
	top: 50%;
	transform: translateY(-50%);
}

  #cnclerrormsg .modal-dialog {
    max-width: 470px;
}
#cnclerrormsg .modal-dialog .modal-content {
    padding: 40px 30px;
}
#cnclerrormsg .modal-dialog .modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    padding: 0;
    border: 0;
    font-weight: normal;
    transform: none;
    font-size: 24px;
}
#cnclerrormsg .modal-dialog .modal-content .modal-body {
	padding: 0;
	margin-bottom: 25px;
}
#cnclerrormsg .modal-dialog .modal-content .modal-body .payerror-icon {
    margin-bottom: 20px;
}
#cnclerrormsg .modal-dialog .modal-content .modal-body p.payerror {
    font-size: 18px;
}
#cnclerrormsg .modal-dialog .modal-content .modal-Btn {
    text-align: center;
}
#cnclerrormsg .modal-dialog .modal-content .modal-Btn button {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    font-family: Gotham-Bold;
    padding: 12px 25px;
    background: #f5f5f5;
    min-width: 80px;
	margin: 0 8px;
	line-height: normal;
}
#cnclerrormsg .modal-dialog .modal-content .modal-Btn .close {
    transform: none;
    float: none;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    line-height: normal;
    left: auto;
    opacity: 1;
}
.accordion.active .clstltip .tooltiptext {
	background: #fff !important;
	color: #000 !important;
}
.accordion.active .clstltip .tooltiptext::after {
	border-color: transparent #fff transparent transparent;
}

/* Toggle css */
.breadcrumb.beer-new {
    float: left;
    border:none;
}
.newtoggle.beer-toggle {
    float: right;
}
.post-type-archive-beer .col-sm-3.col-md-2.col-xs-4.left_side {
    border-top: 1px solid #d6d6d6;
}
.post-type-archive-beer .col-sm-9.col-md-10.col-xs-8.pos_static.right_side {
    border-top: 1px solid #d6d6d6;
}
.page-store-locator .newtoggle {
	border-top: 1px solid #ddd;
	padding: 20px 0;
}

.post-type-archive-beer .newtoggle{
	padding: 20px 0;
}
.post-type-archive-beer .newtoggle span,.page-store-locator .newtoggle span {
	display: inline-block;
	vertical-align: middle;
}
.post-type-archive-beer .newtoggle .switch,.page-store-locator .newtoggle .switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 34px;
	vertical-align: middle;
	margin: 0;
  }
  .post-type-archive-beer .newtoggle .switch input, .page-store-locator .newtoggle .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }  
  .post-type-archive-beer .newtoggle .slider, .page-store-locator .newtoggle .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }  
  .post-type-archive-beer .newtoggle .slider:before, .page-store-locator .newtoggle .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }  
  .post-type-archive-beer .newtoggle input:checked + .slider, .page-store-locator .newtoggle input:checked + .slider {
	background-color: #ffe7b9;
  }
   .post-type-archive-beer .newtoggle input:checked + .slider:before, .page-store-locator .newtoggle input:checked + .slider:before {
	background-color: #f4b233;
  } 
 .post-type-archive-beer .newtoggle input:checked + .slider:before, .page-store-locator .newtoggle input:checked + .slider:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
  }
  .post-type-archive-beer .newtoggle .slider.round, .page-store-locator .newtoggle .slider.round {
	border-radius: 34px;
  }  
   .post-type-archive-beer .newtoggle .slider.round:before, .page-store-locator .newtoggle .slider.round:before {
	border-radius: 50%;
  }
  .post-type-archive-beer .newtoggle .mainText, .page-store-locator .newtoggle .mainText {
	margin-right: 10px;
}
.post-type-archive-beer .newtoggle .subText, .page-store-locator .newtoggle .subText {
	margin-left: 10px;
}
.post-type-archive-beer .newtoggle .subText.ontoggle, .page-store-locator .newtoggle .subText.ontoggle{
	color: #f4b233;
}
/* Toggle css */

.page-store-locator .newtoggle {
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
.page-store-locator .newtoggle span {
	display: inline-block;
	vertical-align: middle;
}
.page-store-locator .newtoggle .switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 34px;
	vertical-align: middle;
	margin: 0;
  }
  .page-store-locator .newtoggle .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }  
  .page-store-locator .newtoggle .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }  
  .page-store-locator .newtoggle .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }  
  .page-store-locator .newtoggle input:checked + .slider {
	background-color: #ffe7b9;
  }
  .page-store-locator .newtoggle input:checked + .slider:before {
	background-color: #f4b233;
  } 
  .page-store-locator .newtoggle input:checked + .slider:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
  }
  .page-store-locator .newtoggle .slider.round {
	border-radius: 34px;
  }  
  .page-store-locator .newtoggle .slider.round:before {
	border-radius: 50%;
  }
  .page-store-locator .newtoggle .mainText {
	margin-right: 10px;
}
.page-store-locator .newtoggle .subText {
	margin-left: 10px;
}
.page-store-locator .newtoggle .subText.ontoggle{
	color: #f4b233;
}
.full_page_account .tab-content .pagination {
	display: block;
	padding: 0 20px;
}
.full_page_account .tab-content .pagination::after {
	content: "";
	display: table;
	clear: both;
}
.full_page_account .tab-content .pagination li a{
	padding: 0px 10px;
	border: 1px solid #d6d6d6 !important;
	border-left: none;
	text-align: center;
	line-height: 28px;
	color: #010101;
}
.full_page_account .page_container .tab-content .info .third_section::after {
	content: "";
	display: table;
	clear: both;
}
.full_page_account .tab-content .pagination li {
	border-radius: 0 !important;
	float: left;
}
.full_page_account .tab-content .pagination li a.current {
	background: #f4b233;
	color: #fff;
	border: 1px solid #f4b233 !important;
}

.single_beer_wrap .closet_store p.store_row.col-row-3 {
	display: block !important;
}
.create_account#password-lost-form-wrap .inner_create_account .form#resetpasswordform .form_column .registerform_wrapper label{
	position: relative;
}

 /*------27 nov mandeep start-------*/
.editor_text .editor_text_row .right_column.ofr_images { float: right;}
 /*------27 nov mandeep end-------*/

/***  Media Query***/
@media screen and (max-width: 1600px) {
	.page-top-header .top-banner-text .bar_form {
		margin-top: 30px;
	}
	.page-top-header .top-banner-text form input {
		width: 380px;
		font-size: 16px;
	}
	.page-top-header .top-banner-text .bar_form .locate_btn_dv {
		/*width: 185px;
		font-size: 16px;*/
	}
	.page-top-header .top-banner-text form {
		margin-right: 20px;
	}
	.top-header-bg img {
		height: 340px;
		object-fit: cover;
		object-position: center;
	}
	.page-top-header .top-banner-text .bar_form .locate_btn_dv span {
		padding-left: 25px;
		background-size: 18px;
	}
	#beerPopup .modal-dialog {
		max-width: 490px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell {
		padding: 30px 30px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell h1 {
		margin-bottom: 10px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell p {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	img.ipad-img {
		display: block;
	}
	img.desk-img {
		display: none;
	}
	.top-header-bg img {
		height: inherit;
	}
	.page-top-header .top-banner-text form input {
		width: 370px;
		height: 50px;
		font-size: 16px;
		padding: 0 10px;
	}
	.store_area.border-top .link-arrow:after {
		right: -10px;
		top: 0px;
	}
	.page-store-locator .store_area.border-top .store_column .store_select_box .lft_col .st_time {
		font-size: 10px;
	}
	.page-store-locator .store_area.border-top .store_column .more_btn .site_default_btn {
		font-size: 10px;
		padding: 8px;
	}
	.page-store-locator .store_area.border-top .store_column .store_navigation a {
		font-size: 12px;
	}
	.page-store-locator .store_area.border-top .store_column .store_navigation {
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	img.ipad-img {
		display: block;
	}
	img.desk-img {
		display: none;
	}
	.top-header-bg img {
		height: inherit;
		min-height: 320px;
	}
	.page-top-header .top-banner-text h2 {
		font-size: 36px;
	}
	.page-top-header .top-banner-text form input {
		width: 315px;
		font-size: 16px;
	}
	.page-top-header .top-banner-text form {
		margin-right: 10px;
	}
	.page-top-header .top-banner-text .top-banner-text-inner {
		max-width: 750px;
	}
	.page-top-header .top-banner-text form input {
		max-width: 320px;
	}
	.page-top-header .top-banner-text .bar_form .locate_btn_dv {
		/*margin-top: 20px;*/
	}
	.page-top-header .top-banner-text p {
		margin-top: 15px;
	}
	/**********/
	.stockInfoDetSec .stock_availSec {
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	img.desk-img {
		display: none;
	}
	img.mob-img {
		display: block;
	}
	.top-header-bg img {
		height: inherit;
		/*height: 414px;*/
		min-height: 310px;
	}
	.post-type-archive-stores .top-header-bg img {
		min-height: 440px;
	}
	.page-top-header .top-banner-text h2 {
		font-size: 30px;
	}
	.post-type-archive-stores .page-top-header .top-banner-text h2 {
        margin-bottom: 20px;
        padding-bottom: 0;
	}
	.page-top-header .top-banner-text p {
        font-size: 14px;
		margin-top: 0;
		text-shadow: 2px 0px 4px rgba(0,0,0,0.3);
	}
	.page-top-header .top-banner-text {
		padding: 0 25px;
	}
	.tabbed-deatil-desc .more_detail_box ul .select ul li.option {
		padding: 15px 13px !important;
		padding-bottom: 15px !important;
	}
	.tabbed-container ul.tabs li img {
		max-width: 18px;
	}
	.page-register .main-container .main-content header {
		padding: 0 10px;
	}
	.checkout_actions a span {
		padding: 0 15px;
	}
	.wishlistWrapper .breadcrumb-sec {
		padding-left: 5px;
		padding-right: 5px;
	}
	.wishlistWrapper .breadcrumb-sec {
		border: none;
	}
	.page-top-header .top-banner-text .disp-table-cell {
		/*vertical-align: bottom;
		padding-bottom: 50px;*/
		padding-top: 60px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell p {
		max-width: 100%;
		margin-bottom: 15px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell .btn.site_default_btn {
		padding: 10px 30px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell {
		padding: 20px 30px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell h1 {
		font-size: 26px;
		margin-bottom: 5px;
	}
	#password-lost-form-wrap .inner_create_account fieldset {
		min-height: auto;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total.bottomSection {
		background: #fff !important;
		border: none !important;
		padding: 0 !important;
		display: block !important;
		margin-top: 0;
		padding-top: 10px !important;
	}
	.full_page_account .page_container .order_review_section .thanku_same_space_blk{
		padding: 25px 0;
	}
	.clstltip .tooltiptext,
	.psEle button.packup .tooltiptext {
		bottom: 155%;
		margin-left: -105px;
		top: auto;
		left: 50%;
		width:210px;
		font-size: 9px;
	}
	.clstltip .tooltiptext::after,
	.psEle button.packup .tooltiptext::after {
		content: "";
		top: 100%;
		left: 50%;
		right: auto;
		border-color: #000 transparent transparent transparent;
		margin-top: 0;
		margin-left: -5px;
	}
	.clstltip .tooltiptext {
		margin-left: -95px !important;
		top: auto !important;
		left: 50% !important;
		transform: none;
	}
	.accordion.active .clstltip .tooltiptext::after {
		border-color: #fff transparent transparent transparent;
	}
	.change_password_inner .changepass_form_wrapper .form_field label.error {
		bottom: 25px;
	}
	.page-register .create_account.container .inner_create_account .form .form_column .registerform_wrapper label.error {
		position: relative;
	}

	 /*------27 nov mandeep start-------*/
	.editor_text .editor_text_row .right_column.ofr_images .mob_mbot_0 {
    margin-bottom: 10px !important;
    }	
     /*------27 nov mandeep end-------*/



}

@media (max-width: 479px) {
	
}

@media (max-width: 374px) {
	.page-top-header .top-banner-text p {
		font-size: 12px;
	}
	.page-top-header .top-banner-text h2 {
		font-size: 24px;
	}
	.cart_list.profileDetInfo .heading-style {
		width: 60%;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell h1 {
		font-size: 22px;
		margin-bottom: 2px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell p {
		margin-bottom: 5px;
		font-size: 13px;
	}
	#beerPopup .modal-dialog .modal-content .modal-body .modal-tbl .modal-cell .btn.site_default_btn {
		padding: 7px 25px;
	}
	.full_page_account .page_container .order_review_section h3 {
		font-size: 22px;
	}
	button.packup .tooltiptext,
	.packup_badge .tooltiptext{
		width: 170px;
		font-size: 8px;
	}   
	.clstltip .tooltiptext{
		width: 185px !important;
	}		
}
@media (max-width: 404px) {	
	#sideCart .overlayDiv-editSec .updateCart {
		margin-left: 10px;
		display: inline-block;
	}
	.overlayDiv-editSec .number input {
		width: 70%;
	}
}
::placeholder {
	color: #4a4f55;
	font-style: normal;
	opacity: 1;
}
.full_page_account {
	margin-top: 30px;
}
.full_page_account .page_container {
	width: 100%;
	margin: 0 auto;
	max-width: 1430px;
}
.full_page_account .page_container .nav-tabs {
	background: rgb(245, 245, 245);
	border-width: 1px;
	border-color: rgb(214, 214, 214);
	border-style: solid;
	text-align: center;
	border-radius: 5px 5px 0 0;
	/* height: 78px; */
}
.full_page_account .page_container .nav-tabs .nav.current {
	color: rgba(74, 79, 85);
}
.full_page_account .page_container .nav-tabs .nav:hover {
	color: rgba(74, 79, 85);
}
.full_page_account .page_container .nav-tabs .nav.current span {
	opacity: 0.7;
}
.full_page_account .page_container .nav-tabs .nav:hover span {
	opacity: 0.7;
}
.full_page_account .page_container .nav-tabs .nav {
	padding: 28px 10px;
	margin: 0px 40px;
	display: inline-block;
	font-size: 18px;
	font-family: "Gotham-Medium";
	color: rgb(0, 0, 0);
	text-decoration: none;
	position: relative;
}
.full_page_account .page_container .nav-tabs .nav span img {
	vertical-align: middle;
	margin-right: 15px;
}
.full_page_account .page_container .nav-tabs .nav.current::after {
	background: rgb(244, 178, 51);
	position: absolute;
	content: '';
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1px;
	width: 100%;
}
.full_page_account .page_container .nav-tabs .nav:hover::after {
	background: rgb(244, 178, 51);
	position: absolute;
	content: '';
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1px;
	width: 100%;
}
.full_page_account .page_container .tab-content .info {
	display: none;
}
.full_page_account .page_container .tab-content .info.active {
	display: block;
}
.full_page_account .page_container .tab-content::before {
	margin-top: 70px;
	content: '';
	display: table;
}
.full_page_account .page_container .tab-content {
	width: 100%;
	max-width: 1256px;
	margin: 0 auto;
	display: block;
	background: #fff;
}
.full_page_account .page_container .tab-content .info .personal_info {
	padding-bottom: 80px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
	font-size: 24px;
	font-family: "Gotham-Bold";
	color: rgb(0, 0, 0);
	font-weight: normal;
	line-height: 1;
	margin: 0;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgb(214, 214, 214);
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form {
	margin-left: -30px;
	margin-right: -30px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section::after {
	content: '';
	display: table;
	clear: both;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div {
	width: 310px;
	float: left;
	padding: 0 30px;
}
/*
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .info_left_inner {
  padding-right: 35px;
  width: 100%;
  max-width: 590px;
}
*/

.information_section form .bs-personal-info-form {
    padding-right: 30px;
    padding-left: 30px;
}
/*
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .info_right_inner {
  padding-left: 35px;
}
*/

.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .account-upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
/*
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .account-upload-btn-wrapper span {
	overflow: hidden;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
*/
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .account-upload-btn-wrapper p {
	display: inline-block;
	font-size: 14px;
	font-family: "Gotham-Medium";
	color: #d06f1a;
	border-bottom: 1px solid #d06f1a;
	line-height: 1.429;
	text-align: left;
	cursor: pointer;
	position: inherit;
	margin: 10px 0 0 0;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .account-upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .info_left_inner .form_field {
	padding-top: 28px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field label {
	display: block;
	font-size: 14px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.429;
	font-weight: normal;
}
/**03-03-2020**/

.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap {
	/*overflow: hidden;*/
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap::after {
	content: "";
	display: table;
	clear: both;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap + .formFieldTwoColwrap {
	margin-top: 30px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap .form_field {
	width: 50%;
	float: left;
	position: relative;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap .form_field:first-child {
	padding-right: 15px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap .form_field:last-child {
	padding-left: 15px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap .form_field label.error {
	position: absolute;
	bottom: -18px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field input {
	width: 100%;
	/*  max-width: 590px;*/
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin-top: 10px;
	font-family: "Gotham-Book";
	color: #4a4f55;
}
.full_page_account .page_container .tab-content .info .information_section form .bs-personal-info-form .bs-policy-checkbox {
	padding-right: 100px;
}
.full_page_account .page_container .tab-content .info .information_section form .bs-personal-info-form .save_button {
	width: 180px;
	display: inline-block;
}

.full_page_account .info .first_section.personal_info .my_addresses .bs-address-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-section-title .bs-add-address-btn {
	display: inline-block;
	font-size: 18px;
	font-family: "Gotham-Medium";
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-section-title .bs-add-address-btn span {
	margin-right: 15px;
	border-bottom: 1px solid #d06f1a;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-list-headings {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #DDD;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-list-headings .bs-address-block {
	padding: 20px 15px;
	font-size: 18px;
    font-family: "Gotham-Medium";
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry {
	display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-heading {
	display: none;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-block {
	padding: 25px 15px;
	word-wrap: break-word;
	font-size: 16px;
    font-family: "Gotham-Book";
    color: #4a4f55;
    text-transform: capitalize;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-list-headings .bs-address-block:first-child,
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-block:first-child {
	padding-left: 0;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-list-headings .bs-address-block:last-child,
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-block:last-child {
	padding-right: 0;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-name-field {
	max-width: 160px;
	min-width: 160px;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-city-field,
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-province-field {
	max-width: 165px;
	min-width: 165px;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-zip-field {
	max-width: 180px;
	min-width: 180px;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-field {
	max-width: calc(100% - 930px);
	min-width: calc(100% - 930px);
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field {
	max-width: 100px;
	min-width: 100px;
	text-align: right;
}
.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field .bs-remove-address-btn {
	background: url('../images/remove-01.svg') no-repeat left center;
	padding: 4px 0 4px 25px;
    display: inline-block;
    font-size: 12px;
    color: #4a4f55;
    text-transform: uppercase;
    background-size: 15px auto;
    cursor: pointer;
}
.bs-delivery-address-section {
	margin-top: 50px;
}
.bs-addresses-listing .billing_no_found {
	padding: 20px 0 0;
	font-size: 16px;
}
/**03-03-2020 end**/

.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field label {
	display: block;
	font-size: 14px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.429;
	font-weight: normal;
	margin-bottom: 15px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field input {
	width: 100%;
	/*max-width: 558px;*/
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 15px;
	font-family: "Gotham-Book";
	color: #4a4f55;
	font-size: 14px;
	height: 50px;
}

/*
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field input#check_box {
  width: 20px;
  margin-top: 4px;
  margin-bottom: 0px;
    margin-right: 16px;
  margin-left: -5px;
  float: left;
}
*/

/* checkbox */

.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0;
	/*cursor: pointer;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #4a4f55;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick a {
	color: #4a4f55;
	text-decoration: underline;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick a:hover {
	color: #f4b233;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	left: 0;
	top: 0;
	z-index: 1;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
}
/*
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick:hover input ~ .checkmark {
  background: #ccc;
}
*/

.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick input:checked~.checkmark {
	background: #f4b233;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick input:checked~.checkmark::after {
	display: block;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick .checkmark::after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* checkbox end */

.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field span.checkbox_text {
	width: calc(100% - 20px);
	float: left;
	font-size: 14px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.429;
	text-align: left;
	padding-left: 15px;
}
.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field span.checkbox_text a {
	color: inherit;
	border-bottom: 1px solid #4a4f55;
}

.full_page_account .page_container .tab-content .info .billing_delivery_address {
	/*  width: 100%;*/
	padding-top: 79px;
	padding-bottom: 89px;
	margin-left: -30px;
	margin-right: -30px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address::after {
	content: '';
	display: table;
	clear: both;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div {
	width: 50%;
	float: left;
	padding: 0 30px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div h3 {
	font-size: 24px;
	font-family: "Gotham-Bold";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner {
	padding-top: 55px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field label {
	display: block;
	font-size: 16px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.5;
	margin-bottom: 12px;
	font-weight: normal;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form {
	margin-left: -10px;
	margin-right: -10px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_2 {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_1 {
	padding: 0 10px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_3 {
	width: 33.333%;
	float: left;
	padding: 0 10px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin-bottom: 30px;
	font-family: "Gotham-Book";
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_3 select {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	-webkit-appearance: none;
	background: transparent;
	background-image: url(../images/arrow-down-shape.svg);
	background-repeat: no-repeat;
	background-position-x: 94%;
	background-position-y: 23px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div {
	width: 50%;
	float: left;
	padding: 0 30px;
	border-left: 1px solid #e8e8e8;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div h3 {
	font-size: 24px;
	font-family: "Gotham-Bold";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form {
	margin-left: -10px;
	margin-right: -10px;
}
/* checkbox */

/*
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field input#check_box {
  width: 20px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: -5px;
  float: left;
}
*/

.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	left: 0;
	top: 0;
	z-index: 1;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
}
/*
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick:hover input ~ .checkmark {
  background: #ccc;
}
*/

.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick input:checked~.checkmark {
	background: #f4b233;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick input:checked~.checkmark::after {
	display: block;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .checkboxtick .checkmark::after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*checkbox end*/

.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field .checkbox_text {
	width: calc(100% - 20px);
	float: left;
	font-size: 14px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.429;
	text-align: left;
	margin-left: 27px;
	padding-bottom: 35px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner {
	padding-top: 40px;
}

.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field label {
	display: block;
	font-size: 16px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.5;
	margin-bottom: 12px;
	font-weight: normal;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin-bottom: 30px;
	font-family: "Gotham-Book";
	color: #4a4f55;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_2 {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_1 {
	padding: 0 10px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_3 {
	width: 33.333%;
	float: left;
	padding: 0 10px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_3 select {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	font-family: "Gotham-Book";
	-webkit-appearance: none;
	background: transparent;
	background-image: url(../images/arrow-down-shape.svg);
	background-repeat: no-repeat;
	background-position-x: 94%;
	background-position-y: 23px;
}
.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_3:last-child input {
	margin: 0;
	padding: 14px;
}
.full_page_account .page_container .tab-content .info .save_button {
	width: 100%;
	max-width: 590px;
	margin: 0 auto;
}
.full_page_account .page_container .tab-content .info .save_button .savechanges_btn {
	text-align: center;
}
.full_page_account .page_container .tab-content .info .save_button .savechanges_btn button {
	width: 100%;
	background: rgb(244, 178, 51);
	border: 1px solid;
	height: 50px;
	font-size: 14px;
	font-family: "Gotham-Bold";
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 24px;
	border-radius: 5px;
	border-color: rgb(244, 178, 51);
}
/* second tab*/

.full_page_account .page_container .tab-content .info .password_change {
	background: url(/wp-content/themes/Beer-Store/images/bg_lock.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.full_page_account .page_container .tab-content .info .second_section.change_password {
	width: 100%;
	max-width: 590px;
	margin: 0 auto;
	padding-bottom: 95px;
}
.full_page_account .page_container .tab-content .info .second_section h3 {
	font-size: 24px;
	font-family: "Gotham-Bold";
	color: rgb(0, 0, 0);
	line-height: 1;
	margin: 0;
	margin-bottom: 30px;
}
.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field label {
	display: block;
	font-size: 14px;
	font-family: "Gotham-Book";
	color: #000000;
	line-height: 1.429;
	margin-bottom: 15px;
	font-weight: normal;
}
.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
	padding: 15px;
	margin-bottom: 30px;
	font-family: "Gotham-Book";
	color: #4a4f55;
	background: #FFFFFF;
}


.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #4a4f55;
}

.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #4a4f55;
}

.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input:last-child {
	margin-bottom: 40px;
}
/*third section*/

.full_page_account .page_container .tab-content .info .section_third {
	padding-bottom: 70px;
}
.full_page_account .page_container .tab-content .info .third_section {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	border: 1px solid rgb(214, 214, 214);
	border-radius: 5px;
}
.full_page_account .page_container .tab-content .info .third_section .accordion {
	position: relative;
	background-color: #f5f5f5;
	color: #444;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-top: 1px solid rgb(214, 214, 214);
}
.full_page_account .page_container .tab-content .info .third_section .accordion:before {
	content: '';
	position: absolute;
	width: 65px;
	top: 0px;
	bottom: 0;
	right: 0;
	background: url('../images/plus.svg') no-repeat center center;
	background-size: 17px auto;
}
.full_page_account .page_container .tab-content .info .third_section .active {
	background-color: #000000;
}
.full_page_account .page_container .tab-content .info .third_section .active:before {
	background: url('../images/minus.svg') no-repeat center center;
}
.full_page_account .page_container .tab-content .info .third_section .panel {
	/*padding: 0 20px;*/
	display: none;
	background-color: white;
	overflow: hidden;
	padding-bottom: 60px;
	margin-bottom: 0;
	box-shadow: none;
	border: none;
}
.full_page_account .page_container .tab-content .info .third_section .order_headings {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.full_page_account .page_container .tab-content .info .third_section .order_headings div {
	padding: 30px 20px;
	font-family: "Gotham-Bold";
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}
.full_page_account .page_container .tab-content .info .third_section .order_headings .col_1 {
	width: 12%;
	/*  color: #f4b233;*/
}
.full_page_account .page_container .tab-content .info .third_section .order_headings .col_2 {
	width: 18%;
}
.full_page_account .page_container .tab-content .info .third_section .order_headings .col_3 {
	width: 28%;
}
.full_page_account .page_container .tab-content .info .third_section .order_headings .col_4 {
	width: 42%;
}
.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div {
	padding: 25px 20px;
	font-family: "Gotham-Book";
	font-size: 16px;
	line-height: 16px
}
.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_1 {
	width: 12%;
	color: #f4b233;
}
.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_2 {
	width: 18%;
}
.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_3 {
	width: 28%;
	font-size: 12px;
	font-family: "Gotham-Book";
	text-transform: uppercase;
	line-height: 2;
}

.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_pend span,
.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_comp span,
.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_cancel span {
	border-radius: 6px;
	width: 105px;
	line-height: 12px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	padding: 7px 8px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_pend span {
	background-color: #4a4f55;
}
.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_comp span {
	background-color: #08c12f;
}
.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_cancel span {
	background-color: #eb4242;
}
.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_4 {
	width: 42%;
}
.full_page_account .page_container .tab-content .info .third_section .active .panel_headings div {
	color: #e6e3e3;
}
.full_page_account .page_container .tab-content .info .third_section .active .panel_headings div:first-child {
	color: #f4b233;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number {
	padding: 30px 20px 10px 20px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_heading {
	font-size: 18px;
	font-family: "Gotham-Medium";
	color: rgb(0, 0, 0);
	line-height: 1.333;
	padding-bottom: 20px;
	margin: 0;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_text {
	font-size: 16px;
	font-family: "Gotham-Medium";
	color: rgb(64, 64, 64);
	line-height: 1.5;
	margin: 0;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description {
	overflow: auto;
	padding: 20px 20px;
	border-bottom: 1px solid #DDDDDD;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_second {
	border-top: 1px solid rgb(214, 214, 214);
	border-bottom: 1px solid rgb(214, 214, 214);
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .beername_logo {
	width: 65px;
	/* display: inline-block;
    vertical-align: middle; */
    float: left;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .beername_logo .american_alexender {
    width: 100%;
    display: block;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 span .can_or_bottle {
	padding-right: 10px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .discription_vintage {
    width: calc(100% - 230px);
    float: left;
    /* display: inline-block;
	vertical-align: middle; */
	padding-left: 15px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 {
	width: calc(75% - 90px);
	float: left;
	min-height: 1px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
	width: 10%;
	float: left;
	min-height: 1px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 {
	width: 15%;
	float: left;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 {
	width: 90px;
	float: left;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 p,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 p,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 p {
    margin-bottom: 5px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 p.description_heading,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 p.description_heading,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 p.description_heading{
	margin-bottom: 10px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 .qty_numbers,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 .price,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 .tatal_price{
    margin-bottom: 0px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .order_loading {
	padding: 10px 20px 0;
}

.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage p {
	margin: 0;
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #404040;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .bottle_can {
    padding-top: 2px;
    color: #000000;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
    font-size: 18px;
    line-height: 18px;
    font-family: "Gotham-Medium";
    color: rgb(0, 0, 0);
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total  p.description_heading,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total  p.description_heading {
    font-size: 16px;
    line-height: 16px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total {
	padding: 20px 20px 0px 20px !important;
	border-bottom: none;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .price,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .tatal_price,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .qty_numbers,
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .subtotal_price {
    font-size: 16px;
    color: #4a4f55;
    line-height: 18px;
}

.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .description_heading {
	font-size: 16px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_4:nth-child(4) {
	text-align: right;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .order_buttons {
	text-align: right;
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .order_buttons .all_btns span a {
	width: 100%;
	max-width: 160px;
	padding: 10px 15px;
	margin-left: 15px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .order_buttons .all_btns span .cancel_btn {
	background: #fff;
	border: 1px solid rgb(214, 214, 214);
	max-width: 156px;
}
/* mobile */

.full_page_account .page_container .tab-content .info .third_section .accordion .order_headings_mobile {
	display: none;
}
/*register page css*/
.create_account.container {
	padding-bottom: 80px;
	background-image: url(../images/bg_register.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 190px;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 1350px;
}
.create_account.container .inner_create_account {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
}
.create_account.container .inner_create_account h3 {
	font-size: 24px;
	font-family: "Gotham-Bold";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1;
	margin: 0;
	margin-bottom: 30px;
}

.create_account.container .inner_create_account .form .form_column .col_2 {
	width: 50%;
	float: left;
	position: relative;
}
.create_account.container .inner_create_account .form .form_column .left_side {
	padding-right: 15px;
}
.create_account.container .inner_create_account .form .form_column .right_side {
	padding-left: 15px;
}
.create_account.container .inner_create_account .form .form_column .col_1 {
	width: 100%;
	float: left;
	position: relative;
}
.create_account.container .inner_create_account .form .form_column .registerform_wrapper {
	margin-bottom: 30px;
}
.create_account.container .inner_create_account .form .form_column .registerform_wrapper label {
	display: block;
	margin-bottom: 20px;
	font-family: "Gotham-Book";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #4a4f55;
}
.create_account.container .inner_create_account .form .form_column .registerform_wrapper #phone_label {
	font-weight: 600;
}
.create_account.container .inner_create_account .form .form_column .registerform_wrapper input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 15px;
	/*  max-width: 418px;*/
	font-family: "Gotham-Book";
	color: #4a4f55;
}
/* checkbox */

.create_account.container .inner_create_account .form .form_column .checkboxtick {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.create_account.container .inner_create_account .form .form_column .checkboxtick input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	left: 0;
	top: 0;
	z-index: 1;
	margin-top: 0;
}
.create_account.container .inner_create_account .form .form_column .checkboxtick .checkmark {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
}

.create_account.container .inner_create_account .form .form_column .checkboxtick input:checked~.checkmark {
	background: #f4b233;
}
.create_account.container .inner_create_account .form .form_column .checkboxtick .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.create_account.container .inner_create_account .form .form_column .checkboxtick input:checked~.checkmark::after {
	display: block;
}
.create_account.container .inner_create_account .form .form_column .checkboxtick .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.create_account.container .inner_create_account .form .form_column .checkboxtick .checkmark::after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Register checkbox end*/

.create_account.container .inner_create_account .form .form_column .registerform_wrapper .checkbox_text {
	width: calc(100% - 20px);
	float: left;
	font-size: 14px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.429;
	text-align: left;
	margin-left: 35px;
	margin-bottom: 15px;
}
/*
.create_account.container .inner_create_account .form .form_column .registerform_wrapper .privacy_policy {
  padding-left: 30px;
  margin-top: 20px
}
*/

.create_account.container .inner_create_account .form .form_column .col_1 .privacy_policy {
	padding-left: 35px;
	margin-top: 80px;
}
.create_account.container .inner_create_account .form .form_column .registerform_wrapper .checkbox_text a {
	color: inherit;
	border-bottom: 1px solid #4a4f55;
}
.create_account.container .inner_create_account .form .form_column .col_1 .privacy_policy a {
	color: inherit;
	border-bottom: 1px solid #4a4f55;
}
.create_account.container .inner_create_account .create_accountbtn {
	clear: both;
}
.create_account.container .inner_create_account .create_accountbtn .account_registerbtn button {
	width: 100%;
	background: rgb(244, 178, 51);
	border: 1px solid;
	height: 50px;
	font-size: 14px;
	font-family: "Gotham-Bold";
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 24px;
	border-radius: 5px;
	border-color: rgb(244, 178, 51);
	margin-top: 40px;
	max-width: inherit;
}
.billing_popup {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	z-index: 999;
}
.billing_popup .billing_pop_div {
	position: relative;
	max-width: 800px;
	width: 100%;
	height: max-content;
	margin: 100px auto;
	background: #ffffff;
	/*left: 0;
	right: 0;
	top: 100px;
	bottom: 0;*/
	border-radius: 5px;
	padding: 60px;
}
span.closeNewAddress,
.billing_address_popup button.close {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
	width: 18px;
	height: 18px;
}
.billing_address_popup button.close:hover,
.billing_address_popup button.close:focus {
	opacity: 1;
}

.billing_address_popup .modal-dialog {
	max-width: 800px;
	width: 100%;
	height: max-content;
	margin: 100px auto;
	background: #ffffff;
	border-radius: 5px;
}
.billing_address_popup .modal-body {
	padding: 60px;
}
.billing_popup .billing_pop_div h3,
.billing_address_popup .billing_pop_div h3 {
	font-size: 24px;
	font-family: "Gotham-Bold";
	color: #000;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	margin: 0;
}
.billing_popup .billing_pop_div .billing_inner,
.billing_address_popup .billing_pop_div .billing_inner {
	padding-top: 50px;
}
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_2,
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_2 {
	width: 50%;
	float: left;
	padding: 0 10px;
	position: relative;
}
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label,
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label {
	display: block;
	font-size: 16px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.5;
	margin-bottom: 12px;
	font-weight: normal;
}
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input,
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	padding: 15px;
	margin-bottom: 30px;
	font-family: "Gotham-Book";
	height: 48px;
	font-size: 16px;
}
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3,
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3 {
	width: 33.333%;
	float: left;
	padding: 0 10px;
}
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label,
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label {
	display: block;
	font-size: 16px;
	font-family: "Gotham-Book";
	color: rgb(74, 79, 85);
	line-height: 1.5;
	margin-bottom: 12px;
	font-weight: normal;
}
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3 select,
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3 select {
	width: 100%;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	height: 48px;
	-webkit-appearance: none;
	background: transparent;
	background-image: url(../images/arrow-down-shape.svg);
	background-repeat: no-repeat;
	background-position-x: 94%;
	background-position-y: 20px;
	font-size: 16px;
}
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper,
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper {
	overflow: auto;
}
.billing_pop_div .save_button {
	width: 100%;
	max-width: 590px;
	margin: 20px auto 0;
}
.billing_pop_div .save_button .savechanges_btn {
	text-align: center;
}
.billing_pop_div .save_button .savechanges_btn button {
	width: 100%;
	background: rgb(244, 178, 51);
	border: 1px solid;
	height: 50px;
	font-size: 14px;
	font-family: "Gotham-Bold";
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 24px;
	border-radius: 5px;
	border-color: rgb(244, 178, 51);
}
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .pop-full,
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .pop-full {
	padding: 0 10px;
	position: relative;
}
/*============= shruti css starts here  10th Feb 2020 =======*/

.register_form_wrap .breadcrumb {
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
	width: 100%;
}
.register_form_wrap ul#breadcrumbs li {
	font-size: 18px;
}
.register_form_wrap .dd.banner-title {
	max-width: 870px;
	margin: 0 auto;
}
.register_form_wrap .dd.banner-title h2 {
	font-size: 24px;
	font-family: "Gotham-Bold";
	padding-top: 15px;
}
.register_form_wrap .privacy_policy a {
	border-bottom: 1px solid #000 !important;
	font-weight: 900;
	color: #000 !important;
	font-family: "Gotham-Bold" !important;
}
.favourites ul {
	position: relative;
}
.favourites ul li .removeIcon {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 12px;
}
#password-lost-form-wrap.container {
	margin: 0 auto;
	background-position: right bottom;
	background-image: url(../images/bg_lock.png);
	max-width: 1140px;
}
#password-lost-form-wrap .inner_create_account {
	max-width: 600px;
}
.page-forgot-password .breadcrumbWrap {
	display: none;
}
.page-forgot-password .main-content header {
	max-width: 650px;
	padding: 0 25px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 60px;
}
.page-forgot-password .main-content header h1 {
	margin: 0;
	text-align: left;
	font-size: 24px;
	font-family: "Gotham-Bold";
}
.page-forgot-password .main-content .somfrp-lost-pass-form-text .extra-space {
	color: #4a4f55;
}
.page-forgot-password .main-content .somfrp-lost-pass-form-text {
	margin-bottom: 25px;
}
.create_account.container .inner_create_account .create_accountbtn .account_registerbtn button#reset-pass-submit {
	margin-top: 10px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_1 {
	width: 57%;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_3 {
	width: 24%;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .packup {
    font-size: 12px;
    border: none;
    background: #f4b233;
    padding: 3px 10px;
    border-radius: 5px;
	margin-right: 5px;
	position: relative;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .sale {
    background: #ad2f32;
    border: none;
    font-size: 12px;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .leftCol {
	float: left;
	width: 67%;
	min-height: 1px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol {
	float: left;
	width: 33%;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul li::after {
	content: "";
	display: table;
	clear: both;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul li {
	font-size: 16px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul li label {
	font-family: Gotham-Medium;
	font-weight: normal;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul li span {
	float: right;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul li.botSec {
	color: #d06f1a;
	border-top: 2px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul li.boldFont span{
	font-family: Gotham-Medium;
}
.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .psEle {
	float: left;
	padding-top: 5%;
}
.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label.error,
.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label.error {
    position: absolute;
    bottom: 3px;
}
/*============= shruti css ends here  10th Feb 2020 =======*/

@media(max-width:1600px) {
	.full_page_account .page_container {
		width: 100%;
		margin: 0 auto;
		max-width: 1340px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form {
		padding: 0 30px;
	}
	.full_page_account .page_container .nav-tabs .nav {
		padding: 20px 10px;
		font-size: 16px;
	}
	/*  order histiry*/
	.full_page_account .page_container .tab-content .info .third_section .order_headings div {
		font-size: 14px;
		line-height: 20px;
		padding: 25px 20px;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div {
		font-size: 14px;
		line-height: 20px;
		padding: 20px 20px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_heading {
		font-size: 16px;
		line-height: 1;
		padding-bottom: 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_text {
		font-size: 14px;
		line-height: 1;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number {
		padding: 20px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description {
		overflow: auto;
		padding: 15px 20px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .order_buttons .all_btns span a {
		font-size: 12px;
		max-width: 150px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total {
		padding: 20px 20px 0px 20px !important;
	}
	/**03-03-2020 end**/
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input {
		padding: 15px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input:last-child {
		margin-bottom: 30px;
	}
	/*  profile */
	
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .info_left_inner .form_field {
		padding-top: 25px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field input {
		margin-top: 15px;
	}
	/**03-03-2020**/
	/*  .full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field label {
    font-size: 12px;
    line-height: 1;
  }*/
	/*  .full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field label {
    font-size: 12px;
    line-height: 1;
  }*/
	/**03-03-2020 end**/
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field span.checkbox_text {
		font-size: 12px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div h3 {
		font-size: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner {
		padding-top: 45px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field label {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field input {
		margin-bottom: 20px;
	}
	/*  deliver*/
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div h3 {
		font-size: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner {
		padding-top: 30px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field .checkbox_text {
		font-size: 12px;
		line-height: 1.3;
		padding-bottom: 25px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field label {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field input {
		margin-bottom: 20px;
	}
	/* Popup */
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input {
		margin-bottom: 20px;
		padding: 10px 15px;
	}
	.billing_popup .billing_pop_div,
	.billing_address_popup .billing_pop_div,
	.billing_address_popup .modal-dialog {
		padding: 50px 60px;
		max-width: 730px;
	}
	.billing_popup .billing_pop_div .billing_inner,
	.billing_address_popup .billing_pop_div .billing_inner {
		padding-top: 45px;
	}
	.billing_address_popup .modal-dialog {
		padding: 0;
	}
}
/*============= shruti css starts here  10th Feb 2020 =======*/

@media only screen and (max-width: 1450px) {
	.register_form_wrap .create_account.container {
		background-size: 160px;
	}
}
/*============= shruti css Ends here  10th Feb 2020 =======*/

@media(max-width:1366px) {
	.full_page_account .page_container {
		width: 100%;
		margin: 0 auto;
		max-width: 1140px;
	}
	.full_page_account .page_container .tab-content .info {
		width: 100%;
		max-width: 1050px;
		margin: 0 auto;
	}
}
@media(max-width:1199px) {
	.full_page_account .page_container .nav-tabs .nav {
		padding: 20px 10px;
		font-size: 18px;
		line-height: normal;
	}
	/*  profile */
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div {
		width: 200px;
		padding: 0 10px 0 30px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
		font-size: 24px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field label {
		font-size: 14px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field input {
		margin-top: 15px;
		font-size: 14px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .information_section form .bs-personal-info-form .bs-policy-checkbox {
		padding-right: 0;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field label {
		font-size: 14px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field input {
		font-size: 14px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field span.checkbox_text {
		font-size: 14px;
		line-height: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div {
		width: 100%;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner::after {
		content: '';
		display: table;
		clear: both;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner {
		padding-top: 45px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field label {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field input {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: normal;
		padding: 16px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_3 select {
		font-size: 16px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div h3 {
		font-size: 24px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .tablet_div {
		width: 50%;
		float: left;
		padding: 0 0;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div {
		width: 100%;
		border-left: 0 solid #e8e8e8;
		margin-top: 50px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .tablet_div {
		width: 50%;
		float: left;
		padding: 0 0;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div h3 {
		font-size: 24px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field .checkbox_text {
		font-size: 14px;
		line-height: normal;
		padding-bottom: 30px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field label {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field input {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_3 select {
		font-size: 16px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_3:last-child input {
		margin: 0;
		padding: 16px;
	}
	/*  change password */
	.full_page_account .page_container .tab-content .info .password_change {
		background-size: 215px;
	}
	.full_page_account .page_container .tab-content .info .second_section h3 {
		font-size: 24px;
		margin-bottom: 30px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field label {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input {
		padding: 15px;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: normal;
	}
	/*  order history*/

	.full_page_account .page_container .tab-content .info .third_section .order_headings div {
		font-size: 14px;
		line-height: normal;
		padding: 20px 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div {
		font-size: 14px;
		line-height: normal;
		padding: 20px 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_pend p {
		line-height: 20px;
		font-size: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_comp p {
		line-height: 20px;
		font-size: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_cancel p {
		line-height: 20px;
		font-size: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .order_loading {
		padding: 10px 15px;
	}

	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_1,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_1 {
		width: 14%;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_2,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_2 {
		width: 22%;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_3,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_3 {
		width: 28%;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_4,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_4 {
		width: 36%;
	}

	/*  inner order history*/
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_heading {
		font-size: 16px;
		line-height: normal;
		padding-bottom: 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_text {
		font-size: 16px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 {
		/*width: 50%;*/
		float: left;
		min-height: 1px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
		/*width: 18%;*/
		float: left;
		min-height: 1px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 {
		/*width: 17%;*/
		float: left;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .beername_logo {
		width: 56px;
	}

	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
		font-size: 16px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .tatal_price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .qty_numbers,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .subtotal_price {
		font-size: 14px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .order_buttons .all_btns span a {
		font-size: 12px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage p {
		font-size: 12px;
	}
	/*  register */
	.create_account.container {
		background-size: 215px;
	}
	.create_account.container .inner_create_account {
		width: 100%;
		max-width: 700px;
		margin: 0;
	}
	/* Popup */
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input,
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field select,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field select {
		padding: 10px;
		margin-bottom: 15px;
	}
	.billing_popup .billing_pop_div,
	.billing_address_popup .billing_pop_div,
	.billing_address_popup .modal-dialog {
		max-width: 700px;
		padding: 40px 60px;
	}
	.billing_address_popup .modal-dialog {
		padding: 0;
	}
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3 select,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3 select {
		padding: 10px;
		background-position-y: 18px;
	}
	.billing_pop_div .save_button .savechanges_btn button {
		height: 45px;
	}
	.billing_popup .billing_pop_div .billing_inner,
	.billing_address_popup .billing_pop_div .billing_inner {
		padding-top: 30px;
	}
	.information_section .info_left_inner .form_field {
		width: 48.3%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
	.create_account.container {
		max-width: 1020px;
	}
	
	.page-register .create_account.container .inner_create_account {
		max-width: 750px;
		margin-left: 0;
	}
	.page-register .main-container .main-content header {
		max-width: 930px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.create_account.container {
		max-width: 900px;
	}
	#password-lost-form-wrap.container {
		max-width: 900px;
	}
	.page-forgot-password .main-content header {
		max-width: 920px;
	}
}

@media(max-width:991px) {
	.create_account.container {
		background-size: 193px;
	}
	.full_page_account .page_container .tab-content::before {
		margin-top: 50px;
	}
	.create_account.container .inner_create_account {
		width: 100%;
		max-width: 520px;
		margin: 0;
	}
	.information_section .info_left_inner .form_field {
		width: 47%;
	}
	.full_page_account .page_container .nav-tabs .nav {
		margin: 0px 30px;
	}
	/**05-12-2019**/
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_1,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_1 {
		width: 15%;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_2,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_2 {
		width: 20%;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_3,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_3 {
		width: 25%;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_4,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_4 {
		width: 40%;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_pend span,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_comp span,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_cancel span {
		border-radius: 5px;
		width: 100px;
		line-height: 14px;
		font-size: 10px;
		padding: 5px 8px;
	}

	/* Popup */
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input {
		padding: 8px 10px;
	}
	.billing_popup .billing_pop_div h3,
	.billing_address_popup .billing_pop_div h3 {
		font-size: 21px;
	}
	.billing_pop_div .save_button .savechanges_btn button {
		margin-top: 10px;
	}
	.billing_pop_div .save_button .savechanges_btn button {
		height: 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#password-lost-form-wrap .inner_create_account {
		max-width: 520px;
	}
	.page-forgot-password .main-content header {
		max-width: 770px;
	}
}
@media(max-width:767px) {
	.full_page_account .page_container {
		max-width: 430px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.full_page_account .page_container .nav-tabs::after {
		content: '';
		display: table;
		clear: both;
	}
	.information_section .info_left_inner .form_field {
		width: 100%;
	}
	.full_page_account .page_container .nav-tabs .nav {
		font-size: 14px;
		margin: 0;
		padding: 15px 0px;
		float: left;
		width: 33.3%;
	}
	.full_page_account .page_container .tab-content .info .personal_info {
		padding-bottom: 60px;
	}
	.full_page_account .page_container .nav-tabs .nav span {
		display: block;
		margin-bottom: 5px;
	}
	.full_page_account .page_container .nav-tabs .nav span img {
		vertical-align: middle;
		margin-right: 0px;
		max-height: 23px;
	}
	.full_page_account .page_container .nav-tabs .nav.current::after {
		left: 0;
	}
	.full_page_account .page_container .nav-tabs .nav:hover::after {
		left: 0;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div {
		width: 100%;
		float: left;
		padding: 0 30px;
		margin-bottom: 30px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field label {
		font-size: 14px;
		line-height: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field input {
		margin-top: 15px;
		font-size: 14px;
		line-height: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .account-upload-btn-wrapper p {
		bottom: -38px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form {
		width: 100%;
		float: left;
		padding: 0px 30px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field label {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field input {
		font-size: 14px;
		line-height: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field span.checkbox_text {
		font-size: 14px;
		line-height: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section {
		padding-bottom: 50px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div {
		width: 100%;
		float: left;
		padding: 0 30px;
		margin-bottom: 40px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner::after {
		content: '';
		display: table;
		clear: both;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner {
		padding-top: 45px;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_2 {
		width: 100%;
		float: left;
		padding: 0 10px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_3 {
		width: 100%;
		float: left;
		padding: 0 10px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_3 select {
		width: 100%;
		padding: 15px;
		border-radius: 5px;
		border: 1px solid #e8e8e8;
		-webkit-appearance: none;
		margin-bottom: 30px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field input {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 24px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .tablet_div {
		width: 100%;
		float: left;
		padding: 0 0;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div {
		width: 100%;
		float: left;
		padding: 0 30px;
		border-left: 0px solid #e8e8e8;
		margin: 0;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field .checkbox_text {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 30px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_2 {
		width: 100%;
		float: left;
		padding: 0 10px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .tablet_div {
		width: 100%;
		float: left;
		padding: 0 0;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field input {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_3 {
		width: 100%;
		float: left;
		padding: 0 10px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_3 select {
		margin-bottom: 30px;
	}
	/*  password */
	.full_page_account .page_container .tab-content .info .password_change {
		background: none;
	}
	.full_page_account .page_container .tab-content .info .second_section.change_password {
		padding-bottom: 60px;
	}
	.full_page_account .page_container .tab-content .info .second_section h3 {
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 24px;
	}
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field label {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 20px;
		font-family: 'Gotham-Book';
	}
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field label:last-child {
		color: #000000
	}
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 20px;
	}
	/*  order history */
	.full_page_account .page_container .tab-content .info .third_section .order_headings {
		display: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion::after {
		content: '';
		display: table;
		clear: both;
	}
	.full_page_account .page_container .tab-content .info .third_section .active::before,
	.full_page_account .page_container .tab-content .info .third_section .accordion::before {
		top: 20px;
		width: 20px;
		height: 20px;
		right: 20px;
		background-position: center;
	}
	.full_page_account .page_container .tab-content .info .third_section .active {
		color: #fff;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion {
		padding: 20px 25px 25px;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .order_headings_mobile {
		display: block;
		width: 35%;
		float: left;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .order_headings_mobile div {
		position: relative;
		padding: 0;
		font-size: 13px;
		line-height: 40px;
		font-family: "Gotham-Book";
		text-transform: uppercase;
		min-height: 40px;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div.status_cancel,
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div.status_pend,
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div.status_comp {
		min-height: 40px;
		line-height: 40px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px;
		font-family: 'Gotham-Book';
		font-weight: normal;
		padding-left: 25px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_pend span,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_comp span,
	.full_page_account .page_container .tab-content .info .third_section .panel_headings div.status_cancel span {
		vertical-align: middle;
	}

	.full_page_account .page_container .tab-content .info .third_section .accordion .order_headings_mobile div::after {
		content: ':';
		position: absolute;
		right: 0;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings {
		display: block;
		width: 65%;
		float: left;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div {
		font-size: 16px;
		font-family: 'Gotham-Book';
		font-weight: normal;
		padding: 0;
		line-height: 40px;
		min-height: 40px;
		padding-left: 25px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_1 {
		width: 100%;
		color: #f4b233;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_2 {
		width: 100%;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_3 {
		width: 100%;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel_headings .col_4 {
		width: 100%;
	}
	/*  inner part */
	.full_page_account .page_container .tab-content .info .third_section .panel {
		/* padding: 0 20px; */
		display: none;
		background-color: white;
		overflow: hidden;
		box-shadow: none;
        border: none;

		/* margin-bottom: 50px; */
        padding: 40px 25px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number {
        /* padding: 40px 25px 10px 25px; */
        padding: 0px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_heading {
		font-size: 24px;
		/* line-height: 24px;
        padding-bottom: 15px; */
        line-height: 20px;
        padding-bottom: 7px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_text {
		font-size: 16px;
        line-height: 16px;
        padding-bottom: 30px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description {
		overflow: auto;
        /* padding: 0px 25px; */
        
        padding: 0px;
        padding-bottom: 20px;
        margin-bottom: 20px;
	}
	.order_description.subtotal_total {
		border-bottom: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .padd_mob {
		min-height: 72px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total {
		margin-top: 40px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 {
		width: 100%;
		float: left;
		min-height: 1px;
		border-bottom: 1px dashed #d6d6d6;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1:last-child {
		border-bottom: 0px dashed #d6d6d6;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .beername_logo {
		width: 65px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .discription_vintage {
        width: calc(100% - 65px);
		padding-left: 28px;
        /* display: inline-block;
		vertical-align: top; */
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage p:first-child {
		font-family: "Gotham-Medium";
		font-size: 18px;
		line-height: normal;
		margin-bottom: 5px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .cutomer_name {
		font-size: 14px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .bottle_can {
		padding-top: 5px;
		font-size: 14px;
		line-height: normal;
	}
	/* .full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .padd_mob {
		padding: 0px 0px 20px;
	} */
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1.padd_mob {
        margin-bottom: 20px;
        width: 100%;
		padding: 0px 0px 20px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .order_loading {
		padding: 10px 25px 0;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
		/* width: 23%; */
		float: left;
		min-height: 1px;
        padding: 5px 0;
        width: 80px !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 {
		/* width: 44%; */
		float: left;
		padding: 5px 0 5px 12%;
		border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        width: calc(100% - 190px) !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 {
		width: 110px !important;
		float: left;
		padding: 5px 0 5px 25px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .order_buttons {
		padding-top: 100px;
		display: none;
		float: none;
		text-align: center;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 p:last-child {
		margin-bottom: 0;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total {
		background: #f4f4f4;
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		border: 1px solid #d6d6d6;
		position: relative;
		/* margin-top: 38px; */
		padding: 20px !important;
		/*display: flex;*/
		justify-content: space-between;
		align-items: center;
		overflow: visible;
	}
	/* .full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total:before {
		position: absolute;
		content: "";
		height: 1px;
		left: 0;
		right: 0;
		background: #DDD;
		top: -28px;
	} */
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_1 {
		display: none;
		float: left;
		min-height: 1px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_2 {
		display: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_second {
		margin-left: 25px;
		margin-right: 25px;
		padding: 0;
	}
	
	/* register page  */
	.create_account.container .inner_create_account {
		width: 100%;
		max-width: 435px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.create_account.container .inner_create_account .form .form_column .col_2 {
		width: 100%;
		float: left;
		padding: 0 !important;
	}
	.create_account.container {
		padding-bottom: 274px;
		background-position: bottom center !important;
		background-size: 192px;
	}
	/* Popup */
	.billing_popup .billing_pop_div,
	.billing_address_popup .billing_pop_div {
		padding: 55px 25px;
	}
	.page-top-header .top-banner-text .bar_form .locate_btn_dv {
		width: 100%;
	}
	.full_page_account .page_container .tab-content .info .information_section form .bs-personal-info-form .bs-policy-checkbox {
		padding-right: 0;
	}
	#sideCart .overlayDiv-editSec .number {
		padding: 0px 15px;
	}
	.create_account.container .inner_create_account .form .form_column .checkboxtick .error {
		bottom: -60px !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .order_buttons .all_btns span a {
		margin: 0;
		max-width: 100%;
	}
}
/*============= shruti css starts here  10th Feb 2020 =======*/

@media only screen and (max-width: 600px) {
	.register_form_wrap .container {
		width: 100% !important;
	}
	.register_form_wrap .create_account.container {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
		background-image: none;
	}
	.register_form_wrap .dd.banner-title h2 {
		font-size: 20px;
	}
	/* .full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage p:first-child {
		font-size: 14px;
	} */
	.full_page_account .page_container {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*============= shruti css Ends here  10th Feb 2020 =======*/
@media(max-width:414px) {
	.full_page_account .page_container .nav-tabs .nav {
		font-size: 12px;
		margin-right: 0;
		line-height: normal;
		font-family: "Gotham-Medium";
		float: left;
		width: 33.3%;
		padding-right: 0;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .info_left_inner .form_field {
		padding-top: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div {
		margin-bottom: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field label {
		font-size: 12px;
		line-height: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .info_left_div .form_field input {
		margin-top: 10px;
		font-size: 12px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field label {
		font-size: 12px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field input {
		font-size: 12px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field span.checkbox_text {
		font-size: 12px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div h3 {
		font-size: 20px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner {
		padding-top: 35px;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field label {
		font-size: 12px;
		line-height: normal;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .form_field input {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .billing_left_div .billing_inner .form .billing_form_wrapper .col_3 select {
		width: 100%;
		padding: 15px;
		border-radius: 5px;
		border: 1px solid #e8e8e8;
		-webkit-appearance: none;
		margin-bottom: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div h3 {
		font-size: 20px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner {
		padding-top: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field .checkbox_text {
		font-size: 12px;
		line-height: normal;
		padding-bottom: 20px;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field label {
		font-size: 12px;
		line-height: normal;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .form_field input {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .billing_delivery_address .delivery_right_div .diliver_inner .form .diliver_form_wrapper .col_3 select {
		margin-bottom: 20px;
	}
	/*  change password */
	.full_page_account .page_container .tab-content .info .second_section h3 {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field label {
		font-size: 14px;
		margin-bottom: 15px;
		line-height: normal;
		font-family: 'Gotham-Book';
	}
	/*.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input:last-child {
		margin-bottom: 20px;
	}*/
	.full_page_account .page_container .tab-content .info .second_section .change_password_inner .form .changepass_form_wrapper .form_field input {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .password_change {
		background-size: 60%;
	}
	/*  order history */
	.full_page_account .page_container .tab-content .info .third_section .accordion {
		padding: 10px 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .order_headings_mobile div {
		position: relative;
		font-size: 12px;
		font-family: "Gotham-Book";
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div {
		font-size: 12px;
		font-family: 'Gotham-Book';
		font-weight: normal;
		padding-left: 15px;
	}
	/*  inner part */
	/*.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number {
		padding: 30px 15px 5px 15px;
	}*/
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_heading {
		font-size: 20px;
		line-height: normal;
		padding-bottom: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_number .order_text {
		font-size: 12px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .beername_logo {
		width: 40px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .discription_vintage {
		padding-left: 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage p:first-child {
		font-size: 14px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .cutomer_name {
		font-size: 12px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .bottle_can {
		padding-top: 5px;
		font-size: 12px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
		font-size: 14px !important;
		line-height: normal;
	}
/*	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 p {
		padding-left: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 p {
		padding-left: 10px;
	}*/
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p {
		margin: 0;
		font-family: "Gotham-Book";
		font-size: 12px;
		line-height: normal;
		margin-bottom: 10px;
	}
	/*.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total {
		/* max-width: 240px;
		max-width: calc(100% - 50px);
	}*/
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label {
		display: block;
		font-size: 12px;
	}
	.billing_popup .billing_pop_div,
	.billing_address_popup .billing_pop_div {
		padding: 50px 8px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .order_loading {
		padding: 10px 15px 0;
	}
}

.wishlistWrapper .breadcrumb-sec .breadcrumb {
	border-bottom: 0px solid #d6d6d6 !important;
}
.wishlistWrapper .breadcrumb-sec .breadcrumb .item-current strong {
	font-family: "Gotham-Bold";
	font-weight: unset;
}
.wishlistWrapper {
	width: 100%;
	padding-bottom: 60px;
}
.wishlistWrapper .breadcrumb-sec>.container {
	padding: 0;
}
.tabbed-container {
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
}
.tabbed-container ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #d6d6d6;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.tabbed-container ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 25px 15px;
	cursor: pointer;
	margin: 0px 30px;
	font-size: 18px;
	font-family: Gotham-Medium;
	position: relative;
}
.tabbed-container ul.tabs li.current {
	background: transparent;
	/*border-bottom: 3px solid #f4b233;*/
	opacity: 0.8;
	/* color: #222; */
	/* padding-bottom: 15px; */
}
.tabbed-container ul.tabs li.current::after{
	content: "";
	background: #f4b233;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 3px;
	position: absolute;
}
.tabbed-container ul.tabs li:first-child img{
	width: 30px;
}
.tabbed-container ul.tabs li img{
	margin-right: 3px;
}
.tabbed-container .tab-content {
	display: none;
}
.tabbed-container .tab-content.current {
	display: inherit;
}
.tabbed-heading {
	margin: 40px 0px 30px;
}
.tabbed-heading h4 {
	font-family: "Gotham-Bold";
	font-size: 24px;
	color: #000;
	margin-top: 0;
}
.tabbed-heading p {
	margin-bottom: 0px;
	font-size: 14px;
}
.beer_badge_sale.beer_badge {
	background: #b02e2f;
}
.beer_badge {
	position: absolute;
	right: 2px;
	color: #fff;
	width: 70px;
	border-radius: 4px 0 0 4px;
	top: 10px;
	text-transform: uppercase;
	display: inline-block;
	padding: 2px;
	font-size: 14px;
	line-height: normal;
	text-align: center;
}
.beer_badge_sale.beer_badge::after {
	content: "";
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #821316 transparent transparent;
	position: absolute;
	right: 5px;
	transform: rotate(40deg);
	top: 10px;
}
.wishlist_box_inner {
	padding: 15px;
	width: 100%;
	display: inline-block;
	border: 1px solid #d6d6d6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}
.wishlist_box_inner .wishlist-img img {
	width: 146px;
	height: 146px;
}
.wishlist_box_inner .wishlist-img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.wishlist_box_inner .bottom_res_cont p {
	margin-bottom: 0px;
}
.wishlist_box_inner .bottom_res_cont h4 {
	margin-top: 0px;
}
.wishlist_box_inner .bottom_res_cont {
	display: inline-block;
	width: calc(100% - 155px);
	vertical-align: middle;
	padding-left: 10px;
}
.bottom_res_cont ul {
	padding: 0;
	list-style: none;
}
.bottom_res_cont ul li {
	font-size: 18px;
	color: #4a4f55;
}
.wishlist_box_inner .size img {
	float: left;
}
.bottom_res_cont h4 {
	font-size: 20px;
}
.bottom_res_cont h4 a {
	color: #000;
	font-family: "Gotham-Bold";
}
bottom_res_cont p {
	font-size: 14px;
}
.bottom_res_cont ul li span.price {
	margin: 0px 10px;
}
.result_box.sale_result_box {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.wishlist_footer {
	width: 100%;
	float: left;
	border: 1px solid #d6d6d6;
	background: #f5f5f5;
	padding: 6px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 0px;
	margin-bottom: 30px;
}
.wishlist_footer ul li .sale_price {
	color: #d12121;
}
.wishlistWrapper .wishlist_footer .onsale_price .add-to-cart .site_default_btn {
	padding: 5px 20px;
	text-transform: unset;
}
.favourites .add-to-cart .site_default_btn {
	padding: 5px 20px;
}
.onsale_price ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.onsale_price ul li {
	/* float: left; */
	display: inline-block;
	margin: 0px;
	min-width: 33.3%;
	font-size: 14px;
	line-height: 20px;
}
.onsale_price ul li:first-child {
	min-width: calc(33.33% - 9px);
}
.onsale_price ul li:last-child {
	margin-right: 0px;
}
.onsale_price ul li .save {
	line-height: 29px;
}
.reg_price,
.save {
	color: #4a4f55;
	line-height: 30px;
}
/* .sale_price {
    color: #c00;
    margin-left: 5px;
} */

.favourites ul {
	list-style: none;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.favourites ul li {
	display: inline-block;
	margin: 0px 10px;
	width: 30%;
	vertical-align: middle;
}
.favourites ul li:nth-child(1) {
	width: 14%;
	margin: 0px;
}
.favourites ul li:nth-child(2) {
	width: 48%;
}
.favourites ul li:last-child {
	margin: 0;
	width: 31%;
}
.desc-div {
	display: inline-block;
	vertical-align: middle;
}
.desc-div h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 170px;
}
.desc-div p {
	font-size: 12px;
	color: #707070;
	font-weight: 600;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 170px;
}
.addr {
	color: #000;
}
.dot {
	height: 8px;
	width: 8px;
	background-color: #707070;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
/*---------search-beer-page----------*/

.detail-coloums {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.detail-coloums li {
	display: inline-block;
	margin: 0px 15px 0px 0px;
	border-right: 1px solid #ddd;
	padding-right: 15px;
}
.detail-coloums li .icon img {
	width: 22px;
	height: 22px;
}
.detail-coloums li:last-child {
	border-right: 0px;
	padding-right: 0;
}
.tabbed-deatil-desc ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #f4f4f4;
	/* border-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #d6d6d6; */
}
.tabbed-deatil-desc ul.tabs li {
	background: transparent;
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-family: "Gotham-Bold";
	font-weight: bold;
	padding: 15px 10px;
	cursor: pointer;
	text-align: center;
	width: 33.33334%;
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid transparent;
	border-right: none;
	float: left;
	position: relative;
}
.tabbed-deatil-desc ul.tabs::after {
	content: "";
	display: table;
	clear: both;
}
.tabbed-deatil-desc ul.tabs li img {
	padding-right: 10px;
	vertical-align: top;
	margin-top: 1px;
}
.tabbed-deatil-desc ul.tabs li:last-child {
	border-right: 1px solid #d6d6d6;
	border-top-right-radius: 5px;
}
.tabbed-deatil-desc ul.tabs li.current {
	background: #f4b233;
	border: 1px solid #f4b233;
}
.tabbed-deatil-desc ul.tabs li.current:nth-child(1) {
	border-top-left-radius: 5px;
}
.tabbed-deatil-desc ul.tabs li.current:last-child {
	border-top-right-radius: 5px;
	border-right: 1px solid #d6d6d6;
	/* border-bottom-right-radius: 5px; */
}
/**17-03-2020**/

span.tbsl {
	display: inline-block;
	background: #ad2f33;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: normal;
	padding: 1px 4px;
	position: absolute;
	margin-left: 5px;
	font-family: "Gotham-Book";
}

.tabbed-deatil-desc .tab-content {
	display: none;
	background: transparent;
	/* padding: 15px;
    margin: 20px 0px; */
	border-radius: 5px;
	border: 0px solid #d6d6d6;
}
.tabbed-deatil-desc .tab-content.current {
	display: inherit;
	z-index: 999;
	height: auto;
	/*overflow: auto;
    max-height: 140px;*/
}
.tabbed-deatil-desc .more_detail_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	font-size: 18px;
	letter-spacing: 0.2px;
	box-shadow: none;
	border: 0;
	/*  max-height:250px;
    overflow: auto;*/
}
/**17-03-2020 end**/

/* .tabbed-deatil-desc .more_detail_box ul li:nth-child(odd) {
    background: transparent;
    border-bottom: none;
} */

.tatal_cans .select ul.dropdownListValue li {
	background: transparent;
}
.tabbed-deatil-desc .more_detail_box ul li {
	padding: 10px;
	border-bottom: 2px solid #d6d6d6;
}
/* .tabbed-deatil-desc .more_detail_box ul li .col_1 {
    float: left;
    width: 40%;
}

.tabbed-deatil-desc .more_detail_box ul li .col_2 {
    float: left;
    width: 30%;
    text-align: center;
}

.tabbed-deatil-desc .more_detail_box ul li .col_3 {
    float: left;
    width: 30%;
    text-align: center;
} */

.tabbed-deatil-desc .more_detail_box ul li::after {
	content: "";
	display: table;
	clear: both;
}
.tabbed-deatil-desc .more_detail_box .no_detail {
	background: #f5f5f5;
	text-align: center;
	padding: 35px 10px;
	border-bottom: 1px solid #d6d6d6;
	color: #4A4F55;
}
.detail_block.single_beer_eq_ht.search-beer-detail .site_default_btn {
	/*padding: 12px;*/
}
.single_beer_sec_1 .fig_sec .detail_block .desc {
	position: relative;
}
.single_beer_sec_1 .fig_sec .detail_block .desc .print-option {
	position: absolute;
	right: 0;
}
.single_beer_sec_1 .fig_sec .detail_block .desc .print-option ul {
	list-style: none;
	padding: 0;
}
.single_beer_sec_1 .fig_sec .detail_block .desc .print-option ul li:last-child {
	margin-right: 0;
}
.single_beer_sec_1 .fig_sec .detail_block .desc .print-option ul li {
	display: inline-block;
	margin: 0px 5px;
}
.single_beer_sec_1 .fig_sec .detail_block .desc .print-option ul li a {
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	padding: 6px;
}
.beers-from-the-brewer {
	padding: 0px 0px 60px 0;
}
.beers-from-the-brewer .head_sec {
	text-align: center;
	margin-bottom: 50px;
}
.beers-from-the-brewer .color_head {
	margin: 0;
	margin-bottom: 10px;
	color: #f4b233;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 7.5px;
	font-family: "Gotham-Medium";
}
.beers-from-the-brewer .dark_head {
	margin: 0;
	color: #000;
	font-size: 30px;
	font-family: "Leviathan-HTF-Black";
	letter-spacing: 0.2px;
}
.beers-from-the-brewer-slider .slick-prev.slick-arrow {
	background-image: url(../images/prev.svg);
	background-size: contain;
	position: absolute;
	top: 25%;
	left: -5%;
}
.beers-from-the-brewer-slider .slick-next.slick-arrow {
	background-image: url(../images/next.svg);
	background-size: contain;
	position: absolute;
	top: 22%;
	right: -5%;
}
.beers-from-the-brewer-slider .slick-dots {
	display: none !important;
}
#close-btn {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 3%;
	top: 5%;
}
.close-b {
	height: 10px;
	width: 2px;
	margin-left: 12px;
	background-color: #000;
	transform: rotate(45deg);
	Z-index: 1;
}
.close {
	height: 10px;
	width: 2px;
	background-color: #000;
	transform: rotate(90deg);
	Z-index: 2;
	opacity: 1;
}
/*----internal css-----*/

.beer_single_filter {
	clear: both;
	padding: 0 15px;
}
.beer_single_filter .beer_single_filters_inner {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-family: 'Gotham-Bold';
	font-size: 14px;
}
.beer_single_filter .beer_single_filters_inner .filter_txt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.beer_single_filter .beer_single_filters_inner .filter_link {
	display: inline-block;
	vertical-align: middle;
}
.beer_single_filter .beer_single_filters_inner a:first-child {
	border-left: 1px solid #d6d6d6;
	border-radius: 5px 0 0 5px;
}
.beer_single_filter .beer_single_filters_inner a.slickSortActive {
	background: #f4b233;
}
.beer_single_filter .beer_single_filters_inner a {
	display: inline-block;
	border: 1px solid #d6d6d6;
	border-left: none;
	color: #000;
	font-size: 14px;
	padding: 7px 15px;
	vertical-align: middle;
	float: left;
	min-width: 200px;
	text-align: center;
}
.beer_single_filter .beer_single_filters_inner a:last-child {
	border-radius: 0 5px 5px 0;
}
/*----store-locator--------*/

.page-store-locator .page-banner-content {
	padding: 85px 0;
	padding-top: 85px;
	padding-top: 85px;
	padding-top: 130px;
	text-align: center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.page-store-locator .page-banner-content .banner-title h2 {
	font-family: "Leviathan-HTF-Black";
	font-size: 48px;
	color: #fff;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	margin-bottom: 25px;
}
.page-store-locator .page-banner-content .bar_form {
	max-width: 940px;
	margin: 0 auto;
}
.page-store-locator .header_bar .bar_form .search_input form {
	float: none;
	width: 100%;
}
/**20-02-2020**/

.page-store-locator .header_bar .bar_form .search_input {
	float: left;
	position: relative;
	width: 45%;
	padding: 0 12px;
	min-width: auto;
}
.page-store-locator .header_bar .bar_form .search_input.by_store {
	width: 35%;
	padding: 0 12px;
}
.page-store-locator .header_bar .locate_btn_dv {
	float: left;
	/* width: 27%; */
	max-width: 215px;
	width: 100%;
}
/**20-02-2020**/

/***04-12-2019***/

.tabbed-deatil-desc .more_detail_box ul li.head {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tabbed-deatil-desc .more_detail_box ul li .dropdownListValue {
	padding: 0;
	float: left;
	width: 100.2%;
	display: none;
	position: absolute;
	left: -1px;
	background: #fff;
	border: 1px solid #d6d6d6;
	top: 79px;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 162px;
	overflow: auto;
	z-index: 9;
}
.tabbed-deatil-desc .more_detail_box ul li .dropdownListValue li:last-child {
	border-bottom: 0px;
}
.tabbed-deatil-desc .more_detail_box ul li .dropListDownDet {
	float: right;
	cursor: pointer;
	position: absolute;
	top: 51px;
	right: 0;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}
.tabbed-deatil-desc .more_detail_box ul li .dropdownListValue li:hover {
	background: #ffc694;
}
.tabbed-deatil-desc .more_detail_box ul li .dropdownListValue li {
	border: 0px;
}
/* .tabbed-deatil-desc .tab-content {
    padding: 0;
} */

/* .tabbed-deatil-desc .more_detail_box ul li:last-child {
    border-bottom: 0px;
} */

.no-pad-left.innerbox.border.customWidth.stockInfoDetSec {
	padding: 0px;
}
.stockInfoDetSec .stock_availSec {
	background: #f4f4f4;
	padding: 20px 25px;
	border-bottom: 1px solid #d6d6d6;
}
.stockInfoDetSec .stock_availSec .stock_details {
	width: 100%;
}
.stockInfoDetSec .stock_availSec .stock_details img {
	vertical-align: top;
	width: 30px;
	height: 30px;
}
.stockInfoDetSec .stock_availSec .stock_details span {
	color: #50c34d !important;
	font-size: 24px;
	line-height: 24px;
	padding-left: 10px;
	position: relative;
	top: 3px;
	font-family: "Gotham-Bold";
}
.stockInfoDetSec .stock_availSec .detSec {
	color: #4a4f55;
	font-size: 14px;
	padding-top: 20px;
}
.stockInfoDetSec .stock_availSec .detSec span {
	color: #d06f1a;
	font-family: "Gotham-Bold";
}
.stockInfoDetSec .aval_check_blk {
	padding: 40px 30px;
}
.stockInfoDetSec .closet_store {
	/* padding: 20px;
    padding-bottom: 5px; */
	margin-bottom: 0px;
}
.stockInfoDetSec .closet_store .store_row {
	margin: 0px;
	padding: 10px 0px;
}
.stockInfoDetSec .closet_store p.store_row .closeAnchor {
	display: block;
	width: 100%;
}
.stockInfoDetSec .closet_store p.store_row .closeAnchor a {
	display: block;
}
.check_store_other.store_paraStyle {
	font-size: 12px;
	padding-top: 30px;
}
.stockInfoDetSec .closet_store .store_row:last-child {
	border-right: 0px;
}
.stockInfoDetSec .closet_store .store_row:nth-child(5) {
	display: none;
}
.stockInfoDetSec .closet_store .store_row:nth-child(6) {
	display: none;
}
/*--media---*/

@media screen and (max-width: 1600px) {
	.tabbed-heading h4 {
		font-size: 18px;
	}
	.wishlist_box_inner .bottom_res_cont {
		width: calc(100% - 135px);
		padding-left: 5px;
	}
	.wishlist_box_inner .wishlist-img img {
		width: 130px;
		height: 130px;
	}
	.bottom_res_cont h4,
	.bottom_res_cont ul li {
		font-size: 16px;
	}
	.onsale_price ul li {
		max-width: inherit;
		margin: 0 auto;
		text-align: center;
		font-size: 13px;
	}
	.favourites .add-to-cart .site_default_btn {
		font-size: 13px;
	}
	.bottom_res_cont ul li {
		font-size: 14px;
	}
	.beers-from-the-brewer-slider .slick-prev.slick-arrow {
		top: 36%;
		left: -3%;
		width: 40px;
		height: 40px;
	}
	.beers-from-the-brewer-slider .slick-next.slick-arrow {
		top: 36%;
		right: -3%;
		width: 40px;
		height: 40px;
	}
	.wishlistWrapper .wishlist_footer .onsale_price .add-to-cart .site_default_btn {
		font-size: 13px;
		padding: 5px 15px;
	}
	.favourites ul li:nth-child(2) {
		width: 47%;
	}
}

@media screen and (max-width: 1440px) {
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-block {
		font-size: 15px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-list-headings .bs-address-block {
		font-size: 16px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-name-field {
		max-width: 160px;
		min-width: 160px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-city-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-province-field {
		max-width: 165px;
		min-width: 165px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-zip-field {
		max-width: 175px;
		min-width: 175px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field {
		max-width: 90px;
		min-width: 90px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-field {
		max-width: calc(100% - 915px);
		min-width: calc(100% - 915px);
	}

	.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
		font-size: 22px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-section-title .bs-add-address-btn {
		font-size: 16px;
	}
	.bs-addresses-listing .billing_no_found {
		padding: 15px 0 0;
		font-size: 14px;
	}

	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
	   /* width: 19%;*/
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 {
	   /* width: 9%;*/
	}
}

@media screen and (max-width: 1366px) {
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-list-headings .bs-address-block,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-block {
		font-size: 14px;
		padding: 20px 10px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-name-field {
		max-width: 150px;
		min-width: 150px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-city-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-province-field {
		max-width: 160px;
		min-width: 160px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-zip-field {
		max-width: 135px;
		min-width: 135px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-field {
		max-width: calc(100% - 845px);
		min-width: calc(100% - 845px);
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field .bs-remove-address-btn {
		padding: 2px 0 2px 20px;
		background-size: 12px auto;
	}
}

@media screen and (max-width: 1342px) {
	.favourites .add-to-cart .site_default_btn {
		font-size: 10px;
		padding: 5px;
		float: right;
	}
	.onsale_price ul li {
		font-size: 12px;
	}
	.bottom_res_cont h4,
	.bottom_res_cont ul li {
		font-size: 12px;
	}
	span.size img {
		width: 15px;
	}
	.bottom_res_cont ul li span.price {
		margin: 0px 2px;
	}
	.desc-div h3 {
		font-size: 12px;
	}
	.desc-div p {
		font-size: 10px;
	}
	.favourites ul {
		padding: 10px;
	}
	.favourites .add-to-cart {
		min-width: 60px;
	}
	.favourites ul li:last-child {
		width: 25%;
	}
	.favourites ul li:nth-child(2) {
		width: 50%;
	}
	.favourites ul li:nth-child(1) {
		width: 14%;
	}
	.wishlistWrapper .wishlist_footer .onsale_price .add-to-cart .site_default_btn {
		font-size: 12px;
		padding: 5px 10px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
		font-size: 20px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.header_wrap .top_bar .topLinks .cartHeaderLink {
		width: 130px;
	}
	.favourites ul li:nth-child(2) {
		width: 50%;
	}
	.favourites ul li:last-child {
		width: 20%;
	}
	.favourites ul li:nth-child(1) {
		width: 18%;
	}
	.detail-coloums li {
		margin: 0px 10px 0px 0px;
		padding-right: 10px;
	}
	.onsale_price ul li {
		min-width: 31.3%;
	}
	.wishlistWrapper .wishlist_footer .onsale_price .add-to-cart .site_default_btn {
		font-size: 11px;
		padding: 5px 10px;
		margin-bottom: 0px;
	}
	.beers-from-the-brewer-slider .slick-prev.slick-arrow {
		top: 36%;
		left: -2%;
		width: 34px;
		height: 34px;
	}
	.beers-from-the-brewer-slider .slick-next.slick-arrow {
		top: 36%;
		right: -2%;
		width: 34px;
		height: 34px;
	}
	.beers-from-the-brewer-slider .wishlist_footer .onsale_price .add-to-cart .site_default_btn {
		font-size: 13px;
	}
	.tabbed-deatil-desc .more_detail_box ul li .dropdownListValue {
		width: 100.3%;
	}
	/* .stockInfoDetSec .stock_availSec .detSec {
        width: 73%;
    } */
	.stockInfoDetSec .closet_store h2.hstore {
		/* max-width: 22%;
        width: 22%;
        border-right: 1px solid #d6d6d6;
        margin-top: 1px; */
	}
	.check_store_other.store_paraStyle {
		padding-top: 20px;
	}

	.stockInfoDetSec .stock_availSec .stock_details img {
		width: 22px;
	}
	.stockInfoDetSec .stock_availSec .stock_details span {
		font-size: 20px;
		line-height: 20px;
		top: 0;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-name-field {
		max-width: 120px;
		min-width: 120px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-city-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-province-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-zip-field {
		max-width: 135px;
		min-width: 135px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field {
		max-width: 85px;
		min-width: 85px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-field {
		max-width: calc(100% - 730px);
		min-width: calc(100% - 730px);
	}

	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
	    /*width: 22%;*/
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 {
	    /*width: 19%;*/
	}
}
@media screen and (max-width: 1024px) {
	.stockInfoDetSec .closet_store .store_row {
		/* margin-right: 5px; */
	}
	.stockInfoDetSec .closet_store .store_row:nth-child(4) {
		/* border-right: 1px solid #ccc; */
	}
	.detail-coloums {
		list-style: none;
		margin-bottom: 30px;
		padding: 0;
		/* border: 1px solid #d6d6d6;
        padding: 10px;
        border-radius: 5px; */
	}
	ul.detail-coloums::after {
		content: "";
		display: table;
		clear: both;
	}
	.detail-coloums li {
		margin: 0;
		padding: 10px 20px;
		width: 50%;
		float: left;
		display: inline-block;
		border-bottom: 1px solid #d6d6d6;
		position: relative;
		border-right: 0px solid #ddd;
	}
	.detail-coloums li::after {
		content: "";
		display: inline-block;
		width: 1px;
		background-color: #e1e1e1;
		height: 24px;
		position: absolute;
		right: 0;
	}
	.detail-coloums li:last-child,
	.detail-coloums li:nth-child(3) {
		border-bottom: 0px;
	}
	.detail-coloums li:nth-child(2n)::after {
		display: none;
	}
	.wishlist_footer .onsale_price .add-to-cart .site_default_btn {
		font-size: 11px;
	}
	/**20-02-2020**/
	/*.page-store-locator .header_bar .locate_btn_dv .locate_btn {font-size:16px;}*/
	/**20-02-2020 end**/

	.stockInfoDetSec .stock_availSec .stock_details img {
		width: 20px;
	}
	.stockInfoDetSec .stock_availSec .stock_details span {
		font-size: 18px;
		line-height: 18px;
		top: 10px;
	}
}
@media screen and (max-width: 991px) {
	.beers-from-the-brewer-slider .slick-next.slick-arrow {
		background-image: url(../images/next-dark.svg);
		background-size: contain;
		position: absolute;
		top: unset;
		right: 43%;
		bottom: calc(0% - 40px);
		width: 40px;
		height: 40px;
	}
	.beers-from-the-brewer-slider .slick-prev.slick-arrow {
		/*background-image: url(../images/next-dark.svg);*/
		background-size: contain;
		position: absolute;
		top: unset;
		left: 43%;
		bottom: calc(0% - 40px);
		width: 40px;
		height: 40px;
	}
	.wishlist_footer {
		padding: 5px;
	}
	.onsale_price ul li {
		min-width: 33.3%;
	}
	.favourites ul li:last-child {
		width: 25%;
	}
	.favourites ul li:nth-child(2) {
		width: 48%;
	}
	.beers-from-the-brewer-slider .wishlist_footer .onsale_price .add-to-cart .site_default_btn {
		font-size: 10px;
	}
	.detail-coloums li {
		padding: 10px 15px;
	}
	.page-store-locator .page-banner-content .banner-title h2 {
		font-size: 40px;
	}
	/* .check_store_other.store_paraStyle {
        padding-bottom: 45px;
    } */
	.stockInfoDetSec .stock_availSec .stock_details {
		/* margin-right: 30px; */
	}
	/**20-02-2020**/
	.page-store-locator .header_bar .bar_form .search_input {
		width: 43%;
		min-width: inherit;
	}
	.page-store-locator .header_bar .locate_btn_dv {
		/* width: 22%; */
		max-width: 185px;
	}
	.page-store-locator .header_bar .bar_form .search_input.by_store {
		width: 33%;
	}
	.page-store-locator .header_bar .locate_btn_dv .locate_btn {
		font-size: 14px;
		line-height: 14px;
		padding: 18px 0px;
		background-position: center left 20px;
		padding-left: 30px;
	}
	/**20-02-2020 end**/
	span.tbsl {
		top: 0;
		right: 0;
		margin-left: 0;
		width: 42px;
		left: 0;
		margin: 0 auto;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .form_field span.checkbox_text {
		font-size: 13px;
		line-height: 16px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
		font-size: 18px;
	}
	
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-list-headings .bs-address-block,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-block {
		font-size: 12px;
		line-height: 14px;
		padding: 15px 8px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field .bs-remove-address-btn {
		padding: 2px 0 2px 15px;
		background-size: 10px auto;
		font-size: 11px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-name-field {
		max-width: 90px;
		min-width: 90px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-city-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-province-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-zip-field {
		max-width: 105px;
		min-width: 105px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field {
		max-width: 75px;
		min-width: 75px
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-field {
		max-width: calc(100% - 570px);
		min-width: calc(100% - 570px);
	}
	.bs-addresses-listing .billing_no_found {
		font-size: 12px;
	}

	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 {
	    /*width: 52%;*/
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
	    /*width: 16%;*/
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 {
	    /*width: 13%;*/
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .order_buttons {
	    padding-top: 35px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total p.description_heading,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total p.description_heading {
		font-size: 14px;
		line-height: 16px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .tatal_price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .qty_numbers,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .subtotal_price {
		font-size: 12px;
		line-height: 16px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage p {
		line-height: 16px;
		font-size: 12px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
		font-size: 14px;
		line-height: 16px;
	}
}
@media screen and (max-width: 767px) {	
	.single_beer_sec_1 .fig_sec .detail_block .desc .print-option {
		position: relative;
		text-align: right;
		width: 90px;
		float: right;
	}
	.dropdownListValue li:nth-child(1):before {
		top: 19px !important;
	}
	.beers-from-the-brewer-slider .slick-next.slick-arrow {
		right: 40%;
	}
	.beers-from-the-brewer-slider .slick-prev.slick-arrow {
		left: 40%;
	}
	.tabbed-container ul.tabs::after {
		content: "";
		display: table;
		clear: both;
	}
	.tabbed-container ul.tabs li {
		width: 50%;
		float: left;
		margin: 0px;
	}
	.bottom_res_cont h4,
	.bottom_res_cont ul li {
		font-size: 14px;
	}
	.single_beer_sec_1 .fig_sec .detail_block .desc h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.single_beer_sec_1 .fig_sec .detail_block .desc h2 {
		font-size: 22px;
		width: calc(100% - 90px);
	}

	.beers-from-the-brewer .head_sec .dark_head {
		font-size: 20px;
	}
	.beer_single_filter .beer_single_filters_inner {
		text-align: center;
		border-bottom: 0px transparent !important;
	}
	.beer_single_filter .beer_single_filters_inner .filter_txt {
		margin-right: 2px;
	}
	.beers-from-the-brewer .head_sec {
		margin-bottom: 30px;
	}
	/*-----internal css------*/
	.beer_single_filter .beer_single_filters_inner a {
		font-size: 12px;
		min-width: inherit;
	}
	.beer_single_filter .beer_single_filters_inner .filter_txt {
		margin-right: 10px;
	}
	.beer_single_filter .beer_single_filters_inner {
		font-size: 14px;
		margin-bottom: 10px !important;
	}
	/*-----stoe-locator-----*/
	.page-store-locator .header_bar .bar_form .search_input,
	.page-store-locator .header_bar .bar_form .search_input.by_store {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-store-locator .header_bar .locate_btn_dv .locate_btn {
		width: 100%;
		text-align: center;
		padding: 14px;
		background-position: center left 39%;
	}
	.page-store-locator .header_bar .bar_form .search_input .txt_b {
		height: 40px;
	}
	.page-store-locator .page-banner-content .banner-title h2 {
		font-size: 30px;
	}
	/**20-02-2020**/
	.page-store-locator .header_bar .locate_btn_dv {
		width: 100%;
		padding: 15px 0;
		max-width: unset;
	}
	/*.page-store-locator .header_bar .locate_btn_dv .locate_btn {
    height: 50px;
    line-height: 50px;
}*/
	/**20-02-2020 end**/
	.stockInfoDetSec .stock_availSec .stock_details {
		/* width: 23%; */
	}
	.stockInfoDetSec .stock_availSec .detSec {
		/* width: 68%; */
		line-height: normal;
		font-size: 13px;
	}
	.stockInfoDetSec .closet_store {
		padding: 0px;
	}
	.stockInfoDetSec .closet_store h2.hstore {
		/* padding: 15px 20px; */
		/* max-width: 100%;
        width: 100%;
        
        border-bottom: 1px solid #d6d6d6;
        border-right: 0px; */
	}
	.stockInfoDetSec .closet_store .store_row {
		/* width: 100%;
        margin-right: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #d6d6d6;
        border-right: 0px;
        padding-top: 12px; */
	}
	.stockInfoDetSec .closet_store .store_row .closet_store:last-child {
		border-bottom: 0px;
	}
	/* .no-pad-left.innerbox.border.customWidth.stockInfoDetSec {
        padding-bottom: 0px;
    } */
	.check_store_other.store_paraStyle {
		/* padding: 0; */
		/* text-align: left; */
		/* margin-bottom: 45px; */
	}
	.stockInfoDetSec .closet_store p.store_row .closeAnchor {
		border-right: 0px;
	}
	.header_wrap .top_bar .topLinks li.cartHeaderLink .budgCart {
		left: 18px;
	}
	.header_wrap .top_bar .topLinks li.loginBtn.profileSecStyle .dropdown {
		margin-right: 0;
		border-right: none;
		padding-right: 0;
	}

	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap .form_field {
		width: auto;
		float: none;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap .form_field + .form_field {
		margin-top: 30px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap .form_field:first-child {
		padding-right: 0;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section .bs-personal-info-form .formFieldTwoColwrap .form_field:last-child {
		padding-left: 0;
	}
	.full_page_account .page_container .tab-content .info .information_section form .bs-personal-info-form .save_button {
		width: auto;
		display: block;
	}

	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-list-headings {
		display: none;
	}

	.bs-delivery-address-section {
		margin-top: 45px;
		padding-top: 45px;
		border-top: 1px solid #DDD;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry {
		display: block;
		border-bottom: none;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry + .bs-address-entry {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #DDD;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-block {
		display: flex;
		justify-content: space-between;
		padding: 12px 0;
		word-wrap: normal;
		word-break: normal;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-heading {
		max-width: 45%;
		min-width: 45%;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-value {
		max-width: 55%;
		min-width: 55%;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-heading {
		padding: 0 10px 0 0;
		font-size: 18px;
		line-height: 20px;
		font-family: "Gotham-Medium";
		color: #000;
		display: block;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-value {
		padding: 0 0 0 10px;
		font-size: 16px;
		line-height: 20px;
		word-wrap: break-word;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-name-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-city-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-province-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-zip-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-field {
		max-width: 100%;
		min-width: 100%;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field {
		text-align: left;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-action-field .bs-remove-address-btn {
		padding: 0 0 0 25px;
		background-size: 12px auto;
		font-size: 12px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
		font-size: 24px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info .bs-address-section-title h3 {
		margin-bottom: 25px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-section-title .bs-add-address-btn {
		font-size: 18px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-section-title {
		display: block;
		margin-bottom: 30px;
	}
	.bs-addresses-listing .billing_no_found {
		font-size: 14px;
		border-top: 1px solid #DDD;
	}

	.billing_popup .billing_pop_div,
	.billing_address_popup .modal-dialog {
		max-width: 90%;
	}

	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_2,
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_2,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3 {
		width: auto;
		float: none;
	}
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field {
		margin-bottom: 10px;
	}
	.billing_popup .billing_pop_div h3,
	.billing_address_popup .billing_pop_div h3 {
		font-size: 24px;
	}

	.billing_popup,
	.billing_address_popup {
		overflow-y: auto;
		padding: 50px 0;
	}
	.billing_pop_div .save_button {
		max-width: 100%;
		padding: 0 10px;
		margin: 0;
	}
	.billing_popup .billing_pop_div {
		margin: 65px auto;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
		font-size: 18px;
		line-height: normal;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p {
		margin: 0;
		font-family: "Gotham-Book";
		font-size: 14px;
		line-height: normal;
		margin-bottom: 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .tatal_price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .qty_numbers,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .subtotal_price {
		font-size: 16px;
		line-height: 16px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_3 {
		width: 50% !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_4 {
		width: 50% !important;
		text-align: right;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_3 p {
		padding: 0;
		color: #4a4f55;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total p.description_heading,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total p.description_heading {
		font-size: 16px;
		line-height: 16px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total.order_description .col_3,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total.order_description .col_4 {
		padding: 0;
		border: none;
		float: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_3 p:last-child,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_4 p:last-child {
		margin: 0;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .description_heading {
		color: #4a4f55;
		font-size: 16px;
	}
	span.tbsl {
		top: 8px;
		font-size: 8px;
		padding: 2px 2px;
		width: 36px;
		left: 80px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .psEle {
		padding-top: 0;
		padding-left: 90px;
		clear: both;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .psEle .packup,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .psEle .sale {
		margin-top: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .leftCol {
		display: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol {
		float: none;
		width: 100%;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul {
		border-bottom: none;
		padding-bottom: 0;
	}

}
@media screen and (max-width: 680px) {
	.stockInfoDetSec .stock_availSec .stock_details {
		/* width: 27%;
        margin-right: 20px; */
	}
}
@media screen and (max-width: 599px) {
	.favourites ul li:nth-child(1) {
		width: 14%;
	}
	.tabbed-container ul.tabs li {
		padding: 10px 20px;
		font-size: 15px;
	}
	.favourites ul li:nth-child(2) {
		width: 50%;
	}
	.detail-coloums li {
		padding: 10px;
		font-size: 12px;
	}
	.detail-coloums li .icon img {
		width: 18px;
		height: 18px;
	}
	/***************/
	.page-store-locator .header_bar .locate_btn_dv .locate_btn {
		background-position: left 33% center;
	}
}
@media screen and (max-width: 479px) {
	.beers-from-the-brewer-slider .slick-next.slick-arrow {
		right: 36%;
	}
	.beers-from-the-brewer-slider .slick-prev.slick-arrow {
		left: 36%;
	}
	.detail-coloums {
		border: 0px solid #d6d6d6;
	}
	.tabbed-container ul.tabs li {
		margin: 0px 0px;
		padding: 20px 14px;
		font-size: 14px;
	}
	.beer_single_filter .beer_single_filters_inner {
		font-size: 12px;
	}
	.beer_single_filter .beer_single_filters_inner a {
		font-size: 10px;
		min-width: inherit;
	}
	.detail-coloums li {
		padding: 8px;
		font-size: 12px;
	}
	.single_beer_sec_1 .fig_sec .detail_block .desc h3 {
		font-size: 16px;
	}
	.single_beer_sec_1 .fig_sec .detail_block .desc h2 {
		font-size: 18px;
		letter-spacing: 0px;
	}
	.single_beer_sec_1 .fig_sec .detail_block .desc .print-option ul li {
		margin: 0px 2px;
	}
	.single_beer_sec_1 .fig_sec .detail_block .desc .print-option ul li a {
		padding: 2px 4px 5px;
	}
	.page-store-locator .header_bar .locate_btn_dv .locate_btn {
		background-position: left 30% center;
	}
	.header_wrap .top_bar .topLinks li.cartHeaderLink .budgCart {
		left: auto;
	}
	span.tbsl {
		top: 4px;
		left: 60px;
	}
}
@media screen and (max-width: 430px) {
	.tabbed-deatil-desc ul.tabs li {
		font-size: 15px;
		padding: 12px 0px;
	}
	.detail-coloums li {
		padding: 8px 2px;
		font-size: 11px;
	}
	.tabbed-deatil-desc ul.tabs li img {
		padding-right: 5px;
	}
	.tabbed-deatil-desc .more_detail_box ul {
		font-size: 12px;
	}
	.page-store-locator .header_bar .locate_btn_dv .locate_btn {
		background-position: left 25% center;
	}
	.stockInfoDetSec .stock_availSec .stock_details {
		/* width: 27%; */
	}
	.bottom_res_cont h4,
	.bottom_res_cont ul li {
		font-size: 13px;
	}
	.wishlist_box_inner .bottom_res_cont {
		padding-left: 3px;
	}
}
/*-----internal css-----*/

@media screen and (max-width: 413px) {
	.beer_single_filter .beer_single_filters_inner a {
		font-size: 10px;
		padding: 7px 10px;
	}
	.beer_single_filter .beer_single_filters_inner .filter_txt {
		margin-right: 5px;
	}
	.stockInfoDetSec .stock_availSec .stock_details {
		/* width: 31%; */
	}
	.stockInfoDetSec .stock_availSec .detSec {
		/* width: 60%; */
    }
    .checkout_actions a span {
        padding: 0 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .psEle {
		padding-left: 75px;
	}
	span.tbsl {
		left: 50px;
	}
}
/*------*/

@media screen and (max-width: 374px) {
	.favourites ul li:nth-child(1) {
		width: 15%;
	}
	.favourites ul li:nth-child(2) {
		width: calc(50% - 2px);
	}
	.tabbed-container ul.tabs li {
		margin: 0px 0px;
		padding: 15px 5px;
		font-size: 13px;
	}
	.tabs .tab-link img {
		width: 20px;
	}
	.wishlistWrapper .wishlist_footer .onsale_price .add-to-cart .site_default_btn {
		padding: 5px 12px;
	}
	.wishlist_footer {
		padding: 10px;
	}
	.wishlist_box_inner,
	.wishlist_footer {
		padding: 10px;
	}
	.onsale_price ul li {
		min-width: 30%;
	}
	.beers-from-the-brewer-slider .slick-next.slick-arrow {
		right: 32%;
	}
	.beers-from-the-brewer-slider .slick-prev.slick-arrow {
		left: 32%;
	}
	.tabbed-deatil-desc ul.tabs li img {
		padding-right: 5px;
		width: 15px;
	}
	.tabbed-deatil-desc ul.tabs li {
		font-size: 12px;
	}
	.detail-coloums li {
		font-size: 9px;
	}
	/*---------internal css-------*/
	.beer_single_filter .beer_single_filters_inner {
		font-size: 13px;
	}
	.beer_single_filter .beer_single_filters_inner a {
		font-size: 10px;
		padding: 7px 5px;
	}
	.beer_single_filter .beer_single_filters_inner .filter_txt {
		margin-right: 1px;
	}
	.tabbed-deatil-desc ul.tabs li {
		font-size: 13px;
    }
    .stockInfoDetSec .aval_check_blk {
        padding: 30px 20px;
    }
    .stockInfoDetSec .stock_availSec {
        padding: 20px 20px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p {
		font-size: 12px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .padd_mob {
		min-height: 65px;
	}
	span.tbsl {
		left: 40px;
	}
}
body {
	width: 100%;
	overflow-x: hidden;
}
.sideCart {
	height: 100vh;
	top: 0;
	max-width: 500px;
	width: 100%;
	position: fixed;
	z-index: 1;
	right: -100%;
	background: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 9999;
	min-height: -webkit-fill-available;
	box-shadow: 0px 0 57px -12px rgba(000, 000, 000, .5);
}
.sideCart a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sideCart .closebtn {
	float: right;
	padding: 0;
	line-height: 18px;
	margin: 0;
	color: #fff;
	font-family: "Gotham-Book";
	margin-top: 3px;
}
.sideCart .orderDet h2 {
	padding: 25px;
	padding-right: 35px;
	margin: 0;
	background: #d06f1a;
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	font-family: "Gotham-Bold";
}
.sideCart .cart_list ul:first-child {
	background: #f5f5f5;
}
.sideCart .cart_list ul:last-child {
	border-bottom: 1px solid #f2f2f2;
}
ul#miniCart {
	background: transparent;
}
.sideCart .cart_list li {
	float: left;
	width: 100%;
	/* margin-bottom: 20px; */
}
.sideCart .cart_list a.linkCart {
	padding: 0;
	float: right;
	font-size: 16px;
}
.sideCart .cart_list .heading-style {
	font-size: 18px;
	line-height: normal;
	float: left;
	width: 66%;
}
.sideCart .cart_list .heading-style .quantity-det.custom-quantity-det {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: normal;
	color: #404040;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 6px 0px 0;
}
.sideCart .cart_list .heading-style .quantity-det.custom-quantity-det .order-type-icon {
	padding-right: 6px;
}
.sideCart .cart_list li i {
	font-size: 32px;
	float: left;
	padding-right: 10px;
	position: relative;
	top: 3px;
	width: 8%;
	text-align: center;
}
.sideCart .cart_list li .imgDetSec {
	font-size: 32px;
	float: left;
	position: relative;
	top: 3px;
	width: 50px;
	line-height: 28px;
}
.sideCart .cart_list li .imgDetSec img {
	width: auto;
}
.sideCart .cart_list a.linkCart {
	padding: 0;
	float: right;
	color: #404040;
	font-size: 14px;
	border-bottom: 1px solid #aaa;
	padding-top: 22px;
	line-height: normal;
	padding-bottom: 1px;
	cursor: pointer;
}
.cart_list.profileDetInfo .num {
	float: left;
	width: 42px;
	font-size: 18px;
	padding-left: 5px;
	color: #404040;
	line-height: 22px;
}
.cart_list.profileDetInfo .heading-style {
	width: 60%;
	float: left;
}
.cart_list.profileDetInfo .heading-style .crt {
	font-size: 18px;
	font-family: "Gotham-Book";
	color: #000;
	padding: 0;
}
.cart_list.profileDetInfo .heading-style .crt:hover {
	color: #f4b233;
}
.cart_list.profileDetInfo .price-info {
	font-size: 16px;
	color: #000;
	line-height: 16px;
}
.cart_list.profileDetInfo .editClass {
	font-size: 14px;
}
.cart_list.profileDetInfo a.linkCart {
	padding-top: 0px;
}

.cart_list.profileDetInfo li {
	border-bottom: 1px solid #cfcfcf;
	padding: 15px 0;
}
.cart_list.profileDetInfo .heading-style .quantity-det {
	color: #000;
	padding-top: 5px;
	font-size: 14px !important;
}
.cart_list.profileDetInfo li {
	margin-bottom: 0px;
	position: relative;
}
.cart_list.profileDetInfo li.no_cart {
	border-bottom: 0;
	padding: 40px 10px;
}
.cart_list.profileDetInfo li.no_cart p {
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
}
.cart_list.profileDetInfo li.no_cart p strong {
	color: #000;
}
.cart_list.profileDetInfo li .subtotalSec {
	list-style: none;
	float: right;
	width: 75%;
}
.cart_list.profileDetInfo li .subtotalSec li {
	border: 0px;
	margin: 0;
	padding: 0;
}
/**02-03-2020**/

.cart_list.profileDetInfo li .subtotalSec .totalprice,
.cart_list.profileDetInfo li .subtotalSec .hst_fee,
.cart_list.profileDetInfo li .subtotalSec .totalprice,
.cart_list.profileDetInfo li .subtotalSec .delivery_fee,
.cart_list.profileDetInfo li .subtotalSec .totalprice,
.cart_list.profileDetInfo li .subtotalSec .subtotal_price {
	float: right;
	width: 40%;
	text-align: right;
	white-space: normal;
}
/**02-03-2020 end**/

.cart_list.profileDetInfo li .subtotalSec .price-info {
	width: 100%;
	float: right;
}
.cart_list.profileDetInfo li .subtotalSec .heading-style {
	font-weight: bold;
}
.cart_list.profileDetInfo li .subtotalSec .heading-style span {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
.cart_list.profileDetInfo li .subtotalSec .totalprice {
	font-size: 16px;
}
.cart_list.profileDetInfo li .subtotalSec .totalprice span {
	font-size: 16px;
}
/* .cart_list.profileDetInfo li:last-child {
    border-bottom: 0px;
} */

/*.cartHeaderLink.d-none{display: none !important;}*/

.overlayDiv-editSec {
	position: absolute;
	left: -35px;
	right:-35px;
	background: #fff;
	height: 100%;
	top: 0;
	/*width: 100%;*/
	padding: 16px 10px;
	display: none;
	box-shadow: 0px 0px 25px rgb(0, 0, 0,0.09);
}
.overlayDiv-editSec .remove span {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #4a4f55;
}
.overlayDiv-editSec .remove {
	float: left;
	width: 20%;
	text-align: center;
	cursor: pointer;
	padding-top: 4px;
}
.overlayDiv-editSec .minus,
.overlayDiv-editSec .plus {
	width: 40px;
	height: 40px;
	background: #f4b233;
	padding: 6px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #f4b233;
	font-size: 20px;
}
.overlayDiv-editSec .minus {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.overlayDiv-editSec .plus {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.overlayDiv-editSec .remove input {
	height: 34px;
	width: 100px;
	text-align: center;
	font-size: 26px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}
.overlayDiv-editSec .number {
	float: left;
	width: 63%;
	text-align: center;
	padding: 0 10px;
	display: inline-flex;
	padding-left: 20px;
}
.overlayDiv-editSec .closeDet {
	float: right;
	width: 20%;
	text-align: center;
	font-size: 12px;
	color: #4a4f55;
	cursor: pointer;
}
.overlayDiv-editSec .closeDet span {
	float: left;
	width: 100%;
}
.overlayDiv-editSec .number input {
	width: 65%;
	font-size: large;
	border: 1px solid #d6d6d6;
	padding: 10px;
	text-align: center;
	height: 40px;
}
.header_wrap .top_bar .topLinks li.cartHeaderLink a {
	padding: 0px;
	border: 0px;
	position: relative;
	display: inline-block;
}
.header_wrap .top_bar .topLinks li.cartHeaderLink .carttotal {
	padding-right: 10px;
	font-size: 14px;
	font-family: 'Gotham-Medium';
}
/* 6feb 2020*/

.header_wrap .top_bar .topLinks li.cartHeaderLink .budgCart {
	position: absolute;
	right: -10px;
	background: #ef2753;
	width: 18px;
	text-align: center;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	border-radius: 40px;
	top: -8px;
	display: inline-block;
	font-family: "Gotham-Medium";
}
/***04-12-2019***/

.sideCart .orderDet {
	float: left;
	width: 100%;
	/* height: 100%; */
	/* overflow: auto; */
	margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
	.header_wrap .top_bar .topLinks li.cartHeaderLink a {
		padding-left: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.header_wrap .top_bar .topLinks li.cartHeaderLink .carttotal {
		padding-right: 10px;
	}
	/*
    .header_wrap .top_bar .topLinks li.cartHeaderLink a {
        padding-right: 28px;
    }
    */
}
.hentry header {
	position: relative;
}
.hentry header h1 {
	text-align: center;
}
.checkout_actions {
	position: fixed;
	bottom: 50px;
    width: 100%;
    z-index: 99;
    right: -100%;
    transition: 0.5s;
    max-width: 500px;
}
.checkout_actions.showaction{
    right:0;
}
.checkout_actions a {
	width: 100%;
	margin: 0 auto;
	background: #f4b233;
	color: #000000;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-family: 'Gotham-Bold';
	padding: 18px 0px;
	height: 70px;
	text-transform: uppercase;
}
.checkout_actions .row {
	margin: 0;
}
span.pickupBtnStyl span {
	text-transform: capitalize;
}
#set_deliver_time {
	border: none;
	color: rgb(245, 245, 245);
	background: #fbfafa;
}
.pac-container {
	z-index: 9;
}
.modal_pickup_delivery li {
	list-style-type: none;
	margin-top: 10px;
	background: #ccc;
	padding: 10px;
	cursor: pointer;
}
.modal_pickup_delivery ul {
	margin: 0;
	padding: 0;
}
/*.modal {
      z-index: 999999999999;
}*/

.notify.cart h3 {
	position: absolute;
	left: 33%;
	top: 21px;
	margin: 0;
}
span.pop_img img {
	width: 100px;
	height: 100px;
}
.notify.cart .notify-text {
	padding: 0;
	margin: 0;
}
.notify.cart .notify-close-btn {
	border-radius: 0;
	right: 1px;
	top: 0px;
	border: none;
}
.notify.cart .notify-text p {
	margin: 0px;
	color: #505050;
}
.notify.cart.notify-top-right {
	border: none;
	border-radius: 5px;
	overflow: hidden;
}
.notify.cart span.pop_img img {
	margin-right: 12px;
}
a.customer_actions {
	margin-right: 40px;
}
body {
	position: relative;
}
.bootstrap-datetimepicker-widget {
	z-index: 9999 !important;
}
/*.store_time.red{
    color:red;
    font-weight: bold
}*/

#search_txt_box.error {
	border: 1px solid red;
}
#search_txt_box.error::placeholder {
	color: red;
	opacity: 1;
	/* Firefox */
}
#search_txt_box_header.error {
	border: 1px solid red;
}
#search_txt_box_header.error::placeholder {
	color: red;
	opacity: 1;
	/* Firefox */
}
.header_search .s_btn_header {
	position: absolute;
	border: none;
	width: 160px;
	height: 60px;
	border-radius: 0 50px 50px 0;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	background: #f4b233;
	font-family: "Gotham-Bold";
	font-size: 18px;
}
.header_wrap.sticky-header .header_search.header_searchStickey .s_btn_header {
	height: 48px;
	padding: 8px 30px;
	width: auto;
	line-height: normal;
	font-size: 16px;
}
span.budgCart {
	color: #fff;
}
span.budgCartTotal {
	color: #fff;
}
.mobileLinks span.budgCart {
	color: #fff;
	background: red;
	padding: 2px 6px;
	border-radius: 50%;
}
.total_bottom span {
	display: block;
}
.checkout_actions .total_bottom.col-sm-4 {
	background: #d06f1a;
	color: #fff;
	text-align: left;
	font-size: 18px;
	height: 70px;
}
.checkout_actions .total_bottom,
.checkout_actions .checkout_bottom {
	padding: 0;
}
.checkout_actions .checkout_bottom {
	width: 65%;
	max-width: 333px;
}
.checkout_actions .total_bottom {
	width: 35%;
	max-width: 187px;
	padding: 17px 10px 16px;
	padding-left: 40px;
}
.checkout_actions .total_bottom .total_value {
	font-family: Gotham-Bold;
	font-size: 18px;
	line-height: 18px;
	margin-top: 8px;
	letter-spacing: 1px;
}
span.total_label {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-family: Gotham-Medium;
}
#pickupDropdown a.dropdown-item span {
	margin: 10px;
}
#pickupDropdown a.dropdown-item {
	color: #333;
	margin-top: 10px;
	display: table;
}
div#pickupDropdown {
	padding: 9px;
	width: 181px;
}
.tab_container.beer_orderPayment.show_pickup {
	display: none;
}
.heading-style span#order_type_label {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 19px;
	padding-left: 2px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	/**********/
	.stockInfoDetSec .stock_availSec {
		padding: 15px;
	}
	.stockInfoDetSec .stock_availSec .detSec {
		font-size: 12px;
		padding-top: 12px;
	}
	.stockInfoDetSec .aval_check_blk {
		padding: 28px 15px 18px;
	}
	.stockInfoDetSec .closet_store .store_row {
		padding: 5px 0px;
	}
	.sideCart {
		/*height: calc(100vh - 75px);
		top: 75px;*/
	}
}
@media screen and (max-width: 767px) {
	.checkout_actions .total_bottom {
		padding-left: 35px;
	}
	.more_detail.more_detail_desktop {
		display: none;
	}
	.more_detail.more_detail_mobile {
		display: block;
		margin-bottom: 50px;
	}
	.stockInfoDetSec .stock_availSec .stock_details img {
		width: 20px;
		height: 20px;
	}
	.stockInfoDetSec .stock_availSec .stock_details span {
		font-size: 16px;
		padding-left: 6px;
	}
	.sideCart .orderDet h2{
		padding-right: 25px;
	}
	.sideCart .cart_list .heading-style {
		font-size: 16px;
	}
	.sideCart .orderDet .cartSecInfo ul:first-child {
		padding-right: 25px !important;
	}
	.cart_list.profileDetInfo .num {
		width: 30px;
		font-size: 16px;
	}
	.sideCart {
		/*height: calc(100vh - 50px);
		top: 50px;*/
		right: -120%;
		height: calc(100vh - calc(100vh - 100%));
	}
	.tabbed-deatil-desc .more_detail_box ul {
		border: 1px solid #ddd;
		padding: 25px;
		max-height: 1000px;
		overflow-y: auto;
	}
	.cart_list.profileDetInfo .heading-style .crt {
		font-size: 16px;
    }
    .overlayDiv-editSec .minus, .overlayDiv-editSec .plus {
        line-height: normal;
	}
	.overlayDiv-editSec {
		left: -25px;
		right: -25px;
		padding: 15px 10px;
	}
	.header_wrap .top_bar .topLinks li.cartHeaderLink .budgCart{
		padding: 3px 0px !important;
	}
}

@media (max-width: 404px) {
	.checkout_actions .total_bottom.col-sm-4 {
		padding-left: 22px;
		font-size: 14px;
		line-height: 20px;
	}
	.favourites ul li:nth-child(1) img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.page-store-locator .header_bar .locate_btn_dv .locate_btn {
		background-position: 30% center;
		font-size: 16px;
		line-height: 16px;
		padding: 14px 15px;
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.page-store-locator .header_bar .locate_btn_dv .locate_btn {
		background-position: 25% center;
	}
	.tabbed-deatil-desc .more_detail_box ul {
		padding: 20px;
	}
	.cart_list.profileDetInfo .heading-style .crt,
	.cart_list.profileDetInfo .price-info,
	.cart_list.profileDetInfo .num {
		font-size: 14px;
	}
	.cart_list.profileDetInfo .price-info,
	.cart_list.profileDetInfo .num {
		line-height: 16px;
	}

	.full_page_account .page_container .tab-content .info .first_section.personal_info .information_section form .bs-personal-info-form .checkboxtick {
		font-size: 12px;
	}
}

@media screen and (max-width: 450px) {
	.full_page_account .page_container .tab-content .info .third_section .accordion .order_headings_mobile {
		width: 37%;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings {
		width: 63%;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div {
		font-size: 14px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
		font-size: 16px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
		width: 65px !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 {
		width: 95px !important;
		padding: 5px 0 0 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 {
		padding: 5px 15px;
		width: calc(100% - 160px) !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .bottle_can {
		font-size: 12px;
	}
}

@media screen and (max-width: 414px) {
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-block {
		padding: 10px 0;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-heading,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-value {
		font-size: 14px;
		line-height: 16px;
	}
	.full_page_account .page_container .tab-content .info .first_section.personal_info h3 {
		font-size: 18px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-section-title .bs-add-address-btn {
		font-size: 15px;
	}
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label,
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3 select,
	.billing_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field label,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .col_3 select,
	.billing_address_popup .billing_pop_div .billing_inner .form .billing_form_wrapper .form_field input {
		font-size: 14px;
	}
	.billing_popup .billing_pop_div h3,
	.billing_address_popup .billing_pop_div h3 {
		font-size: 20px;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion::before, .full_page_account .page_container .tab-content .info .third_section .active::before {
		background-position: center;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage p:first-child {
		font-size: 16px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
		font-size: 16px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .beername_logo {
		width: 60px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .tatal_price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .qty_numbers,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .subtotal_price {
		font-size: 14px;
		line-height: 16px;
	}
	/*.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}*/
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div.status_cancel,
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div.status_pend,
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div.status_comp {
		padding-left: 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .active::before,
	.full_page_account .page_container .tab-content .info .third_section .accordion::before {
		top: 18px;
		width: 18px;
		height: 18px;
		right: 18px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .discription_vintage {
		width: calc(100% - 60px);
	}
	
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .bottle_can {
		font-size: 11px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel {
		padding: 40px 20px;
	}

	.full_page_account .page_container .tab-content .info .third_section .accordion .order_headings_mobile {
		width: 40%;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings {
		width: 60%;
	}
}
@media screen and (max-width: 375px) {
	.page-store-locator .header_bar .locate_btn_dv .locate_btn {
		background-position: 20% center;
	}
	.cart_list.profileDetInfo .heading-style .crt,
	.cart_list.profileDetInfo .num {
		font-size: 13px;
		vertical-align: top;
	}
	.cart_list.profileDetInfo .price-info,
	.sideCart .cart_list a.linkCart {
		font-size: 12px;
		vertical-align: top;
	}
	.sideCart .cart_list.profileDetInfo .heading-style .quantity-det {
		font-size: 12px !important;
	}

	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-heading,
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-entry .bs-address-entry-value {
		font-size: 13px;
		line-height: 14px;
	}
	.full_page_account .info .first_section.personal_info .my_addresses .bs-address-section-title .bs-add-address-btn {
		font-size: 14px;
	}
	.billing_popup .billing_pop_div h3,
	.billing_address_popup .billing_pop_div h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 374px) {
	.checkout_actions a {
		font-size: 20px;
	}
	.sideCart .cart_list .heading-style {
		width: 60%;
	}
	.checkout_actions a span {
		padding: 0 8px;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .order_headings_mobile div {
		font-size: 11px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
		font-size: 12px !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .tatal_price,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .qty_numbers,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .subtotal_price {
		font-size: 12px;
		line-height: 14px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .bottle_can {
		font-size: 11px;
	}

	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 {
		width: 80px !important;
		padding: 5px 0 0 12px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
		width: 50px !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 {
		padding: 5px 15px;
		width: calc(100% - 130px) !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion .panel_headings div {
		font-size: 12px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_3,
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .col_4 {
		width: 50% !important;
	}
}

@media print {
	.single_beer_wrap .page-banner-search-wrap,
	.single_beer_sec_1 .container_sm .breadcrumb,
	.single_beer_sec_1 .fig_sec .detail_block .desc .print-option ul li a,
	.single_beer_insp_sec,
	.detail_block.single_beer_eq_ht.search-beer-detail .site_default_btn,
	.check_store_other.store_paraStyle {
		display: none;
	}
	.stockInfoDetSec .closet_store {
		display: none;
	}
	.order_description {
		overflow: auto;
		padding: 15px 20px;
		border-bottom: 1px solid #DDDDDD;
	}
	.stockInfoDetSec .stock_availSec .stock_details {
		width: 30% !important;
	}
	.single_beer_sec_1 .fig_sec {
		padding-bottom: 20px;
	}
	.order_description .col_1 {
		width: 55%;
		float: left;
		min-height: 1px;
		margin-bottom: 10px;
	}
	.order_description .col_2 {
		width: 21%;
		float: left;
		min-height: 1px;
		margin-bottom: 10px;
	}
	.order_description .col_3 {
		width: 15%;
		float: left;
		margin-bottom: 10px;
	}
	.order_description .col_4 {
		width: 9%;
		float: left;
		margin-bottom: 10px;
	}
	.order_buttons {
		display: none;
	}
	.order_description .order_buttons .all_btns span a {
		display: none;
	}
	.order_description .col_1 .beername_logo {
		width: 65px;
		float: left;
	}
	.order_description .col_1 .beername_logo .american_alexender {
		width: 100%;
		display: block;
	}
	.order_description .discription_vintage p{
		margin: 0;
		font-family: "Gotham-Book";
    	font-size: 14px;
	}
	.order_description .col_1 .discription_vintage{
		padding-left: 15px;
		width: calc(100% - 230px) !important;
    	float: left;
	}
	.subtotal_total .rightCol {
		float: left;
		width: 33%;
	}
	.subtotal_total .leftCol {
		float: left;
		width: 67%;
		min-height: 1px;
	}
	.subtotal_total .rightCol ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
	}
	.subtotal_total .rightCol ul li {
		font-size: 16px;
	}
	.subtotal_total .rightCol ul li label {
		font-family: Gotham-Medium;
		font-weight: normal;
	}
	.subtotal_total .rightCol ul li span {
		float: right;
	}
	.subtotal_total .rightCol ul li.boldFont span {
		font-family: Gotham-Medium;
	}
	.order_description .packup {
		font-size: 10px !important;
		background: #f4b233 !important;
		margin-right: 4px !important;
		-webkit-print-color-adjust: exact !important;
		border: none !important;
		padding: 3px 7px !important;
	}
	.order_description .sale {
		font-size: 10px !important;
		background: #ef2753 !important;
		-webkit-print-color-adjust: exact !important;
		border: none !important;
		color: #fff !important;
		padding: 3px 7px !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .bottle_can{
		font-size: 12px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 span .can_or_bottle {
		padding-right: 5px;
	}
	.subtotal_total .rightCol ul li.botSec {
		color: #d06f1a !important;
		border-top: 2px solid #ddd;
		padding-top: 20px;
		margin-top: 20px;		
	}
	.subtotal_total .rightCol ul li.botSec label,
	.subtotal_total .rightCol ul li.botSec span {
		color: #d06f1a !important;
		-webkit-print-color-adjust: exact !important;
	}
	.order_description .thanku_same_space_blk {
		border-bottom: 1px solid #ddd;
		padding: 30px 0;
	}
	.order_description .psEle {
		float: left;
	}
	.order_review_section h3 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 15px;
		font-family: "Gotham-Medium";
		color: #000;
		margin: 0px;
	}
	.order_review_section h5 {
		font-size: 16px;
		line-height: 16px;
		margin: 0px;
		font-family: "Gotham-Medium";
		color: #4a4f55;
		padding-bottom: 10px;
	}
	.order_review_section p {
		font-size: 16px;
		line-height: normal;
		font-family: "Gotham-Book";
		color: #4a4f55;
	}
	.order_review_section .thanku_same_space_blk p:last-child {
		margin-bottom: 0;
	}
	.subtotal_total {
		padding: 20px 20px 0px 20px !important;
	}
	.order_description p.description_heading {
		font-size: 16px;
		line-height: 18px;
		font-family: "Gotham-Medium";
	}
	.order_description .discription_vintage .bottle_can {
		padding-top: 2px;
	}
	.productPrintWrap{
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	.order_review_section {
		clear: both;
	}
	.order_description .col_2 p,
	.order_description .col_3 p,
	.order_description .col_4 p {
		margin-bottom: 5px;
	}
	.order_description .col_2 p.description_heading,
	.order_description .col_3 p.description_heading,
	.order_description .col_4 p.description_heading {
		margin-bottom: 10px;
	}
	.full_page_account .page_container {
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
	}
	.full_page_account .page_container .nav-tabs{
		display: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_1 {
		width: 12% !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_2 {
		width: 18% !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_3 {
		width: 28% !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings .col_4 {
		width: 42% !important;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 {
		width: calc(75% - 90px) !important;
		float: left;
		min-height: 1px;
		border-bottom: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .beername_logo {
		width: 60px;
		float: left;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .beername_logo .american_alexender {
		width: 100%;
		display: block;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_1 .discription_vintage {
		width: calc(100% - 180px) !important;
		float: left;
		padding-left: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .psEle {
		float: left;
		padding-top: 5%;
		padding-left: 5px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 {
		width: 10% !important;
		float: left;
		min-height: 1px;
		padding-left: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 {
		width: 15% !important;
		float: left;
		padding-left: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 {
		width: 80px !important;
		float: left;
		padding-left: 10px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total {
		padding: 0 !important;
		clear: both;
		overflow: auto;
		border: none;
		max-width: 100%;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .leftCol {
		float: left;
		width: 50%;
		min-height: 1px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol {
		float: left;
		width: 50%;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .subtotal_total .rightCol ul li {
		font-size: 16px;
	}
	.full_page_account .page_container .order_review_section .thanku_same_space_blk {
		border-bottom: 1px solid #ddd;
		padding: 30px 0;
	}
	.full_page_account .page_container .order_review_section h3 {
		font-size: 24px;
		line-height: normal;
		padding-bottom: 15px;
		font-family: "Gotham-Medium";
		color: #000;
		margin: 0px;
	}
	.full_page_account .page_container .order_review_section h5 {
		font-size: 16px;
		line-height: 16px;
		margin: 0px;
		font-family: "Gotham-Medium";
		color: #4a4f55;
		padding-bottom: 10px;
	}
	.full_page_account .page_container .order_review_section p {
		font-size: 16px;
		line-height: normal;
		font-family: "Gotham-Book";
		color: #4a4f55;
	}
	.full_page_account .page_container .order_review_section .thanku_same_space_blk p:last-child {
		margin-bottom: 0;
	}
	.full_page_account .page_container .tab-content .info .third_section .accordion{
		display: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .order_headings{
		display: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel{
		padding: 40px 15px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description p.description_heading {
		font-size: 13px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_2 p, .full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3 p, .full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_4 p{
		font-size: 13px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage p:first-child{
		font-size: 13px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .discription_vintage .cutomer_name {
		font-size: 12px;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description .col_3{
		border: none;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.full_page_account .page_container .tab-content .info .third_section .panel .inner_panel .order_description.subtotal_total {
		margin-top: 25px;
	}
}
