@import url("https://www.mcclaincellars.com/wp-content/plugins/trx_addons/css/font-icons/css/trx_addons_icons-embedded.css");
[role="button"] {
    cursor: pointer;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1090;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 75vw;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
[role="button"] {
    cursor: pointer;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}

/* -------------------------------------------------- Custom Css Start ------------------------------------------------------ */
.common_modals .modal-content {
    border-radius: 0;
}
.form_heading {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
.form_heading h1 {
    color: #000000;
    font-weight: normal;
    margin: 0;
}
.form_heading p {
    color: #787567;
    font-family: "Lora", serif;
    margin-top: 15px;
}
.form_section {
    display: table;
    width: 100%;
}
.pac-container {
    z-index: 99999999;
}
/*#enjoyedwith input[type="text"] {
    width: 45%;
    margin-left: 5px;
    margin-bottom: 10px;
}*/

.good_friend_list {
    display: table-cell;
    height: 100%;
    padding: 30px 50px;
    width: 50%;
    background: #f4f4f4;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_register_tab {
    display: table-cell;
    height: 100%;
    padding: 30px;
    width: 50%;
    vertical-align: top;
}

.common_modals .modal-body {
    padding: 0;
}

.common_modals button.close {
    position: absolute;
    top: -19px;
    right: -19px;
    background: #de5149;
    color: #ffffff;
    opacity: 1;
    font-weight: normal;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    z-index: 9;
}

.good_friend_list ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.common_modals h1 {
    font-size: 2.33vw;
    color: #000000;
    font-family: "Forum", cursive;
    font-weight: normal;
}

.good_friend_list ul li {
    display: flex;
    margin-bottom: 25px;
    width: 100%;
}
.gf_block:first-child {
    /*   margin-right: 20px;*/
}
.gf_img {
    width: 100%;
}

.good_friend_list ul li .gf_block {
    display: inline-flex;
    width: 50%;
    /* box-shadow: 0 -1px 16px #acacac;*/
    text-align: center;
    align-items: center;
    background: #fff;
}
.gf_content {
    width: 100%;
    background: #ffffff;
}

.gf_img img {
    width: 100%;
    display: block;
}

ul#form_tab {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 -1px 0;
    float: left;
}

ul#form_tab li {
    display: inline-block;
    float: left;
    margin-left: -1px;
}

/*ul#form_tab li a {
    background: transparent;
    border:  1px solid #cccccc;
    padding: 15px 40px;
    color: #de5149;
    text-decoration: none;
    font-size: 20px;
    font-family:  'Lora', serif;
    display:  inline-block;
}*/
ul#form_tab li a {
    background: transparent;
    border: 1px solid #cccccc;
    padding: 8px 35px;
    color: #de5149;
    text-decoration: none;
    font-size: 16px;
    font-family: "Lora", serif;
    display: inline-block;
}

form.common_form_design {
    border: 1px solid #d8c7c2;
    width: 100%;
    display: inline-block;
    padding: 30px;
    box-sizing: border-box;
    margin-left: -1px;
}
form.bottle_register_form {
    margin: 0;
}

.row_form {
    margin-bottom: 16px;
    margin-right: -15px;
    margin-left: -15px;
    /*    display: flex;*/
}

.common_form_design label {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    font-family: "Lora", serif;
    margin-bottom: 5px;
}

.common_form_design input.form-control {
    color: #787567;
    border-color: #eae8dd;
    background-color: #ffffff;
    font-family: Lora, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    -webkit-appearance: none;
    outline: none;
    resize: none;
    padding: 1em 1.4em;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0px;
}

.common_form_design textarea.form-control {
    color: #787567;
    border-color: #eae8dd;
    background-color: #ffffff;
    font-family: Lora, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    -webkit-appearance: none;
    outline: none;
    resize: none;
    padding: 1em 1.4em;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0px;
}

.common_form_design select {
    color: #787567;
    border-color: #eae8dd;
    background-color: #ffffff;
    font-family: Lora, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    -webkit-appearance: none;
    outline: none;
    resize: none;
    padding: 1em 1.4em;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0px;
}

.common_form_design label span.required_span {
    color: #e9362c;
}
ul#form_tab li a.active,
ul#form_tab li a:hover,
ul#form_tab li a:focus {
    background: #de5149;
    color: #ffffff;
    border-color: #de5149;
}
.gf_content h5 {
    font-size: 16px;
    margin: 0 0 8px 0;
    font-family: "Lora", serif;
}

.gf_content label {
    color: #d03e3b;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    font-family: "Lora", serif;
}

.gf_content h4 {
    font-size: 19px;
    color: #787567;
    font-family: "Lora", serif;
    margin: 10px 0 0 0;
}

.gf_content h4 span {
    color: #de5149;
}
form.form_tab_content {
    display: none;
}
.form_tab_content.active {
    display: inline-block;
}
a {
    word-wrap: break-word;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.forgot_action {
    font-size: 14px;
    font-weight: 700;
    font-family: "Lora", serif;
    margin-bottom: 5px;
    color: #de5149;
    text-decoration: none;
    float: left;
}

.register_ac {
    float: right;
    font-size: 14px;
    font-weight: 700;
    font-family: "Lora", serif;
    margin-bottom: 5px;
    color: #000000;
    text-decoration: none;
}

.register_ac a {
    color: #de5149;
    text-decoration: none;
}
.gf_action {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.gf_action a {
    background: #de5149;
    border: 0;
    font-size: 14px;
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 10px;
    font-family: "Lora", serif;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}
.form_action {
    background: #de5149;
    border: 0;
    font-size: 14px;
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 10px;
    font-family: "Lora", serif;
    font-weight: 700;
}
.common_form_design .row_form:last-child {
    margin-bottom: 0;
}
.or_saprate {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d8c7c2;
    height: 1px;
    position: relative;
    margin-top: 25px;
}

.or_saprate span {
    position: absolute;
    left: 50%;
    background: #ffffff;
    width: 50px;
    text-align: center;
    margin-left: -25px;
    top: -7px;
    color: #a48d82;
}

.social_login {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 32px;
}

.social_login ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.social_login ul li {
    display: inline-block;
}
.facebook {
    background: #3b5998;
}
.twitter {
    background: #00aced;
}
.instagram {
    background: #de5149;
}
/*.social_login ul li a {
    display:  inline-block;                
    color:  #ffffff;
    padding: 12px 40px;
    font-size: 24px;
    border-radius: 12px;
    margin: 0 5px;
}*/
.social_login ul li a {
    display: inline-block;
    color: #ffffff;
    padding: 6px 35px;
    font-size: 18px;
    border-radius: 12px;
    margin: 0 5px;
}
.bottle_registration_cotainer {
    padding: 30px 0;
}
.bottle_registration_cotainer {
    display: inline-block;
    width: 100%;
}

.product_slider {
    float: left;
    width: 30%;
    padding: 0 60px;
}

/*.gf_image_list {
    float: left;
    width: 20%;
    text-align: center;
}   */
.gf_image_list {
    float: none;
    width: 60%;
    display: table;
    margin: 20px auto 0;
    text-align: center;
}

/*.bottle_registration_form {
    float: left;
    width: 50%;
}*/
.bottle_registration_form {
    float: none;
    width: 60%;
    display: table;
    margin: 0 auto;
}
.form_heading {
    margin-bottom: 0;
    padding-top: 25px;
}
.form_steps {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0 3%;
    box-sizing: border-box;
}

.form_steps ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.form_steps ul li {
    width: 20%;
    display: inline-block;
    position: relative;
}

.form_steps ul li span {
    display: inline-block;
    background: #d8c7c2;
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    font-family: "Lora", serif;
    border-radius: 8px;
    font-size: 25px;
    position: relative;
    z-index: 9;
}
.form_steps ul li:before {
    content: "";
    width: 100%;
    border-bottom: 5px solid #d8c7c2;
    position: absolute;
    left: 50%;
    top: 45%;
}

.form_steps ul li:last-child:before {
    border: 0;
}
.form_steps ul li.active span {
    background: #de5149;
}
.form_steps.second_step ul li:first-child:before {
    border-bottom: 5px solid #de5149;
}
.form_steps.third_step ul li:first-child:before {
    border-bottom: 5px solid #de5149;
}
.form_steps.third_step ul li:nth-child(2):before {
    border-bottom: 5px solid #de5149;
}
.form_steps.fourth_step ul li:first-child:before {
    border-bottom: 5px solid #de5149;
}
.form_steps.fourth_step ul li:nth-child(2):before {
    border-bottom: 5px solid #de5149;
}
.form_steps.fourth_step ul li:nth-child(3):before {
    border-bottom: 5px solid #de5149;
}

.modal-footer button.btn.js-btn-step {
    border: 0;
    border-radius: 0;
    padding: 12px 40px;
    font-size: 18px;
    margin-left: 15px;
}
.modal-footer button.btn.js-btn-step.next {
    background: #d4c499;
    color: #23262c;
}
.modal-footer button.btn.js-btn-step.previous {
    background: #ffffff;
    border: 1px solid #d4c499;
    color: #23262c;
}
.product_block {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #d8c7c2;
    padding: 30px 20px;
}
.product_img {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}
.product_slider .product_img img {
    display: inline-block !important;
    width: 150px !important;
}
.product_slider .product_rating img {
    width: auto !important;
    display: inline-block !important;
}

.product_slider .product_rating label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #787567;
    font-family: "Lora", serif;
    margin-top: 5px;
    text-transform: uppercase;
}

.pr_year {
    position: absolute;
    top: 0;
    left: -21px;
    background: #de5149;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    border-radius: 0 20px 20px 0;
    font-family: "Lora", serif;
}
.product_img:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    background: url(../images/bottle_shadow.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 30px;
    margin-left: -150px;
    background-position: center center;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_title h4.pr_title {
    color: #de5149;
    font-family: "Lora", serif;
    margin: 0 0 8px 0;
}

.product_title h4.pr_subtitle {
    text-transform: uppercase;
    color: #787567;
    font-family: "Lora", serif;
    margin: 0 0 8px 0;
}

.product_price h4 {
    font-size: 18px;
    color: #de5149;
    font-family: "Lora", serif;
    margin: 0 0 8px 0;
}

.product_price h4 del {
    color: #a48d82;
}

.product_rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.product_actions {
    display: inline-block;
    width: 100%;
}

.product_actions a {
    background: #de5149;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 25px;
    display: inline-block;
    font-family: "Lora", serif;
    font-weight: 700;
}
.gf_image_block img {
    border: 4px solid #d6c6bf;
    max-width: 190px;
}
/*.gf_image_block {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
}*/
.gf_image_block {
    display: inline-block;
    width: auto;
    padding: 4px 12px;
}
.product_slider .owl-nav.disabled {
    display: block;
}

.product_slider button.owl-prev {
    position: absolute;
    top: 33%;
    left: -43px;
}

.product_slider button.owl-prev span,
.product_slider button.owl-next span {
    font-size: 88px;
    color: #a48d82;
}

.product_slider button.owl-next {
    position: absolute;
    top: 33%;
    right: -43px;
}
.step_second .form_heading {
    padding-right: 10vw;
    padding-left: 10vw;
}
.step_second form.common_form_design {
    width: 56vw;
    margin: 40px auto;
    display: table;
}
.form_heading h3 {
    color: #de5149;
    font-family: "Lora", serif;
}
/*.vc_col-sm-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.vc_col-sm-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/
a.add_field {
    background: #de5149;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 20px;
    font-family: "Lora", serif;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
}
.add_field_action {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

ul.upload_image_list {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    float: right;
    margin: 15px 0;
}

.upload_image_list li {
    float: left;
    margin-right: 15px;
}
ul#photopreview_holder {
    float: left;
    margin: 0;
    padding: 0;
}
ul#photopreview {
    float: left !important;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
}
.photopreview_holder li {
    margin-right: 15px;
    float: left;
    width: 50px;
    margin-left: 0;
    height: 50px !important;
    position: relative;
    list-style-type: none;
}
.photopreview_holder li img {
    width: 100%;
    object-fit: cover;
    height: 40px;
}
.photopreview_holder li span.remove_img {
    position: absolute;
    top: -12px;
    right: -9px;
    line-height: 23px;
    background: #d03e3b;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    padding-right: 1px;
}
.photopreview_holder li span.remove_img i {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
.upload_action {
    float: right;
    position: relative;
}

.upload_images {
    background: #de5149;
    color: #ffffff;
    padding: 8px 30px;
    font-size: 16px;
    font-family: "Lora", serif;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    margin-top: 0;
    margin-left: 15px;
}
label.checkbox_label {
    color: #787567;
    font-family: "Lora", serif;
    font-weight: normal;
}
.upload_action {
    float: left;
    position: relative;
}

.upload_action input[type="file"] {
    position: absolute;
    width: 93%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.congratulations_section {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0 30px 30px 30px;
}

.cong_content h6 {
    color: #787567;
    font-family: "Lora", serif;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.cong_content p {
    color: #787567;
    font-family: "Lora", serif;
}

.cong_gallery {
    display: inline-block;
    width: 100%;
}

.cong_gallery_items {
    display: inline-block;
    padding: 4px 10px;
}

.cong_gallery_items img {
    border: 4px solid #d6c6bf;
    max-width: 215px;
    display: inline-block;
}
#congratulations_modal .modal-dialog {
    width: 60vw;
}
.cong_content {
    display: inline-block;
    width: 100%;
    padding: 0 13%;
    margin-bottom: 15px;
}

.cong_share h3 {
    color: #de5149;
    font-size: 28px;
    font-family: "Lora", serif;
    margin-top: 15px;
    margin-bottom: 0;
}

.cong_share .social_login {
    margin-top: 20px;
    margin-bottom: 25px;
}
.cong_share .social_login ul li a {
    padding: 12px 70px;
}
.another_action p a {
    color: #de5149;
}
a.register_another {
    background: #de5149;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 25px;
    display: inline-block;
    font-family: "Lora", serif;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 10px;
}
body .congratulations_section .social_login .st-btn {
    display: inline-block !important;
}

body .congratulations_section .social_login .st-btn span.st-label {
    display: inline-block !important;
}
.steps_form_action {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    position: relative;
}
.ryb_user_error {
    background: #de5149;
    font-weight: bold;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px;
    display: none;
}
.ryb_user_reg_error {
    background: #de5149;
    font-weight: bold;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px;
    display: none;
}
.ryb_user_error.error {
    /*color: #d03e3b;
      font-weight: 600;
      letter-spacing: 1px;*/
}
div#ui-datepicker-div {
    z-index: 999999 !important;
}
.form-loader {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 55;
    opacity: 0.7;
    left: 0;
    display: none;
}
.ryb_loader {
    position: absolute;
    background: url(../img/ajax-loader.gif) no-repeat;
    height: 11px;
    width: 16px;
    left: 50%;
    top: 50%;
}
.form-loader {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
}

body .common_modals .next,
body .common_modals .finish {
    background: #d4c499 !important;
    color: #23262c !important;
    border: 1px solid #d4c499 !important;
    border-radius: 0;
    padding: 12px 40px !important;
    font-size: 18px !important;
    margin-left: 15px;
    text-decoration: none;
    font-family: sans-serif;
    display: inline-block;
}
body .common_modals .previous {
    background: #ffffff;
    color: #23262c;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 40px;
    font-size: 18px;
    margin-left: 15px;
    text-decoration: none;
    font-family: sans-serif;
    display: inline-block;
}
/*
a.next,
a.finish{
    background: #d4c499;
    color: #23262c;
    border: 1px solid #d4c499;
    border-radius: 0;
    padding: 12px 40px;
    font-size: 18px;
    margin-left: 15px;
    text-decoration: none;
    font-family: sans-serif;
    display: inline-block;
}
a.previous {
    background: #ffffff;
    color: #23262c;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 40px;
    font-size: 18px;
    margin-left: 15px;
    text-decoration: none;
    font-family: sans-serif;
    display: inline-block;
}
*/
.step_hide {
    display: none !important;
}
.step_hide.active {
    display: inline-block !important;
    width: 100%;
}

.enjoyed_blocks_listing {
    display: inline-block;
    width: 100%;
}

.enjoyed_block_items {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 110px #e3e3e3;
    margin-bottom: 35px;
}
.enjoyed_content {
    float: left;
    width: 65%;
}

.enjoyed_gallery {
    float: right;
    width: 35%;
    padding: 0 15px 0 0;
    margin: 0;
    list-style-type: none;
}
.enjoyed_gallery li {
    float: left;
    width: 33.33%;
    padding: 8px;
}

.enjoyed_gallery li a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.enjoyed_gallery li a:hover:before {
    background: url(https://www.mcclaincellars.com/wp-content/themes/mcclaincellars/bottle-registration/img/img_icon.png),
        rgba(220, 207, 172, 0.8196078431372549);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    content: "";
}
.enjoyed_gallery li a:before {
    opacity: 0;
    content: "";
}

.enjoyed_gallery li img {
    display: inline-block;
    width: 100%;
}

.enjoyed_description {
    display: inline-block;
    width: 100%;
}

.enjoyed_review {
    display: inline-block;
    width: 100%;
}

.user_icon {
    float: left;
    margin-right: 15px;
    width: 80px;
}

.user_details {
    float: left;
}

.product_review_and_action {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.product_review_block {
    display: inline-block;
    width: fit-content;
    float: left;
    padding-left: 96px;
}

.user_details h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 22px;
    color: #0a2843;
}

.product_review_and_action a.select_product {
    float: right;
    border: 1px solid #dccfac;
    padding: 8px 15px;
    border-radius: 8px;
    color: #23262c;
    font-weight: 700;
    margin: 20px 15px 20px 0;
}

.enjoyed_review label {
    color: #d03e3b;
    font-weight: 700;
    font-size: 14px;
}

.product_review_block label {
    color: #787567;
    font-weight: 700;
    text-transform: uppercase;
}

.star_rating span {
    color: #333;
    margin-left: 15px;
    font-weight: 600;
    font-size: 14px;
}

.enjoyed_description h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.enjoyed_description label {
    font-weight: 600;
}

.enjoyed_description p {
    line-height: 24px;
    margin-bottom: 15px;
}

body button.register_bottle_button.sc_button_hover_slide_left {
    background: transparent !important;
    border: 0;
}

.added_field {
    position: relative;
    margin-bottom: 20px;
}

.added_field i.remove_friend {
    position: absolute;
    background: #de5149;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    border-radius: 100%;
    font-size: 12px;
    right: 6px;
    top: -8px;
    padding-left: 1px;
    cursor: pointer;
}

.added_field:last-child {
    margin-bottom: 0;
}

/* Styles for dialog window */
#content_popup {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    box-shadow: 0px 0px 20px 3px #d9d9d9;
}
a.content_popup_action {
    font-weight: 600;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
.cong_content h6 {
    margin-top: 0.57em;
    margin-bottom: 0.57em;
}
.showSharing {
    display: block !important;
}
.wineStoryPagination {
    display: inline-block;
    width: 100%;
}

ul.pagination.bootpag {
    float: right;
    list-style-type: none;
}

.pagination li {
    float: left;
}

.pagination li a {
    width: 35px;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 22px;
    border: 1px solid #c4df9b;
    margin-left: 12px;
    border-radius: 0;
    font-size: 15px;
    color: #23262c !important;
    font-weight: 700;
}
.pagination li.disabled a,
.pagination li a:hover,
.pagination li a:focus {
    background: #c4df9b;
    color: #ffffff;
}

.pagination li.prev.disabled a,
.pagination li.next.disabled a {
    background: #ffffff;
    color: #23262c;
}

/*----------------------------------------------------------------------------------------------*/

.enjoyed_block_items_2 {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 110px #e3e3e3;
    padding: 25px 15px 15px 15px;
    margin-bottom: 35px;
}

.enjoyed_content_2 {
    float: left;
    width: 100%;
}

.enjoyed_gallery_2 {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    /*    margin-left: -6px;
          margin-right: -6px;*/
}
.enjoyed_gallery_2 li {
    float: left;
    width: 20%;
    padding: 8px;
}

.enjoyed_gallery_2 li a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.enjoyed_gallery_2 li a:hover:before {
    background: url(https://www.mcclaincellars.com/wp-content/themes/mcclaincellars/bottle-registration/img/img_icon.png),
        rgba(220, 207, 172, 0.8196078431372549);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    content: "";
}
.enjoyed_gallery_2 li a:before {
    opacity: 0;
    content: "";
}

.enjoyed_gallery_2 li img {
    display: inline-block;
    width: 100%;
}

.enjoyed_description_2 {
    float: right;
    width: 58%;
    text-align: right;
}
.review_left_block {
    float: left;
    width: 40%;
}

.enjoyed_review_2 {
    display: inline-block;
    width: 100%;
}

.user_icon_2 {
    float: left;
    margin-right: 15px;
    width: 70px;
}

.user_details_2 {
    float: left;
}

.product_review_and_action_2 {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.product_review_block_2 {
    display: inline-block;
    width: fit-content;
    float: left;
    padding-left: 50px;
}

.user_details_2 h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 18px;
    color: #0a2843;
}

.product_review_and_action_2 a.select_product {
    float: right;
    border: 1px solid #dccfac;
    padding: 4px 10px;
    border-radius: 8px;
    color: #23262c;
    font-weight: 700;
    font-size: 13px;
    margin: 20px 0 20px 0;
}

.enjoyed_review_2 label {
    color: #d03e3b;
    font-weight: 700;
    font-size: 12px;
}

.product_review_block_2 label {
    color: #787567;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.star_rating_2 span {
    color: #333;
    margin-left: 15px;
    font-weight: 600;
    font-size: 12px;
    float: right;
    line-height: 18px;
}

.enjoyed_description_2 h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.enjoyed_description_2 label {
    font-weight: 600;
}

.enjoyed_description_2 p {
    line-height: 24px;
    margin-bottom: 15px;
}

.star_rating_2 img {
    width: 90px;
}
.mfp-wrap figcaption {
    background-color: rgba(35, 38, 44, 0.34);
}
.mfp-wrap .mfp-counter {
    color: #fff;
}
.loading-indication {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    height: 500px;
}
.loading-indication .loader_content {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.gallery_row {
    margin-left: -6px;
    margin-right: -6px;
}
.review_left_block h1 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 10px;
}

.review_left_block h6 {
    margin-top: 0;
    text-transform: uppercase;
    font-family: "Lora", serif;
}
.intl-tel-input {
    width: 100%;
}

.product_slider_block .star-rating {
    display: table !important;
    margin: 15px auto 5px !important;
    float: none;
}
.bottle_review {
    display: inline-block;
    width: 100%;
}

.bottle_review_items {
    display: inline-block;
    width: 100%;
    border: 2px solid #e3e3e3;
    margin-bottom: 25px;
}

.bottle_review_head {
    display: inline-block;
    width: 100%;
    background: #ebebeb;
}

.bottle_riview_middle {
    display: inline-block;
    width: 100%;
    padding: 15px 40px;
    min-height: 350px;
}

.bottle_riview_foot {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

h2.bottle_title_1 {
    float: left;
    width: 55%;
    margin: 0;
    padding: 10px 0 10px 15px;
    color: #797979;
    font-weight: 700;
    font-size: 45px;
}

.bottle_head_right {
    float: right;
    width: 44%;
}

.bottle_right_review {
    float: left;
    padding: 13px 0;
    text-align: right;
    pointer-events: none;
}

.bottle_number {
    float: right;
    background: #d03e3b;
    width: 100px;
    text-align: center;
    padding: 10px;
}

.bottle_number label {
    font-weight: 600;
    color: #313131;
}

.bottle_number h3 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}

.bottle_right_review h4 {
    margin: 10px 0 0 0;
    font-size: 26px;
    display: inline-block;
}

.bottle_review_content {
    display: inline-block;
    width: 75%;
}

.bottle_review_content p {
    color: #313131;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
}
.bottle_review_content p:before {
    content: '"';
    color: #d03e3b;
    font-size: 66px;
    font-family: monospace;
    position: absolute;
    left: -11px;
    top: -20px;
}

.bottle_review_content p:after {
    content: '"';
    color: #d03e3b;
    font-size: 66px;
    font-family: monospace;
    position: absolute;
    right: 0;
    top: -20px;
}

.bottle_review_by {
    float: right;
    text-align: right;
}

.bottle_review_by h4 {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 2px;
}

.bottle_review_by span {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}
.bottle_riview_col {
    display: inline-block;
    width: 80%;
}

.bottle_riview_col ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bottle_riview_col ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    list-style: none;
    padding: 0 15px;
}

.bottle_riview_col ul li h3 {
    background: #c4df9b;
    font-size: 21px;
    padding: 8px 5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
}

.bottle_riview_col ul li p {
    color: #000000;
    line-height: 16px;
    font-size: 14px;
}
.bottle_riview_gallery {
    float: left;
    width: 54%;
    padding-left: 25px;
    padding-bottom: 15px;
}

.bottle_riview_gallery ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bottle_riview_gallery ul li {
    float: left;
    list-style-type: none;
    margin-right: 15px;
}

.bottle_riview_gallery ul li img {
    height: 103px;
    border-radius: 100%;
    width: 103px;
    object-fit: cover;
}
.bottle_review_product {
    float: left;
    background: #ebebeb;
    padding: 15px 145px 15px 15px;
    border-radius: 10px;
    position: relative;
}

.bottle_review_product .add_to_cart_action button.add_to_cart:before {
    content: "";
    background: url(../../img/shopping-cart.png);
    font-size: 0 !important;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-position: center right;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.bottle_review_product .add_to_cart_action button.add_to_cart {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 50px 10px 18px;
    float: left;
    color: #ffffff;
    position: relative;
}
a.add_to_cart.sc_button_hover_slide_left {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 50px 10px 18px;
    float: left;
    color: #ffffff;
    position: relative;
}

.bottle_review_product .add_to_cart_action .buy_now_review {
    float: left;
    margin-left: 10px;
}

.bottle_review_product .add_to_cart_action .buy_now_review label {
    display: block;
    text-align: center;
}

.bottle_review_product .add_to_cart_action .buy_now_review img {
    width: 110px;
}
.bottle_review_product h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}
.bottle_review_image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
}

.bottle_review_image img {
    width: 100%;
}
.join_the_family .wpb_text_column.wpb_content_element {
    float: left;
    width: 50%;
    margin-right: 50px;
    text-align: center;
}
.join_the_family .vc_btn3-container.custom_learn_more_button.vc_btn3-inline {
    float: left;
}

.join_the_family
.vc_btn3-container.custom_learn_more_button.vc_btn3-inline
button {
    position: relative;
    padding: 10px 45px 10px 16px;
    background: #b5b5b5 !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
}
.join_the_family
.vc_btn3-container.custom_learn_more_button.vc_btn3-inline
button:hover {
    background: #d03e3b !important;
}
.join_the_family
.vc_btn3-container.custom_learn_more_button.vc_btn3-inline
button:before {
    content: "\f0da";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    border: 1px solid #ffffff;
    width: 23px;
    height: 23px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.wpb_column.vc_column_container.vc_col-sm-5.sc_layouts_column_icons_position_left {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.wineBottleSearch {
    display: table;
    width: 700px;
    margin: 0 auto 40px;
}

.wineBottleSearch .select_container {
    float: left;
    width: 66%;
}

button#searchBottle {
    float: right;
    padding: 8px 65px 8px 45px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    position: relative;
}
button#searchBottle:before {
    content: "\f002";
    position: absolute;
    right: 20px;
    bottom: 0px;
    font-size: 38px;
    font-family: FontAwesome;
}
.wineBottleSearch .select_container select#searchAbleWine {
    border: 1px solid #000;
    font-size: 19px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../bottle-registration/img/select_red_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;
}
.wineBottleSearch .select_container:before,
.wineBottleSearch .select_container:after {
    display: none !important;
}
.wineBottleSearch h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 600;
}
.loader_content {
    background: url(../../bottle-registration/img/ajax-loader.gif) no-repeat 45%
        6px;
}
#form_tab_wc {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 -1px 0;
    float: left;
}
ul#form_tab_wc li {
    display: inline-block;
    float: left;
    margin-left: -1px;
}
ul#form_tab_wc li a.active,
ul#form_tab_wc li a:hover,
ul#form_tab_wc li a:focus {
    background: #de5149;
    color: #ffffff;
    border-color: #de5149;
}

ul#form_tab_wc li a {
    background: transparent;
    border: 1px solid #cccccc;
    padding: 8px 35px;
    color: #de5149;
    text-decoration: none;
    font-size: 16px;
    font-family: "Lora", serif;
    display: inline-block;
}
ul#form_tab li a {
    background: transparent;
    border: 1px solid #cccccc;
    padding: 15px 40px;
    color: #439df2;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
}
.checkbox.membership_checked {
    padding-left: 35px;
    padding-right: 40px;
}
.checkout_process_tab {
    display: block;
    border: 1px solid #ccc;
    text-align: center;
}
.checkout_process_tab {
    font-size: 10px;
    font-weight: 700;
    color: #575c62;
    background: #ebebeb;
    line-height: 20px;
}
#checkout h3,
.checkout_process_tab,
.lineButton,
button#findhairextension {
    text-transform: uppercase;
}
.woocommerce a.checkout_process_tab span {
    display: none;
}
.checkout_page_title {
    font-size: 40px;
}
.checkout_page_head_div {
    text-align: center;
}

.checkout_page_sub_title {
    font-size: 32px;
    font-weight: lighter;
}
.woocommerce .checkout_content.active {
    display: inline-block !important;
}
#checkout h2 {
    font-family: lora;
    text-align: center;
    font-size: 21px;
    letter-spacing: 5px;
    margin: 15px 0;
    line-height: 20px;
}
#checkout h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: lato;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
    padding: 0 4px;
}
#checkout h2 {
    font-family: lora;
    text-align: center;
    font-size: 21px;
    letter-spacing: 5px;
    margin: 15px 0;
    line-height: 20px;
    text-transform: uppercase;
}
#checkout h3,
.checkout_process_tab,
.lineButton,
button#findhairextension {
    text-transform: uppercase;
}
.shipping_address_form,
.shipping_method_form,
.shipping_name_form,
.shipping_number_form {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

#checkout .form-row {
    margin-right: 0;
}
.shipping_form .form-row.span_4 {
    width: 33.333333%;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
#checkout .form-row input.input-text {
    background: #fff;
    border: 1px solid #ccc;
    height: 39px;
}

.shipping_form_action {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
span#shipping_form_errors {
    bottom: -35px;
}
span#billing_form_errors {
    font-size: 15px;
    padding: 7px 40px 10px 10px !important;
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 100%;
    display: none;
    position: absolute;
    text-align: center;
}
span#shipping_form_errors {
    font-size: 15px;
    padding: 7px 40px 10px 10px !important;
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 100%;
    display: none;
    position: static;
    text-align: center;
}
.shipping_form_action a {
    margin-right: 25px;
}
.lineButton {
    background: #fff !important;
    color: #9f2b61;
    padding: 15px 22px;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 5px;
    font-weight: 700;
    border: 1px solid #9f2b61;
    cursor: pointer;
}
#checkout h3,
.checkout_process_tab,
.lineButton,
button#findhairextension {
    text-transform: uppercase;
}
.woocommerce .checkout_content {
    display: none !important;
}
div#checkout_step_right {
    padding-top: 25px;
    padding-right: 0px;
}
.checkout #order_review {
    margin-top: 25px;
}
#checkout .shop_table.woocommerce-checkout-review-order-table {
    border: 4px solid #d2ddf1;
    padding: 8px;
}
ul.custom_list_view_checkout {
    margin: 0;
    padding: 0;
}
#checkout .custom_list_view_checkout li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.main-content ul li {
    list-style: disc;
    list-style-position: outside;
}
.custom_list_view_checkout li {
    list-style: none !important;
}
#checkout .list_review {
    display: table;
    width: 100%;
}
#checkout .list_review .product_price,
#checkout .list_review .product_qty,
#checkout .list_review .product_with_img {
    vertical-align: top;
}
.list_review > div {
    display: table-cell;
    line-height: 21px;
}
.product_with_img {
    width: 65%;
}
#checkout .custom_list_view_checkout img {
    margin: 0 !important;
}
.custom_list_view_checkout img {
    float: left;
    width: 40px !important;
    border-radius: 100%;
    height: 40px !important;
}
.main-content img {
    max-width: 100%;
    height: auto;
}
#checkout .custom_list_view_checkout h5 {
    margin-bottom: 0;
    font-size: 11px !important;
    font-weight: 700;
    font-family: lora;
    line-height: 20px;
    text-indent: -2px;
    padding-left: 50px;
}
#checkout .custom_list_view_checkout span {
    font-weight: 600;
    font-size: 11px;
}

.product_with_img span {
    padding-left: 45px;
}
.custom_list_view_checkout span {
    text-indent: 5px;
    display: block;
    line-height: 15px;
    color: #a33d6c;
    text-transform: uppercase;
    font-weight: bolder;
}
#checkout .list_review .product_price,
#checkout .list_review .product_qty,
#checkout .list_review .product_with_img {
    vertical-align: top;
}
.list_review > div {
    display: table-cell;
    line-height: 21px;
}
#checkout .custom_list_view_checkout label {
    font-weight: 700;
    display: inline-block;
    color: #a1a1a1;
    font-size: 11px;
    line-height: 15px;
    float: left;
    width: 100%;
}
.custom_list_view_checkout label {
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: gray;
    font-size: 16px;
}
#checkout .list_review .product_price span,
#checkout .list_review .product_qty span {
    text-indent: 0;
    display: inline-block;
}
#checkout .custom_list_view_checkout span {
    font-weight: 600;
    font-size: 11px;
}
.custom_list_view_checkout span {
    text-indent: 5px;
    display: block;
    line-height: 15px;
    color: #a33d6c;
    text-transform: uppercase;
    font-weight: bolder;
}
#checkout .list_review .product_qty {
    position: relative;
}
#checkout .custom_list_view_checkout label {
    font-weight: 700;
    display: inline-block;
    color: #a1a1a1;
    font-size: 11px;
    line-height: 15px;
    float: left;
    width: 100%;
}
.custom_list_view_checkout label {
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: gray;
    font-size: 16px;
}
#checkout .list_review .product_qty span.cart_remove_checkout {
    position: absolute;
    top: 18px;
    color: #ff0000;
    font-weight: bolder;
    cursor: pointer;
    font-size: 14px;
    right: 0;
    font-family: "Open Sans", sans-serif;
}
#checkout .list_review .product_price span,
#checkout .list_review .product_qty span {
    text-indent: 0;
    display: inline-block;
}
#checkout .custom_list_view_checkout span {
    font-weight: 600;
    font-size: 11px;
    text-align: left;
}
.custom_list_view_checkout span {
    text-indent: 5px;
    display: block;
    line-height: 15px;
    color: #a33d6c;
    text-transform: uppercase;
    font-weight: bolder;
}
.cart-on-process {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: #f9f9f9;
    right: 0px;
    visibility: hidden;
    height: auto !important;
    width: 100%;
    opacity: 0.8;
    margin: 0 auto;
}
.checkout #order_review .order-review {
    background-color: transparent;
    border: none;
}
.checkout #order_review .order-review {
    margin-bottom: 0;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
body:not(.woocommerce-cart) .main-content table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec;
}
#checkout.checkout #order_review .order-review tr {
    text-align: center;
    line-height: 30px !important;
}
.checkout #order_review tr:nth-child(2n + 1) {
    background-color: transparent;
}
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n + 1) {
    background-color: #fcfcfc;
}
#checkout.checkout #order_review .order-review tr th {
    color: #444;
    font-size: 15px;
    font-weight: 600 !important;
    padding-right: 7px !important;
    text-transform: uppercase;
    font-family: Lato !important;
}
#checkout.checkout
#order_review
.order-review
tr
span.woocommerce-Price-amount.amount {
    font-size: 15px !important;
}
#checkout.checkout #order_review .order-review td,
#checkout.checkout #order_review .order-review tr th {
    border: none;
    padding: 0;
    display: inline-flex;
}
.checkout #order_review .order-review td,
.checkout #order_review .order-review tr th {
    border: none;
}
body:not(.woocommerce-cart) .main-content tr th:first-child,
body:not(.woocommerce-cart) .main-content tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
}
body:not(.woocommerce-cart) .main-content tr th:first-child,
body:not(.woocommerce-cart) .main-content tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ececec;
}
#checkout.checkout #order_review .order-review td {
    color: #d03e3b;
    font-weight: 700;
    font-size: 15px;
    font-family: Lato;
}

#checkout.checkout #order_review .order-review td,
#checkout.checkout #order_review .order-review tr th {
    border: none;
    padding: 0;
    display: inline-block;
}
body:not(.woocommerce-cart) .main-content table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec;
}
.checkout_promo {
    display: inline-block;
    width: 100%;
}
.billing_address_col,
.card_details_col,
.checkout_promo {
    margin-top: 25px;
}
.checkout_promo .cart-promo-input-group {
    position: relative;
}
.checkout_promo .cart-promo-input-group input#coupon_code_txt {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px !important;
    width: 100%;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.checkout_promo .cart-promo-input-group .js-cart-promo-apply {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    background: 0 0;
    border: 1px solid #9f2b61;
    color: #9f2b61;
    font-size: 25px;
    height: 43px;
    vertical-align: top;
    padding: 0 18px;
    line-height: 25px;
}
.is-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.woocommerce a.checkout_process_tab.active span {
    color: #6c6c6c;
    display: inline-block;
    margin-left: 10px;
}
.payment_methods {
    display: table-cell;
    width: 50%;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
}
.checkout_action,
.norton,
.payment_methods,
.question_box {
    vertical-align: middle;
}
.woocommerce .payment_methods li {
    list-style: none !important;
}
.woocommerce .payment_methods li {
    float: left;
    width: 50%;
}
.payment_method_authorize_net_cim_credit_card .payment_icons img {
    margin-right: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.row .col img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}
.payment_icons img {
    margin-bottom: 0 !important;
}
.payment_icons a.about_paypal {
    display: inline-block;
    width: 100%;
}
.woocommerce .payment_methods li {
    list-style: none !important;
}
.woocommerce .payment_methods li {
    float: left;
    width: 50%;
}
.main-content ul li {
    list-style: disc;
    list-style-position: outside;
}
li.emi-li {
    width: 100% !important;
}
.emi-li .buy-now-emi {
    width: 97%;
    background: #e8e8e8;
    padding: 7px;
}
.buy-now-emi {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.buy-now-emi a {
    display: inline-block;
}
buy-now-emi h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.payment_methods h6 {
    margin-bottom: 12px;
    font-family: Open sans-serif;
}
.emi-li .buy-now-emi p {
    font-size: 13px;
}
.buy-now-emi p {
    color: #747474;
    padding-bottom: 0 !important;
}
.buy-now-emi p span {
    color: #d03e3b;
    font-weight: 700;
    margin-left: 5px;
}
.billing_address_col,
.card_details_col,
.checkout_promo {
    margin-top: 25px;
}
input[type="radio" i],
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
#checkout .form-row {
    margin-right: 0;
}
.woocommerce .woocommerce-info:nth-child(2),
input#place_order,
p#billing_email_field,
p#billing_first_name_field,
p#billing_last_name_field {
    /*display: none;*/
}
#checkout .form-row input.input-text {
    background: #fff;
    border: 1px solid #ccc;
    height: 39px;
}
#checkout .billing_mid.col.span_6 {
    width: 49.88%;
}
html .woocommerce #payment,
html .woocommerce-page #payment {
    background-color: transparent !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: none;
}
#payment ul.payment_methods.methods,
.woocommerce-checkout #payment div.payment_box {
    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
    width: 100%;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent !important;
    line-height: inherit !important;
    font-size: inherit !important;
}
.woocommerce .payment_box p {
    padding-bottom: 0px !important;
    padding-left: 10px;
    line-height: inherit !important;
    font-size: inherit !important;
}
.woocommerce .payment_box p {
    padding-left: 3px !important;
}
.woocommerce .payment_box p {
    padding-left: 3px !important;
}
#add_payment_method
input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
#add_payment_method
input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
#add_payment_method
input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
#add_payment_method
input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
.woocommerce-checkout
#payment
div.payment_box
input.js-sv-wc-payment-gateway-echeck-form-input[type="text"] {
    font-size: 12px !important;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em;
}
.woocommerce-checkout #payment ul.payment_methods li {
    width: 100%;
}
.payment_method_paypal img {
    width: 180px !important;
}
.custom_edit_block {
    display: inline-block;
    width: 100%;
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
}
a.edit_section {
    position: absolute;
    right: 8px;
    top: 4px;
}
.custom_edit_block p {
    padding-bottom: 0;
    font-size: 13px;
}
#order_submission_step .shop_table.woocommerce-checkout-review-order-table,
.custom_edit_block {
    border: 1px solid #ccc;
}
#checkout h3,
.checkout_process_tab,
.lineButton,
button#findhairextension {
    text-transform: uppercase;
}
.custom_edit_block h3 {
    text-align: center;
}
.billing_address_col label {
    padding-left: 0px !important;
}
.billing_address_col input[type="radio"] + label:before,
.billing_address_col input[type="checkbox"] + label:before {
    top: 54%;
    left: -20px;
}
div#checkout_step_left {
    padding-left: 0px;
    padding-right: 0px;
}
.vc_col-sm-12.shipping_form {
    padding-left: 0px;
}
.no-left-padding {
    padding-left: 0px;
}
ul.wc_payment_methods.payment_methods.methods {
    padding-left: 0px;
}
.vc_col-sm-12.checkout_col_8 {
    padding-left: 0px;
}
.chekout-stpes.vc_col-sm-12 {
    padding-left: 0px;
}

.register_ac_wc a {
    color: #de5149;
    text-decoration: none;
}
.register_ac_wc {
    float: right;
    font-size: 14px;
    font-weight: 700;
    font-family: "Lora", serif;
    margin-bottom: 5px;
    color: #000000;
    text-decoration: none;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700;
    margin-top: -2px !important;
    float: left;
    margin-bottom: 20px;
}
span.winetitledate {
    font-size: 20px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}
.bottle_riview_col ul li:nth-child(3) p {
    text-transform: capitalize;
}
span.atcmorebottle {
    float: left;
    margin-top: 5px;
    font-size: 12px;
}
.woocommerce-order-details span {
    font-size: 14px !important;
    font-weight: 500;
}
/* Cart Page deisign as per the ES */
section.cart_page {
    display: inline-block;
    width: 100%;
    position: relative;
}
.cart_item_listing {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.cart_items {
    display: table;
    width: 100%;
    background: #fff;
    padding: 10px 26px;
    border: 1px solid rgba(214, 213, 201, 0.85);
    margin-bottom: 10px;
}
.k-items-list {
    position: relative;
}
.itemC_img {
    width: 10% !important;
    text-align: right;
    padding-right: 15px;
}
.item_col {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-top: 25px;
}
.itemC_img img {
    height: 60%;
}
.itemC_img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 100%;
}
.itemC_name {
    width: 20%;
}
.item_col label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #ada9a9;
    letter-spacing: 2px;
}
.itemC_name h6 {
    letter-spacing: 1px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 12px !important;
    color: #000;
}
.itemC_name p.itemC_length {
    color: #8c0e4f;
    font-weight: 700;
    font-family: Lora;
    font-size: 12px;
    letter-spacing: 1px;
}
.itemC_name p {
    padding-bottom: 0;
}
.itemC_price,
.itemC_quantity,
.itemC_total {
    width: 15% !important;
}
.itemC_price h4,
.itemC_total h4 {
    color: #8c0e4f;
    font-size: 20px;
    font-weight: 400;
    font-family: Open Sans;
    letter-spacing: 1px !important;
}
.cart_product_quantity .quantity input.minus {
    float: left;
    padding: 0 5px 3px;
    border: 1px solid rgba(204, 204, 204, 0.72);
}
.cart_product_quantity .quantity input.minus,
.cart_product_quantity .quantity input.plus {
    background: 0 0;
    color: #848181;
    font-size: 31px;
    line-height: 0;
    height: 35px;
    width: 35px;
    font-family: Open;
    text-align: center;
}
.cart_product_quantity .quantity input.input-text.qty.text {
    float: left !important;
    height: 35px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    text-align: center;
    color: #848181;
}
.cart_product_quantity .quantity input.plus {
    float: left;
    padding: 0 5px;
    border: 1px solid rgba(204, 204, 204, 0.72);
}
.itemC_action {
    position: relative;
    width: 18% !important;
    padding-top: 0;
    padding-left: 5%;
}
.itemC_action a {
    display: block;
    margin: 10px 0;
}
.cart-on-process {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: #f9f9f9;
    right: 0px;
    visibility: hidden;
    height: auto !important;
    width: 100%;
    opacity: 0.8;
    margin: 0 auto;
}
.ajaxloader {
    position: absolute;
    background: url(img/ajax-loader.gif) no-repeat;
    height: 11px;
    width: 16px;
    top: 50%;
    left: 50%;
}
.cart_footer {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #ccc;
    padding-top: 20px;
}
.cart_ship {
    width: 49%;
    padding: 12px 15px;
    text-align: center;
    min-height: 170px;
}
.cart_order_summary,
.cart_ship {
    display: inline-table;
    background: #fff;
    border: 1px solid rgba(214, 213, 201, 0.85);
}
.cart_ship h3 {
    font-weight: 700;
}
.cart_ship a.shipping-calculator-button {
    width: 250px;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #d03e3b;
    padding: 0;
    border: 1px solid #d03e3b;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 35px;
    text-transform: capitalize;
}
.cart_order_summary {
    width: 49%;
    padding: 12px 15px;
    float: right;
    position: relative;
}
.order_summary_block {
    vertical-align: bottom;
    padding-top: 5%;
    width: 50%;
    display: table-cell;
    position: relative;
}
.order_summary_block h3 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #ada9a9;
    font-weight: 600;
    width: 100%;
    margin: 0;
}
.order_summary_block h2,
.order_summary_block h3 {
    letter-spacing: 1px !important;
}
.order_summary_block p {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(148, 148, 148, 0.98);
    margin: 10px 0;
}
.order_summary_block p span {
    font-weight: 400 !important;
    display: inline-block;
}
.order_summary_block:last-child:before {
    border-left: 2px solid #ccc;
    height: 100%;
    position: absolute;
    left: -12px;
    top: 0;
}
.cart_order_on_process,
.common_head_banner:after,
.itemC_action:before,
.order_summary_block:last-child:before,
.toturial_container h3:after {
    content: "";
}
.order_summary_block h3 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #ada9a9;
    font-weight: 600;
    width: 100%;
    margin: 0;
}
.order_summary_block h2,
.order_summary_block h3 {
    letter-spacing: 1px !important;
}
.order_summary_block h2 {
    color: #8c0e4f;
    font-size: 35px;
    font-weight: 400;
}
.payment_methods_section {
    display: table;
    width: 100%;
    margin: 25px 0;
}
.norton {
    display: table-cell;
    width: 20%;
}
.checkout_action,
.norton,
.payment_methods,
.question_box {
    vertical-align: middle;
}

.payment_methods {
    display: table-cell;
    width: 50%;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
}
.checkout_action,
.norton,
.payment_methods,
.question_box {
    vertical-align: middle;
}
.payment_methods h6 {
    margin-bottom: 12px;
}

.checkout_action {
    display: table-cell;
    text-align: right;
}
a.white_btn {
    width: 250px;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #d03e3b;
    padding: 10px;
    border: 1px solid #d03e3b;
    font-weight: 700;
}
.also_like,
.product_list {
    display: inline-block;
    width: 100%;
}
.also_like_heading {
    padding-top: 35px;
    padding-bottom: 15px;
}
.also_like_heading,
.question_heading {
    border-top: 2px solid #ccc;
    text-align: center;
}
.also_like_heading h4 {
    font-weight: 700;
    letter-spacing: inherit !important;
}
.also_like_heading h4,
.question_heading h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: Open Sans;
    text-transform: uppercase;
}
body .woocommerce-page .products .product,
body.woocommerce .products .product {
    background: #fff;
    border: 1px solid #ccc;
    padding-bottom: 0 !important;
}
.woocommerce .products .product,
.woocommerce-page .products .product {
    float: left;
    margin: 0 2% 2% 0;
    padding: 0;
    position: relative;
    width: 23.45%;
}
.woocommerce.woocommerce-page .products .product .wapl-label,
body.woocommerce .products .product .wapl-label {
    margin: 0;
    position: absolute;
    top: 180px;
    width: 100%;
}
html body .order_summary_block h2 span.woocommerce-Price-amount.amount {
    font-size: 35px !important;
    text-align: left;
    margin-top: 0px;
}
html
body.woocommerce-cart
.order_summary_block
span.woocommerce-Price-amount.amount {
    font-weight: 400 !important;
}
.woocommerce ul#shipping_method li:last-child {
    display: none;
}
.trx_addons_popup_form_wrap input[type="radio" i],
.trx_addons_popup_form_wrap input[type="checkbox" i] {
    opacity: 0;
}

#view_cart_popup img {
    border-radius: unset;
    width: auto;
}
/*-----------Custom Product Filter CK--------------*/
.php_portfolio.active .product_new_item_block {
    -webkit-transition: all 0.8s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 0.8s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 0.8s ease-in;
    -moz-transform: scale(1);
    transition: all 0.8s ease-in;
    transform: scale(1);
}
.php_portfolio .product_new_item_block {
    -webkit-transition: all 0s ease-in;
    -webkit-transform: scale(0);
    -ms-transition: all 0s ease-in;
    -ms-transform: scale(0);
    -moz-transition: all 0s ease-in;
    -moz-transform: scale(0);
    transition: all 0s ease-in;
    transform: scale(0);
}
.product_new_item_block {
    float: left;
    width: 50%;
    padding: 15px;
}
.php_product_filter li:before {
}
.php_product_filter li {
    margin-left: 0px;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    background-color: transparent !important;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
.cbp-filter-item_php span:before {
    color: rgba(123, 109, 29, 0.5);
}
.cbp-filter-item_php span:before {
    content: "\e920";
    font-family: fontello;
    display: block;
    font-size: 3.7em;
    line-height: 1.55em;
}
.php_portfolio {
    /*    display: none;*/
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.portfolio-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.php_portfolio.active {
    /*    display: block;*/
    position: static;
}
.php_portfolio.active.cbp-l-loadMore-button {
    display: block;
}
.php_portfolio.cbp-l-loadMore-button {
    display: none;
}
.cbp {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.cbp-ready > * {
    visibility: visible;
}
.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cbp-wrapper-outer {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after,
.cbp-l-filters-alignRight .cbp-filter-counter:after,
.cbp-l-filters-button .cbp-filter-counter:after,
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.cbp-l-filters-text .cbp-filter-counter:after,
.cbp,
.cbp *,
.cbp *:after,
.cbp:after,
.cbp-l-filters-dropdownHeader:after,
.cbp-popup-wrap,
.cbp-popup-wrap *,
.cbp-popup-wrap:before,
.cbp-popup-loadingBox:after {
    box-sizing: border-box;
}
.cbp-ready .cbp-wrapper,
.cbp-ready .cbp-wrapper-helper {
    position: absolute;
    top: 0;
    left: 0;
}

.cbp-wrapper,
.cbp-wrapper-helper {
    margin: 0;
}
.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cbp-ready .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
}
.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 25px;
    margin-bottom: 25px;
    width: 45%;
}
.cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0;
}
.cbp-l-loadMore-button a.cbp-l-loadMore-link {
    text-align: center;
    border: 1px solid #dedede;
    color: #7e7b7b;
    display: inline-block;
    font: 400 12px/36px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 30px;
    outline: 0;
    margin-top: 40px;
    box-shadow: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
.cbp-l-loadMore-button {
    text-align: center;
}
.cbp-filter-item_php_apparel span:before {
    content: "\e85a";
    font-family: fontello;
    display: block;
    font-size: 3.7em;
    line-height: 1.55em;
}
.cbp-filter-item_php span:before {
    color: rgba(123, 109, 29, 0.5);
}
.cbp-l-loadMore-button {
    text-align: center;
    float: left;
    width: 100%;
}
.cbp-filter-item_php_apparel:before,
.cbp-filter-item_php:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    top: 25%;
    left: -7px;
    background-color: #d8d4be;
}
.cbp-filter-item_php_apparel:first-child:before,
.cbp-filter-item_php:first-child:before {
    display: none;
}
.cbp-filter-item_php_apparel span:before,
.cbp-filter-item_php span:before {
    color: rgba(123, 109, 29, 0.5);
}
.cbp-filter-item_php_apparel,
.cbp-filter-item_php {
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Open Sans", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
}
.cbp-filter-item_php_apparel span,
.cbp-filter-item_php span {
    color: #8a8996;
    display: inline-block;
}
.cbp-filter-item_php_apparel.active span:before,
.cbp-filter-item_php.active span:before,
.cbp-filter-item_php_apparel.active span,
.cbp-filter-item_php.active span,
.cbp-filter-item_php_apparel:hover span,
.cbp-filter-item_php:hover span,
.cbp-filter-item_php_apparel:hover span:before,
.cbp-filter-item_php:hover span:before {
    color: #d03e3b;
}
.cbp-filter-item_php_apparel a:hover,
.cbp-filter-item_php:hover {
    color: white !important;
}

.datepicker.dropdown-menu {
    z-index: 99999 !important;
}
.woocommerce .form-row.terms #terms {
    margin: 0px -15px 0 0 !important;
}

#register_modal .modal-dialog {
    width: 75vw !important;
    margin: 30px auto !important;
}
.review_single_product_content.product_content_new {
    width: 75% !important;
}
.review_single_product_content.product_content_new li {
    width: 30.8888% !important;
    padding: 10px 6px 55px 3px !important;
}
.review_single_product_content.product_content_new p.price_list_title {
    font-size: 10px !important;
}

.review_single_product_content.product_content_new
span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
}
.review_single_product_content.product_content_new a.joinwineclub_hover {
    font-size: 10px !important;
    width: 95% !important;
}
.review_single_product_content.product_content_new li span.porduct_tool_tip {
    display: none;
}
.review_single_product_content.product_content_new .product_new_action {
    padding: 0 30px !important;
}
.product_candles_img {
    float: left;
    width: 35%;
    text-align: center;
    padding-left: 11px;
    padding-right: 11px;
}
.product_content_candles {
    float: right;
    width: 65%;
    padding: 8px 15px 8px 0;
}
.product_description_candles {
    display: inline-block;
    width: 100%;
}
.product_description_candles > p {
    width: 100%;
    float: left;
    line-height: 20px;
    overflow: hidden;
}
.candles_pricing {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.candle_pricing li {
    width: 30%;
}
.candle_pricing li p.price_list_title {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 15px;
    min-height: 35px;
    text-align: center;
}
.candle_pricing li span.woocommerce-Price-amount.amount {
    font-size: 25px;
}
.candle_pricing li p.want_a_discount {
    font-size: 8px;
    line-height: 10px;
}
.candle_pricing li a.joinwineclub_hover {
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    width: 90%;
    padding: 5px 0px 7px 0px;
}
.candle_pricing li p.want_a_discount {
    font-size: 8px;
    line-height: 10px;
    bottom: 0px;
    padding: 0px !important;
}
.candle_pricing li span.porduct_tool_tip {
    z-index: 9;
    position: absolute;
    top: -10px;
    right: -2px;
    width: 20px;
    height: 20px;
    line-height: 12px;
}
.winelistingDiv {
    min-height: 370px !important;
}
.showmessage_custom_wine {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    display: list-item;
    right: 30px;
}
.showmessage_custom_wine img {
    width: 20px;
    position: absolute;
    top: -2px;
    left: -21px;
}
.product_new_action {
    position: relative;
}
.oil_and_candles_action {
    position: relative;
}
.oil_and_candles {
    margin-top: 0px !important;
}
.showmessage_custom_candles {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    display: list-item;
}
.showmessage_custom_candles img {
    width: 20px;
    position: absolute;
    top: -2px;
    left: -21px;
}
p.showRewardPointMsg {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    padding-left: 30px;
    position: relative;
}
p.showRewardPointMsg img {
    width: 25px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.woocommerce-MyAccount-navigation
.woocommerce-MyAccount-navigation-link--wine-reward-points {
    display: none;
}

body.single .comments_wrap .comments_form table tr td iframe {
    height: 20px !important;
    min-height: 20px !important;
}
body.single .comments_wrap .comments_form table tr td {
    vertical-align: middle;
}
body.single .comments_wrap .comments_form table tr td .fb_iframe_widget {
    display: inherit !important;
}
body.single .comments_wrap .comments_form table tr td .share_wrapper11 {
    margin-top: 0;
    padding: 0 !important;
    height: 20px;
}
body.single .comments_wrap .comments_form table tr td .twitter-share-button {
    width: 60px !important;
}
p.tribe-events-promo {
    display: none !important;
}
section.up-sells.upsells.products {
    display: none;
}
p.wine_enthusiast {
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    text-align: center;
    font-size: 85px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 2px 10px 6px;
    line-height: 70px;
    float: left;
}
p.wine_enthusiast span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 2px;
}
.woocommerce-info.rs_message_for_single_product
span.woocommerce-Price-amount.amount {
    font-size: 15px;
    font-weight: 400;
    color: #23262c;
    display: inline;
    text-align: center;
}
.woocommerce-info.rs_message_for_single_product {
    display: none;
}
img.wine_enthusiast {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px !important;
}
.sv-wc-payment-gateway-payment-method-actions a.edit-payment-method.button {
    display: none;
}
.rs_checkout_message span.woocommerce-Price-amount.amount {
    display: initial;
    font-size: 14px;
    font-weight: normal;
}
html body .rs_cart_message span.woocommerce-Price-amount.amount {
    display: initial;
    font-size: 14px;
    font-weight: normal !important;
}
#vr_sm_loader {
    z-index: 99999999;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(255, 255, 255);
    opacity: 0.7;
}
.product_new_item_block span.woocommerce-Price-amount.amount {
    color: #b9b9b9;
}

@media only screen and (max-width: 1365px) {
    .product_candles_img {
        width: 100%;
    }
    .product_content_candles {
        width: 100%;
        padding: 10px 15px;
    }
    .product_description_candles > p {
        text-align: center;
        padding: 0 15px;
    }

    .product_content_new {
        padding: 10px 15px 30px 15px; 
    }
    body .product_content_new span.woocommerce-Price-amount.amount {
        font-size: 24px !important;
    } 
    .product_description_new p {
        padding: 0 25px;
    }
    .product_new_action {
        padding: 0 !important;
    }
    .product_content_new p.price_list_title, body.single.single-product.woocommerce p.price_list_title {
        height: 18px;
        line-height: 10px; 
    }
    body.search .product_content_new .price_list li {
        width: 100%;
        margin: 0 0 30px 0;
    }  
} 
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
    body.search .product_content_new span.woocommerce-Price-amount.amount {
        font-size: 22px;
    }
    body.search p.off_sever {
        bottom: 8px;
        font-size: 14px;
    }
    body.search .product_content_new .price_list li {
        padding: 10px 6px 24px 6px; 
    }
    body.search .product_content_new p.price_list_title, 
    body.search.single.single-product.woocommerce p.price_list_title {       
        height: 26px; 
    }
}
/*---- Ipad Portrait ----*/ 
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    h3.product-title-new {
        font-weight: 600;
        min-height: 55px;
    }

    body .product_new_item_block.listwineonly {
        min-height: 780px !important;
    } 
}