body{
    margin: 0px;
    /*font-family: 'proxima_novaregular';*/
    font-family: 'Prompt', sans-serif;
}
p{
    font-weight: 200;
}
img{
    max-width: 100%;
}
a, a:hover{
    text-decoration: none;
}
.btn, .btn:focus{
    outline: none;
    box-shadow: none;
}
ul{
    padding-left: 0px;
    list-style: none;
}
.container-padding{
    padding-left: 9.375em;
    padding-right: 9.375em;
}
.content-padd-with{
    padding-left: 96px;
    padding-right: 69px;
}
@media only screen and (min-width: 1600px) {
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}
/*------------------------Full header-------------------------------------*/
.header-bar-full {
    position: sticky;
    top: 0px;
    z-index: 9;
}
/*---------top-bar------------*/
.top-bar-head {
    background-color: #e2a105;
}
.bar-top-msgrelase {
    padding: 10px 20px;
}
.link-msg-real, .link-msg-real:hover{
    color: #fff;
}
.new-release-msg{
    margin-bottom:0px;
    font-size: .86em;

}
/*-----------customer--------------*/
.main-header-bar {
    background-color: #f6f5f3;
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.customer--menu-header {
    flex: 0 0 100%;
    max-width: 100%;
}
.curomer-menu-bar {
    margin-bottom: 10px;
}
.curomer-menu-bar li {
    display: inline-block;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.curomer-menu-bar li a {
    display: inline-block;
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
    font-weight: 300;
}
.fixedheader .customer--menu-header {
    visibility: hidden;
    position: fixed;
    top: 0;
}
/*------------headre-main----------*/
.searchbar--header {
    flex: 1;
    float: left;
    flex: 1;
    width: calc(100% - 743px);
    margin-left: 62px;
}
.search-form-main {
    border: 1px solid #1f1f1f45;
    border-radius: 2px;
}
.search-form-main .serchform--control {
    border: none;
    padding: 15px 25px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 300;
    color: #444;
    background-color: #f6f5f3;
}
.search-form-main .serchform--control::placeholder{
    color: #444;
}
.btn-search-bar img {
    width: 16px;
}
/*.rightside--main {
    flex: 1;
}*/
.rightgt--wit {
    margin-bottom: 0px;
}
.rightgt--wit .rightlink-txt {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 40px;
}
.txt-ship-to strong {
    font-size: 12px;
    color: #e2a105;
    font-weight: 300;
}
.rightgt--wit .rightlink-txt a {
    display: block;
    font-size: 10px;
    color: #444;
    text-align: center;
    font-weight: 400;
}
.txt-ship-to .formselect--ship {
    width: 45px;
    border: 0;
    background-color: transparent;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    -webkit-appearance: textfield;
    padding-right: 0px;
}
.txt-ship-to .formselect--ship:focus{
    box-shadow: none;
}
.rightgt--wit .rightlink-txt img {
    margin-bottom: 5px;
}
.rightgt--wit .rightlink-txt .gift1-img{
    width: 20px;
}
.rightgt--wit .rightlink-txt .gift2-img{
    width: 24px;
    margin: auto;
}
.cartadd--bucket {
    position: relative;
}
.badget-icon-cart {
    background-color: #e2a105;
    color: #fff;
    width: 17px;
    position: absolute;
    border-radius: 50%;
    height: 17px;
    right: -11px;
    top: -6px;
    font-size: 12px;
    text-align: center;
}
.rightgt--wit .rightlink-txt .gift3-img{
    width: 30px;
    margin: auto;
}
.rightgt--wit .rightlink-txt .txt-label-txt {
    display: block;
    text-align: center;
}
.menu-bottom-bar {
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #e7e6e4;
    margin-top: 20px;
}
.menubar--item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: stretch;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}
.menubar--item .navmenu--items {
    padding: 12px 0;
}
.menubar--item .navmenu--items .navlink-items {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    line-height: normal;
}
.menubar--item .navmenu--items .navlink-items::after {
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(../icons/up-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -17px;
    background-size: 18px 9px;
    visibility: hidden;
}
.menubar--item .navmenu--items:hover .navlink-items::after{
    visibility: visible;
}
.menubar--item .navmenu--items .navlink-items:hover{
    color: #e2a105;
}

/*----------------mega menu-------------*/
.menubar--item .navmenu--items .megamenu-dropdown{
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 9;
    background: #e7e2d9;
    padding: 20px 15px 30px 30px;
    display: none;
    transition: visibility .5s ease;
    -webkit-transition: visibility .5s ease;
    -moz-transition: visibility .5s ease;
    -ms-transition: visibility .5s ease;
    -o-transition: visibility .5s ease;
    transition-delay: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.menubar--item .navmenu--items:hover .megamenu-dropdown{
    display: block;
    opacity: 1;
    visibility: visible;
}
.head-megamenu {
    background: #ede9e2;
    padding: 12px 23px;
    margin-bottom: 35px;
}
.head-megamenu a {
    font-family: 'Cormorant SC', serif;
    font-size: 18px;
    color: #e2a105;
    display: inline-block;
    text-transform: uppercase;
}
.title-megamenu {
    color: #e2a105;
    margin-top: 0;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.less-margin{
    margin-bottom: 10px;
}
.all-menumega--items .productLink-megamneu {
    padding-bottom: 7px;
}
.all-menumega--items .productLink-megamneu a {
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
    font-weight: 400;
}

/*----------------------banner-------------------------*/
.bg-image-comun {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.banner1-bg-wig{
    background-color: rgb(0, 0, 0);
}
.banner2-bg-wig{
    background-color: rgb(9, 9, 9);
}
.banner3-bg-wig{
    background-color: rgb(252, 247, 236);
}
.inner-bg-content-wraper {
    height: 726px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-fst {
    font-size: 13px;
    text-transform: uppercase;
    color: #ddd0b5;
}
.titlescnd {
    font-size: 40px;
    color: #e2a105;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 31px;
}
.titlescnd:before {
    position: absolute;
    height: 1px;
    width: 50%;
    left: 25%;
    bottom: 0;
    background: #a89e8a;
    content: "";
}
.short-disctxt-wig p {
    font-size: 17px;
    text-transform: unset;
    letter-spacing: .5px;
    line-height: 1.3em;
    color: #ddd0b5;
}
.btn-shop-btn {
    background: 0 0;
    border: 1px solid #ddd0b5;
    text-decoration: none;
    padding: 6px 33px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    margin-top: 29px;
    color: #ddd0b5;
    font-family: 'Cormorant SC', serif;
    text-transform: uppercase;
}
.btn-shop-btn:hover{
    color: #ddd0b5;
}
.slidernext-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.slidernext-btn .carousel-control-next, .slidernext-btn .carousel-control-prev{
    position: static;
    width: 42px;
    margin: 0px 20px;
    opacity: 1;
}
/*------------Service-gift-section---------------*/
.service-gift-content {
    background-color: #f6f5f3;
    padding: 55px 0px 20px;
}
.subtxt-h3 {
    font-family: 'Cormorant SC', serif;
    color: #e2a105;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.main-head-txt {    
    font-family: 'Prompt', sans-serif;
    display: block;
    font-size: 13px;
    color: #444;
    text-align: center;
    line-height: 35px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.heading--txt-head {
    text-align: center;
}
.heading--txt-head .service-gift-link{
    display: block;
}
.serv-gift-icon .icon {
    background: url(../icons/all-icons.svg);
    background-repeat: no-repeat;
    background-size: 18.25em 87.4375em;
    width: 109px;
    height: 109px;
    display: inline-block;
    background-position: 0px -51.5em;
}
.serv-gift-icon .icon--engraving{
    background-position: 0 -25.5em;
    width: 128px;
    height: 75px;
    margin-bottom: 34px;
}
.serv-gift-icon .icon--gift-basket{
    background-position: 0 -44.8125em;
    width: 80px;
}
.serv-gift-icon .icon--gift{
    background-position: 0 -37.875em;
    width: 50px;
}
.service-gift-link h3 {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.service-gift-link p {
    font-weight: 300;
    margin: 0 0 1.5625em;
    font-size: 13px;
    color: #333;
}
/*--------------view-more-section-------------------*/
.custom--Image-categ {
    background-color: #f6f5f3;
    padding-top: 20px;
}
.narrowItem-wig .link-win--items {
    display: block;
}
.narrowItem-wig {
    margin-bottom: 8px;
}
.narrowItem-wig .link-win--items .full-winbox--areacover {
    position: relative;
}
.figus-image--view {
    margin-bottom: 0px;
}
.narrowItem-wig .link-win--items .full-winbox--areacover .win-top-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    text-align: center;
    max-width: 415px;
    margin: auto;
}
.titlewin--area {
    font-size: 2.5em;
    line-height: 2.1875rem;
    color: #e2a105;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}
.titlewin--area .small-txt-area{
    font-size: 13px;
    display: block;
    line-height: 30px;
    color: #a89e8a;
}
.inside-box-txt hr {
    background: #a89e8a;
    margin: 15px auto 20px;
    max-width: 45%;
    min-width: 100px;
    border-bottom: 1px solid #a89e8a;
}
.shord-disc--areatxt p {
    font-size: 15px;
    color: #a89e8a;
    margin-bottom: 0px;
}
.narrowItem-wig .link-win--items .full-winbox--areacover .fullwin--layout-content{
    right: auto;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 100px 30px;
    max-width: 800px;
    left: 0px;
}
.narrowItem-wig .link-win--items .full-winbox--areacover .fullwin--layout-content .titlewin--area{
    font-size: 65px;
    line-height: 4.1875rem;
}
/*---------------product item-------------*/
.fetaure-product-section {
    padding-top: 120px;
    margin-top: -80px;
    background-color: #fff;
    padding-bottom: 100px;
}
.product-item-box {
    margin-bottom: 30px;
}
.product--items-LInk {
    display: block;
}
.productImg--items img {
    height: 290px;
    object-fit: cover;
    object-position: top;
}
.imgbox-product--view {
    border: 1px solid #e9e6e1;
    position: relative;
}
.productImg--items {
    text-align: center;
}
.flatcustom--products {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
}
.comn-item-custom {
    background: #e2a105;
    bottom: 0;
    color: #fff;
    font-size: .7em;
    padding: 2px 10px;
}

.specialItem--col{
    background: #a02828;
}
.title-product--fst {
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
}
.product-content---bottom-area {
    padding-top: 5px;
    text-align: center;
}
.title-product--scnd a {
    display: block;
}
.title-product--scnd a h3 {
    color: #e2a105;
    font-size: 0.875em;
    margin: 0;
    text-transform: uppercase;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}
.price-label .txt-pricelabel {
    font-size: 14px;
}
.price-label .txt-pricelabel .cross-txt-product {
    text-decoration: line-through;
    margin-right: 5px;
    display: inline-block;
}
.product-shop-btn {
    font-family: 'Cormorant SC', serif;
    border: 1px solid #e2a105;
    color: #e2a105;
    padding: 6px 23px;
    text-transform: uppercase;
    display: block;
    width: 150px;
    margin: auto;
    margin-top: 15px;
    border-radius: 0px;
}
/*---------------logo brand--------------*/
.brandlogo-section{
    background-color: #f6f5f3;
    padding-top: 55px;
    padding-bottom: 55px;
}
.mainbrand--logo{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.mainbrand--logo .brandlogo {
    flex: 0 0 20%;
    max-width: 20%;
    display: block;
    text-align: center;
}
.mainbrand--logo .brandlogo a {
    background: url(../images/brand-logo.svg) no-repeat;
    display: inline-block;
    width: 80%;
    height: 75px;
    margin: auto;
    background-size: 10.625em 66.8125em;
    background-position: 0 -25.5em;
}

.mainbrand--logo .brandlogo.brand-logo-2 a{
    background-position: 0 -57.3125em;
}
.mainbrand--logo .brandlogo.brand-logo-3 a{
    background-position: 0 -41.625em;
}
.mainbrand--logo .brandlogo.brand-logo-4 a{
    background-position: 0px -17em;
    height: 45px;
}
.mainbrand--logo .brandlogo.brand-logo-5 a{
    background-position: 0 -46em;
    height: 91px;
}
.mainbrand--logo .brandlogo.brand-logo-6 a{
    background-position: 0 0;
    height: 90px;
}
.mainbrand--logo .brandlogo.brand-logo-7 a{
    background-position: 0 -38.125em;
}
.mainbrand--logo .brandlogo.brand-logo-8 a{
    background-position: 0 -51.6875em;
    height: 80px;
}
.mainbrand--logo .brandlogo.brand-logo-9 a{
    background-position: 0 -32.9375em;
}
.mainbrand--logo .brandlogo.brand-logo-10 a{
    background-position: 0 -22em;
    height: 60px;
}
.tabnav--sidetab .btn-pill-link {
    display: block;
    color: #e2a105;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 0px;
    font-weight: 400;
}
.tabnav--sidetab .btn-pill-link::after {
    background: url(../icons/right-arrow-icon1.png) no-repeat;
    content: "";
    display: inline-block;
    width: 12px;
    height: 18px;
    float: right;
    margin-top: 12px;
}
.tabnav--sidetab .btn-pill-link:hover::after{
    background: url(../icons/right-arrow-icon2.png) no-repeat;
}
.tabnav--sidetab .btn-pill-link:hover{
    color: #e2a105;
}
.tabnav--sidetab .btn-pill-link.active{
    color: #333;
    background-color: transparent;
}


/*------------------Detail-page---------------------*/
.maindetail-theme-page {
    background: #f6f5f3;
    padding-left: 20px;
    padding-right: 20px;
}
.full-productdetail--page {
    background-color: #fff;
}
.official--partner {
    position: absolute;
    top: 0px;
    left: -58px;
}
.txt-official-main {
    background-color: #e2a105;
    color: #fbfbfb;
    font-weight: 600;
    font-size: 12px;
    left: 0;
    letter-spacing: .6px;
    min-width: 190px;
    text-transform: uppercase;
    padding: 7px 5px;
    white-space: nowrap;
    z-index: 2;
    display: inline-block;
    position: relative;
}
.txt-official-main::after {
    border: 0;
    background: #fff;
    content: ' ';
    display: block;
    height: 1.66667em;
    right: -10px;
    position: absolute;
    top: .5em;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg) skew( 15deg, 15deg);
    width: 1.66667em;
    z-index: -1;
}
.productdtl-type-two {
    margin-top: 30px;
}
.tabpills-disc-dtlpage .itemsnav--tabview {
    flex: 1;
    text-align: center;
}
.itemsnav--tabview .linkdisc--tab {
    border-radius: 2px;
    border: solid 1px #e5e3dd;
    background-color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    color: #3d4246;
    text-transform: uppercase;
}
.itemsnav--tabview .linkdisc--tab.active{
    text-decoration: underline;
    color: #e2a105;
    background-color: #e5e3dd;
}
.tabcontent-widgitwise p {
    font-size: 14px;
    color: #444;
    line-height: 1.38462em;
    letter-spacing: .6px;
    font-weight: 300;
}
/*--------right-side dtl-------*/
.product-detail-rigtside {
    padding-left: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 250px;
}
.subhead-dtl-prod {
    color: #88888bf2;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: .7px;
    text-transform: uppercase;
}
.mainhead-dtl-prod {
    font-size: 22px;
    line-height: 1.2381em;
    color: #b38d47;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .7px;
}
.pricedtl-product span {
    font-size: 14px;
    color: #444;
    display: inline-block;
}
.product-wig--quart {
    margin-top: 15px;
    margin-bottom: 25px;
}
.qty-fill-product {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.label--qty-txt {
    color: #888887;
    font-size: 12px;
    display: inline-block;
    flex-shrink: 1;
    margin-right: 15px;
}
.btn-qty-productadd {
    display: flex;
    background-color: #f6f5f3;
    box-shadow: inset 0 1px 0 0 rgb(31 31 31 / 17%);
    border-radius: 3px;
    border: solid 1px #e9e7e2;
    height: 33px;
    max-width: 130px;
}
.btn-qty-productadd button {
    padding: 5px 20px;
    background-color: transparent;
    border: 0;
    font-size: 11px;
    color: #e2a105;
}
.btn-qty-productadd button:hover{
    color: #e2a105;
}
.qty-txt-input {
    width: 30px;
    height: 31px;
    text-align: center;
    border: none;
    font-size: 14px;
    background-color: transparent;
}
.qty-txt-input:focus{
    outline: none;
    border: 0;
    box-shadow: none;
}
.btn.btnadd-cart {
    border-radius: 0;
    font-size: 13.5px;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: .65px;
    padding: 15px 75px;
    background-color: #e2a105;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.btn.btnadd-cart:hover{
    color: #fff;
}
.product-available-disc p {
    color: #69727b;
    font-size: 14px;
}
/*-------flavor-------*/
.flavor--section-row {
    padding-top: 20px;
    padding-bottom: 40px;
}
.contaner-flav-extra {
    padding-left: 150px;
    padding-right: 150px;
}
.rigt-boder-flavor {
    border-right: 1px solid #cccaca;
}
.title-flav-txt {
    font-size: 40px;
    color: #e2a105;
    text-align: center;
}
.title-flav-txt span{
    display: block;
    font-size: 17px;
    color: #444;
}
.listflavor-content-grid {
    margin-top: 50px;
}
.flavorwin--box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.flavorwin--box .icon-flavor {
    flex: 0 0 120px;
    max-width: 120px;
}
.flavorwin--box .icon-flavor .split--icon-flav {
    background: url(../icons/flavor-icons.svg) no-repeat;
    display: block;
    background-position: 40px -61.6em;
    height: 75px;
}
.flavorwin--box .icon-flavor .split--icon-flav.body-icon{
    height: 90px;
}
.flavorwin--box .icon-flavor .split--icon-flav.aroma-icon{
    background-position: 20px -92.9375em;
}
.flavorwin--box .icon-flavor .split--icon-flav.taste-icon{
    background-position: 24px -189.625em;
}
.flavorwin--box .icon-flavor .split--icon-flav.finish-icon{
    background-position: 20px -112.0125em;
}
.contenare-flav-win {
    flex: 1;
    max-width: 100%;
}
.contenare-flav-win .head-flav-txt {
    font-size: 14px;
    color: #444;
    margin: 10px 0px;
}
.contenare-flav-win .short-disc--win {
    font-size: 14px;
    color: #444;
    margin-bottom: 0px;
}
.fair-content--row {
    margin-top: 35px;
    text-align: center;
}
.smallhead--fair {
    font-size: 24px;
    text-align: center;
    color: #e2a105;
}
.smallhead--fair::after {
    content: "";
    width: 57.1875%;
    height: 1px;
    background: #d4d3d3;
    display: block;
    margin: 50px auto;
}
.heading-org-fr {
    font-size: 24px;
    color: #e2a105;
}

.fair-content--row p{
    font-size: 14px;
    color: #444;
}
.recip-txt-dtl {
    text-align: left;
}
.recip-txt-dtl .itemrecp--txtmore {
    font-size: 14px;
    color: #444;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.recip-txt-dtl .itemrecp--txtmore .countrecp--txt {
    flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    background-color: #e2a105;
    border-radius: 50%;
    margin-right: 15px;
}
.feature-coctail-recipe .title-flav-txt{
    font-family: 'Cormorant SC', serif;
}
.feature-coctail-recipe .title-flav-txt span {
    font-family: 'proxima_novaregular';
}
.cocktail--title-view {
    font-family: 'Cormorant SC', serif;
}
.cocktail--containflex {
    margin-bottom: 20px;
    font-size: 14px;
    color: #444;
}
.cocktail--containflex .textqty-1 {
    flex: 0 0 100px;
    max-width: 100px;
    color: #e2a105;
}
.cocktail--containflex .textvalue-1 {
    flex: 1;
    max-width: 100%;
}
/*-----------------------------video-section----------------*/
.rowcontent--video {
    background-color: #fff;
    padding: 20px;
}
.title-more--explore {
    font-size: 22px;
    text-align: center;
    color: #e2a105;
    margin-bottom: 5px;
}
.title-more--explore span{
    font-size: 14px;
    display: block;
    color: #444;
    margin-bottom: 5px;
}
.casatxt--head {
    text-align: center;
    font-size: 35px;
    color: #e2a105;
    text-transform: uppercase;
}
.product-video-page-dtl p {
    font-size: 13px;
    text-align: center;
}
/*-------suggest-product---------*/
.suggetion--detail-page {
    background-color: #fff;
    padding: 50px 0px;
    margin-top: 10px;
}
.sugest-area-dtl {
    padding-top: 15px;
}







/*--------------------Footer --------------------*/
.footer-wigit {
    background: #ebebeb;
    padding-top: 45px;
    padding-bottom: 20px;
}
.subsribe--box-bottom {
    max-width: 500px;
    margin: auto;
}
.subcribe-form{
    position: relative;
}
.subcribe-form input{
    background: #f6f5f3;
    border: 0;
    border-radius: 0;
    color: #444;
    font-size: .875em;
    padding: .92857em 1.14286em;
    box-shadow: 1px 1px 0 0 rgb(168 158 138 / 25%), inset 1px 1px 0 0 rgb(31 31 31 / 27%);
    font-weight: 400;
    text-transform: lowercase;
    height: 40px;
    padding-right: 25px;
}
.subcribe-form input:focus{
    outline: none;  
    box-shadow: none;
    background-color:#f6f5f3;
}
.subcribe-form .subcr-be-btn {
    position: absolute;
    top: 2px;
    right: -12px;
    padding: 0px;
    z-index: 3;
}
.subcribe-form .icon-arrow-subscribe{
    background: url(../icons/all-icons.svg);
    background-position: 0px -20px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.subsribe--box-bottom .subcribe-txt {
    color: #69727b;
    font-size: 11px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 45px;
}
.borderline-ftr {
    background: linear-gradient(to right,#ede9e2 -1%,#a89e8a 10%,#a89e8a 88%,#a89e8a 90%,#ede9e2 100%);
    height: 1px;
    margin: 0 auto;
    width: 100%;
    display: block;
    border: 0;
}
.footer-menu-link {
    text-align: center;
}
.footer-menu-link .linkmenu-ftr {
    padding: 10px 15px;
    display: inline-block;
}
.footer-menu-link .linkmenu-ftr a {
    font-family: 'Cormorant SC', serif;
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-main--bottom p {
    text-align: center;
    font-size: 11px;
    color: #444;
}

/*-------leftside--cart-modal-------*/
.cartpopup-wraper {
    position: fixed;
    top: 0;
    right: 0px;
    width: 470px;
    height: 100vh;
    background: #e7e2d9;   
    padding: 34px 30px 20px 30px; 
    overflow-y: scroll;    
    -webkit-overflow-scrolling: touch;
    z-index: 9;
    transform: translateX(470px);
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}
.openpopup-cartbody{
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}
header, .maindetail-theme-page, .winTheme--whole-content, .footer-wigit{
    transition: all .2s;
}
.overlay-body header, .overlay-body .maindetail-theme-page, .overlay-body .winTheme--whole-content, .overlay-body .footer-wigit{
    transform: translateX(-470px);
}
.cart-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.cart-title-head {
    flex: 1;
    margin: 0px 15px;
    text-align: center;
}
.btn-close-cartdtl {
    padding: 0px;
    line-height: normal;
}
.cart-close-icon .iconleft-arrowcart {
    background: url(../icons/all-icons.svg);
    background-position: 0px -110px;
    width: 50px;
    height: 25px;
    display: block;
}
.cart-title-head h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #e2a105;
    font-family: 'Cormorant SC', serif;
    margin-bottom: 0px;
}
.catIcon--bucket {
    background: url(../icons/all-icons.svg);
    background-position: -2px -270px;
    width: 35px;
    height: 30px;
    display: block;
}
.select-drop-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    margin: auto;
    padding-bottom: 30px;
}
.select-drop-cart .ship-txt-win {
    flex: 1;
    color: #e2a105;
    font-size: 12px;
    white-space: nowrap;
    margin-right: 5px;
    text-transform: uppercase;
}
.select-drop-cart .select-control-cart {
    padding: 0px 0px 0px 2px;
    font-size: 12px;
    -webkit-appearance: textfield;
    border: none;
    background-color: transparent;
}
.maincart--item-flexprod {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.maincart--item-flexprod .product-cart-Img {
    flex: 0 0 150px;
    max-width: 150px;
}
.prodtcart--itemdisc {
    flex: 1;
    max-width: 100%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cartsmall-head {
    display: block;
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
}
.cartbig-head--txt {
    font-size: 14px;
    color: #e2a105;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.cartbig-head--txt a{
    color: #e2a105;
}
.price-cart-pg span {
    font-size: 14px;
    display: inline-block;
}
.cart-addprodt--items {
    width: 120px;
    border: 1px solid #e2a105;
}
.cart-addprodt--items .btn-both-cart-tx {
    width: 37px;
    height: 32px;
    padding: 0px 5px;
    line-height: 32px;
    font-size: 10px;
    color: #e2a105;
}
.cart-addprodt--items .inputtxt--qty-fillup {
    padding: 0px;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    border-color: #e2a105;
    background-color: #f1eee8;
    font-size: 13px;
}
.cart-addprodt--items .inputtxt--qty-fillup:focus{
    outline: none;
    box-shadow: none;
}

.delete-product-items .item-delt--wine{
    background: url(../icons/all-icons.svg);
    background-position: -2px -270px;
    width: 35px;
    height: 30px;
    display: block;
}
.delete-product-items .item-delt--wine {
    background: url(../icons/all-icons.svg);
    background-position: 0px 65px;
    width: 30px;
    height: 30px;
    display: block;
}
.itemview--page-notif p {
    font-size: 14px;
    color: #ff0000;
    line-height: normal;
}
.txt-gift--cart-order .title-order-gift {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: normal;
}
.checkform--win {
    position: relative;
    display: inline-block;
}
.checkform--win label {
    display: inline-block;
    cursor: pointer;
}
.check-mark-point {
    display: inline-block;
    position: relative;
}
.check-mark-point span {
    background: url(https://cdn.shopify.com/s/files/1/0013/2477/7569/t/114/assets/sprite-icon-f66c9df8.svg);
    width: 15px;
    height: 15px;
    display: block;
    background-position: -5px -308px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.check-mark-point input{
    opacity: 0;
}
.check-mark-point input:checked + span {
    background-position: -5px -332px;
}
.checkform--win .gitTxt-messg {
    font-size: 14px;
    color: #444;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.group-itemtxt-frm {
    margin-bottom: 10px;
}
.fillcontrol-input {
    background: #f6f5f3;
    border: 0;
    border-radius: 0;
    box-shadow: 1px 1px 0 0 rgb(168 158 138 / 25%), inset 1px 1px 0 0 rgb(31 31 31 / 27%);
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 12px 15px;
    height: auto;
    line-height: normal;
}
.text-area-control{
    height: 110px;
}
.total--item-price {
    border-top: 1px solid #cccaca;
    border-bottom: 1px solid #cccaca;
    color: #e2a105;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.total--item-price .wine-grid--total {
    font-size: 18px;
    text-transform: uppercase;
    flex: 1;
    padding: 14px 10px;
}
.total--item-price .wine-grid--total:last-child{
    text-align: right;
}
.btn-check-btn {
    width: 100%;
    background: #e2a105;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0px;
}
.btn-check-btn:hover{
    color: #fff;
}
.btn-conti-shop-btn {
    width: 100%;
    border: 1px solid #e2a105;
    color: #e2a105;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0px;
}
.btn-conti-shop-btn:hover{
    color: #e2a105;
}
.popup-product--slider {
    margin: 30px 70px;
}
.title-built-popup h3 {
    font-size: 28px;
    color: #e2a105;
    text-align: center;
    font-family: 'Cormorant SC', serif;
    text-transform: uppercase;
}
.title-built-popup h3 span {
    display: block;
    font-size: 11px;
    font-family: 'proxima_novaregular';
    color: #444;
}
.multiSlider--popup {
    margin-top: 20px;
}
.multi-owl-slide {
    text-align: center;
}
.main-disc--prod--val .small-t-pop {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    margin-top: 10px;
    color: #444;
}
.items-title-prodct {
    color: #e2a105;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 45px;
}
.items-title-prodct a{
    display: block;
    color: #e2a105;
}
.price-multi-pop .priceprod--wig {
    font-size: 11px;
}
.priceprod--wig .cross-price-pop {
    text-decoration: line-through;
}
.btn-add-btn {
    background-color: #e2a105;
    border-radius: 2px;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
}
.btn-add-btn:hover{
    color: #fff;
}
.multiSlider--popup .owl-nav button {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #e2a105!important;
    display: flex;
    height: 30px;
    justify-content: center;
    outline: 0;
    pointer-events: all;
    width: 30px;
    align-items: center;
}
.multiSlider--popup .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}
.multiSlider--popup .owl-nav .slide-present {
    background: #e2a105;
    color: transparent;
    display: inline-block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    position: relative;
    width: 12px;
}
.multiSlider--popup .owl-nav .slide-present::before, .multiSlider--popup .owl-nav .slide-present::after{
    background: #e2a105;
    content: '';
    height: 1px;
    left: 5px;
    position: absolute;
    top: 3px;
    transform: rotate( -45deg);
    width: 7px;
}
.multiSlider--popup .owl-nav .slide-present.next-slide::after, .multiSlider--popup .owl-nav .slide-present.prev-slide::after{
    top: -3px;
    transform: rotate(45deg);
}
.multiSlider--popup .owl-nav .owl-prev .slide-present.prev-slide{
    transform: rotate( 180deg);
}
/*------------brandproduct---------*/
.banner-brand-product {
    background-color: #fcf6e0;
}
.productbrand-product {
    padding: 40px 45px;
}
.asside-filter-col {
    flex: 0 0 270px;
    max-width: 270px;
}
.filtertxt--area span {
    display: inline-block;
}
.filtertxt--area .filter-head {
    font-size: 22px;
    margin-right: 10px;
    color: #e2a105;
    border-bottom: 1px solid #e2a105;
    font-family: 'Cormorant SC', serif;
}
.filtercolum--grid .filter-head {
    font-size: 14px;
    color: #e2a105;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.mainItem--list {
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.mainItem--list .filteritem--brand {
    margin-bottom: 8px;
}
.filteritem--brand .filterlabel--list {
    color: #444;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}
.filteritem--brand .filterlabel--list .check-input-fill {
    margin-right: 5px;
}
.filteritem--brand .filterlabel--list .brandtotal-txt {
    color: #888f96;
    font-size: 11px;
    float: right;
}
.rightside-product--brand {
    flex: 1;
    max-width: 100%;
}
.shortlist--product {
    text-align: right;
}
.shortlist--product .txt--short {
    padding: 14px 10px 14px 20px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    width: 275px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}
.shortlist--product .txt--short .select-control--listby {
    border: 0px;
    width: 100%;
    flex: 1;
    margin-left: 15px;
    box-shadow: none !important;
    outline: none !important;
}
.product-all-item-brand {
    margin-top: 30px;
}
.review-section-slider {
    padding: 30px 100px 50px;
}
.good-spirit-txt p {
    color: #69727b;
    text-align: center;
    margin-bottom: 0px;
}
.review-Sliderproduct {
    background-color: #eaeaea;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    min-height: 190px;
}
.username-t {
    margin-bottom: 10px;
}
.username-t .txton--rating--p {
    font-size: 13px;
    color: #676767;
}
.username-t .txton--rating--p b{
    font-weight: 400;
    color: #000;
}
.start-rating--review {
    margin-bottom: 5px;
}
.start-rating--review .star-ratng--g {
    color: #fdc20e;
    font-size: 16px;
}
.reviw-heading-user {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-Sliderproduct p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #676767;
    line-height: normal;
}
.review-Sliderbox .owl-nav button.owl-prev, .review-Sliderbox .owl-nav button.owl-next{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: -70px;
    background-color: #eaeaea;
    padding: 15px;
    border: 1px solid #ced4da;
    transform: translateY(-80%);
    font-size: 35px;
    color: #676767;
}
.review-Sliderbox .owl-nav button.owl-next{
    left: auto;
    right: -70px;
}
.review-Sliderbox .owl-dots{
    text-align: center;
    margin-top: 15px;
}
.review-Sliderbox .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #c4c4c4;
    display: inline-block;
    border-radius: 50%;
    margin: 4px;
}
.review-Sliderbox .owl-dots .owl-dot.active {
    background-color: #626262;
}
/*--------------testimonial--------------------*/
.testimonials {
    padding: 120px 0px;
    background-image: url(../images/testimonial-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.testimonials::before {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #000000b0;
    display: block;
    content: "";
    z-index: 0;
}
.testimonials .dis_testimonial {
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 0 5px #eee;
    margin-top: 60px;
}
.quato-icon img {
    width: 30px;
    margin-bottom: 20px;
}
.testimonials .dis_testimonial blockquote p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 0;
    color: #333;
    font-weight: 300;
}
.testimonials .dis_testimonial blockquote .testimonials_img {
    width: 16%;
    margin-top: 20px;
    border-radius: 100%;
    border: 2px solid #e2a105;
}
.testimonials .dis_testimonial blockquote h6 {
    color: #e2a105;
    margin-top: 0px;
    font-weight: 500;
    margin-top: 15px;
}
/*----------blog win--------*/
.blogpage--wrapper {
    padding: 50px 0px;
}
.blogtab--nav .tabblog--item {
    display: inline-block;
}
.blogtab--nav .tabblog--item .navlink-items {
    display: inline-block;
    border: 1px solid #e2a105;
    padding: 5px 15px;
    border-radius: 5px;
    color: #e2a105;
    transition: all .5s;
}
.blogtab--nav .tabblog--item .navlink-items.active, .blogtab--nav .tabblog--item .navlink-items:hover{
    background-color: #e2a105;
    color: #fff;
}
.blog-heading-title {
    padding: 10px 0px;
    border-bottom: 1px solid #e2a105;
    margin-bottom: 15px;
    clear: both;
    background-color: #e2a105;
    color: #fff;
}
.blog-heading-title h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px;
    color: #fff;
}
.row-grid-blog{
    margin: 0px;
    margin-right: -48px;
}
.blog-colum-grid {
    position: relative;
    margin-bottom: 30px;
    /*border: 1px solid #e8e8e8;*/
    min-height: calc(100% - 30px);
     margin-right: 50px;
}
.blog-colum-grid .blog-link {
    display: block;
    text-align: center;
}
.blog-colum-grid .blog-link img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.short--disc--blog, .blog-autor{
    padding: 10px 15px;
}
.blog-sub-category-txt {
    color: #99907e;
    font-size: 13px;
    display: block;
    margin: 10px 0px;
}
.short--disc--blog h3 {
    font-family: 'Cormorant SC', serif;
    font-size: 32px;
    color: #e2a105;
    line-height: 38px;
    margin-top: 0px;
   /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
    margin-bottom: 0px;
}
.short--disc--blog h3::after {
    content: "";
    background-color: #e2a105;
    width: 175px;
    height: 1px;
    display: block;
    margin: 10px auto;
}
.short--disc--blog .blog-short-content p {
    font-size: 20px;
    color: #99907e;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
    margin-bottom: 0px;
}
.text-block-read {
    display: inline-block;
    border: 1px solid #99907e;
    color: #99907e;
    padding: 5px 15px;
    font-size: 20px;
    font-family: 'Cormorant SC', serif;
    text-transform: uppercase;
    margin-top: 15px;
}
.author--tag-fill {
    display: flex;
    align-items: center;
}
.author-name-blog {
    flex: 1;
}
.blog-autor a {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #676767;
}
.category--item {
    flex: 1;
    text-align: right;
    font-size: 13px;
}
.date-estimate {
    display: block;
    font-size: 14px;
    color: #333333;
} 
.blogitem--wrapper {
    display: block;
    position: relative;
}
.leftside--blog--warpper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.txt--blogdisc {
    padding: 30px 30px;
    text-align: center;
}
.txt--blogdisc .blog--sub-title-sec {
    font-size: 14px;
    color: #99907e;
    text-transform: uppercase;
}  
.txt--blogdisc .blog--title-sec {
    font-size: 40px;
    font-family: 'Cormorant SC', serif;
    text-transform: uppercase;
    color: #e2a105;
    margin-bottom: 0px;
}
.txt--blogdisc .blog--title-sec::after{
    content: "";
    background-color: #e2a105;
    width: 195px;
    height: 1px;
    display: block;
    margin: 20px auto;
}
.txt--description {
    margin-bottom: 0;
    font-size: 20px;
    color: #99907e;
}
/*----------blog-detail-------------*/
.blogdetail-page--wrapper {
    padding: 50px 0px;
    background-color: #f8f8f8;
}
.blog-dtl-header {
    padding: 40px;
    text-align: center;
}
.blog-dtl-header span{
    color: #99907e;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.blog-dtl-header .headline--title {
    font-size: 48px;
    font-family: 'Cormorant SC', serif;
    color: #e2a105;
    text-transform: uppercase;
}
.blog-dtl-header h5{
    color: #99907e;
    font-size: 14px;
    margin-bottom: 0px;
}
.disc--blg--txt p {
    font-size: 20px;
    color: #464646;
}
.next-page--blog {
    margin-bottom: 30px;
    text-align: right;
}
.next-btn-blog {
    border: 1px solid #e2a105;
    color: #e2a105;
    padding: 6px 10px;
    line-height: normal;
}
.next-btn-blog:hover{
    color: #e2a105;
}
.detailpage--img-view {
    margin-bottom: 15px;
}
.ImageProperty img {
    width: 100%;
}
.author--widgit--top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.post-blog-auth {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-blog-auth {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.author--widgit--top .agent-contact--Type {
    max-width: 100%;
}
.agentview--grid1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.agent--Img-view {
    flex: 0 0 30px;
    max-width: 30px;
    margin-right: 10px;
}
.agent--Img-view img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.agent--Name--vi a {
    font-size: 16px;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
}
.category-dtl-blog {
    margin-left: 15px;
}
.category-dtl-blog span {
    font-size: 16px;
    color: #4c4c4c;
}
.widpro-title .title-estimatet {
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #545454;
}
.short--blg--title {
    font-size: 20px;
    margin-bottom: 60px;
    color: #464646;
}
.disc--blg--txt h2 {
    color: #464646;
    font-size: 26px;
    font-family: 'Cormorant SC', serif;
}
.disc--blg--txt p {
    color: #464646;
    font-size: 20px;
}
.disc--blg--txt p img{
    float: left;
    width: 55%;
    margin-bottom: 0;
    margin-right: 25px;
}
.disc--blg--txt h4 {
    font-size: 22px;
}
/*----comment---*/
.comment-row {
    margin-top: 40px;
}
.comment-box-dtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    background-color: #fafafa;
}
.momment-aut-img {
    flex: 0 0 35px;
    max-width: 35px;
    margin-right: 10px;
}
.momment-aut-img img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}
.comment-add--inputform {
    flex: 1;
    max-width: 100%;
}
.input-txtadd-field {
    display: flex;
    flex-wrap: wrap;
}
.comment-chat-input {
    flex: 1px;
    margin-right: 10px;
}
.comment-chat-input input {
    border-color: #e4e4e4 !important;
    box-shadow: none;
    height: 35px;
    outline: none !important;
    box-shadow: none !important;
}
.comment-btn .btn--comment-btn {
    background-color: #e2a105;
    color: #fff;
    padding: 6px 15px;
    border-radius: 2px;
    height: 35px;
}
.input-src-field-blog .control-src-box {
    padding-left: 0px;
    padding-right: 40px;
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
}
.input-src-field-blog .btn-search-blog {
    position: absolute;
    top: 5px;
    padding: 0;
    width: 34px;
    right: 5px;
    transform: rotate(270deg);
}
.input-src-field-blog .btn-search-blog img {
    width: 18px;
    filter: brightness(0.5);
}
.blog-page-social {
    text-align: center;
}
.blog-page-social .social--item-blog {
    display: inline-block;
}
.social--item-blog a {
    display: inline-block;
    font-size: 24px;
    padding: 0px 10px;
    color: #e2a105;
}
.ftr--txthead-collec{
    font-family: 'Cormorant SC', serif;
    font-size: 19px;
    color: #464646;
    text-align: center;
}
.ftr--txthead-collec::after {
    content: "";
    background-color: #707070;
    width: 200px;
    height: 1px;
    display: block;
    margin: 5px auto;
}
.product--blog--list {
    margin-bottom: 50px;
}
.article--txt--feaure {
    display: block;
}
.feature-disc--blog-txt {
    text-align: center;
    margin-top: 20px;
}
.subtitle--ftr {
    font-size: 13px;
    color: #474746;
    text-transform: uppercase;
}
.title-ftr--txt {
    font-family: 'Cormorant SC', serif;
    font-size: 27px;
    color: #e2a105;
}
/*--------------Login--------------*/
.grid-logi-col{
    padding: 3.125em 7.5em 7.5em;
    border-right: 1px solid #cccaca;
}
.login-main-title h2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Cormorant SC', serif;
    color: #e2a105;
}   
.titlelogin--txt {
    font-size: 16px;
    margin: 0;
    padding: 1.5625em 0 1.4375em;
    border-bottom: 1px solid #cccaca;
    text-transform: uppercase;
    color: #b1b1b1;
    letter-spacing: .6px;
    text-align: center;
}
.login-container {
    padding: 3.125em 2.5em;
}
.login-container p {
    font-size: .9em;
    line-height: 1.38462em;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 1.5625em;
    color: #909090;
    letter-spacing: .5px;
}
.login-field .form-control {
    position: relative;
    z-index: 2;
    border: 0;
    border-radius: 0;
    color: #a9a9a9;
    font-size: .875em;
    padding: .92857em 1.14286em;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 0 0 rgb(168 158 138 / 25%), inset 1px 1px 0 0 rgb(31 31 31 / 27%);
    margin: 0 0 .75em;
    background: #f6f5f3;
}
.btn-login {
    font-size: 14px;
    font-family: 'Cormorant SC', serif;
    background-color: #e2a105;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    text-transform: uppercase;
}
.btn-login:hover{
    color: #fff;
}
.btn-link-forgot {
    display: inline-block;
    font-size: 14px;
    color: #b59049;
    text-decoration: underline;
}
.contenlabel-right {
    min-height: 199px;
}
.checkbox-txt-regis {
    margin-top: 5px;
    margin-bottom: 30px;
}
.checkbox-txt-regis .txt-sign-news {
    font-size: 14px;
    color: #444;
    vertical-align: middle;
    display: inline-block;
}
.checkbox-txt-regis input {
    vertical-align: middle;
    width: 14px;
    height: 28px;
    margin-right: 5px;
}
.btn-register {
    background: #b59049;
    border: 0;
    color: #fff;
    text-decoration: none;
    padding: .625em .9375em .5em;
    min-width: 9.8125em;
    text-transform: uppercase;
    box-shadow: none;
    line-height: 22px;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Cormorant SC', serif;
}
.btn-register:hover{
    color: #fff;
}
.btn-back-login {
    color: #b59049;
    text-decoration: underline;
    font-size: 14px;
}
/*-------------Checkout page-------------------*/
.leftsidespace-form {
    padding-top: 55px;
    padding-right: 85px;
    background: #f6f5f3;
}
.logo-cart {
    margin-bottom: 30px;
}
.tab-breadcum {
    display: flex;
    margin-bottom: 30px;
}
.tab-breadcum li {
    display: inline-block;
    font-size: 13px;
    color: #6f6e6d;
}
.tab-breadcum li.active{
    color: #313131;
}
.tab-breadcum li span {
    color: #6f6e6d;
    display: inline-block;
    margin: 0px 10px;
}
.expresscart--box {
    padding: 20px 5px;
    border: 1px solid #dddddb;
    text-align: center;
    position: relative;
    border-radius: 5px;
}
.title-express-cart {
    font-size: 14px;
    color: #313131;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
}
.title-express-cart span{
    display: inline-block;
    background-color: #f6f5f3;
    padding: 0px 15px;  
}
.btn-express-btn {
    width: 260px;
    height: 42px;
    background-color: #ffc439;
}   
.btn-express-btn img {
    height: 20px;
}
.or-type {
    position: relative;
    margin: 30px 0px;
    text-align: center;
}
.or-type .or-txt-vm {
    color: #6f6e6d;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    line-height: normal;
    background-color: #f6f5f3;
    padding: 0px 15px;
}
.or-type::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dddddb;
    display: block;
    top: 11px;
}
.txtcontact--frm {
    font-size: 18px;
    margin-bottom: 0px;
    flex: 1;
    color: #313131;
}
.logindiv--frm {
    flex: 1;
    text-align: right;
}
.logindiv--frm span {
    font-size: 15px;
    color: #515150;
}
.logindiv--frm span .txtlogin-already {
    color: #e2a105;
}
.inputcart-formcontrol {
    background-color: white;
    color: #333333;
    border-color: #d1d0cf;
    padding: .625rem .75rem;
    margin-bottom: 15px;
}
.inputcart-formcontrol:focus {
    outline: none;
    border-color: #e2a105;
    -webkit-box-shadow: 0 0 0 1px #e2a105;
    box-shadow: 0 0 0 1px #e2a105;
}
.labelarea-checkbox {
    font-size: 15px;
    color: #515150;
}
.labelarea-checkbox input {
    width: 18px;
    height: 18px;
    margin-right: 9px;
    vertical-align: middle;
}
.shiptxt-area {
    font-size: 18px;
    margin-bottom: 0px;
}
.notice-ship-txt {
    font-size: 13px;
}
.labeltxt--checkpage {
    position: absolute;
    top: 4px;
    left: 13px;
    color: #737373;
    font-size: 13px;
    line-height: normal;
}
.selctcontrol--view {
    padding-top: 20px;
    padding-bottom: 0px;
}
.return-cart .step__footer__previous-link {
    display: inline-block;
    color: #e2a105;
}
.return-cart .step__footer__previous-link svg {
    width: 10px;
    margin-right: 5px;
    vertical-align: middle;
    fill: #e2a105;
}
.btn-continue-btn {
    padding: 15px 20px;
    color: #fff;
    background-color: #e2a105;
}
.btn-continue-btn:hover{
    color: #fff;
}
.footerLink-web {
    border-top: 1px solid #dddddb;
    padding: 15px 0px;
}
.footerLink-web .bottomlink--ftr li {
    display: inline-block;
    padding-right: 15px;
}
.footerLink-web .bottomlink--ftr li a {
    display: inline-block;
    font-size: 13px;
    color: #e2a105;
}
.rightsidespace-form {
    background: #e7e2d9;
}
.rightsidespace-form {
    padding-top: 55px;
    padding-left: 45px;
}
.product-listcheck--top {
    border-bottom: 1px solid #a29e9857;
}
.wig-txtmore {
    margin-bottom: 20px;
}
.itemprod_moretxt {
    margin-bottom: 20px;
}
.productitem--checkout {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.productleft--checklist {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
    max-width: 100%;
}
.productImage-thump {
    flex: 0 0 65px;
    max-width: 65px;
    margin-right: 15px;
    position: relative;
}
.productImage-thump .product_img_chekt {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    object-fit: cover;
}
.bagescount-product {
    position: absolute;
    top: -8px;
    right: -5px;
    min-width: 21px;
    height: 21px;
    background-color: #727272e6;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.product-headcheck-item {
    flex: 1;
}
.product-headcheck-item h4 {
    font-size: 15px;
    margin-bottom: 0px;
}
.productcheck--pricelist {
    flex: 0 0 70px;
    max-width: 70px;
    text-align: right;
}
.productcheck--pricelist span {
    font-size: 15px;
}
.couponcard-checkpage {
    padding: 20px 0px;
    border-bottom: 1px solid #a29e9857;
}
.coupon-flexgrid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.coupon-flexgrid .flexinput-txt {
    flex: 1;
    max-width: 100%;
}
.btn-applybtn {
    background-color: #e2a105;
    color: #fff;
    padding: 10px 22px;
    margin-left: 15px;
}
.amoumtcheck--table {
    padding-top: 20px;
}
.tableamount--formate tr th, .tableamount--formate tr td {
    padding: 5px 0px;
    line-height: normal;
}
.tableamount--formate tr th {
    font-size: 15px;
    color: #4c4b48;
}
.tableamount--formate tr td {
    font-size: 15px;
    color: #4c4b48;
    text-align: right;
}
.othet-txt-service {
    font-size: 13px;
    color: #686662;
}
.total-amt-txt {
    font-size: 24px;
}
.total-amt-txt .amount-curency {
    font-size: 13px;
    margin-right: 10px;
}
.service-t-main th, .service-t-main td {
    border-bottom: 1px solid #a29e9857;
}
.shipping-sec-1 {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d0cf;
    border-radius: 5px;
    color: #545454;
    padding: 10px 15px;
}
.shipaddress-item-wig {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.shipaddress-item-wig:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.for-txtcol-1 {
    flex: 0 0 70px;
    max-width: 70px;
}
.for-txtcol-1 .txtsh-ttl {
    font-size: 15px;
    color: #737373;
}
.for-txtcol-2 {
    flex: 1;
    max-width: 100%;
}
.for-txtcol-2 .address-shiptxt {
    margin-bottom: 0;
    color: #333;
}
.for-txtcol-2 .address-shiptxt {
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
}
.for-txtcol-3 {
    flex: 0 0 60px;
    max-width: 60px;
    text-align: right;
}
.for-txtcol-3 a {
    color: #e2a105;
    font-size: 13px;
    display: inline-block;
}
.ground-delivery-method {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d0cf;
    border-radius: 5px;
    color: #545454;
    padding: 15px 15px;
    display: flex;
    flex-wrap: wrap;
}
.method-1 {
    flex: 0 0 20px;
    max-width: 20px;
}
.method-2 {
    flex: 1;
    max-width: 100%;
    padding: 0px 5px;
}
.method-2 h6 {
    font-size: 15px;
    color: #545454;
    margin-bottom: 0px;
}
.method-2 p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #737373;
}
.shipping-sec-4 {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d0cf;
    border-radius: 5px;
    color: #545454;
    padding: 20px 15px;
}
.boxreserve-faq h5 {
    font-size: 15px;
    margin-bottom: 0px;
}
.boxreserve-faq p {
    font-size: 15px;
}
.boxreserve-faq p a {
    color: #e2a105;
}

.title-collapse{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: -1px;
}
.title-collapse label {
    flex: 1;
    cursor: pointer;
}
.title-collapse label input{
    cursor: pointer;
}
.title-collapse img {
    height: 19px;
}
.cardlist-header li {
    display: inline-block;
    margin-left: 5px;
}
.cardsecure-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #919191;
    cursor: pointer;
}
.bodbox-cardpmt{
    background-color: #fafafa;
}
/*-------------empty cart----------*/
.cart-empty-product {
    color: #A0A0A0;
    text-align: center;
    margin-bottom: 40px;
}
/*---------------search list -------------*/
.search-field-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #e7e2d9;
    width: 915px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px;
    padding: 30px 30px;
    z-index: 9;
}
.title-suggest-product {
    background: #ede9e2;
    padding: 12px 23px;
    margin-bottom: 35px;
    color: #e2a105;
    text-transform: uppercase;
    font-family: 'Cormorant SC', serif;
    font-size: 20px;
    letter-spacing: 1px;
}
.search-field-filter {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.search-field-filter .sercproduct-all-items {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 10px;
}
.productImg--items-search {
    margin-bottom: 10px;
}

/*---------------------*/
.banner-producttype-product {
    background-color: #101820;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bannertxt--heading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}
.shoptitle-type {
    color: #444;
    font-size: 13px;
}
.typebrand--moretitle {
    font-size: 45px;
    color: #fff;
    font-family: 'Cormorant SC', serif;
}
.typebrand--moretitle::after {
    content: "";
    border-bottom: 1px solid #444;
    display: block;
    width: 200px;
    margin: 10px auto 53px;
}

/*-------------Loader---------*/
.loader--style1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: #000000bd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader--style1 svg {
    position: relative;
    z-index: 9;
}

/*----------------------*/
.multi-comment---box {
    padding-top: 16px;
}
.coment-userchat--box {
    display: flex;
    flex-wrap: wrap;
}
.comment--user {
    max-width: 35px;
    flex: 0 0 35px;
}
.comment--user img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.comment-write-frm {
    flex: 1;
    padding: 0px 15px;
}
.comment-write-frm .user-name-coment {
    font-size: 18px;
    margin-bottom: 5px;
}
.comment-write-frm .usertxt-coment {
    font-size: 14px;
    margin-bottom: 0px;
}

/*----------------about page--------------*/
.about-section{
    background: url(../images/about-bg.jpeg) no-repeat;
}
.about-section {
    background: url(../images/about-bg.jpeg) no-repeat;
    margin: 0px 20px;
    padding: 10% 0px;
    background-size: 100%;
}
.about--content-pg {
    text-align: center;
}
.about--content-pg {
    text-align: center;
    padding: 0px 150px;
}
.sub-about-title {
    color: #a89e8a;
    font-size: 13px;
    font-weight: 300;
    display: block;
}
.title-about-txt {
    color: #e2a105;
    font-size: 40px;
    font-family: 'Cormorant SC', serif;
}
.title-about-txt::after {
    content: "";
    border-bottom: 1px solid #a89e8a;
    display: block;
    width: 230px;
    margin: 10px auto 53px;
}
.delivery-h1 {
    font-family: 'Cormorant SC', serif;
    font-size: 40px;
    color: #e2a105;
    margin-bottom: 30px;
}
.delv-h2 {
    font-family: 'Cormorant SC', serif;
    font-size: 24px;
    color: #e2a105;
    margin-bottom: 30px;
}
.delivery-item--txt p{
    font-size: 14px;
    color: #989898;
}
.addition--link{
    font-size: 14px;
    color: #e2a105;
    text-decoration: underline;

}
.txt-h3-priv {
    font-size: 14px;
    color: #989898;
}
.service--list-policy {
    padding-left: 15px;
}
.service--list-policy li {
    font-size: 14px;
    color: #545454;
    margin-bottom: 10px;
    list-style: disc;
}
.help-title {
    margin-bottom: 30px;
    font-size: 19px;
    font-family: 'Cormorant SC', serif;
}
.itembar--row-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.column-grid--list {
    flex: 0 0 26%;
    margin: 0px 15px 30px;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    border: 1px solid #000;
    text-align: center;
}
.link-service-center {
    flex: 1;
    color: #000;
    font-family: 'Cormorant SC', serif;
    font-size: 19px;
}
.column-grid--list:hover{
    background-color: #000;
}
.column-grid--list:hover .link-service-center{
    color: #fff;
}
/*---------------Cocktail-----------------*/
.txtheading--cocktail {
    font-family: 'Cormorant SC', serif;
    font-size: 53px;
    text-transform: uppercase;
}
.multi-brand-tems .linkbrand--slide {
    display: block;
    text-align: center;
}
.multi-brand-tems .brandicon--img img {
    max-width: 50%;
    margin: auto;
    min-height: 195px;
}
.multi-brand-tems h4 {
    font-size: 15px;
    color: #464646;
    margin-top: 20px;
    text-transform: uppercase;
}
.sliderbrand-item .owl-nav button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 60px !important;
    color: #e2a105 !important;
}
.sliderbrand-item .owl-nav .owl-next {
    right: 0;
    left: auto;
}
.filter-shot--open{
    display: none;
}
.float-close-btn{
    float: right;
    display: none;
}
.closebtn--filter{
font-size: 22px;
color: #e2a105;
padding: 0px;
}


















