@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('./fonts/brandon-grotesque-light-58a8a4b38001d-webfont.woff2') format('woff2'),
        url('./fonts/brandon-grotesque-light-58a8a4b38001d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BrandonGrotW01-Light"; 
    src: url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.eot"); 
    src: url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.eot?#iefix") format("embedded-opentype"), 
        url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.woff2") format("woff2"), 
        url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.woff") format("woff"), 
        url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.ttf") format("truetype"), 
        url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.svg#BrandonGrotW01-Light") format("svg"); 
    font-display: swap;
    }

@font-face {
    font-family: 'brandon_grotesqueregular';
    src: url('./fonts/brandongrotesque-regular-webfont.woff2') format('woff2'),
        url('./fonts/brandongrotesque-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* @import url("https://use.typekit.net/weo5phs.css"); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('./fonts/brandongrotesque-medium-webfont.woff2') format('woff2'),
        url('./fonts/brandongrotesque-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: 'brandon_grotesqueRgIt';
    src: url('./fonts/brandon-grotesque-regular-italic-58a8a456c4724-webfont.woff2') format('woff2'),
        url('./fonts/brandon-grotesque-regular-italic-58a8a456c4724-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: 'brandon_grotesquebold';
    src: url('./fonts/brandongrotesque-bold-webfont.woff2') format('woff2'),
        url('./fonts/brandongrotesque-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

body,
html {
    overflow-x: hidden;

}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-family: 'brandon_grotesquelight';
    /*Change*/
    font-family: "BrandonGrotW01-Light";
    font-weight: 400;
    color: #8F8F8F;
    font-size: 16px;
    line-height: 1.8em;
    overflow-y: hidden;
}

b,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #132038;
    margin-bottom: 12px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #051028;
  
}

a:hover {
    color: #c7b56f;
}

img {
    max-width: 100%;
}

/*Change*/
h1 {
    font-size: 48px;
    line-height: 1.4;
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';

font-weight: 400;

font-style: normal;
}

h2 {
    font-size: 38px;
    line-height: 1.2;
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-size: 30px;
    line-height: 1.2;
}

h4 {
    font-size: 27px;
    line-height: 1.6;
}

h5 {
    font-size: 24px;
    line-height: 1.8;
}

h6 {
    font-size: 20px;
    line-height: 1.5;
}
.conslt_sec .contact_frm input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    /*background-color: #ebebeb;*/
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    border: 1px solid #ebebeb;
    height: 50px;
    padding: 0 16px;
    font-size: 18px;
    /*color: #000;*/
}
#input_2_3{
    background-color: #FAF9F7;
    border: 1px solid #ebebeb; 
}
.contact_frm  textarea {
    background-color: #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #ebebeb;
    padding: 12px 16px;
    width: 100%;
    height: 85px;
    font-size: 18px;
    color: #000;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #fff;
    border: 1px solid #6e6e6e;
    height: 50px;
    padding: 0 16px;
    font-size: 18px;
    color: #646363;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #6e6e6e;
    padding: 12px 16px;
    width: 100%;
    height: 85px;
    font-size: 18px;
    color: #646363;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'brandon_grotesquelight';
    color: #c7b56f;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background-color: #c7b56f;
    color: #fff;
    height: 61px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #c7b56f;
    font-size: 16px;
    font-family: 'brandon_grotesquelight';
}

input[type="submit"]:hover {
    border-color: #051028;
    background-color: #051028;
    color: #fff;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #707171;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #707171;
}

::-moz-placeholder {
    opacity: 1;
    color: #707171;
}

:-moz-placeholder {
    opacity: 1;
    color: #707171;
}

.form-group {
    margin-bottom: 28px;
}

.labeltxt {
    font-weight: 300;
    margin-bottom: 10px;
}

ol li,
ul li,
dl li {
    margin-bottom: 10px;
}

ol li:last-child,
ul li:last-child,
dl li:last-child {
    margin-bottom: 0;
}

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}


.quote {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    font-style: italic;
    color: #CBA46C;
    margin: 0;
}

/* custom radio */

.form_input_radio {
    position: relative;
    margin: 0;
    padding-left: 30px;
}

.form_input_radio span {
    margin: 0;
    padding: 0;
}

.form_input_radio input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {

    } */

.form_input_radio input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* custom checkbox */
.form_input_check {
    position: relative;
    margin: 0;
    padding-left: 40px;
}

.form_input_check span {
    margin: 0;
    padding: 0;
}

.form_input_check input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 26px;
    border: 2px solid #000;
    background: transparent;
}

.form_input_check input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 26px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/checked.svg) no-repeat center center #fff;
    background-size: 15px;
}

.form_input_check input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {

    } */

.form_input_check input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/**/

.btn {
    display: block;
    font-family: 'brandon_grotesquemedium';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    text-transform: uppercase;
    color: #051028;
    background-color: transparent;
    border: 1px solid #CBA46C;
    border-radius: 4px;
    padding: 12.5px 29px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none !important;
}

.btn:hover{

    border-color: #CBA46C;
    background-color: #CBA46C;
    color: #fff;
    outline: none !important;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn__wrapper {
    position: relative;
    border-color: transparent;
    border-radius: 4px;
    overflow: hidden;
}

.btn_gradient {
    position: relative;
    border-color: transparent;
    color: #ffffff;
    z-index: 1;
}

.btn__wrapper_gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*height: auto;*/
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    z-index: 0;
}

.btn_currency {
    width: 89px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    border: 1px solid #CBA46C;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}

.currency-symbol {
    display: inline;
    font-size: 14px;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.btn_currency.btn_active,
.btn_currency:hover {
    background-color: #CBA46C;
    border-color: #CBA46C;
}

.btn_currency.btn_active .currency-symbol,
.btn_currency:hover .currency-symbol {
    background: none;
    background-clip: text;
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.currency-btn-group .btn:not(:last-child) {
    margin-bottom: 12px;
}

.menu-mobile {
    display: none;
}

.menu-mobile .currency-btn-group {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.menu-mobile .currency-btn-group .btn {
    margin: 0 10px;
}

.menu-mobile .header-socials {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.menu-mobile .header-socials {
    padding: 0;   
}

.menu-mobile .btn_currency{
    color: #CBA46C;
}

.menu-mobile .btn_currency.btn_active,
.menu-mobile .btn_currency:hover {
    color: #fff;
}


.menu-mobile .header-socials li {
    list-style: none;
}

.menu-mobile .header-socials li a {
    font-size: 20px;
    margin: 0 10px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #172137;
    color: #CBA46C;
}

.menu-mobile .header-socials li a:hover {
    color: #fff;
}
/*Typography*/

.page-title {
    /*font-family: "brandon_grotesqueregular", sans-serif;*/
    font-family: 'brandon_grotesquelight';

    font-size: 48px;
    font-weight: normal;
    line-height: 67px;
    color: #CBA46C;
    margin-bottom: 20px;
}
.text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0;
    color: #051028;
    margin-bottom: 0;
}

.text >*:last-child {
    margin-bottom: 0;
}
.section-title {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
    color: #051028;
    margin-bottom: 0;
}

/*Header*/
.navbar-brand {
    flex: 0 0 84px;
    max-width: 84px;
    padding: 0;
    margin: 0;
}
.header__menu a:hover {
    color: #c7b56f;
}
/*Nav*/
.header__navbar {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;

}

.toggle-btn,
.toggle-close {
    display: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.toggle-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #CBA46C;
    border-radius: 4px;
    background-color: transparent;
    background-image: url('images/toggler_btn.svg');
}
.page-template-template-by-biehle .toggle-btn{
    background-image: url('images/toggle-button-dark-page.png');
}
.page-template-template-by-biehle .icon-list__count{
   color:white;
}
.toggle-close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
    height: 30px;
    border:none;
    outline:none !important;
    background-image: url('images/closeButtonMenu.svg');
    background-size: cover;
}
.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}
.header__nav {
    margin:20px auto 0 50px;
    /*margin-left: 121px;*/
}
#menu-main li a:after {
    bottom: -26.5px!important;

}
.header__menu {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0 -20px;
}
.header__menu li {
    display: flex;
    padding: 0 20px;
    margin-bottom: 0;
}

.header__menu .sub-menu li {
    padding: 0;
}

.header__menu .sub-menu li  a {
    text-transform: capitalize;
    padding: 15px 20px;
}

.header__menu a {
    display: inline-block;
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.current-menu-item>a {
    color: #c7b56f;
}
.menu-item a>img{
    max-width: 143px;
    width: 100%;
    height: auto;
}

/*SubMenu*/
.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 200px;
    padding: 0;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 13px 15px;
    line-height: 1.2;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a {
    background: #c7b56f;
    color: #fff !important;
}

.menu-item-has-children>a {
    padding-right: 16px;
}

.menu-item-has-children>a::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url(./images/drop_icn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: "";
}

.menu-item-has-children>a::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background: url(./images/drop_icn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: "";
}

/*Removed Ul Style*/
.ul_style>ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

/*******Customize Css********/


.hdr_top {
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
}

.hdr_top p {
    /*font-family: 'brandon_grotesqueregular';*/
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 8.7px 0;
    margin: 0;
}

.hdr_btm {
    background-color: #fff;
    padding: 14px 0;
    transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
}

.odr_btn .btn {
    min-width: 147px;
    padding: 13px 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.odr_btn .btn:hover {
    border-color: #051028;
    color: #051028;
}

.menu_rgt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left:auto;
}

.rem_ul ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.rem_ul ul li {
    display: inline-block;
    margin-bottom: 0;
}
.icon-list {
    display: flex;
    list-style: none;
    margin: 0 -4px;
    padding: 0;
}

.icon-list__item {
    display: inline-block;
    flex: 0 0 60px;
    height: 60px;
    width: 60px;
    max-width: 60px;
    margin: 0 4px;
}

.icon-list__link {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-list__link_search {
    background-image: url('images/search-icon.svg');
}
.icon-list__link_user {
    background-image: url('images/user-icon.svg');
}
.icon-list__link_basket {
    background-image: url('images/basket-icon.svg');
}

.icon-list__count {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #051028;
}


.odr_btn {
    margin-right: 25px;
}

.user_scr ul li a img {
    -webkit-transition: filter 0.4s ease;
    -o-transition: all 0.4s;
    transition: filter 0.4s ease;
}

.user_scr ul li a:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.sltt_hdr select {
    border: 0;
    padding: 0px 6px;
    color: #CBA46C;
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 8px) center transparent;
    background-size: 14px;
    padding-right: 20px;
    font-size: 16px;
    margin-left: 10px;
    min-width: 75px;
    height: 25px;
    font-weight: 400;
    font-family: 'brandon_grotesquelight';
    cursor: pointer;
}



/**/
.bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 940px;
}

.hdr_sec {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

body:not(.home)  .hdr_sec {
    position: relative;
    /*margin-bottom: 2px;*/
}

body:not(.home)  .hdr_sec:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #F5F4F2;
}
body.page-template-template-by-biehle .hdr_sec:after{
    content:none;

}
.pg_title {
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 10px;
}

.bnr_content p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #051028;
}

.bnr_content {
    max-width: 618px;
    margin: auto;
    padding: 40px 75px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 100px;
}

.bnr_btn {
    max-width: 202px;
    margin: 0 auto;
}
/*.quots_sec {*/
/*    padding: 70px 0;*/
/*}*/

.q_inn {
    max-width: 58%;
    margin: auto;
}

/*.quots_sec_slider .slick-arrow {*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    background-size: 5px !important;*/
/*    background-position: center !important;*/
/*    background-repeat: no-repeat !important;*/
/*    background-color: #fff;*/
/*    opacity: 1;*/
/*    transition: all 0.4s ease-in;*/
/*    -webkit-transition: all 0.4s ease-in;*/
/*    -moz-transition: all 0.4s ease-in;*/
/*    -ms-transition: all 0.4s ease-in;*/
/*    -o-transition: all 0.4s ease-in;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    z-index: 99;*/
/*    border-radius: 4px;*/
/*}*/

/*.quots_sec_slider .slick-prev {*/
/*    left: -326px;*/
/*}*/
/*.quots_sec_slider .slick-next {*/
/*    right: -326px;*/
/*}*/
/*Video Sec*/
.cmn_gap {
    margin: 70px 0;
}

.video_sec {
    position: relative;
    background-color: #FAF9F8;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 70px 0;

}

.video_sec .bnr_top {
    max-width: 234px;
    margin:auto;
    /*margin: 20px auto 0 auto;*/
}

.video_sec .bnr_top .btn {
    /*padding-top: 12.5px;*/
    padding-bottom: 12.5px;
}


.video_sec h2 {
    text-align: center;
}

.video_otr {
    width: 68%;
    margin: auto;
}

.video_otr {
    height: 100%;
    line-height: 1;
}

.v_in video {
    /*margin-bottom: 30px;*/
    width: 100%;
    height: 100%;
}

/*Parsonalize Slider*/
.personalise_otr {
    position: relative;
}

.personalise_otr .slick-slide {
    padding: 0px 15px;
}

.slick-slide {
    outline: 0 !important;
}

.cmn_otr {
    margin-bottom: 30px;
}

.personalise_slide h6 {
    margin-top: 8px;
    text-align: center;
}

.personalize_sec .btn {
    min-width: 190px;
}

.personalize_sec h2 {
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 30px;
    color: #051028;
}

.personalise_otr {
    padding-bottom: 20px;
}

.ser_inn {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.ser_inn:last-child {
    margin-bottom: 0px;
}

.ser_im,
.ser_txt {
    padding: 0;
}

.ser_txt {
    padding-left: 100px;
}

.ser_im {
    padding-right: 20px;
    position: static;
}

.ser_im .imm_in {
    position: relative;
}

.hover {
    overflow: hidden;
}

.hover:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hover img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.mul_p p {
    margin-bottom: 15px;
}



.mul_p p:last-child {
    margin-bottom: 0px !important;
}

.imm_in img {
    width: 100%;
}

/**/
.silk_icn {
    position: absolute;
    right: -87px;
    bottom: -30px;

    width: 174px;
}

.silk_icn img {
    width: 100%;
}

/**/
.ser_inn:nth-child(even) {
    margin-left: -15px;
    margin-right: -15px;
}

.ser_inn:nth-child(even) > * {
    padding-right: 15px;
    padding-left: 15px;
}

.ser_inn:nth-child(even) .ser_im {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}


.ser_inn:nth-child(even) .ser_im  a {
    height: 100%;
    display: block;
    text-align: center;
}




.ser_inn:nth-child(even) .ser_txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}


/**/
.get_row {
    margin: 0;
}

.get_clm {
    padding: 0;
}

.get_img {
    position: relative;
    overflow: hidden;
}

.get_img img {
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.get_img::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(19, 31, 56, .5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.get_outr:hover .get_img::after {
    background-color: rgba(199, 181, 111, .5);
}

.get_outr:hover .get_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.get_touch-social li a:hover{
    background: transparent;
    color: #fff;
}

.over_arr {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 20px;
}

.over_arr h3 {
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 1;
}

.sing_link img {
    width: 53px;
}

.over_arr h3 a {
    font-family: 'brandon_grotesquelight';
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
}

.get_ssl ul {
    padding-bottom: 5px;
}

.get_ssl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.get_ssl ul li {
    margin-right: 28px;
    line-height: 1;
}

.get_ssl ul li:last-child {
    margin-right: 0 !important;
}

.get_ssl ul li a {
    font-size: 35px;
    color: #fff;
}

.sing_link a img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.sing_link a:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.get_ssl ul li a:hover {
    color: #000;
}

/**/
footer.cmn_gap {
    background-color: #051028;
    padding-top: 40px;
    margin-bottom: 0;

}
.footer__text {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #828793;
    margin-bottom: 0;

}
.ftr_logo img {
    width: 82px;
    margin-bottom: 20px;
}

.sslicn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;

}

.sslicn ul li:last-child a {
    margin-right: 0 !important;
}

.sslicn ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 4px;
    background: #172137;
    color: #CBA46C;
    margin-right: 15px;
}

.ftr_link ul li a {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #ffffff;
}

.ftr_link ul li {
    display: block;
    margin-bottom: 13px;
}

.ftr_link ul li:last-child {
    margin-bottom: 0;
}

.ftr_tp h4 {
    font-family: "brandon_grotesquebold";
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    color: #828793;
    margin-bottom: 20px;
}

.ftr_up {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ftr_up > *:nth-child(3),
.ftr_up > *:nth-child(4),
.ftr_up > *:last-child {
    display: flex;
    justify-content: flex-end;
}

.ftr_up .frst_clm {
    padding-right: 0;
}

.ftr_up .clm_3 {
    /*padding-left: 4%;*/
}

.ftr_link ul li a:hover {
    color: #c7b56f;
}

.sslicn ul li a:hover {
    color: #fff;
}

.news_ltr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.news_ltr h3 {
    /*font-family: "brandon_grotesquemedium";*/
    font-family: 'brandon_grotesquelight';

    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin-bottom: 7px;
}

.news_ltr p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
    color: #fff;
}

/* .news_ltr form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} */

.news_ltr .wpcf7-form p {
    display: flex;
    display: -webkit-box;
display: -ms-flexbox;
}
.wpcf7-form .ajax-loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.news_ltr input[type="search"],
.news_ltr input[type="text"] {
    width: calc(100% - 167px);
    margin-right: 10px;
}

.news_ltr input[type="submit"] {
    display: inline-block;
    height: 50px;
    /*font-family: 'brandon_grotesqueregular';*/
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    border: 1px solid #CBA46C !important;
    border-radius: 0 4px 4px 0;
    background: #051028;
    color: #CBA46C !important;
    padding: 12.5px 30px;
    outline:none;
    /*border: 1px solid #444C5E !important;*/
     /*color:white;*/
}

.news_ltr input[type="search"],
.news_ltr input[type="text"] {
    width: calc(100% - 167px);
    margin-right: 10px;
    background: transparent;
    height: 48px;
    padding: 5px 20px;
    border-color: #fff;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    color: #fff;
}

.ftr_btm {
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.defalt_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.defalt_link ul li {
    line-height: 1;
    padding: 0px 8px;
    border-right: 1px solid #fff;
}

.defalt_link ul li:last-child {
    border-right: 0;
}

.ftr_btm p {
    margin-bottom: 0;
}

.defalt_link ul li a,
.ftr_btm p,
.ftr_btm p a {
    /*font-family: "brandon_grotesquemedium", sans-serif;*/
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #fff;

}

.ftr_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ftr_select .sltt_hdr select {
    margin-left: 5px;
    font-size: 14px;
    color: #CBA46C;
    height: auto;
    padding: 0;
    min-width: auto;
    width: 70px;
    background-size: 10px;
    padding-right: 20px;
}

.defalt_link ul li a:hover,
.ftr_btm p a:hover {
    color: #CBA46C;
}

/**/
.sldr_img,
.sldr_txt {
    padding: 0;
}

.sldr_row {
    margin: 0;
}

.sldr_txt {
    flex: 0 0 490px;
    max-width: 490px;
    color: #051028;
    padding-left: 30px;
}

.sldr_txt h2 {
    font-family: 'brandon_grotesquelight';
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2;
    color: #051028;
    margin-bottom: 12px;
}
.sldr_txt .mul_p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 20px;
}
.sldr_txt .bnr_top {
    max-width: 250px;
}
.sldr_txt .bnr_top a {
    display: inline-block;
    width: 100%;
    /*font-family: 'brandon_grotesqueregular';*/
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
    padding: 7.5px 29.5px;
}

/**/
.design_sldr_otr {
    position: relative;
}

.design_sldr_otr .slider-nav {
    margin-top: 40px;
    margin-bottom: 40px;
}

.design_sldr_otr .slider-nav p {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    /*font-family: 'brandon_grotesqueregular';*/
    font-family: 'brandon_grotesquelight';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .1142px;
    text-align: center;
    color: #051028;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 9px;
    cursor: pointer;

}
.design_nav.slick-current p {
    font-family: 'brandon_grotesquebold';
    font-weight: normal;
}
.slider-nav {
    display: flex;
    justify-content: center;
}
.slider-nav ,
.design_nav,
.slider-nav .slick-track {
    width: auto !important;
}

.slider-nav .slick-track {
    margin-left: -40px;
    margin-right: -40px;
}

.slider-nav .design_nav.slick-slide {
    position: relative;
    padding: 0 40px;
}

.slider-nav .design_nav.slick-slide:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 10px);
    width: 2px;
    background: rgba(5, 16, 40, 0.15);
    border-radius: 1px;
}

.design_nav .slider-nav .slick-track {
    margin: 0 auto;
}
.design_nav .slider-nav {
    justify-content: center;
}

.design_sldr_otr .slider-nav p a {
    position: relative;
    transition: all 0.4s;
}

.design_sldr_otr .slider-nav p a:after {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -9px;
    height: 2px;
    background-color: #051028;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.design_nav.slick-slide.slick-current p a:after {
    width: 100%;
    background-color: #CBA46C;
}
.inn_heg {
    background-color: #53c8e8;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: normal;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    background-image: url(./images/prev_arw.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.slick-next {
    background-image: url(./images/next_arw.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;

}

.slick-prev {
    left: -42px;
}

.slick-next {
    right: -42px;
}

.get_touch.cmn_gap {
    padding-top: 0px;
}

.hdr h2 {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 48px;
    font-weight: normal;
    line-height: 67px;
    text-align: center;
    color: #051028;
    margin-bottom: 0;
}

.hdr p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    color: #051028;
    margin-bottom: 0;
}

.small_scree {
    display: none;
}

/*Inner Page*/
.hdr_top_gap {
    /*margin-top: 127.25px;*/
}

.hire_designer.cmn_gap {
    padding-bottom: 0;
}

.right_pad {
    padding-right: 63px;
    padding: 150px 0px;
}

.hier_row {
    padding-top: 30px;
}

.innr_hdr h2:after, .materials .innr_hdr h2:after,
.text-line:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: #CBA46C;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.design_own_area .innr_hdr h2.pg-title:after{
    content:none;

}

.cmn_conslt_frm {
        max-width: 980px;
    margin: auto;
    /*padding-right: 16px;*/
}

.conslt_sec h2 {
    /*padding-top: 20px;*/
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #CBA46C;
}
.desktop_para:before{
/*.conslt_sec h2 :after {*/
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: #CBA46C;
    border-radius: 4px;
    margin-top: 20px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.conslt_sec .innr_hdr p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: #051028;
    margin-bottom: 70px;
}

.frm_row {
    margin: -15px;
}

.frm_row .clm_frm {
    padding: 15px;
}

label {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    color: #303030;
    font-family: 'brandon_grotesquelight';
}

.cmn_conslt_frm input[type="text"],
.cmn_conslt_frm textarea,
.cmn_conslt_frm input[type="tel"],
.cmn_conslt_frm input[type="password"],
.cmn_conslt_frm input[type="email"],
.cmn_conslt_frm select {
    border-color: transparent;
    background-color: #ebebeb;
    outline: none !important;
}

.cmn_conslt_frm textarea {
    height: 154px;
}

.frm_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.frm_btn {
    margin-top: 25px;
}

/**/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}

.upload-btn-wrapper .btn,
.frm_btn input[type="submit"] {
    font-size: 16px;
    font-family: 'brandon_grotesquelight';
    letter-spacing: 2px;
    color: #fff;
    max-height: 54px;
    padding: 18px 15px;
    min-width: 190px;
}

.frm_btn input[type="submit"]:hover {
    color: #c7b56f;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;

}

.upload-btn-wrapper .btn {
    background-color: #131f38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.upload-btn-wrapper .btn img {
    margin-right: 5px;
    width: 20px;
}

.frm_btn input[type="submit"] {
    height: auto;
}

.is-sticky .hdr_btm {
    box-shadow: 4px 4px 15px rgba(88, 52, 0, 0.1);
}

.change_nav .hdr_btm {
    background-color: #fff;
}
.change_nav .navbar-nav>li>a:hover,
.change_nav .navbar-nav>li.current-menu-item>a {
    color: #000;
}

.change_nav .odr_btn .btn:hover {
    border-color: #CBA46C;
    color: #CBA46C;
}

.change_nav .user_scr ul li a:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}


.slick-arrow {
    height: 40px;
    width: 40px;
    background-size: 5px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 99;
    border-radius: 4px;
    border: 2px solid #CBA46C;

}

.slick-arrow:hover {
    opacity: 1;
    /*background-color: #fce6c7;*/
}

.slick-prev {
    background-image: url(./images/arrow-left.svg) !important;
}

.slick-next {
    background-image: url(./images/arrow-right.svg) !important;
}

/*.slick-prev:hover {*/
/*    background-image: url(./images/arrow-left-hover.svg) !important;*/
/*}*/

/*.slick-next:hover {*/
/*    background-image: url(./images/arrow-right-hover.svg) !important;*/
/*}*/

.postid-6975 .vid_cntr {
    display: none;
}
.slick-prev,
.slick-prev {
    left: -70px;
}

.personalise_slider .slick-next,
.design_sldr_otr .slick-next {
    right: -70px;
}


.hover_imgs a {
    position: relative;
    overflow: hidden;
    display: block;
}

.hover_imgs a img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hover_imgs a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.change_nav .navbar-brand {
    width: 50px;
}

.ddsgn_slide .sldr_img {
    flex: 0 0 656px;
    max-width: 656px;
    overflow: hidden;
    /*border: 2px solid #F5F4F2;*/
}
.imm_in {
    border: 2px solid #F5F4F2;
}

.ddsgn_slide .imm_in {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    opacity: 0;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    padding: 0;
}

.design_sldr_dec.aos-animate .ddsgn_slide.slick-current .imm_in {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.ddsgn_slide .sldr_txt h2,
.ddsgn_slide .sldr_txt .mul_p,
.ddsgn_slide .sldr_txt .bnr_top {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    opacity: 0;
    transition: 1.2s ease-in;
    -webkit-transition: 1.2s ease-in;
    -moz-transition: 1.2s ease-in;
    -ms-transition: 1.2s ease-in;
    -o-transition: 1.2s ease-in;
    transition-delay: 0.5s;
}

.design_sldr_dec.aos-animate .ddsgn_slide.slick-current .sldr_txt h2,
.design_sldr_dec.aos-animate .ddsgn_slide.slick-current .sldr_txt .mul_p,
.design_sldr_dec.aos-animate .ddsgn_slide.slick-current .sldr_txt .bnr_top {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

/* button.navbar-toggler.mob_colps_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    display: none;
} */

.sltt_hdr {
    line-height: 1;
}

.hdr_btm .sltt_hdr {
    margin-top: 7px;
}

.mobile_para {
    display: none;
    margin-top: 25px;
}

.required_tag {
    margin-top: 15px;
}

.personalise_slide img {
    width: 100%;
}

.personalise_slider {
    padding-left: 0;
    padding-right: 0;
}

.personalise_slide .per_img {
    overflow: hidden;
    position: relative;
    display: block;
}

.personalise_slide .per_img img {
    opacity: 1;
    transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
}

.personalise_slide .per_img img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.personalise_slide .per_img:hover img:first-child {
    opacity: 0;
}

.personalise_slide .per_img:hover img:last-child {
    opacity: 1;
}

/* .design_sldr_dec.aos-animate  */
.mobile_menu_options {
    display: none;
}

.user_scr ul li a span {
    position: absolute;
    right: -5px;
    top: 5px;
    font-size: 10px;
    line-height: 1;
    padding: 2px;
    height: 13px;
    width: 13px;
    text-align: center;
    color: #c7b56f;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ac_links {
    margin-right: 30px;
}

.ac_links a {
    color: #c7b56f;
    font-size: 18px;
    line-height: 1;
    bottom: -2px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}

.ac_links a:hover {
    color: #fff;
}

.ac_links a img {
    width: 17px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* top: 1px; */
    margin-right: 8px;
}

.ac_links a:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.srch_box_mob {
    margin: 0px auto 0px;
    padding: 0 0px;
    max-width: 400px;
    position: relative;
}

.srch_box_mob img {
    width: 17px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 14px;
}

.srch_box_mob input[type="text"] {
    color: #fff;
    font-size: 18px;
    padding-left: 40px;
    border: 1px solid #CBA46C;
}

.srch_box_mob input[type="text"]:hover,
.srch_box_mob input[type="text"]:focus {
    border: 1px solid #CBA46C;
    /*box-shadow: 0 0 0 1px #CBA46C;*/
    outline: 0;
}

.md_text {
    font-size: 16px;
}
.quots_sec {

    padding: 70px 0;
}
.quots_sec_slider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.quots_sec_item h2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    font-style: italic;
    text-align: center;
    color: #051028;
    margin-bottom: 20px;
}
.quots_sec_data {
    max-width: 558px;
    margin: 0 auto;
}

.quots_sec_text {
    margin-bottom: 0;
}

.quots-sec__author {
    font-family: 'brandon_grotesquebold', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #CBA46C;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.quots-sec__position {
    font-family: 'brandon_grotesquelight', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #CBA46C;
    text-transform: capitalize;
    margin-bottom: 0;
}
.hm_service .mul_p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    color: #051028;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table__product-name a:last-child {
    display: none !important;
}

.hm_service .bnr_top {
    max-width: fit-content;
}
/* 3-3-2021-work */
.single_prdt {
	padding-bottom: 100px;
}
.single_prdt .product {
	display: flex;
}
.single_prdt .fpd-product-designer-wrapper {
	width: 50%;
}
.single_prdt .summary {
	width: 50%;
    padding-left: 40px;
}
.single_prdt .value select {
	border: 1px solid #c7b56f;
}
.single_prdt .variations .label label {
	margin-top: 20px;
}

.single_prdt .button.pisol_single_buy_now {
	background: #051028 !important;
	opacity: 1 !important;
	width: auto !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding: 8px 24px !important;
	height: 50px !important;
	display: block !important;
}
.single_prdt .single_add_to_cart_button {
	background: #c7b56f !important;
	opacity: 1 !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	padding: 12px 17px 11px 16px !important;
	display: block !important;
	margin: 0 !important;
	height: 50px !important;
	border-radius: 4px !important;
}
.single_prdt .variations_form.cart {
	margin-bottom: 0 !important;
}
.gallery_slider .slick-track {
	width: 100% !important;
}
.slick-track img {
	max-width: 100% !important;
	width: 100% !important;
	min-width: 100% !important;
}
.design_sldr_otr img {
    max-height: 356px;
    height: auto;
    min-width: auto !important;
    object-fit: cover;
}
.gallery_slider {
	width: 33.3333%;
}
.archiv_product .attachment-woocommerce_thumbnail {
	height: 330px !important;
	object-fit: contain;
}
.archiv_product .woocommerce-loop-product__title {
	text-align: center;
    padding: 0;
}
.archiv_product .p_gallery .col-md-3 img {
	text-align: center;
	display: block !important;
	margin: 0 auto !important;
	object-fit: contain !important;
	height: 55px !important;
}
.archiv_product .page-description {
	text-align: center;
}
.icon-list:first-child {
    position: relative;
}
.form-wrap input[type="submit"] {
	position: absolute;
	right: 0;
	height: 55px;
	top: 0;
}
.form-wrap {
	position: absolute;
	/*top: 36px;*/
	top:70px;
    z-index: 99;
	width: 250px;
	/*right: 0;*/
    right:15%;
	background: #fff;
    display: none;
    padding: 1rem;
    box-shadow: 1px 2px 4px 1px #ccc;
    border-radius: 4px;
}
.form-wrap.show_from {
	display: block;
}
.form-wrap input[type="text"] {
	padding-right: 5px; color:#132038; background:transparent;
}
.fle_upld {
	width: 150px;
	position: relative;
	padding-right: 0 !important;
}
.fle_upld label {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background: #051028;
	height: 50px;
	line-height: 50px !important;
	text-transform: uppercase;
	font-size: 13px !important;
	z-index: -1;
	padding-left: 25px;
}
.ginput_container.ginput_container_fileupload {
	height: 49px;
	opacity: 0;
}
.ginput_container.ginput_container_fileupload input {
	width: 150px !important;
	height: 50px;
    cursor: pointer;
}
.fle_upld label .gfield_required{
    opacity: 0;
}
#alg_currency_selector {
    display: none;
}
.gform_footer.top_label input[type="submit"] {
    /*font-family: "brandon_grotesquemedium";*/
    /*font-family: 'brandon_grotesquelight';*/
    font-size: 16px;
    font-weight: normal;
    line-height: 23px!important;
	height: 50px;
    width: 100% !important;
    max-width: 143px;
}
.gform_footer.top_label input[type="submit"] {}

.gform_footer.top_label {
	margin: 0 !important;
}
.fle_upld label::before {
	position: absolute;
	content: "";
	font-family: 'fontAwesome';
	width: 15px;
	height: 15px;
	background-size: contain !important;
	background: url('images/upload.png') no-repeat center center;
	top: 17px;
	left: 14px;
}



/**08.03.2021**/

.prb-dtls-inner {
    margin-bottom: 100px;
    align-items: center;
    position: relative;
}
.prb-dtls-inner:nth-child(even) {
    flex-direction: row-reverse;
}
.prb-dtls-innerleft, .prb-dtls-innerright{
    position: static;
}
.size-guide-nvv {
    position: absolute;
    left: 15px;
    bottom: 0;
        padding: 40px 0px;
}
.guide-chrt .table td {
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #131f38;
    padding: 10px 3px;
    /*font-weight: 500;*/
    font-family: 'brandon_grotesquemedium';
}

.guide-chrt .table tbody tr:first-child td:first-child{
    position: relative;
}

.discount-chart .table-bordered th, .discount-chart .table-bordered td {
    border: 1px solid #b4b7be;
    color: #051028;
    font-size: 17px;
    font-weight: 500;
    font-family: 'brandon_grotesquelight';
}
.discount-chart .table {
    margin: 25px 0px 0px;
}

.vol_discnt__image {
    text-align: center;
    border: 2px solid #F5F4F2;
    border-radius: 4px;
    margin: 0;
}

.vol_discnt__image img {
    max-width: 458px;
    margin: 0 auto;
}

.sizebtnss ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    max-width: 500px;
}
.sizebtnss ul li {
    margin: 0;
    padding: 0;
    margin-right: 18px;
    list-style: none;
    margin-bottom: 18px;
}
.sizebtnss ul li a {
    padding: 10px 20px;
    line-height: 1;
    color: #132038;
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #c7b56f;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0px;
    position: relative;
    display: block;
    min-width: 110px;
    text-align: center;
    
}
.sizebtnss ul li a:hover {
    color: #fff;
    background: #c7b56f;
}

/* Single Product */
.single-product__breadcrumbs {
    margin-bottom: 70px;
}
.single-product__col_left {
    padding-left: 60px;
}
.woocommerce div.product div.summary {
    margin-bottom: 30px;
    float: left !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    /*display: none;*/
}
.woocommerce div.product form.cart .variations tr {
    display: block;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart table td {
    padding-bottom: 0;
}
/*.single-product .perPrice{*/
/*    display: none;*/
/*}*/

.product_title.entry-title {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
    color: #051028;
    margin-bottom: 15px;
}

.woocommerce div.product p.price {
    font-family: "brandon_grotesquemedium";
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    color: #CBA46C;
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations td.label {
    display: flex;
    align-items: center;
    padding: 0 0 8px 0;
}
.woocommerce div.product form.cart .variations td a {
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart .variations label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #051028;
    margin-right: 8px;
    margin-left: 0;
}

.woocommerce-product-details__short-description p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    color: #051028;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations select {
    display: block;
    height: auto;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #808080;
    border: 1px solid #D6D5D4;
    border-radius: 4px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.07078 5.83709L0.17573 1.29221C0.0624222 1.1871 -4.57559e-08 1.04677 -3.92158e-08 0.897152C-3.26756e-08 0.74753 0.0624222 0.607207 0.17573 0.50209L0.536134 0.167391C0.770977 -0.0503998 1.15267 -0.0503998 1.38715 0.167391L5.49772 3.98384L9.61285 0.163157C9.72616 0.0580392 9.8772 4.31746e-07 10.0383 4.38787e-07C10.1995 4.45835e-07 10.3506 0.0580392 10.464 0.163157L10.8243 0.497855C10.9376 0.603056 11 0.743296 11 0.892918C11 1.04254 10.9376 1.18286 10.8243 1.28798L5.92475 5.83709C5.81108 5.94246 5.65932 6.00033 5.49799 6C5.33603 6.00033 5.18436 5.94246 5.07078 5.83709Z' fill='%23051028'/%3E%3C/svg%3E%0A");
    padding: 9px 19px;
    cursor: pointer;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    height: auto;
    margin: 0;
}

body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: none !important;
}

body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent;
}
.variable-items-wrapper.button-variable-wrapper li {
    width: 177px !important;
}
.variable-items-wrapper.button-variable-wrapper li:nth-child(odd) {
    margin-right: 8px !important;
}
.variable-item-contents {
    border-radius: 4px;
    overflow: hidden;
}
.variable-item-span.variable-item-span-button {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #CBA46C;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 9px 20px !important;
    /*padding: 9px 20px;*/
    margin: 1px;
    z-index: 1;
}
.selected .variable-item-contents {
    background: #F5F4F2;
    border-radius: 4px;
}
.selected .variable-item-span.variable-item-span-button {
    color: #7F7F7F;
    background-color: transparent;
}

.selected .variable-item-span.variable-item-span-button:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url("./../../../../uploads/2021/11/check-icon.svg");
    background-size: cover;
    margin-right: 7px;
}

.value.woo-variation-items-wrapper {
    padding: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    display: flex !important;
    position: relative;
    align-items: center;
}

/* .woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    z-index: 0;
} */
.single-product__variations-wrapper {
    max-width: 362px;
}
.single-product__price-container {
    display: flex;
    margin: 20px  -15px 0 -15px;
}

.single-product__price-container > * {
    padding: 0 15px;
}

.qty, .totalPrice {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #051028;
    margin-bottom: 12px;
}

.qty:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("./../../../../uploads/2021/11/Vector-3-1-1.svg");
    margin-left: 8px;
}
.qib-container:not(#qib_id):not(#qib_id) {
    display: flex !important;
}

.single_variation_wrap .qib-button:not(#qib_id):not(#qib_id) {
    width: 50px;
    height: 50px;
    font-size: 46px;
    background-color: transparent;
    border: 1px solid #CBA46C;
}

.single_variation_wrap .qib-button:not(#qib_id):not(#qib_id):hover,
.single_variation_wrap .qib-button:not(#qib_id):not(#qib_id):focus {
    color: #7F7F7F;
    background: #F5F4F2;
    border: 1px solid #CBA46C;
}

.single_variation_wrap .qib-button.minus {
    border-radius: 4px 0 0 4px !important;
}

.single_variation_wrap .qib-button.plus {
    border-radius: 0 4px 4px 0 !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 100% !important;
    width: 70px !important;
}


.TPrice {
    display: block;
    font-family: "brandon_grotesquebold";
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    color: #CBA46C;
    margin-bottom: 0;
}

.perPrice {
    /*font-family: "brandon_grotesquemedium";*/
    font-family: 'brandon_grotesquelight';
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #051028;
    margin-bottom: 0;
}

.fpd-blue-btn.fpd-inline.fpd-modal-mode-btn {
    width: 100%;
    position: relative;
    font-family: 'brandon_grotesquemedium';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 12.5px 29px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none !important;
    margin-left: 0 !important;
    z-index: 1;
}
/*    customize scarf-page*/
.custom-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers.current {
    display: flex;
    color: white;
    background-color: #CBA46C;
    border:none;
}
.page-numbers {
    border: 1px solid #CBA46C;
    width: 40px;
    height: 40px;
    padding: 10px 16px;
    border-radius: 4px;
    margin: 0 4px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
}
.page-numbers:hover {
    color: white;
    background-color: #CBA46C;
}
.next.page-numbers,
.prev.page-numbers {
    padding: 10px 18px;
    /*width: 5px;*/
    /*height: 8px;*/
    background-repeat: no-repeat;
    background-position: center;
}
.prev.page-numbers {
    background-image: url('./images/customize_arrow_left.svg');
}
.next.page-numbers{
    background-image: url('./images/customize_arrow_right.svg');
}

/*custiomize scarf end*/

.single-product__btn-gradient {
    text-align: center;
    margin-top: 19px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.selected .variable-item-contents:before {
    content: none;
}


.single-products__slider-title {
    position: relative;
    margin-bottom: 40px;
}

.single-products__slider-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    border-radius: 2px;
    margin: 20px auto 0 auto;
}

.product-destilsfaq button.title-holder {
    background: transparent;
    border: 0;
    padding: 0px 0px;
    color: #131f38;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.product-destilsfaq .content-box p {
    color: #131f38;
    font-size: 18px;
    line-height: 27px;
}
.product-destilsfaq .content-box p:last-child {
    margin-bottom: 0;
}
.product-destilsfaq .content-box p:first-child{
    margin-top: 25px;
}
.product-destilsfaq .card {
    border: 0;
    border-bottom: 1px solid #b4b7be;
    padding: 30px 0px;
    border-radius: 0;
}
.product-destilsfaq .card:last-child {
    border-bottom: 0;
}
.product-destilsfaq button.title-holder:focus{
    outline: 0;
}
.accordine-holder .title-holder:after {
    position: absolute;
    right: 25px;
    background: url(images/minuss.png) right center no-repeat;
    width: 14px;
    height: 1px;
    background-size: 14px;
    content: "";
    top: 50%;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    transform: translateY(-50%);
}
.accordine-holder .title-holder.collapsed:after {
    position: absolute;
    right: 25px;
    background: url(images/pluss.png) right center no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px;
    content: "";
    top: 50%;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    transform: translateY(-50%);
}


.single-product button.single_add_to_cart_button.button.alt {
    font-size: 17px !important;
    font-weight: 400;
    width: 100%;
    padding: 5px 17px 5px 16px !important;
    height: auto !important;
    border:1px solid #c7b56f;
}

.single-product .variations .woo-selected-variation-item-name{
    display: none !important;
}
.single-product .single_add_to_cart_button.button.alt, .single-product #buy_now_button{
    font-size: 17px !important;
    transition: 0.5s;
    font-weight: 400;
    width: 100%;
    padding: 5px 17px 5px 16px !important;
    height: 36px !important;
    width: 100% !important;
}
.woocommerce div.product div.images {
    border: 2px solid #F5F4F2;
    border-radius: 4px;
    margin-bottom: 15px;
}
.set2 {
    margin-bottom: 15px;
}

.set2 > a, .set2 .content {
    background: #FAF9F8;
    padding: 9px 9px 9px 24px;
}

.set2 > .content, .set2 > .content p  {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #051028;
}


.set2 > a {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    /*font-family: "brandon_grotesquemedium";*/
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #051028;
    border-radius: 4px;
    transition: .3S;
}

.set2 > a.active,
.set2 > a:hover {
    background: #E5E2DA;
}

.set2 > a:after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.92922 6.80994L10.8243 1.50758C10.9376 1.38495 11 1.22124 11 1.04668C11 0.872118 10.9376 0.708408 10.8243 0.585771L10.4639 0.195289C10.229 -0.0587999 9.84733 -0.0587999 9.61285 0.195289L5.50228 4.64781L1.38715 0.190349C1.27384 0.0677115 1.1228 -4.31746e-07 0.961732 -4.38787e-07C0.800489 -4.45835e-07 0.649442 0.0677115 0.536044 0.190349L0.17573 0.58083C0.0624218 0.703564 -3.79055e-08 0.867177 -4.55358e-08 1.04174C-5.3166e-08 1.2163 0.0624217 1.38001 0.17573 1.50264L5.07525 6.80994C5.18892 6.93287 5.34068 7.00039 5.50201 7C5.66397 7.00039 5.81564 6.93287 5.92922 6.80994Z' fill='%23051028'/%3E%3C/svg%3E%0A");
    border-radius: 4px;
}

.set2 > a.active:after {
    transform: rotate(180deg);
}

.set2 > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 22px;
    width: 4px;
    transform: translateY(-50%);
    background: #051028;
    border-radius: 0px 2px 2px 0px;
    transition: .3s;
}

.set2 > a.active:before,
.set2 > a:hover:before {
    background: #FFFFFF;
}

.pch_slider_box__wrapper {
    max-width: 362px;
}
.pch_slider_box__image-wrapper {
    border: 2px solid #F5F4F2;
    border-radius: 4px;
    margin-bottom: 15px;
}

/*#size_guide {*/
.upper-height{
    padding-top: 0px!important;
    margin-top: 110px!important;

    /*padding-top: 180px!important;*/
}

.pch_slider_box__title {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
    color: #051028;
    margin: 0;
}

.size_guide__title {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
    color: #051028;
    margin-bottom: 12px;
}

.size_guide__text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    color: #051028;
    margin-bottom: 20px;
}
.slick-current .btn_gradient {
    color: #051028;
    background-color: white;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    margin: 1px;
    transition: 0s;
}

.prb-dtls-innerright .sizeguide-bigimg figure {
    max-width: 458px;
    margin: 0 auto;
}

.sizebtnss .btn__wrapper_gradient {
    max-width: 172px;
}

.sizebtnss .btn_gradient:hover {
    border-color: transparent;
}
.size-guide-slider {
    border: 2px solid #F5F4F2;
    border-radius: 4px;
}

.size-guide-slider .slick-arrow {
    border: none;
    background-color: transparent;
    background-size: 9px !important;
    opacity: 1;
}

.size-guide-slider .slick-prev {
    background-image: url(./images/arrow-left-gradient.svg) !important;
    left: 15px;
}

.size-guide-slider .slick-next {
    background-image: url(./images/arrow-right-gradient.svg) !important;
    right: 15px;
}

.pch_slider_box__title:hover {
    color: #CBA46C;
}

.single-product .single_add_to_cart_button.button.alt:hover, .single-product #buy_now_button:hover {
    background:#e6d8b4;
}
.single-product #buy_now_button {
    border: 1px solid;
}
.guide-chrt table {
    margin-bottom: 0;
}
.guide-chrt .table td,
.guide-chrt .table thead th {
    border-top: 2px solid #faf9f7;
    border-right: 2px solid #faf9f7;
}
.guide-chrt .table td {
    border-left: 2px solid #faf9f7;
    border-right:  2px solid #faf9f7;
    border-bottom: 2px solid #faf9f7;
}
.guide-chrt .table thead th {
    border-bottom: 2px solid #faf9f7;
    /*border-top: none;*/
    width: 90px!important;
    vertical-align: top;
}

.guide-chrt table {
    border: 2px solid #faf9f7;

}
.guide-chrt tr td:first-child {
    border-left: 0;
}
.guide-chrt tr td:last-child,
.guide-chrt tr th:last-child {
    /*border-right: 0;*/
}

.guide-chrt tr:last-child td {
    border-bottom: 0;
}

.guide-chrt th,
.guide-chrt td {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #051028;
}
.guide-chrt th span,
.guide-chrt td span {
    display: block;
    font-weight: 700;
}

.guide-chrt tr th:first-child {
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
}
#single-product-bag {
    display: none;
}
.single-product__btn-gradient .add-to-bag-btn__gradient,
.single-product__btn-gradient .add-to-bag-btn__gradient:hover {
    color: #fff;
}

.fpd-blue-btn.fpd-inline.fpd-modal-mode-btn.edit-active {
    /*font-family: "brandon_grotesquemedium";*/
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    text-align: left;
    color: #CBA46C;
    border: none;
    padding: 0;
    transition: 0s;
}

.fpd-blue-btn.fpd-inline.fpd-modal-mode-btn.edit-active:before  {
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3742 3.25672C15.2212 3.10024 14.9917 3.10024 14.8388 3.25672L6.50152 11.7848L6.11908 15.423C6.04259 15.8924 6.46328 16.3227 6.92221 16.2445L10.4789 15.8533L18.8162 7.32518C18.9691 7.1687 18.9691 6.93399 18.8162 6.77751L15.3742 3.25672ZM21.5698 2.35697L19.6958 0.440098C19.1221 -0.146699 18.166 -0.146699 17.5924 0.440098L16.2538 1.80929C16.1008 1.96577 16.1008 2.20049 16.2538 2.35697L19.6958 5.87775C19.8488 6.03423 20.0782 6.03423 20.2312 5.87775L21.5698 4.50856C22.1434 3.92176 22.1434 2.94377 21.5698 2.35697ZM14.6858 13.5452V17.4963H2.44763V4.97799H11.2056C11.3585 4.97799 11.4733 4.93888 11.5498 4.86064L13.0795 3.29584C13.3472 2.98289 13.156 2.47433 12.7353 2.47433H1.83572C0.803129 2.47433 0 3.33496 0 4.35208V18.1222C0 19.1785 0.803129 20 1.83572 20H15.2977C16.292 20 17.1334 19.1785 17.1334 18.1222V11.9804C17.1334 11.5501 16.6362 11.3545 16.3303 11.6284L14.8005 13.1932C14.724 13.2714 14.6858 13.3888 14.6858 13.5452Z' fill='%23CBA46C'/%3E%3C/svg%3E%0A");
    vertical-align: sub;
    margin-right: 10px;
}

.shipitext {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #051028;
    margin-bottom: 0;
    margin-top: 15px;
}

.row.gap-50 {
    margin: 0 -25px;
}
.row.gap-50 > * {
    padding: 0 25px;
}

#vol_discnt table {
    margin-top: 10px;
}

#vol_discnt tr td {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #051028;
    border-bottom: 0;
}


#vol_discnt tr:not(:last-child) {
    position: relative;
    border-bottom: 1px solid rgba(203 164 108 / 67%);
    /*border:0;*/
    /*border-bottom: 2px!important;*/
    /*border-style: solid;*/
    /*!*border-image: linear-gradient(90deg, #CFA872 0%, #E1C698 100%)!important;*!*/
    /*border-radius: 4px;*/
}

#vol_discnt tr td {
    padding-bottom: 0;
    padding-top: 15px;
}

#vol_discnt tr:not(:last-child) td {
    padding-top: 0;
    padding-bottom: 17px;
    padding-right: 10px;
}

/*#vol_discnt tr:not(:last-child):after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 2px;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    !*background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);*!*/
/*    border-radius: 4px;*/
/*}*/

#vol_discnt tr td:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.discount-chart .table-bordered tr th,
.discount-chart .table-bordered tr td {
    border: 0px;
    border-bottom: 1px solid #ebebeb;
    color:#c7b56f;
    font-size: 16px;
    padding: 0px;
}
.discount-chart .table-bordered tr:last-child td{border-bottom: 0px;}
.single-product .prb-dtls-inner .bnr_top{margin-top: 20px;}
.single-product .button-holder span {
    display: block;
    width: 100%;
}
.single-product .button-holder{flex-wrap: wrap;}
.prb-dtls-inner{
    margin-bottom: 0px;
    padding-top: 70px;
}
.prb-dtls-inner:first-child{padding-top: 0px;}
.prb-dtls-inner:last-child{padding-bottom:100px;}
.discount-chart {
    padding-right: 120px;
}
.product-destilsfaq button.title-holder span{font-size: 16px; color:#132038;  font-family: 'brandon_grotesquemedium';}
.product-destilsfaq .content-box p{font-size: 15px; line-height: 18px;}
.product-destilsfaq .content-box p{margin-top: 0px;}
.product-destilsfaq .card:first-child{padding-top: 0px;}
.product-destilsfaq .content-box p:first-child {
    margin-top: 0px;
}
.row.prb-dtls-inner.pkg_slider_cntnr{padding-bottom:0px;}

.single-product .accordine-holder.supported {padding-top: 57px;}
.single-product .sizebox a{
    padding: 10px 20px;
    line-height: 1;
    color: #132038;
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0px;
    position: relative;
    display: block;
    min-width: auto;
    text-align: center;
}
.single-product .sizebox a:hover {
    color: #fff;
    background: #c7b56f; border: 1px solid #c7b56f;
}
.sizebtnss .slick-track {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;  transform: translate(0px, 0px) !important;
}
.sizebtnss .slick-slide {
    display: block;
    width: 33.33% !important;
    margin-bottom:10px;
}
.single-product .prb-dtls-inner{align-items: center;}

.image-with-icon {
    position: relative;
    cursor: pointer
}

.image-with-icon .image-with-icon__image {
    padding: 0;
    max-width: 460px;
}

.image-with-icon__image img,
.image-with-icon__icon {
    border-radius: 4px;
}

.image-with-icon__icon {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -51px;
    right: 0;
    border: 4px solid #FFFFFF;
}

/*25.03.21*/
/*blogpage*/
.blog_profile{display: flex; align-items: center; }
.profpc{width: 40px; }
.prof_text {
    width: 90%;
    padding-left: 12px;
}
.prof_text p{font-size: 14px; line-height: 18px; color:#a7a7a7; margin-bottom: 0px;}
.prof_text ul li{
    display: inline-block;
    list-style: none;
    /*font-size: 14px;*/
    /*line-height: 15px;*/
    /*color:#a7a7a7;*/
    /*margin-bottom: 0px;*/
    /*margin-right: 9px;*/
}
.prof_text ul{margin-bottom: 0px;
    padding-left: 0px;
    /*display: flex; */
    align-items: center;}
.blogpg_area h3 {
    font-size: 34px;
    line-height: 41px;
    font-family: 'brandon_grotesquemedium';
    margin-top: 16px;
}
.blog_top a{font-size: 15px;}
.blogpg_area h3 a{color:#000;}
.blogpg_area h3 a:hover{color:#7c99a6;}
.view_comnts ul li{display: inline-block; margin: 0px 5px; color:#a7a7a7; font-size: 15px; margin-bottom: 0px;}
.view_comnts ul{padding-left: 0px; margin: 0px;}
.view_comnts {
    padding: 20px 0px 0px;
    margin-top: 50px;
    border-top: 1px solid #a7a7a7; display: flex; align-items: center;
}
.view_comnts img{width: 25px;}
.prof_text .king {
    position: relative;
    display: inline-block;
    padding-right: 19px;
}
.prof_text .king:after{position: absolute; right: 0px; top:0px; width: 15px; height: 15px; background: url(./images/king.jpg)no-repeat center center; background-size: 15px; content:"";}
.blogpg_area{border:1px solid #000;}
.blogpg_area figure img{width: 100%; height: 100%; object-fit: cover !important;}
.blogpg_area figure{position: absolute; top:0px; height: 100%; width: 100%;}
.blog_txt{padding: 30px 20px 30px 50px;}
.blogpg_area{margin-bottom: 40px;}
.blogpg_area:last-child{margin-bottom: 0px;}
.blog_top{display: flex; align-items: center;     justify-content: center;}
.blog_top img{width: 20px;}
.blog_earch{margin-left: auto;}
.single_variation_wrap .button-holder {
    /* display: block !important; */
    margin-left: 0px !important;
    height: 46px !important;     margin-top: 12px !important;
}

.package_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.single-product .accordine-holder.supported {
    padding-top: 0;
}
.single-product .accordine-holder.supported {
    padding-top: 0;
    margin-top: -20px;
}
.single-product .single_prdt {
    padding-bottom: 0px;
}
.prb-dtls-innerleft .galley_detilspg.row.mt-5{ margin-top: 0rem !important;}

/*aboutpg*/

.abpoutpg_section .title_box{max-width:610px; margin: 0 auto; }
.abpoutpg_section .title_box h2{ margin-bottom: 30px; }
.title_box{width: 610px; margin: 0 auto;}
.title_box p{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 70px!important;
    text-align: center;
    letter-spacing: 0!important;
    color: #051028;}

.aboutpg_area .abtpg_text {
    text-align: left;
    padding: 0 5px 5px 25px;
}
.aboutpg_area .abtpg_text h2{font-size: 28px; line-height:108em;  letter-spacing:0.15em; color:#132038; }
.aboutpg_area .abtpg_text p{
    font-size:16px;
    font-family: 'Roboto', sans-serif;
    line-height:1.8em;
    text-align:left;
    letter-spacing: 0!important;
    color: #051028;
    margin-bottom:15px;

}
.aboutpg_area .abtpg_text div {
    display: inline-block;
    max-width: 100%;
}
.aboutpg_area .abtpg_text div a {
    padding: 9px 30px;
}
.about_pic {max-width: 558px}
.about_pic img{width: 100%; border-radius: 4px}
.blog_detils_box .blog_profile .prof_text{display: flex; align-items:center;}
.button-holder span {
    margin: 2px 5px!important;
}
.button-holder p {
    line-height: 1.8em;
    font-size: 13px;
}
.blog_detils_box .prof_text .king{margin-right: 15px; color:#000;}
/*.blog_detils_box .prof_text ul li{color:#000;}*/
.blog_detils_box{
    padding: 30px 20px;
    /*border:1px solid #ccc;*/
}
.blog_detils_box h1, .blog_detils_box h2{
    /*font-size: 35px !important; */
    /*line-height: 38px !important; */
    /*color: #000; */
    font-family: 'brandon_grotesquemedium';
    /*margin-top: 25px;*/
    text-transform: capitalize;
}
.blog_profile figure img, .blog_profile figure{width: 100%;}


.single-product ul.variable-items-wrapper.image-variable-wrapper li{margin: 4px 8px 8px 0 !important;}
.single-product div.product .product_title{margin-bottom: 0px;}
.single-product div.product p.price{margin-bottom: 0px;}
.single-product div.product .product_title{margin-bottom: 5px !important;}
.blog_detils_box figure img {
    width: 100%;
}
.single-product .woocommerce-product-details__short-description p{    margin: 0 0 5px 0;} */
.blog_detils_box .social_icons{margin-top: 60px; padding: 25px 0px; border-top:2px solid #ccc; border-bottom:1px solid #ccc;}
.blog_detils_box .view_comnts{border-top: 0px !important; margin-top: 0px !important;}
.thre_dots{margin-left: auto; width: 16px;}
.blog_detils_box p a{color:#7795A3; }

.recent_post_box{border:1px solid #ccc;}
.recent_post_box h4{line-height: 30px; color:#000; font-family: 'brandon_grotesquemedium';}
.recent_post_box h4 a{color:#000;}
.recent_post_box h4 a:hover{color:#c7b56f;}
.recent_post_box .view_comnts{margin-top: 10px !important;}
.recent_pst_text {
    padding: 25px;
}
.recent_blog_pst {
    margin-top: 40px;
}
.recent_pst_area ul li img{width: 18px;}
.commemts_section{padding: 40px 90px; margin-top: 40px; border:1px solid #ccc;}
.commemts_section h2{ border-bottom:1px solid #ccc; padding: 25px 0px; color:#000; font-family: 'brandon_grotesquemedium';}
.abtpg_text h3 {
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 12px;
}
.apss-theme-4 .apss-single-icon .fa, .apss-theme-4 .apss-single-icon .fas, .apss-theme-4 .apss-single-icon .fab {
color: #000;
background: #fff;}
.social_icons a{min-height: auto !important;}
.recent_post_box h4{min-height: 60px;}
video{width: 100%;}
.design_own_section .abtpg_text {
    text-align: left;
    /*padding: 0 30px;*/
    max-width: 460px;
    width: 100%;
}
.get_inspared_section{padding-top: 60px;}
.get_inspared_section figure img{width: 100%;}
.aboutpg_area:nth-child(odd) .lft_abtpg{order:2;}
.aboutpg_area:nth-child(odd) .rght_pg{order:1;}
.quality_pic img{width: 100%; height: 100%; object-fit: cover !important;}
.quality_pic{width: 100%; height:100%;}
.qualty_bx {
    margin-bottom: 28px;
}
.our_meterials_section{margin-top: 50px;}
.our_meterials_section .title_box{max-width: 900px; margin: 0 auto;}
.our_meterials_section{padding: 0px 60px;}
.m_video_box h4{font-size:17px;line-height:20.02px;margin-bottom:8px; color:#000; font-family: 'brandon_grotesquemedium';}
.m_video_box p{font-size:13px;line-height:20.04px;}
.m_video_box figure img{width: 100%;}
.m_video_box figure{position: relative; z-index: 0;}
.m_video_box figure:before {
    position: absolute;
    left: 0px;
    top: 50%;
    margin: 0 auto;
    right: 0;
    background: url(images/play-button.svg) no-repeat center center;
    content: "";
    background-size: 35px;
    z-index: 99;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    pointer-events: none; opacity: 0; transition: 0.3s;
}
.m_vd_bx{margin-bottom: 20px;}
.vide_txt{padding: 10px 20px;}
.m_video_box:hover  figure:before{opacity: 1;}
.matetials_pic{margin-top:30px; text-align: center;}
/*.priduct_shifting_section h2{color:#000; font-size: 24px; letter-spacing: 0.15em;}*/
.priduct_shifting_section .title_box{max-width: 690px; margin:0 auto; width: 100%;}
.lead_times_box .title_box{
    max-width: 538px;
    margin: 0 auto;
    margin-left:50px;
    width: 100%;
}
.lead_times_box .title_box .innr_hdr h2 {
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: 390;
    font-size: 30px;
    line-height: 140%;
    color: #051028;
}
.lead_times_box .title_box .innr_hdr p{
    text-align: left;
    margin-bottom: 0!important;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
}
.lead_table table{max-width:546px; margin:0 auto; width: 100%;}
/*.lead_table{overflow-x: auto;}*/
.lead_table table tr th{
    background:#E5E2DA;
    padding: 13px 20px;
    color: black;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
}
.sample-table {
    max-width: 950px;
    margin: auto;
    border-radius: 4px;
    border:1px solid #FAF9F7;
    border-collapse: separate!important;

}
.sample-table td{
    border:2px solid #FAF9F7;
    white-space:pre-wrap;
}
.sample-table table tbody>tr>td:first-child{
    width:630px!important;
    padding: 20px 35px 20px 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #051028;
    white-space:pre-wrap;

}
.sample-table table tbody>tr>td:first-child h3{
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    align-items: center;
    color: #CBA46C;
    margin-bottom: 10px;

}
.sample-table table tbody>tr>td:nth-child(2){
    padding: 58px 60px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #051028;
    white-space:pre-wrap;
}
.sample-table table tbody>tr>td:nth-child(3){
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #051028;
    padding:35px 12px;
    white-space:pre-wrap;
}



.lead_table table tr td{
    padding: 13px 18px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #051028;
}
.lead_table table tr td:first-child{
    padding: 13px 20px;
    text-align: right;
    width: 28%;
    font-family: Roboto;
    font-style: normal;
    font-weight:700;
    font-size: 12px;
    line-height: 120%;
    color: #051028;
}
.lead_times_box_bottom {
    margin-top: 50px;
}
.lead_times_box_bottom h2{
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: 390;
    font-size: 30px;
    line-height: 140%;
    color: #051028;
    text-align: left;
}
.lead_times_box_bottom p{
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
     color: #051028;
}
.lead_times_box_bottom .title_box p{
    margin-bottom: 0;
}
.shipping_cost {
    display: flex;
    align-items: center;
}
.shipping_cost .info__data {
    width: 50%;
    margin-right: 30px;
}
.lead_table table{
    border-radius: 4px;
    border: 1px solid #FAF9F7;
    border-collapse: separate;
}
.lead_table table tr:first-child th:first-child {
    border-radius: 4px 0 0 0;
    border: 1px solid #FAF9F7;
}
.lead_table table tr:first-child th:nth-child(5){
    border-radius:0 4px 0 0 ;
    border: 1px solid #FAF9F7;
}
.lead_table table tr:last-child td:nth-child(1){
    border-radius:0 0 0  4px ;
    border: 1px solid #FAF9F7;
}
.lead_table table tr:last-child td:last-child {
    border-radius: 0 0 4px  0 ;
    border: 1px solid #FAF9F7;
}
.lead_table table tr>th,
.lead_table table tr>td {
    border: 1px solid #FAF9F7;
}
.mobile-content {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    text-align: left;
    color: #051028;
    margin: 20px auto;
    display: none;
}


/*.shipting_cost{margin-top: 100px !important;}*/

.faq_sample_area h3{font-size:24px; line-height: 30px; letter-spacing: 0.15em; }
.faq_sample_area{ max-width: 719px; margin: 0 auto; margin-top: 60px;}
.pricing_pg .lead_table table, .pricing_pg .lead_table, .tblswsc{
    max-width:950px;
    margin:0 auto;
}
.pricing_pg .lead_table table span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #051028;
}
.tblswsc{
    margin-top: 20px;
}
.pricing_pg .lead_times_box  .lead_table .tblswsc p{
    /*font-size: 15px;*/
    /*line-height: 1em;*/
    margin-top: 12px;
    font-size: 12px!important;
    text-align: center;
    font-weight: 500;
    padding: 0 22px;
}

.lead_times_box .tblswsc div>p,
.pakeging_section .tblswsc div>p {
    /*font-size: 15px;*/
    /*line-height: 1em;*/
    margin-top: 12px;
    font-size: 12px!important;
    text-align: center;
    font-weight: 500;
    padding: 0 22px;
    display: none;
}
.pricing_pg .lead_table .btn{margin-top: 20px;}
.pakeging_section h2{text-transform: capitalize;}
.pakeging_section{
    padding: 50px 0;
    background:  #FAF9F7;
}
.pakeging_section .tblswsc  p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px!important;
    line-height: 180%;
    text-align: center;
    color: #051028;
}
.pakeging_section .innr_hdr{margin-bottom: 0px;}

.pricing_pg .lead_table table tr td:first-child{
    font-size: 12px;
    line-height: 20px;
    padding: 9px 19px;
    color: #132038;
    text-align: left;
    width: 28%;
}

.sim_box h4{margin-bottom: 5px;}
/*.simple_section{max-width:657px; margin: 0 auto; text-align: center;}*/
.simple_section h4{font-size: 17px; line-height: 25px;}
.sim_box p{line-height: 22px; font-size: 14px;}
.hire_designer{margin-top: 60px !important;}
.sampless_area h2{text-transform: capitalize;}
.commentlist img.avatar.avatar-32.photo {
    margin-right: 9px;
}
.comment-author.vcard {
    font-weight: 800; margin-bottom: 15px;
}
.comment-form textarea{height: 180px !important;}
div#respond {
    margin-top: 71px;
}
.comment-form p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.comment-form p.comment-form-cookies-consent label{margin-bottom: 0px; margin-left: 10px;}
.payment_area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    grid-auto-rows: 1fr;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;

}
.payment_box{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FAF9F7;

}
.page-template-templte-prcing .hire_price_section h2{
    margin-bottom:12px;
}
.page-template-templte-prcing .hire_price_section div.btn__wrapper.btn__wrapper_gradient{
    margin-top: 20px;
    max-width: 365px;
}
.payment_area figure{text-align: center;}
.sampless_area {
    margin: 50px 0;
}
.hire_designer {
    padding-top: 10px !important;}

.title_box.hire_designer{margin: 0 auto 60px;}

.lead_table table tr td, .lead_table table tr th{text-align: right;}
.wpulike-animated-heart .wp_ulike_btn, .wpulike-heart .wp_ulike_general_class{box-shadow: none !important;}
.blog_profile img.avatar.avatar-96.photo {
    height: auto;
}
.wpulike.wpulike-heart  button.wp_ulike_btn.wp_ulike_put_image.image-unlike.wp_ulike_btn_is_active.wp_post_btn_634 {
    float: right;
}
.wpulike .wp_ulike_general_class {
    display: inline-block !important;}
.wpulike-heart .wp_ulike_put_image{float: right;}
.wc_comm_submit.wpd_not_clicked.wpd-prim-button{line-height: 1;
    color: #fff;
        background-color:#c7b56f;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
    text-transform: initial;
    height: auto;
    padding: 14px 10px !important;
    font-size: 17px;
    min-width: 190px;}

#wpdcom .wpd-prim-button {
    background-color: #c7b56f;}

#wpdcom .wpd-blog-post_author .wpd-comment-label {
    color: #ffffff;
    background-color: #c7b56f;}
#wpdcom .wpd-blog-post_author .wpd-comment-author, #wpdcom .wpd-blog-post_author .wpd-comment-author a {
    color: #c7b56f;
}
#wpdcom .wpd-thread-head .wpd-thread-info {
    border-bottom: 2px solid #c7b56f;
}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-post_author .wpd-avatar img {
    border-color: #c7b56f;
}
.hire_designer.cmn_gap.hdr_top_gap {
    padding-top: 90px !important;     margin-top: 127.25px !important;
}
button.wp_ulike_btn.wp_ulike_put_image.wp_post_btn_637{order: 2;}
.wpulike .wp_ulike_general_class {
    display: flex;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label{
    /*font-weight: 700 !important;*/

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px!important;
    line-height: 140%;
    color: #051028;
}
.price_tble table tr td, .price_tble table tr th {
    text-align: left;
}
.blogpg_area .view_comnts{justify-content: space-between;}
/*.lead_times_box h2{padding-top: 20px;}*/
.shipping-pg .lead_times_box{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
/*30-4-2021 start*/

.home_cntnr .container,.home_hader .container,.home_footer .container  {
    max-width: 1176px;
}
.btn {
    text-transform: uppercase;
}

.page-template-template-pd .home_cntnr .cmn_gap,
.page-template-template-packaging-stationery .home_cntnr,
.page-template-template-desgin .abpoutpg_section,
.page-template-template-shipping .priduct_shifting_section,
.page-template-template-policy .faqpg_section,
.page-template-templte-prcing .pricing_pg,
.page-template-template-blog .blogpg_section,
.page-template-template-desgin .abpoutpg_section, .woocommerce-account .priduct_shifting_section,
.page-template-template-mii .home_cntnr{
    background-repeat: no-repeat;
    background-size: 375px;
    background-position: center top !important;
    background-image: url("/wp-content/uploads/2021/11/biehle-bg.svg");
    margin-top: 0;
    padding-top: 70px;
}
.pricing_pg .lead_times_box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 50px;
}

.pricing_pg .tblswsc{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21.6;
    text-align: center;
    color: #051028;
}
.pricing_pg .pakeging_section h1,
.pricing_pg .sampless_area h1{
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: 390;
    font-size: 30px;
    line-height: 140%;
    color: #051028;
    margin-bottom: 30px;

}
.page-template-templte-prcing .pricing_pg .sampless_area p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px!important;
    line-height: 180%;
    text-align: center;
    color: #051028;
    margin-bottom: 20px!important;

}
.pricing_pg .lead_table table {
    background: white;
}
.page-template-template-packaging-stationery .home_cntnr .cmn_gap.hdr_top_gap{
    margin: 0 0 40px  0!important;
}
.customize__contact_desc.contact_desc.stationery {
    margin-bottom:0 !important;
}
.page-template-template-pd .desktop_plisting > * {
    margin-bottom: 40px;
}

.page-template-template-pd .home_footer {
    margin-top: 30px;
}


.pro-outr {
    padding-top: 40px;
    margin: -20px;
}

.pro-inn-img {
    width: 362px;
    height: 362px;
    position: relative;
    display: block;
    border: 2px solid #FAF9F7;
    border-radius: 4px;
}
.pro-inn-img:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);;
    border-radius: 4px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.pro-inn-img:hover {
    border-color: transparent;
}
.pro-inn-img:hover:before {
    visibility: visible;
    opacity: 1;
}
.pro-btm-innr {
    position: absolute;
    width: calc(100% + 4px);
    left: -2px;
    right: 0;
    bottom: 0;
    z-index: 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    background: linear-gradient(180deg, #CFA872 0%, #E1C697 100%);
    border-radius: 0 0 4px 4px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.packaging-card-item {
    margin-bottom:40px;
}
.packaging-card-title {
    font-size: 24px;
    line-height: 140%;
    font-style: normal;
    text-align: center;
    margin: 15px 0 0 0;

}

.customize__contact_desc {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px !important;
}
.pro-inn-img:hover .pro-btm-innr {
  height: 70px;
}

.pro-outr .pro-btm-innr h6 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
.pro-inn-img img {
    opacity: 1;
    transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-inn-img .pr-im-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.customize__image-text {
    /*font-family: "brandon_grotesquemedium";*/
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
}
.pro-inn-img:hover .pr-im-hover {
    opacity: 1;
}
.pro-inn-img:hover .pr-im {
    opacity: 0;
}
.pro-slider-nav {
    padding:10px 16%;
}
.pro-slider-nav .slick-slide {
    padding: 0 5px;
}
.pro-slider-nav .slick-list {
    margin: 0 -5px;
}

.pro-thumb-img {
    height: 50px;
}
.pro-thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*30-4-2021 end*/

.p_gallery_slider .slick-slide{ 
padding: 7px !important;;
}

.contact_frm input[type="submit"], .hirefrm input[type="submit"] {
    line-height: 1;
    /*color: #fff !important;*/
    /*background: #c7b56f !important;*/
    padding: 14px 10px;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0px;
    /*border:1px solid #c7b56f !important;*/
}
.contact_frm input[type="submit"]:hover, .hirefrm input[type="submit"]:hover{
    color: #ffffff !important;
}

.cmn_conslt_frm input[type="text"], .cmn_conslt_frm textarea, .cmn_conslt_frm input[type="tel"], .cmn_conslt_frm input[type="password"], .cmn_conslt_frm input[type="email"], .cmn_conslt_frm select{background-color: #ebebeb !important; color: #000 !important;}

.xoo-wsc-basket {
	bottom:15%;
right: 15px;
}

.wpcf7-submit{

	border:1px solid #c7b56f!important;}
.wpcf7-submit:hover{
	background-color:transparent!important;

	color:#c7b56f!important;
}

.news_ltr .wpcf7-form p {
    display: flex!important;
    display: -webkit-box;
display: -ms-flexbox;
}
.wpcf7-form .ajax-loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.news_ltr .wpcf7-form p span input {
    height: 50px;
    background: #051028;
    border: 1px solid #444C5E;
    border-right-width: 0px;
    border-radius: 4px 0 0 4px;
    padding-left: 30px;
    outline: none !important;
}
.xoo-wsc-footer{
	margin-bottom: 70px;
}


.get-touch__title {
    /*font-family: "brandon_grotesquemedium";*/
    font-family: 'brandon_grotesquelight';
    font-size: 48px;
    font-weight: normal;
    line-height: 67px;
    color: #051028;
    margin-bottom: 0;
}

.get-touch__text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #051028;
    margin-bottom: 0;
}

.customize__title {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
    color: #051028;
    margin-top: 15px;
}

.customize__title:hover a, .customize__title a:hover {
    color: #CBA46C;
}

/* sample product */

.postid-2288 .pkg_slider_cntnr{
	display:none;
}
.postid-2288 .entry-summary{
	width:100%!important;
}
.postid-2288 .product-destilsfaq .card:first-child {
	margin-top:-330px!important;
}
.postid-2288 .button-holder {
	margin-top:15px!important;
}

.postid-2288 .button-holder {
    display: block;
}
.postid-2288  .vid_cntr{
    margin-bottom: 50px;
}


/* sample package */

.postid-2332 .pkg_slider_cntnr{
	display:none;
}
.postid-2332 .entry-summary{
	width:100%!important;
}
.postid-2332 .product-destilsfaq .card:first-child {
	margin-top:-150px!important;
}
.postid-2332 .button-holder {
	margin-top:15px!important;
}

.postid-2332 .button-holder {
    display: block;
}
.postid-2332  .vid_cntr{
    margin-bottom: 50px;
}
.product_cat_normal-products .entry-summary{
    width:100%!important;
}
.product_cat_normal-products .vid_cntr{
    margin-bottom: 70px;
}
.simple-product.product_cat_sample-product .product-destilsfaq {
    margin-top: 0 !important;
}
/* 18-5-2021-work */
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
	padding: 0 !important;
	width: 60px !important;
	height: 60px !important;
	line-height: 72px !important;
	text-align: center !important;
	background: #051028;
}
.hier_row .right_pad {
	padding-right: 63px;
	padding: 150px 0px;
	text-align: left;
	padding: 20px 10px 20px 78px;
	max-width: 430px;
	width: 100%;
}
.botom_p_hire {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
form.cart .button-holder button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_) {
	font-size: 16px !important;
	font-weight: 400 !important;
	height: 45px !important;
}
/* Subhadeep 19.05.21 */
.page-template-hire-a-designer .hier_row {
    padding-top: 0!important;
}

.woocommerce-checkout ul.payment_methods li[class*=payment_method]>input[name=payment_method]+label{
    display: inline-block;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
/* Subhadeep 19.05.21 */
/* Subhadeep 20.05.21 */
.adda_to_cart_modal{
    font-size: 16px !important;
    font-weight: 400 !important;
    height: 45px !important;
    line-height: 43px!important;
    background: #142138!important;
    border: 1px solid #142138!important;
    padding: 0 17px!important;
    transition: 0.5s!important;
    width: 100%!important;
    color: #fff!important;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
}
.adda_to_cart_modal:hover {
    background: #e6d8b4!important;
    color: #fff!important;
    border-color: #e6d8b4!important;
}
.simple-product .modal_button{
    display: none;
}

.mobile_view{
    display: none;
}
.hire_own_area{
    padding-left: 50px;
}
.design_own_area{
  background: rgb(252, 252, 252);
  /*padding-bottom: 5px;*/
  /*margin-bottom: 5px;*/
  /*padding-left: 50px;*/
}
.design_own_section {
    position: relative;
    margin: 0 0 70px 0;

}
.design_own_area .rght_pg {
    position: inherit;
    height: 100vh;
    max-height: 570px;

}
.design_own_area video#myVideo {
    width: 100%;
    height: 600px;
    object-fit: cover;
    z-index: -100;
    margin-top:0;
  }
  .hire_own_area video#myVideo{
    width: 100%;
    height: 600px;
    object-fit: cover;
    z-index: -100;
  }
  .p_gallery_box img{
	height:79px;
	object-fit:cover;
}
/*.conslt_sec.cmn_gap{
    padding-top: 0;

}*/
/* Subhadeep 20.05.21 */

.woocommerce-account a{
    /*color: #c7b56f !important;;*/
}

/* 01/06/2021 deep */

.gform_wrapper.gravity-theme .gfield_label .gfield_required{ display: none !important; letter-spacing: 0.15em; }

.appointment_form .gform_title{ position: relative; padding-bottom: 10px; text-transform: uppercase; }

.appointment_form .gform_title::before{
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
 bottom: 0;
 content: "";
 width: 32px;
 height: 2px;
 background-color: #051028;
}

.appointment_form .gform_heading{ margin-bottom: 15px; }

.appointment_form .gform_wrapper.gravity-theme .gfield_label{ margin-bottom: 10px; }

.appointment_form .gfield{ margin-bottom: 15px; }

.appointment_form .gfield:last-child{ margin-bottom: 0; }

.appointment_form .gfield input[type="text"],
.appointment_form .gfield textarea,
.appointment_form .gfield select{
    background-color: #ebebeb;
    border: none;
    outline: none;
    color: #303030;
}

.appointment_form .gfield textarea{ height: 160px !important; }

.appointment_form .gfield input[type="text"]{ height: 55px; }

/* 01/06/2021 deep */

.page-template-templte-prcing p{
    font-size: 16px!important;
    line-height: 1.5em;
    
}

.coustom_modal {
   
    position: fixed;
    top: 25px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 700px;
    margin: 0 auto;
    background: #fff;
   
    z-index: -1;
    overflow-y: auto; opacity: 0; transform: scale(0.5); transition: 0.3s;     height: 500px;
}

.show_custom_modal{background: rgba(0,0,0,0.7) !important;
    overflow: hidden !important;}

.show_custom_modal .coustom_modal{z-index: 999; opacity: 1; transform: scale(1);}
.coustom_modal a#app_modal_close {
    width: 40px;
    height: 40px;
    
    display: inline-flex;
    color: #000;
    font-size: 39px;
    font-weight: bold;
    display: flex;
    
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px; cursor:pointer;
}
.coustom_modal h5.modal-title {
    margin-bottom: 35px;
    text-align: left;
    
  
    font-size: 24px;
    text-transform: uppercase;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.coustom_modal .appointment_form{padding: 30px;}
.coustom_modal .ga_monthly_schedule_wrapper td{padding: 7% 0 !important;}


.accordion-container .set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  text-align: left; border-bottom: 1px solid #b4b7be; padding:15px 0px;
}
.accordion-container .set > a{
  display: block;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
 
  
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear; font-size: 16px;
    color: #132038;
    font-family: 'brandon_grotesquemedium';
}

.accordion-container .set i, .accordion-container .set2 i{display: none;}
.accordion-container .set > a:after{position: absolute;
    right: 25px;
    background: url(images/pluss.png) right center no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px;
    content: "";
    top: 21px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    transform: inherit;transition: all 0.3s ease-in-out; z-index:9;}
.accordion-container .set > a.active:after{position: absolute;
    right: 25px;
    background: url(images/minuss.png) right center no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px;
    content: "";
    top: 21px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    transform: inherit;
}


.accordion-container .set2:last-child {
    margin-bottom: 0;
}
.postid-2288.single-product .product-destilsfaq {
    margin-top: -306px;
}
.search_noresult {
    padding-bottom: 90px !important;
}

/* Adiron 21.06.21 */
.fpd-fullscreen{
    width: calc(100% - 20vh) !important;
    height: calc(100% - 50px) !important;
    margin: auto !important;
    box-shadow: 5px 10px 50px !important;
    border-radius: 4px;
    text-align: center !important;
}
.fpd_lightbox_cstm{
    background-color: rgb(0,0,0,0.50) !important;
    width: 100% !important;
    height: 100% !important;
}
/*.fpd-container {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    margin-top: 0 !important;
}*/


.home_bnr p {
    margin-bottom: 30px;
}
.fpd-draggable-dialog .fpd-dialog-head.fpd-primary-bg-color.ui-draggable-handle {
    background-color: transparent;
    padding-left: 0;
}
.fpd-dialog-title {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 36px;
    font-weight: normal;
    line-height: 50px !important;
    text-transform: capitalize !important;
    color: #051028;
    margin-left: 0 !important;
}
.fpd-draggable-dialog>.fpd-dialog-head  {
    height: auto;
}
.fpd-dialog-drag-handle {
    line-height: 50px !important;
}

.fpd-draggable-dialog .fpd-icon-drag

    /*16.09.21*/

#sampleorder .modal-body ol{padding-left: 20px;}
.fpd-modal-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.fpd-container  {
    flex:  0 0 100%;
    max-width: 100%;
}
.fpd-modal-product-designer.fpd-modal-overlay .fpd-done.fpd-btn {
    display: inline-block;
    width: 190px;
    /*font-family: "brandon_grotesquemedium", sans-serif;*/
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    border-radius: 4px;
    background-color: #CBA46C;
    margin: 0 0 20px 20px;
    padding: 8.5px 35px;
    order: -1;
}
.fpd-modal-product-designer.fpd-modal-overlay>.fpd-modal-wrapper {
    padding: 20px 0 20px 0;
    border-radius: 4px;
}

.fpd-modal-wrapper>.fpd-modal-content {
    width: 100%;
    margin: 0 auto;
}
.fpd-modal-wrapper>.fpd-modal-close {
    display: flex;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
    background: #FAF9F7;
    border-radius: 4px;
    opacity: 1;
}
.fpd-modal-wrapper>.fpd-modal-close .fpd-icon-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2426 0.656854C10.6332 0.26633 11.2663 0.26633 11.6569 0.656854C12.0474 1.04738 12.0474 1.68054 11.6569 2.07107L1.75736 11.9706C1.36684 12.3611 0.73367 12.3611 0.343146 11.9706C-0.0473784 11.58 -0.0473781 10.9469 0.343146 10.5563L10.2426 0.656854Z' fill='%23051028'/%3E%3Cpath d='M11.6569 10.5563C12.0474 10.9469 12.0474 11.58 11.6569 11.9706C11.2663 12.3611 10.6332 12.3611 10.2426 11.9706L0.343146 2.07107C-0.0473778 1.68054 -0.0473781 1.04738 0.343146 0.656854C0.73367 0.26633 1.36684 0.26633 1.75736 0.656854L11.6569 10.5563Z' fill='%23051028'/%3E%3C/svg%3E%0A");
}
.fpd-modal-wrapper>.fpd-modal-close .fpd-icon-close:before {
    content: none;
}

.fpd-actions-wrapper>.fpd-action-btn {
    border: 1px solid #E5E5E5 !important;
    border-radius: 4px !important;
}
.fpd-actions-wrapper>.fpd-action-btn>span {
    color: #051028;
}

.fpd-actions-wrapper>.fpd-action-btn:hover>span {
    color: #ffffff;
}
.fpd-topbar .fpd-navigation>div>.fpd-label {
    /*font-family: "brandon_grotesquemedium", sans-serif;*/
    font-family: 'brandon_grotesquelight';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: super;
}
[data-context=upload] .fpd-upload-zone {
   border-color: #CBA46C;
    border-width: 4px;
}
.fpd-shadow-1  {
    box-shadow: none;
}

.fpd-main-wrapper .fpd-product-stage {
    margin: 0 auto;
}
.fpd-action-btn.fpd-tooltip.fpd-primary-text-color.tooltipstered.fpd-active {
    background-color: transparent;
}

.fpd-modal-overlay>.fpd-modal-wrapper {
    width: 558px;
    padding: 50px 68px 60px 68px;
}

.fpd-modal-internal.fpd-modal-overlay {

}
.fpd-modal-internal[data-type=prompt] input,
.fpd-modal-internal[data-type=prompt] input::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #A6A6A6;
}
.fpd-modal-internal[data-type=prompt] input {
    background: #FAF9F7;
    border: 1px solid #F0EFED;
    border-radius: 4px;
    padding: 15px 30px;
}

body .fpd-modal-wrapper .fpd-btn {
    width: 100%;
    /*font-family: "brandon_grotesquemedium";*/
    font-family: 'brandon_grotesquelight';
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #CBA46C !important;
    padding: 13.5px 15px;
    margin-top: 20px;
    margin-bottom: 0;
}
    /* Info */
.info__row {
   align-items: center;
    margin-bottom: 50px;
}

.info__row.reverse {
    flex-direction: row-reverse;
}
.info__row:first-child {
    padding-top: 70px;
}

.info .page-title {
    margin-bottom: 15px;
}
.info .section-title {
    margin-bottom: 12px;
}

.info__data {
    position: relative;
    padding-left: 25px;
}
.info__data:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #CFA872 0%, #E1C697 100%);
    border-radius: 2px;
}

.info__row.reverse .info__data {
    margin-left: 20px;
}

.info__image {
    border-radius: 4px;
    overflow: hidden;
}
/* About Page */
.page-template-template-about .page-about {
    background-position: 32px 36px;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2021/11/biehle-bg.svg");
}


/* Faq Page */
.page-template-template-faq .call-to-action {
    margin-top: 70px;
}


/* Call to action */
.call-to-action__data {
    max-width: 716px;
    text-align: center;
    margin: 0 auto;
}

.call-to-action__text {
    /*font-family: "brandon_grotesqueregular";*/
    font-family: 'brandon_grotesquelight';
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
    color: #051028;
    margin-bottom: 30px;
}

.call-to-action__btn-group {
    max-width: 197px;
    margin: 0 auto;
}
/*Responsive*/

@media(min-width:576px) {
    .design_sldr_otr .slider-nav .slick-list {
        padding: 0 !important;
    }


    .design_sldr_otr .slider-nav .slick-track {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0px, 0px, 0px) !important;
        -ms-transform: translate3d(0px, 0px, 0px) !important;
        -o-transform: translate3d(0px, 0px, 0px) !important;
    }
}
@media(min-width:768px) {
    /* Subhadeep 19.05.21 */
    .woocommerce-checkout .wc-stripe-bootstrap-form .col-md-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* Subhadeep 19.05.21 */
   
}
@media(min-width:1025px) {

    /*Nav Bar Css For Tab Version*/
    .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}
@media only screen and (max-width: 1440px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 24px;
    }

    .ser_otr h2, .second_section-new h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }

    h6 {
        font-size: 18px;
    }

    .odr_btn .btn {
        min-width: 130px;
        padding: 13px 0;
        font-size: 12px;
        letter-spacing: 1px;
    }


    /*.bnr_top {*/
    /*    margin-top: 45px;*/
    /*}*/

    /*.bnr {*/
    /*    min-height: 800px;*/
    /*}*/

    .q_inn h2 {
        margin-bottom: 8px;
    }

    .q_inn p {
        font-size: 18px;
    }
    .design_sldr_otr .slider-nav p {
        min-height: 50px;
        line-height: 25px;
    }

    .design_sldr_otr .slider-nav {
        margin-top: 45px;
    }

    /*.cmn_otr {*/
    /*    margin-bottom: 15px;*/
    /*}*/

    .personalise_otr .slick-slide {
        padding: 0px 10px;
    }

    .over_arr h3 a {
        font-size: 20px;
    }

    .ftr_tp p,
    .ftr_link ul li a,
    .news_ltr p {
        font-size: 15px;
    }

    .news_ltr {
        margin: 50px auto 0 auto;
    }

    .sldr_txt {
        padding-left: 100px;
    }

    .hdr p,
    .get-touch__text {
        font-size: 22px;
    }




    .upload-btn-wrapper .btn,
    .frm_btn input[type="submit"] {
        font-size: 15px;
        max-height: 50px;
    }

    .upload-btn-wrapper .btn img {
        margin-right: 10px;
        width: 17px;
    }
}
@media only screen and (max-width: 1360px) {

    /*.personalise_slider .slick-prev,*/
    /*.design_sldr_otr .slick-prev {*/
    /*    left: -45px;*/
    /*}*/

    /*.personalise_slider .slick-next,*/
    /*.design_sldr_otr .slick-next {*/
    /*    right: -45px;*/
    /*}*/
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 26px;
    }

    body {
        font-size: 16px;
        line-height: 1.5;
    }

    h6 {
        font-size: 16px;
    }



    .user_scr ul li img {
        width: 17px;
    }

    .menu_rgt {
        margin-left: 20px;
    }

    .odr_btn {
        margin-right: 15px;
    }

    .odr_btn .btn {
        min-width: 105px;
        padding: 13px 0;
        font-size: 11px;
        letter-spacing: 0px;
    }

    .sltt_hdr select {
        font-size: 14px;
        margin-left: 5px;
        min-width: 74px;
        height: auto;
        width: 60px;
    }

    .hdr_top p {
        font-size: 14px;
    }





    /*.bnr {*/
    /*    min-height: 660px;*/
    /*}*/

    .q_inn p {
        font-size: 16px;
    }



    /*.quots_sec {*/
    /*    padding-top: 50px;*/
    /*}*/

    .sldr_txt {
        padding-left: 90px;
    }

    .bnr_top {
        margin-top: 35px;
    }


    .design_sldr_otr .slider-nav p {
        font-size: 15px;
    }

    .design_sldr_otr .slider-nav {
        margin-top: 40px;
    }

    .video_sec::after {
        height: 52%;
    }

    /*.cmn_otr {*/
    /*    margin-bottom: 12px;*/
    /*}*/

    /*.ser_inn {*/
    /*    margin-bottom: 85px;*/
    /*}*/

    .sing_link img {
        width: 40px;
    }

    .over_arr h3 {
        margin-top: 10px;
    }

    .get_ssl ul li a {
        font-size: 25px;
    }

    .get_ssl ul li {
        margin-right: 20px;
    }

    .ftr_logo img {
        width: 70px;
    }

    .ftr_tp p,
    .ftr_link ul li a,
    .news_ltr p {
        font-size: 14px;
    }

    .ftr_tp h4 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .news_ltr h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 7px;
    }

    .news_ltr {
        margin: 40px auto 60px auto;
    }

    .defalt_link ul li a,
    .ftr_btm p,
    .ftr_btm p a {
        font-size: 14px;
    }

    .ser_txt {
        padding-left: 70px;
    }

    /*.ser_inn:nth-child(even) .ser_txt {*/
    /*    padding-right: 70px;*/
    /*}*/

    .silk_icn {
        right: -65px;
        width: 130px;
    }

    .mul_p p {
        margin-bottom: 10px;
    }

    .sslicn ul li a {
        margin-right: 20px;
        font-size: 16px;
    }

    .slick-next {
        right: 0px;
    }

    /*.slick-prev {*/
    /*    left: 0px;*/
    /*}*/

    .design_sldr_otr .slider-for {
        padding: 0px 30px;
    }

    .hdr p,
    .get-touch__text {
        font-size: 20px;
    }

    .hdr h2 {
        margin-bottom: 8px;
    }

    .hdr_top_gap {
        /*margin-top: 114px;*/
    }

    .hier_row {
        padding-top: 15px;
    }

    .right_pad {
        padding-right: 40px;
    }

    .upload-btn-wrapper .btn,
    .frm_btn input[type="submit"] {
        font-size: 14px;
        max-height: 50px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 50px;
        font-size: 16px;
    }

    .cmn_conslt_frm textarea {
        height: 115px;
    }

    textarea {
        font-size: 16px;
    }


    .sizeguide-bigimg figure {
        padding: 25px;
    }
    .home_cntnr .container,.home_hader .container,.home_footer .container  {
        max-width: 960px;
    }
    .postid-2288 .product-destilsfaq .card:first-child {
        margin-top: -280px!important;
    }
    .news_ltr .wpcf7-form p span input {
        max-width: 300px;
    }
}
@media only screen and (max-width: 1024px) {

    /*NAV FOR TAB*/
    .menu-item-has-children>a::after {
        display: none;
    }

    .menu-item-has-children>a {
        padding-right: 20px;
    }

    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 8px;
        width: 20px;
        height: 20px;
        background: url(images/drop_icn.png) center center no-repeat;
        cursor: pointer;
        display: block;
        background-size: 9px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav .sub-menu .menu-item-has-children .clickD {
        background: url(./images/sub_itemm.png) center;
        background-repeat: no-repeat;
        top: 8px;
    }
    .postid-2288 .product-destilsfaq .card:first-child {
    margin-top: -250px!important;
}

.p_gallery_slider{ display: none; }

.page-template-template-pd .page-template-template-packaging-stationery{ display: none; }
.postid-2288.single-product .product-destilsfaq {
    margin-top: -276px;
}
}
@media only screen and (max-width: 991px) {
    .navbar-toggler {
        border: 0;
        outline: 0 !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #c7b56f;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
    }

    .navbar-nav .clickD {
        top: 7px;
        right: 15px;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu,
    .navbar-nav > li > .sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
    }

    .navbar-nav > li.menu-item-has-children {
        padding-right: 0;
    }
    .sub-menu > li > a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu > li > a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu > li > a {
        padding-left: 80px;
    }

    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 27px;
        padding: 0;
    }

    .navbar-collapse {
        margin-top: 20px;
    }


    .navbar-nav > li > a::after {
        bottom: 0;
    }

    .navbar-collapse {
        background: rgb(23, 46, 57);
    }


    .navbar-nav > li > a::before {
        top: auto;
        bottom: 0;
        background: transparent;
        width: 100%;
    }

    /*********/
    .navbar-toggler {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-left: 0;
    }

    .menu_rgt {
        margin-left: auto;
        margin-right: 0px;
    }

    .odr_btn {
        margin-right: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }


    /**/
    h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    h2, .ser_otr h2, .second_section-new h2  {
        font-size: 28px;
        margin-bottom: 15px;
    }

    h3 {
        margin-bottom: 15px;
    }

    body {
        font-size: 15px;
    }

    p {
        margin-bottom: 10px;
    }

    .q_inn {
        max-width: 70%;
        margin: auto;
    }

    /* .quots_sec {
        padding-top: 30px;
    } */


    .sldr_txt {
        padding-left: 40px;
    }



    .bnr_content {
        max-width: 410px;
        padding: 39px 8%;
        margin-top: 100px;
    }

    /*.bnr {*/
    /*    min-height: 560px;*/
    /*}*/

    .bnr_top {
        margin-top: 20px;
    }

    .navbar-collapse {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        z-index: 1000;
    }

    .design_sldr_otr .slider-nav {
        margin-top: 25px;
    }

    .ser_txt {
        padding-left: 30px;
    }

    .ser_inn:nth-child(even) .ser_txt {
        padding-right: 30px;
    }

    .silk_icn {
        right: -40px;
        width: 95px;
    }

    /*.ser_inn {*/
    /*    margin-bottom: 65px;*/
    /*}*/

    .over_arr h3 a {
        font-size: 17px;
    }

    .sing_link img {
        width: 30px;
    }

    .over_arr h3 {
        margin-top: 5px;
    }

    .get_ssl ul li a {
        font-size: 20px;
    }

    .ftr_up .frst_clm {
        padding-right: 0;
    }

    .ftr_up .clm_3 {
        padding-left: 15px;
    }

    .ftr_tp p,
    .ftr_link ul li a,
    .news_ltr p {
        font-size: 13px;
    }

    .news_ltr {
        margin: 25px auto 40px auto;
    }

    .defalt_link ul li a,
    .ftr_btm p,
    .ftr_btm p a {
        font-size: 13px;
    }

    .defalt_link ul li {
        padding: 0px 5px;
    }

    .ftr_select .sltt_hdr select {
        font-size: 12px;
        width: 65px;
    }

    .news_ltr input[type="submit"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news_ltr .wpcf7-form p span input {
        max-width: 250px;
    }

    .news_ltr input[type="search"],
    .news_ltr input[type="text"] {
        width: calc(100% - 145px);
        height: 45px;
        font-size: 15px;
    }

    .personalise_otr .slick-slide h6 {
        font-size: 15px;
    }

    .cmn_otr {
        /*margin-bottom: 25px;*/
    }

    .hdr p,
    .get-touch__text {
        font-size: 18px;
    }

    .right_pad {
        padding-right: 0;
    }

    /*////////////*/
    .menu_rgt .sltt_hdr {
        display: none;
    }
    .nav_open .hdr_btm {
        background-color: #051028;
    }


    .hdr_btm .navbar-collapse.show {
        opacity: 1;
        pointer-events: all;
    }


    .change_nav .navbar-brand {
        width: auto;
    }

    .hdr_btm .navbar-collapse .navbar-nav {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        opacity: 0;
        margin: auto 0 0 !important;
        width: 100%;
        transition: transform 0.5s ease, opacity 0.3s ease;
        -webkit-transition: transform 0.5s ease, opacity 0.3s ease;
        -moz-transition: transform 0.5s ease, opacity 0.3s ease;
        -ms-transition: transform 0.5s ease, opacity 0.3s ease;
        -o-transition: transform 0.5s ease, opacity 0.3s ease;
    }

    .hdr_btm .navbar-collapse.show .navbar-nav {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .nav_open {
        overflow: hidden !important;
    }

    .personalize_sec .btn {
        min-width: 160px;
    }

    .personalise_otr {
        margin: 0 -10px;
    }

    .personalise_slider {
        max-width: 100%;
    }

    .design_sldr_otr .slick-prev {
        left: 0;
    }

    .design_sldr_otr .slick-next {
        right: 0;
    }

    .personalise_slider .slick-next {
        right: 20px;
    }

    .personalise_slider .slick-prev {
        left: 20px;
    }

    .mobile_menu_options {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0 auto;
        opacity: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition-delay: 0.3;
        transition: transform 0.5s ease, opacity 0.3s ease;
        -webkit-transition: transform 0.5s ease, opacity 0.3s ease;
        -moz-transition: transform 0.5s ease, opacity 0.3s ease;
        -ms-transition: transform 0.5s ease, opacity 0.3s ease;
        -o-transition: transform 0.5s ease, opacity 0.3s ease;
    }

    .hdr_btm .navbar-collapse.show .mobile_menu_options {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .mobile_menu_options.menu_footer {
        margin: auto auto 0;
        padding: 0 15px;
        max-width: 500px;
    }

    .mobile_menu_options.menu_middle {
        margin: auto auto;
        padding: 0 15px;
        max-width: 100%;
    }

    .hdr_btm .mobile_menu_options .odr_btn {
        display: block;
        width: 100%;
    }

    .nav_prd_inf {
        max-width: 400px;
        margin: 0px auto 30px;
        font-size: 20px;
        color: #fff;
    }

    .mobile_menu_options .odr_btn .btn {
        min-width: 125px;
        padding: 16px 25px;
        font-size: 17px;
        letter-spacing: 0px;
    }

    .mobile_menu_options .sslicn ul {
        margin: 0;
        line-height: 1;
        white-space: nowrap;
    }

    .mobile_menu_options .sslicn ul li a {
        font-size: 20px;
    }

    .mobile_menu_options .sltt_hdr select {
        font-size: 20px;
        margin: 0px;
        min-width: 90px;
        height: auto;
        width: 90px;
        padding-left: 0;
    }

    .hdr_btm .mobile_menu_options .sltt_hdr {
        margin: 0;
        margin-right: 30px;
    }

    .change_nav .hdr_btm .navbar-collapse {
        top: 65px;
        height: calc(100% - 65px);
    }

    .hdr_btm {
        width: 100% !important;
    }

    .hdr_btm .navbar-collapse.show .navbar-nav {
        margin-top: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile_menu_options .sslicn ul li a {
        color: #c7b56f;
    }

    .mobile_menu_options .sslicn ul li a:hover {
        color: #fff;
    }

    .mobile_menu_options .sltt_hdr select {
        color: #c7b56f;
    }

    .navbar-nav > li > a:hover,
    .change_nav .navbar-nav > li > a:hover,
    .change_nav .navbar-nav > li.current-menu-item > a {
        color: #c7b56f;
    }

    .md_text {
        font-size: 18px;
    }

    .menu_rgt .user_scr.rem_ul > ul li:nth-child(1),
    .menu_rgt .user_scr.rem_ul > ul li:nth-child(2) {
        display: none;
    }

    .nav_prd_inf {
        margin-bottom: 0;
    }

    .srch_box_mob {
        margin-bottom: 60px;
    }

    /*.quots_sec {*/
    /*    padding-top: 50px;*/
    /*    padding-bottom: 20px;*/
    /*}*/

    .ser_inn .mul_p {
        font-size: 16px;
    }



    .video_sec .bnr_top {
        margin-top: 15px;
    }

    /* 3-1-2020-work */
    /* .hdr_sec {
        position: relative;
    }
    .mobile_menu_options {
        display: none;
        opacity: 1;
    }
    .nav_open .mobile_menu_options {
        display: block;
    }
    .hdr_btm {
        background-color: #051028;
    }
    .nav_open .hdr_btm{
        z-index: 99999;
    } */
    .archiv_product .attachment-woocommerce_thumbnail {
        height: 200px !important;
        object-fit: contain;
    }

    .prb-dtls-innerleft, .prb-dtls-innerright {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .mul_p p {
        max-width: 100%;
    }

    .sizebtnss ul {
        max-width: 100%;
        justify-content: center;
    }

    .prb-dtls-inner {
        margin-bottom: 40px;
    }

    .prb-dtls-inner:nth-child(even) .prb-dtls-innerleft {
        padding-left: 15px;
        margin-bottom: 40px;
    }

    .prb-dtls-innerright figure {
        text-align: center;
    }

    .design_own_section .abtpg_text {
        text-align: left;
        padding: 20px 39px;
    }

    .home_cntnr .container, .home_hader .container, .home_footer .container {
        max-width: 720px;
    }

    .xoo-wsc-bki {
        position: relative;
        top: 5px;
    }

    .xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
        bottom: 78px;
    }

    .xoo-wsc-basket {
        bottom: 75px;
    }

    .postid-2288 .product-destilsfaq .card:first-child {
        margin-top: 0px !important;
    }

    .postid-2332 .product-destilsfaq .card:first-child {
        margin-top: 0 !important;
    }

    .cs_desc {
        width: 100% !important;

    }

    .postid-2288.single-product .product-destilsfaq {
        margin-top: -176px;
    }
    .ftr_up > *:first-child,
    .ftr_up > *:nth-child(2),
    .ftr_up > *:nth-child(3) {
        margin-bottom: 20px;
    }



    .ftr_up > *:nth-child(3),
    .ftr_up > *:nth-child(4),
    .ftr_up > *:last-child {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 840px) {
    .pro-inn-img img {
        /*height: 270px;*/
    }
    .postid-2288 .product-destilsfaq .card:first-child {
        margin-top: -48px!important;
    }
    .coustom_modal {width: 95%;}
    .postid-2288.single-product .product-destilsfaq {
        margin-top: -20px;
    }
}
@media only screen and (max-width: 767px) {
    /* Adiron 21.06.21*/
    .fpd-fullscreen{

        width: 100% !important;
        height: 100% !important;
        margin: auto !important;
        /*box-shadow: 5px 10px 50px !important; */
        text-align: center !important;
    }



    .q_inn {
        max-width: 100%;
    }

    .sldr_txt {
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }
    .design_sldr_otr .slider-nav p {
        font-size: 14px;
    }

    .video_otr {
        width: 100%;
    }

    .ser_txt {
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }

    .ser_im {
        padding-right: 0;
    }

    .ser_inn:nth-child(even) .ser_im {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0px;
        padding-left: 0px;
    }

    .ser_inn:nth-child(even) .ser_txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 0;
        padding-right: 0px;
        padding-top: 20px;

    }

    .hm_service h2 {
        margin-bottom: 10px;
    }

    /*.ser_inn {*/
    /*    margin-bottom: 60px;*/
    /*}*/



    .get_clm {
        padding: 8px;
    }

    .get_row {
        margin: -8px;
    }

    .ftr_logo {
        text-align: center;
    }

    .ftr_tp p,
    .ftr_link ul li a,
    .news_ltr p {
        font-size: 13px;
        text-align: center;
    }

    .sslicn ul {
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ftr_tp h4 {
        text-align: left;
        margin-bottom: 10px;
    }

    .ftr_tp {
        text-align: left;
    }

    .ftr_up>div {
        margin-bottom: 25px;
    }

    .news_ltr {
        display: flex;
        flex-direction: column;
        margin: 10px auto 25px auto;
    }

    .news_ltr-left {
        margin-bottom: 15px;
    }

    .news_ltr .wpcf7-form p span input {
        max-width: 100%;
        border-right-width: 1px;
        margin-bottom: 15px;
    }

    .news_ltr .wpcf7-form  p {
        display: flex;
        flex-direction: column;
    }

    .ftr_btm {
        display: flex;
        flex-direction: column;
    }

    .ftr_select {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .defalt_link {
        order: 1;
    }

    .ftr_select {
        order: 2;
    }

    .defalt_link ul {
        margin-bottom: 6px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sslicn ul li a {
        font-size: 20px;
    }

    .ftr_tp p,
    .ftr_link ul li a,
    .news_ltr p {
        font-size: 14px;
    }

    .ftr_tp h4 {
        font-size: 19px;
    }

    .get_touch.cmn_gap {
        padding-top: 0px;
        padding-bottom: 0;
    }

    .hdr p,
    .get-touch__text {
        font-size: 14px;
        width: 100%;
    }


    .hire_img_otr {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hier_txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }

    .conslt_sec .innr_hdr p {
        width: 100%;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 47px;
        font-size: 15px;
    }

    textarea {
        height: 60px;
        font-size: 15px;
    }

    .hdr_top_gap {
        margin-top: 105px;
    }


    .design_sldr_otr .slick-prev,
    .design_sldr_otr .slick-next {
        top: calc(50% - 85px);
    }

    .design_sldr_dec .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .design_sldr_otr .slider-for {
        padding: 0px;
    }

    .slick-arrow {
        width: 50px;
        height: 50px;
    }



    .ddsgn_slide .sldr_txt h2,
    .ddsgn_slide .sldr_txt p {
        color: inherit;
        line-height: inherit;
    }



    .design_sldr_otr .slick-prev {
        left: 15px;
    }

    .design_sldr_otr .slick-next {
        right: 15px;
    }

    /*.bnr {*/
    /*    min-height: 560px;*/
    /*}*/

    .ddsgn_slide .imm_in {

        overflow: hidden;
    }

    .ddsgn_slide .imm_in img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
    }

    .get_touch .hdr {
        /*display: none;*/
    }

    /*.personalise_otr .slick-slide h6.slider_title {*/
    /*    display: none;*/
    /*}*/
    .ddsgn_slide .sldr_txt .bnr_top {
        margin-top: 30px;
    }
    /* 3-1-2021-work */
    .single_prdt .fpd-product-designer-wrapper {
        width: 100%;
    }
    .single_prdt .product {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .single_prdt .product .fpd-container {
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    .single_prdt .summary {
        padding-left: 0;
    }
    .p_gallery .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
.guide-chrt .table thead th {
    padding: 10px 10px;
    font-size: 14px;
    white-space: nowrap;
}
.size-guide-imggslider .slick-arrow {
    width: 20px;
    height: 30px;
}
.sizeguide-bigimg figure {
    padding: 25px 15px 0px;
}
.discount-chart .table-bordered th, .discount-chart .table-bordered td {
    font-size: 14px;
    white-space: nowrap;
}
/*.package_slider .slick-arrow{background-size: 25px !important;}*/
.sizebtnss {
    margin-right: 0;
}
.discount-chart {
    padding-right: 0;
}
/*.prb-dtls-inner {*/
/*    margin-bottom: 0px;*/
/*    padding-top: 5px;*/
/*}*/
.single-product .accordine-holder.supported {
    padding-top: 15px;
}
/*.package_slider .slick-arrow, .package_slider button.slick-next.slick-arrow{z-index: 3; width: 30px; height: 30px; background-size: 15px !important;}*/
.blogpg_area figure {
    position: relative;}
.blog_txt {
    padding: 30px 20px 30px 20px;
}
.blogpg_area h3 {
    font-size: 30px;
    line-height: 35px;}
    .blog_top {    margin-bottom: 28px;}
    .aboutpg_area .abtpg_text {
    text-align: center;
    padding: 20px 18px;
}
.abpoutpg_section .title_box {
    max-width: 100%;}


    .single-product .single_prdt .summary.entry-summary {
        padding: 0 15px;
    }

    .hire_designer.cmn_gap.hdr_top_gap {
        padding-top: 30px !important;
    }
    .mobile_view{
        display: block;     text-align: center;
    }
    /*.desktop_view{*/
    /*    display: none;*/
    /*}*/
    .hier_row .right_pad{
        padding-left: 15px;
        padding-right: 15px;
    }

    .hire_designer .fpd_container{ order: 2; }

    .pro-inn-img .pro-btm-innr{ height: 50px; }
    .page-template-template-home .pro-inn-img .pro-btm-innr{opacity:0;}
    .page-template-template-home .pro-inn-img:hover .pro-btm-innr{ opacity: 1; }
    .pro-inn-img:hover .pr-im{ opacity: 0; }

    .pro-inn-img:hover .pr-im-hover{ opacity: 1; }

    .page-template-template-pd  .hdr_top_gap .pro-outr .pro-inn-img a:first-child{ pointer-events: none; }
    .coustom_modal{height: 374px;}

    .ftr_up > *:first-child {
        order: 1;
    }

    .ftr_up > * {
        display: flex;
        justify-content: flex-start;
    }

    .ftr_tp h4 {
        line-height: 1;
    }

}
@media only screen and (max-width: 767px) {
    .recent_pst_area .rc_bx{margin-bottom: 15px;}
.recent_pst_area .rc_bx:last-child{margin-bottom: 0px;}
    .blog_detils_box.commemts_section {
    padding: 20px 30px;}
    /*.blog_detils_box {*/
    /*padding: 0;}*/
.our_meterials_section .title_box {
    max-width: 100%;
    margin: 0 auto;
}
.our_meterials_section {
    padding: 0px 15px;
}
.title_box {
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
}
div#respond {
    margin-top: 38px;
}
.comment-form textarea {
    height: 86px !important;
}
.sim_box{margin-bottom: 25px;}
p br{display: none;}
.lead_times_box h2{padding-top: 0px;}
    .home_cntnr .container,.home_hader .container,.home_footer .container  {
    max-width: 540px;
}
.pro-inn-img img {
    /*height: 320px;*/
}
#input_1_6 {
    height: 47px;
}
.hire_designer.cmn_gap.hdr_top_gap{margin-top: 105px !important;} 
.design_own_area video#myVideo, .hire_own_area video#myVideo{
    height: auto;
}
.hire_own_area{
    padding-left: 0;
  }


#hubspot-messages-iframe-container{z-index: 0 !important;}
.pro-outr .col-md-4{    display: flex;
    flex-direction: column;}
.pro-outr h6{ margin-bottom: 30px; font-size: 18px;}
/*.pro-outr .pro-inn-img{order:2;}*/
.pro-outr a{order:3;}
/*.pro-outr .pro-btm-innr {
    position: relative; height: 70px;}*/
.xoo-wsc-container, .xoo-wsc-slider {z-index:10;}
.home_cntnr{z-index: 9999999;}
.p_gallery_slider .slick-slide{padding: 7px 0px !important;}
.slick-dots li button{border-radius: 50%; background: #F0EFED; }
.slick-dots li.slick-active button{background:rgb(199, 181, 111);}
.single-product p {
    line-height: 1.5em;
    font-size: 15px;
}
.smmooth.scroll{margin-bottom: 15px; display: inline-block;}
.mobile_view{
        display: block;     text-align: center;
    }

.slick-dots li.slick-active button{opacity: 1; background:rgb(199, 181, 111);}
.slick-dots li.slick-active button:before{display:none; }
.aboutpg_area:nth-child(odd) .rght_pg {
    order: 2;
}
/*.design_own_area .lft_abtpg {*/
/*    order: 2;*/
/*}*/

.design_own_area .rght_pg{order:1;}
.p_gallery_slider .p_gallery_box {
    height: 250px;
}
.xoo-wsc-bki {
    position: relative;
    top: 2px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket{       bottom: 75px;}
    #hubspot-messages-iframe-container.widget-align-right{z-index: 100 !important; }

    div#metrial_guide, #vol_discnt {
    /*padding-top: 50px;*/
}

.postid-2288 .product-destilsfaq .card:first-child {
    margin-top: 0!important;
}
.vid_cntr .mt-1{order:2;}
.prb-dtls-innerright .sizeguide-bigimg figure{    width: 100% !important;
    margin: 0 auto 20px;}

.postid-2288.single-product.product-destilsfaq {
    margin-top: -71px;
}
.woocommerce div.product div.summary{margin-left: 0 !important;}


.single-product .accordine-holder.supported {

    margin-top: 0;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
     display: block!important;
     text-align: left!important;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) " ";
}

}
@media only screen and (max-width: 575px) {

   


    .per_img img {
        width: 100%;
    }

    h2, .ser_otr h2,  .second_section-new h2 {
        font-size: 26px;
    }

    body {
        font-size: 14px;
    }

    p {
        margin: 0 0 10px 0;
    }

    .mul_p p {
        margin-bottom: 5px;
    }

    .frm_btn {
        margin-top: 20px;
        display: block;
    }

    .frm_btn input[type="submit"],
    .upload-btn-wrapper {
        display: block;
        margin: auto;
    }

    .upload-btn-wrapper {
        margin-right: 0px;
    }

    .upload-btn-wrapper .btn {
        margin: auto;
        margin-bottom: 10px;
    }

    .frm_row .clm_frm {
        padding: 15px 7px;
    }

    .frm_row {
        margin: -15px -7px;
    }

    .hier_row {
        padding-top: 0;
    }

    .innr_hdr h2 {
        padding-bottom: 10px;
    }

    .conslt_sec h2 {
        font-size: 20px;
        padding-bottom: 0;
    }

    .navbar-toggler {
        transform: scale(.75);
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
    }

    .hdr_btm .small_scree {
        font-size: 24px;
    }

    .navbar-nav>li>a {
        font-size: 22px;
    }

    /* .navbar-nav>li {
        margin: 0 0 25px;
    } */

    .hdr_btm {
        padding: 11px 0;
    }

    .design_sldr_otr .slider-nav {
        overflow: hidden;
    }

    .design_sldr_otr .slider-nav .slick-list {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .design_sldr_otr .slider-nav p a {
        padding-top: 10px;
        padding-bottom: 30px;
        color: #fff !important;
    }
    .design_nav p{
        display: none!important;
    }


    .design_sldr_dec.cmn_gap {
        padding-bottom: 0;
    }

    .design_sldr_otr .slider-nav p {
        min-height: auto;
        line-height: 1;
    }

    .design_sldr_otr .slider-nav {
        margin-top: 20px;
        margin-bottom: -5px;
    }

    .design_sldr_otr .slider-nav .design_nav {
        padding: 0 20px;
    }

    .design_sldr_otr .slider-nav .slick-track {
        width: auto !important;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .design_sldr_otr .slider-nav p a:after {
        bottom: 9px;
    }



    .ddsgn_slide .sldr_txt {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .personalize_sec {
        padding: 30px 0;
    }

    /*.silk_icn {*/
    /*    display: none;*/
    /*}*/

    .hm_service .ser_inn {
        margin-left: -15px;
        margin-right: -15px;
    }

    .hm_service .ser_txt,
    .ser_inn:nth-child(even) .ser_txt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .get_clm {
        padding: 8px 0;
    }

    .get_row {
        margin: 0 -15px -8px;
    }

    .ftr_link h4 {
        display: inline-block;
        line-height: 1;
        margin-bottom: 15px;
    }

    .ftr_link h4.ft_link_open {
        background-image: url(images/ftr_fld_arw.png);
    }

    .ftr_link ul.open {
        display: block;
    }

    .hire_designer .container {
        max-width: 100%;
    }

    .hire_designer .hire_img_otr {
        padding-right: 0;
        padding-left: 0;
    }

    .change_nav .hdr_btm .navbar-collapse {
        top: 49px;
        height: calc(100% - 49px);
    }

    .mobile_menu_options {
        margin-top: 30px;
    }

    .nav_prd_inf {
        max-width: 84%;
        margin: 0px auto 25px;
        font-size: 15px;
        margin-top: -55px;

    }

    .mobile_menu_options .sltt_hdr select {
        font-size: 18px;
        min-width: 75px;
        width: 75px;
    }

    .mobile_menu_options .odr_btn .btn {
        padding: 14px 18px;
        font-size: 15px;
    }

    .navbar-brand .small_scree img {
        width: 130px;
    }

    .design_sldr_otr .slider-nav .slick-list {
        padding: 35px 0 0 !important; width: 95%;
    margin: 0 auto;
    }





    .design_sldr_otr .slick-dots li button:before {
        font-size: 0;
        line-height: 0.5;
    }

    .design_sldr_otr .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #051028;
    }

    .q_inn p {
        margin: 0;
    } */
    .mobile_menu_options .sslicn ul li a {
        margin-right: 15px;
    }

    .ac_links,
    .hdr_btm .mobile_menu_options .sltt_hdr {
        margin-right: 15px;
    }


    .ddsgn_slide .imm_in img {
        width: auto;
    }

    .nav_prd_inf {
        margin-bottom: 0;
    }
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    /*.package_slider .pch_slider_box img{min-width: 220px !important; margin: 0 auto;}*/
    

.single-product .prb-dtls-inner {
    align-items: flex-start;
}
.prb-dtls-inner:last-child {
    padding-bottom: 42px;
}
.blog_detils_box h1, .blog_detils_box h2 {
    font-size: 25px !important;
    line-height: 30px !important;}
    .abtpg_text h3 {
    font-size: 25px;
    letter-spacing: 1px;
}
.aboutpg_area .abtpg_text p {
    font-size: 16px;

    line-height: 1.3em;
}

.home_cntnr .container,.home_hader .container,.home_footer .container {
    max-width: 100%;
}
.pro-inn-img img {
    /*height: 500px;*/
} 
.pro-slider-nav {
    padding: 10px 30%;
}
.pro-outr {
    padding-top: 25px;
}
.p_gallery_box img{
    height: auto;
}
.prb-dtls-innerright .sizeguide-bigimg figure{    width: 100% !important;
    margin: 0 auto 20px;}
/* .design_sldr_otr .slick-track{
    display: none;
} */
.coustom_modal{height: 474px;}
/*.bnr{*/
/*    min-height: 100vh;*/
/*}*/



}
@media only screen and (max-width: 490px) {
    h1 {
        font-size: 32px;
    }



    .big_scrr {
        display: none;
    }

    /* .bnr {
        min-height: 550px;
    } */

    .menu_rgt {
        margin-left: 0;
        margin-right: 0px;
    }

    .odr_btn .btn {
        min-width: 85px;
        padding: 10px 0;
        font-size: 10px;
        letter-spacing: 0px;
    }

    .navbar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .user_scr.rem_ul {
        margin-right: 10px;
    }

    .odr_btn {
        margin-left: 10px;
    }

    .sltt_hdr select {
        font-size: 14px;
        margin-left: 5px;
        min-width: 70px;
        height: auto;
        width: 60px;
        background-size: 10px;
        padding-right: 20px;
    }

    .hdr_top_gap {
        margin-top: 85px;
    }

    .desktop_para {
        /*display: none;*/
    }

    .mobile_para {
        display: block;
    }

    .home_bnr .bnr_content {
        margin-top: 0;
    }
    .sizebtnss .slick-slide {
    
    width: 50% !important;}
    .sizebtnss .slick-track{margin: 0px;}
    .design_own_section .abtpg_text {
    text-align: center;
    padding: 20px 15px;
    max-width: 100%;
}
.get_inspared_section {
    padding-top: 40px;
}
.matetials_pic {
    margin-top: 20px;
    text-align: center;
}
.faq_sample_area {
  
    margin-top: 40px;
}
.faq_sample_area h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}
.payment_box {
    /*width: 30%;*/
    /*flex-basis: 30%;*/
}
.payment_area{justify-content: center;}
.hire_designer.cmn_gap.hdr_top_gap{margin-top: 85px !important;}
.prb-dtls-innerright .sizeguide-bigimg figure{    width: 100% !important;
    margin: 0 auto 20px;}

}
@media only screen and (max-width: 384px) {
.pro-inn-img img {
    /*height: 400px;*/
} 
.pro-slider-nav {
    padding: 10px 23%;
}
}
@media only screen and (max-width: 360px) {
    .user_scr.rem_ul {
        margin-right: 5px;
    }

    /*.sltt_hdr {*/
    /*    margin-right: 5px;*/
    /*}*/

    .odr_btn {
        margin-left: 5px;
    }

    .user_scr ul li {
        margin-right: 10px;
    }

    .defalt_link ul li a,
    .ftr_btm p,
    .ftr_btm p a {
        font-size: 11px;
    }

    .defalt_link ul li {
        padding: 0px 3px;
    }

    .mobile_menu_options .odr_btn {
        margin-left: 0;
    }
.pro-inn-img img {
    /*height: 330px;*/
} 
/* Subhadeep 19.05.21 */
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{
    max-width: 112px;
}
.woocommerce-checkout li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon{
    max-width: 34px;
    width: 34px;
}
/* Subhadeep 19.05.21 */
}

.blogpg_section.cmn_gap {
    margin: 0!important;
}

.blog-section-cards{
    background-color: #FAF9F7;
    padding-bottom: 70px;
}
.block-grid{

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    /*background-color: #FAF9F7;*/
}

.blogpg_area--item {

    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(88, 52, 0, 0.1);
    border-radius: 4px;
    padding: 14px 14px 0 14px;
}
.blogpg_description{
    margin-bottom: 50px!important;
    margin: auto;
}
.blogpg_area--item .relative{
    position: relative;
}
.blogpg_area--item img{
    width: 100%;
    border-radius: 4px;
}


.block-grid span{
    position: absolute;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    --width: 70%;
    bottom: -1px;
    left: calc(50% - var(--width)/2);
    width: 70%;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 180%;
    color: #051028;
    padding:5px 15px;
}
.block-grid .blog-description{
    padding-bottom: 30px;
}
.block-grid .blog-description h3{
    text-align: center;
    margin-top: 20px;
}
.block-grid .blog-description h3>a{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #051028;
    margin-bottom: 12px;
    text-transform: capitalize;

}
.blogpg_area--item .blog-description a{
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: 420;
    line-height: 140%;
    font-size: 12px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color:#C7B56F;
}
.blogpg_area--item .blog-description a:nth-child(2):before{
    content: "";
    background: url(images/readmore-blogpg.png) 50% 50% no-repeat;
    height: 12px;
    display: inline-block;
    width: 18px;
    margin-right:7px;

}
/*.single-product div.product p.price{*/
/*    display: none;*/
/*}*/

.search .search_product .search_result .grid h6{
    font-family: 'brandon_grotesquelight'!important;
}
.search .search_product .search_result .grid h6.hover_text{
    font-family: 'brandon_grotesquelight';
    font-size: 16px;
    font-weight: normal;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
}
.shipitext{
    display: none;
}
.gform_footer.top_label input[type="submit"]:active,
.gform_footer.top_label input[type="submit"]:focus,
.gform_footer.top_label input[type="submit"]:visited{
    outline:none;
}

.page-template-template-by-biehle .ui-datepicker:not(.gform-legacy-datepicker)[style]{
    z-index:  1000000!important;
}
.mob-img-hand{
    display: none;
}
.bnr_top_gradient {
    /*display: inline-block;*/
    display: block;
    width: 250px;
}
.bnr_top_gradient .btn.btn_gradient {
    border-color:transparent;

}
/*.page-template-template-by-biehle*/
.overlay-shedule .gform_wrapper.gravity-theme .gform_footer input{
    color: white;
    border-color: #CBA36B!important;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%)!important;
    font-family: 'brandon_grotesquemedium'!important;
    margin: 30px 0 0 0;
    width: 235px !important;
    font-size: 16px;
    line-height: 23px !important;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: unset;
    /*font-family: 'brandon_grotesqueregular';*/
}
/*.page-template-template-by-biehle .gform_wrapper.gravity-theme .gform_footer input:hover{*/
/*    color: white!important;*/
/*    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%)!important;*/
/*    outline:none;*/
/*    transition: all .5s;*/

/*}*/
.wrapper{
    margin-top: 20px;
}
.search .loadmore, .loadmore_post{
    color: white;
    font-family: 'brandon_grotesquemedium';
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);

}
/*.search .loadmore:hover{*/
/*    color: white;*/
/*    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);*/
/*    outline:none;*/
/*    transition: all .5s;*/
/*}*/
.contact_frm input[type="submit"]{
    color: #CBA46C;
    background: #fff;
    border:1px solid #CBA46C;
    font-family: 'brandon_grotesquemedium';
}
.page-template-template-by-biehle .second_section .title{
    margin-bottom: 30px!important;
}
.contact_frm input[type="submit"]:hover{
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%) !important;
    color: white;
    outline:none;
    border:none;
    border-color:#CBA46C!important;
    transition: all .5s;

}
.page-template-template-by-biehle .card-text{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    color: #FFFFFF;
   margin-bottom: 60px;
    text-align: center;


}
.page-template-template-by-biehle .third_section .buttons a{
    font-family: 'brandon_grotesquemedium'!important;

}
.page-template-template-by-biehle .banner{
    background-position: 50% 88%!important;
}

/*scroll bar with simplebar*/
/*.simplebar-scrollbar:before{*/
/*    background-color:#CBA46C;*/
/*}*/
/*.simplebar-content-wrapper {*/
/*    overflow: auto;*/
/*}*/

/*.simplebar-track {*/
/*    background: #FAF9F7;*/
/*    border-radius: 5px;*/
/*}*/
/*.simplebar-scrollbar{*/
/*    background: #CBA46C;*/
/*    border-radius: 5px;*/
/*}*/

.blogpg_section{
    background: #FAF9F7;
}
.blog_detils_box {
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(88, 52, 0, 0.1);
    border-radius: 4px;
}
.blog_top{
    width: 100%;
    min-height: 40px;
    border-radius: 4px;
    margin-bottom: 30px;
    padding-top: 30px;
}
.content-container{
    max-width: 754px;
    margin: 0 auto;
}

.blog_top a{
    display: block;
    margin:auto;
    font-family: 'brandon_grotesqueregular';
    font-style: normal;
    font-weight: 420;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    /*color: #051028;*/
    padding: 9px 30px;
}
.blog_detils_box {
    width: 100%;
    max-width: 950px;
    margin:auto;
}
.blog_detils_box h1{
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 140%;
    text-align: center;
    color: #051028;
    margin-bottom: 20px;
}
.blog_feature{
    position: relative;
    width: 100%;
    max-width: 100%;
    /*max-height: 568px;*/
    display: block;
    margin: auto;
}
.prof_text{
    /*text-transform: uppercase;*/
    position: absolute;
    background: #FFFFFF;
    color: #051028;
    border-radius: 0 0 4px 4px;
    --width: 15%;
    top: -1px;
    left: calc(50% - var(--width)/2);
    width: 15%;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 180%;
    padding: 3px 15px;
}
.blog_detils_box h2 {
    /*font-family: 'brandon_grotesquelight';*/
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #051028;
    margin: 30px auto 20px;
}
.blog_detils_box p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    color: #051028;
    /*padding: 0 98px;*/

}
.blog_detils_box ul{
    /*margin-left: 98px;*/
    padding-inline-start: 0;
    list-style:none;

}
.blog_detils_box ul li{
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #051028;
    padding: 15px 0 0 22px;
    margin: 0;

}
.blog_detils_box ul li:before {
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    border-radius: 2px;
    margin-right: 20px;
}
.recent_blog_pst h1{
    text-align: center;
}

.recent_blog_pst h1.text-line:after{
    margin-bottom: 30px;
}
.blog_detils_box h2 p:first-child{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    color: #051028;
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item{
    max-width: 50%;
    flex: 0 0 50%;
    width:100%!important;
    margin:0!important;
}


.rl-basicgrid-gallery .rl-gallery-item img{
    border-radius: 4px;
    height: 226px;
    width: 100%;
}
.content-container h4{
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    color: #051028;
}
.rl-gallery-container{
    margin:30px auto;

}
.social_icons{
    position: relative;
    display: flex;
    /*flex-wrap: wrap;*/
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(88, 52, 0, 0.1);
    border-radius: 4px;
    max-width: 950px;
    width: 100%;
    height: 120px;
    margin: 10px auto 50px;
    align-items: center;
    justify-content: space-between;
    padding-right: 35px;
}
.social-text{
    /*position: relative;*/
    align-items: center;
   padding-left: 40px;
}
.social-text h6{
    margin:0;
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: 390;
    font-size: 18px;
    line-height: 140%;
    color: #051028;


}
.social-text p {
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #CBA46C;

}
.social_icons:before{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    content: '';
    display: block;
    width: 4px;
    height: 60%;
    background: linear-gradient(
            180deg, #CFA872 0%, #E1C697 100%);
    border-radius: 0 2px 2px 0;
}

.apss-social-share{
    display: flex;
}

.single footer.cmn_gap{
    margin:0;
}
.single .block-grid{
    margin-top: 30px;
    padding-top:0;
}
.blog_bottom{
max-width: 215px;
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 40px;
    border-radius: 4px;
   padding-bottom: 70px;

}
.rl-gallery-item:first-child{
    padding-right: 15px;
}
.rl-gallery-item:nth-child(2){
    padding-left:15px;
}


/*page blog-article*/

.single-post .fa-pinterest:before {
    content: "\f231";
}
.single-post .fa-linkedin:before {
    content: "\f0e1";
}

.single-post .apss-theme-4 .apss-icon-block{
   height: 50px;
    width: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border:1px solid #CBA46C;

}
.single-post .apss-theme-4 .apss-single-icon .fa, .apss-theme-4 .apss-single-icon .fas, .apss-theme-4 .apss-single-icon .fab {
    color:#CBA46C;
    background: none;
}
.single-post .apss-theme-4 .apss-single-icon a:hover .fab{
    color:white;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
}
.single-post .apss-single-icon .apss-icon-block{
    background-color: white;
    border: 1px solid #CBA46C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post .apss-single-icon .apss-icon-block:hover{
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);

}
.single-post .apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after{
    content: none;
}
.single-product .product-type-variable.fpd-variation-needed #fpd-start-customizing-button{
    display: block!important;

}
.single-product .slick-current .btn_gradient{
    padding-top:12.5px;
    padding-bottom: 12.5px;
    margin: 0;
}
.single-product .imm_in,
.single-product .image-with-icon__icon{
    border:none;
}
.single-product .mobile_view{
    display: none;
}
.product-main{
    display: none;
}
.single-product .qib-button:not(#qib_id):not(#qib_id){

    width: 50px;
    height: 50px;
    font-size: 46px;
    background-color: transparent;
    border: 1px solid #CBA46C;
}
.single-product .qib-button:not(#qib_id):not(#qib_id):first-child {

    border-radius: 4px 0 0 4px !important;
}
.single-product .qib-button:not(#qib_id):not(#qib_id):last-child {

    border-radius: 0 4px 4px 0 !important;
}
.single-product .qib-button:not(#qib_id):not(#qib_id):first-child:active,
.single-product .qib-button:not(#qib_id):not(#qib_id):first-child:hover,
.single-product .qib-button:not(#qib_id):not(#qib_id):last-child:hover,
.single-product .qib-button:not(#qib_id):not(#qib_id):last-child:active{
    background: #F5F4F2;
    color: #7F7F7F;
    border: 1px solid #CBA46C;

}
.single-product button.single_add_to_cart_button.button.alt{
    font-family:'brandon_grotesquemedium';
}

form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_){
    margin-top:20px;
    margin-left: 0!important;

}
.postid-2288 form.cart .current-price{
    /*display: inline-block!important;*/
}
form.cart button[type='submit']:focus:not(#qib_id):not(#qib_id){
    outline: none!important;
}
.single-product button.single_add_to_cart_button.button.alt:hover {
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%)!important;
    border-color:#CBA46C!important;
}
.single-product .perPrice{
    font-family: 'brandon_grotesquemedium';
    font-style: normal;
    font-weight: 420;
    font-size: 12px!important;
    line-height: 140%;
    color: #051028;
    /*display: none;*/
}
.single-product.postid-3447 .perPrice{
    display: block;
}
.single-product.postid-2288 .shipitext{
    display: block;
}
.single-product.postid-2288 .qib-button:focus:not(#qib_id):not(#qib_id):focus{
    border:1px solid #CBA46C;

}
.quatity-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*shedule a call*/
/*.page-template-template-by-biehle .overlay-shedule {*/
.overlay-shedule {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .2s;
    background: rgba(19, 32, 56, 0.5);
    overflow-y: scroll;
    overflow-x: hidden;
}

/*.page-template-template-by-biehle .overlay-shedule.active {*/
.overlay-shedule.active {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}

/*.page-template-template-by-biehle*/
.overlay-shedule .form {
    position: relative;
    max-width: max-content;
    margin: auto;
    margin: 185px auto;
    background: #fff;
    border-radius: 4px;
    padding: 40px;
}
/*.page-template-template-by-biehle*/
.overlay-shedule .gf_browser_chrome.gform_wrapper.gravity-theme{
    /*border-radius: 4px;*/
    max-width: 950px;
    /*margin: 185px auto;*/
    /*background: #fff;*/
    padding: 40px 100px 50px 100px;
    /*position: relative;*/
}
/*.page-template-template-by-biehle */
.overlay-shedule .form .gform_confirmation_message_8{
    /*border-radius: 4px;*/
    max-width: 558px;
    /*margin: 185px auto;*/
    /*background: #fff;*/
    /*padding: 40px;*/
    /*position: relative;*/
}
.form-wrap-shedule-container{

    position: relative;
    max-width: max-content;
    margin: auto;
}
/*.page-template-template-by-biehle */
.overlay-shedule .form .close-button-shedule {
    position: absolute;
    right: 0;
    top: -90px;

    cursor: pointer;
}
/*.page-template-template-by-biehle */
.overlay-shedule .form .gform_heading{
    margin-bottom: 20px;
}
/*.page-template-template-by-biehle*/
.overlay-shedule .form .gform_title {
    font-size: 48px;
    line-height: 120%;
    color:  #CBA46C;
    margin-bottom: 15px;
}
/*.page-template-template-by-biehle */
.overlay-shedule .form .gform_title:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: #CBA46C;
    border-radius: 4px;
    margin: 20px auto;


}

/*.page-template-template-by-biehle */
.overlay-shedule .form .gfield_label .gfield_required {
    display: inline !important;
}

/*.page-template-template-by-biehle */
.overlay-shedule .form .gform_required_legend {
    display: none;
}

/*.page-template-template-by-biehle */
.overlay-shedule .form .gform_description {
    margin-bottom: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 180%;
    text-align: center;
    color: #000;
}

/*.page-template-template-by-biehle */
.overlay-shedule .form .gform_description span,
/*.page-template-template-by-biehle*/
.overlay-shedule .form .gform_wrapper .gfield_required{
    color: #EB5757;
}


/*.page-template-template-by-biehle */
.overlay-shedule .form .gform_fields {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
.page .appointment_form .gform_title,
.page .appointment_form .gform_required_legend{
    display: none;
}
/*.page-template-template-by-biehle */
.overlay-shedule .form .gfield_label, #field_8_22{
    margin-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #051028;
    margin-left: 20px;
    margin-top:20px;
}
#field_8_22 span{
    color: #EB5757;
}
/*.page-template-template-by-biehle */
.overlay-shedule .form input[type='text']{
    padding: 10px 20px;
    background: #FAF9F7;
    border: 1px solid #F0EFED;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #A6A6A6;
    outline: none !important;
}
/*.page-template-template-by-biehle */
.overlay-shedule .form .ginput_container_textarea{
    height: 96px;
    background: #FAF9F7;
    /*border: 1px solid #F0EFED;*/
    box-sizing: border-box;
    border-radius: 4px;
}
/*.page-template-template-by-biehle */
.overlay-shedule .form textarea{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #A6A6A6;
    height: 96px;
    border-radius: 4px;
    border: 1px solid #F0EFED;
    outline: none !important;
    resize:none;


}
/*.page-template-template-by-biehle */
.overlay-shedule .form .ginput_container_select  {
    flex: 1;
    background: #FAF9F7;
    border: 1px solid #F0EFED;
    box-sizing: border-box;
    border-radius: 4px;
}

/*.page-template-template-by-biehle */
.overlay-shedule .form  select {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #A6A6A6;
    height: 40px;
    padding-left: 20px; 
    background: url("https://biehle.academweb.tech//wp-content/uploads/2021/12/arrow.svg") no-repeat calc(100% - 17px) center transparent;
}

/*.page-template-template-by-biehle */
.overlay-shedule .form input[type='text']::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #A6A6A6;
}
.overlay-shedule .form .intl-tel-input .flag-dropdown{
    top:5px;
}


.overlay-shedule .form #ga_appointments_calendar{
    box-shadow: none;
    -webkit-box-shadow: none;

}
.overlay-shedule .form .ga_appointments_calendar_header{
    background: #051028!important;
    border-radius: 4px 4px 0px 0px;

}
 .overlay-shedule .form .ga_appointments_calendar_header h3{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px!important;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.overlay-shedule .form .ga_appointments_calendar_header .fa-caret-right:before{
    content:"\f105";
}
 .overlay-shedule .form .ga_appointments_calendar_header .fa-caret-left:before{
    content:"\f104";
}
.overlay-shedule .form .ga_monthly_schedule_wrapper table thead th{
    background: #051028!important;
    padding:9px 14px;
}
 .overlay-shedule .form .ga_monthly_schedule_wrapper td {
    background: #F0EFED !important;
}
.overlay-shedule .form .ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available {
    background: white !important;
}
.overlay-shedule .form .ga_wrapper_large .ga_monthly_schedule_wrapper td.ga_today span{
    border: 1px solid #CBA36B!important;
    box-sizing: border-box;
    border-radius: 4px;
}
.overlay-shedule .form .ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available:hover span,
.overlay-shedule .form .ga_wrapper_large .ga_monthly_schedule_wrapper td.selected span,
 .overlay-shedule .form #gappointments_calendar_slots label.time_selected div{
    background: #CBA36B!important;
}
 .overlay-shedule .form .ga_wrapper_large .ga_monthly_schedule_wrapper td span{
    width:29px;
    height: 22px;
    line-height: 22px;
}
 .overlay-shedule .form .ga_wrapper_large .day_available.ga_time_slots.selected{
    background:#CBA36B!important;

}
.overlay-shedule .form .ga_wrapper_large .day_available.ga_time_slots.selected span{
    border:none!important;
    border-radius: unset;
}
.overlay-shedule .form .ga_monthly_schedule_wrapper td.selected:after {
    border-color: #CBA36B transparent transparent transparent !important;
}
.overlay-shedule .form #gappointments_calendar_slots label.time_slot{
    color: #051028!important;
}

.overlay-shedule .form .ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available:hover span{
    border-radius: 4px;
    border-color: #CBA36B!important;
}
.overlay-shedule .form .ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available:hover{
    background:#CBA36B!important;
}
 .overlay-shedule .ga_monthly_schedule_wrapper td,
 .overlay-shedule .ga_monthly_schedule_wrapper td.day_available,
 .overlay-shedule .ga_monthly_schedule_wrapper td.day_available:hover{
    transition: none;
}
 .overlay-shedule .form-wrap-shedule-container .gform_confirmation_message_8 img{
    display: block;
    margin: auto;

}
 .overlay-shedule .form-wrap-shedule-container .gform_confirmation_message_8 h3{
    text-align: center;
    font-style: normal;
    font-size: 36px;
    line-height: 120%;
    color: #132038;
}
.overlay-shedule .form-wrap-shedule-container .gform_confirmation_message_8 p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    color: #000000;
}
/*.page-template-template-by-biehle .overlay-shedule .form .gform_confirmation_message_8{*/
/*    width: 558px;*/
/*}*/
/*.page-template-template-by-biehle */
.overlay-shedule .form-wrap-shedule-container .gform_confirmation_message_8 .close-shedule-confirmation{
    display: flex;
    margin: auto;
    width: 84px;
    height: 50px;
    background: #CBA36B;
    border-radius: 4px;
    font-family: 'brandon_grotesquemedium';
    font-style: normal;
    font-weight: 420;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    /*margin-top:20px;*/
    cursor: pointer;
    border:none;
    outline:none;
}
.not-found-page{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.not-found-page .content{
    align-self: flex-start;
    margin-top: 70px;
}
.not-found-page p {
    font-family: 'brandon_grotesquemedium';
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 16px;
    margin-top:16px;
}
.not-found-page h4 {
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-bottom:20px;
}

.not-found-page  .btn-to-home{
    display: block;
    margin: auto;
    max-width: 149px;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color:#fff;


}
.error404 footer.cmn_gap{
    margin: 0!important;
}



.single .single-product__price .current-price{
    display: flex!important;
    flex-direction: column;
    position: relative;

}

.single-product__price .TPrice_total{
    text-decoration: line-through;
    font-size: 12px;
    line-height: 140%;
    color: #051028;
    font-family:'brandon_grotesquemedium';
    position: absolute;
    left:65%;
    top:30%;

}


.single-product.product_cat_customize-a-scarf .variations tbody{

    display: flex;
    flex-direction: column;

}
.single-product.product_cat_customize-a-scarf .variations tbody tr:first-child{
    order:1;
}
.single-product.product_cat_customize-a-scarf .variations tbody tr:nth-child(2){
    order:0;
}
.single-product.product_cat_customize-a-scarf .variations tbody tr:nth-child(3){
    order:2;
}
.single-product .slick-current  .btn_gradient,
.single-product .slick-current .btn_gradient:focus,
.single-product .slick-current .btn_gradient:active{
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    color: #fff;

}

.single-product.product_cat_customize-a-scarf #mobacc .price{
    display: block!important;
}
.single-product .qty span{
    margin-left: 8px;
}

.postid-6975 .single-product .qty span {
    display: none;
}
/*#size_guide:before {*/
/*    content: '';*/
/*    display: block;*/
/*    display: block;*/
/*    height: 80px;*/
/*    margin-top: -80px;*/
/*    visibility: hidden;*/
/*}*/
.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text a{
    text-transform: capitalize;
}

.vid_cntr{
    margin-bottom: 70px;
}
#size_guide{
    margin-bottom: 70px;
}
.woocommerce-account .empty{
    align-items: flex-start!important;
}
.banner-content img{
    max-width: 269px;

}


/*checkout page*/


.woocommerce-order-received .thank_block {
    max-width: 1146px;
    min-height: 126px;
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(88, 52, 0, 0.1);
    border-radius: 4px;
    position: relative;
    padding: 20px 40px;
    margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    font-family: 'brandon_grotesqueregular';
    font-style: normal;
    font-weight: 420;
    font-size: 18px;
    line-height: 140%;
    color: #051028;
    padding-left: 12px;
    padding-bottom: 17px;

}
.woocommerce-order-received .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before {
    position: absolute;
    top: 20px;
    transform: translate(0, -8px);
    left: 40px;
    content: '';
    display: block;
    width: 4px;
    height: 25%;
    background: linear-gradient(
            180deg, #CFA872 0%, #E1C697 100%);
    border-radius: 2px;
}
.woocommerce-order-received .thank_block ul {
    padding: 0;
    margin-top: 17px!important;
}
.woocommerce-order-received .thank_block ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #051028;
}
.woocommerce-order-received .woocommerce .thank_block ul.order_details li strong{
    font-size: 16px;
    line-height: 140%;
    padding-top: 4px;
}
.woocommerce-order-received .woocommerce-order-details{
    max-width: 1146px;
    min-height: 527px;
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(88, 52, 0, 0.1);
    border-radius: 4px;
    padding: 40px;
}
.woocommerce-order-received h2.woocommerce-order-details__title{
    font-family: 'brandon_grotesqueregular';
    font-style: normal;
    font-weight: 390;
    font-size: 30px;
    line-height: 140%;
    color: #051028;
}
.woocommerce-order-received .woocommerce table.shop_table th ,
.woocommerce-order-received .woocommerce-table__product-name.product-name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #051028;
}
.woocommerce-order-received .woocommerce .col2-set, .woocommerce-page .col2-set{
    width: 100%;
    max-width: 1146px;
    margin: 0 auto!important;
}
.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1{
    margin-right: 30px;
}
.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2{
    max-width: 558px;
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(88, 52, 0, 0.1);
    border-radius: 4px;
    padding: 40px;
}
.woocommerce-order-received h2.woocommerce-column__title{
    font-family: 'brandon_grotesqueregular';
    font-style: normal;
    font-weight: 390;
    font-size: 30px;
    line-height: 140%;
    color: #051028;
    border-bottom: 2px solid #F0EFED;
    padding-bottom: 15px;
    margin-bottom: 0;

}
.woocommerce-order-received .woocommerce td.product-name .wc-item-meta {
    padding-left: 0;
    padding-top: 10px;
}

/*.woocommerce-order-received*/
.woocommerce-order-received .woocommerce-table__product-name.product-name .wc-item-meta li p{
    font-family: Roboto;
    font-style: normal;
    font-weight:400;
    font-size: 12px;
    line-height: 140%;
    color: #051028;
}
.woocommerce-order-received .woocommerce td.product-name .wc-item-meta .wc-item-meta-label{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    color: #051028;

}

.woocommerce-order-received .woocommerce-table__product-name.product-name a{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #051028;

}

.woocommerce-order-received .woocommerce-Price-amount.amount bdi{
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #051028;
}
.woocommerce-order-received .woocommerce-Price-amount.amount{
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #051028;
}
.woocommerce-order-received .woocommerce-Price-amount.amount:last-child{
    color: #CBA46C;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;


}

.woocommerce-order-received small.shipped_via {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #A6A6A6;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address{
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #051028;
    border: none;
    padding: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address span{
    display: block;
    border-bottom: 2px solid #F0EFED;
    padding: 15px 0;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address span:last-child{
    border: none;

}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(3){
    display: none;
}

.woocommerce-order-received .woocommerce table.shop_table th,
.woocommerce-order-received .woocommerce table.shop_table td{
    padding: 20px 30px;
}

.woocommerce-order-received .woocommerce ul.order_details li {
    border-right: 2px solid #F0EFED!important;
}
.woocommerce-order-received .woocommerce ul.order_details li:last-child{
    border: none!important;
}
.woocommerce-order-received .woocommerce table.shop_table td.order-qty{
    border-right: 1px solid #F0EFED;
    border-left: 1px solid #F0EFED;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #051028;

}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr:first-child td span.woocommerce-Price-amount.amount:last-child{
    color: #051028;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;


}

.product_cat_packaging.single-product .btn__wrapper_gradient:after  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    z-index: 0;
}
.product-template-default.product_cat_classic-card .btn__wrapper_gradient:after,
.product_cat_packaging.single-product.product_cat_small-card .btn__wrapper_gradient:after  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    z-index: 0;
}
.product_cat_classic-card.product_cat_fpd-products.product_cat_packaging .mt-4.text-center{
    display: none;
}
/*delete label onsale in green circle*/
.product_cat_packaging.single-product .onsale,
.product_cat-design-your-own .onsale {
    display: none;
}
/*.woocommerce-order-received table.shop_table, .woocommerce-order-received table.shop_table td, .woocommerce-order-received table.shop_table th {*/
    /*border: 2px solid #FAF9F7;*/
    /*border-collapse: collapse;*/
/*}*/

/*.woocommerce table.shop_table td.product-name a:last-child {*/
    /*color: #CBA46C !important;*/
    /*font-size: 12px !important;*/
/*}*/


.xoo-wsc-cart-active .xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-products .price-sc,
.xoo-wsc-cart-active .xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-products .qty-sc {
    font-weight: bold;
}
.xoo-wsc-cart-active .xoo-wsc-modal.xoo-wsc-cart-active span.xoo-wsc-pname ,
.xoo-wsc-cart-active .xoo-wsc-modal.xoo-wsc-cart-active span.xoo-wsc-pname a {
    color:#CBA46C !important;
}
.woocommerce-account.woocommerce-orders #customer_login .col-1 .woocommerce-LostPassword {
    right: 48%!important;
    bottom: 25px!important;
}

/*.fpd-container.fpd-gt-step{*/
    /*position: static;*/
/*}*/