/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&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&family=Share+Tech&display=swap');
@font-face {
    font-family: "Jocker";
    src: url("JockerRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body{
	font-weight: 400;
	font-size: 16px;
    background: #000000;
}
strong{font-weight: 800;}
.post, .page {margin: 0;}
*:focus {
    outline: 0 !important;
}

input:-webkit-autofill {
    border: 0px !important;
    -webkit-box-shadow: 260px 260px 260px 260px black inset;
    background: red !important;
    background-color: red !important;
    -webkit-text-fill-color: white !important;
    outline: unset !important;
    margin: 10px;
}

h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 15px;
}

a{
	text-decoration: none;
}

ul{
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0{
    font-size: 15px;
}
#wa_bl0 h2{
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	color: #cf9810;
}
#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active{
	color: #000;
}
#wa_bl0 h3 a:hover{
	color: #cf9810;
}
#wa_bl0 .read_more{
	font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}
#wa_bl0 .read_more:hover{
	color: #cf9810;
}
#wa_bl0 .wa_bl0_blog{
	font-size: 1.3em
}
#wa_bl0 .wa_bl0_twit{
	border: solid 2px #c7c7c7;
    border-radius: 5px;
}
.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}
.wa_bl0_categ{
	height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
	background-size: cover;
}
.wa_bl0_name{
	position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
	border-top: solid 1px #fff;
}
.wa_bl0_categ:hover .wa_bl0_name{
	transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}
#wa_bl0 .wa_brcr{
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 
.art_img{
	border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.social_ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 30px;
}
.social_ul li{
 	display: inline-block;
	margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
	font-size: 14px;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
/*-- BL0 END ---------------------------------------*/

/*-- a0208 -------------------------------------------*/
.a0208 {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.a0208-grd{
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 60px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
    opacity: 0;
}

@media (max-width: 1400px) {
    .a0208-grd {
        grid-gap: 30px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 20px 0px 20px;
    }
}

@media (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 13px 0px 13px;
    }

    .a0208-grd {
        grid-gap: 20px;
    }
}

@media (max-width: 992px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        width: fit-content;
    }

    .a0208-menu1{
        order: 2;
    }

    a0208-menu2{
        order: 1;
    }

    .a0208-grd {
        grid-gap: 40px;
        display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: center;
    }

    .a0208 {
        padding: 20px 0px;
    }
}

@media (max-width: 768px) {

    .a0208-grd {
        grid-gap: 20px;
    }

}
/*-- a0208 END ---------------------------------------*/

/*-- a0209 -------------------------------------------*/
#a0209{
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 50px;
    background-attachment: fixed;
}

.a0209-logo {
    display: block;
    margin: auto;
    max-width: 100%;
}

.a0209-blk h2{
    font-family: 'Jocker';
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.13em;
    background: linear-gradient(359.97deg, #DA9749 22.71%, #E6B766 87.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.a0209-blk hr {
    background-color: #fff;
    border: 0;
    width: 658px;
    display: block;
    margin: auto;
    max-width: 100%;
}

.a0209-txt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.a0209-txt strong{
    font-family: 'Alegreya';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #DA9749;
}


.a0209-blk h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}

.a0209-blk h3 {
    font-family: 'Alegreya';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #DA9749;
}

@media (max-width: 992px) {
    #a0209 {
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .a0209-blk h2 {
        font-size: 100px;
        line-height: 120%;
    }

    .a0209-txt {
        font-size: 25px;
        line-height: 120%;
        margin-top: 10px;
    }

    .a0209-txt strong {
        font-size: 28px;
        line-height: 120%;
    }

    .a0209-blk h4 {
        font-size: 35px;
        line-height: 120%;
        margin-top: 15px;
    }

    .a0209-blk h3 {
        font-size: 44px;
        line-height: 120%;
    }
}

@media (max-width: 768px) {
    .a0209-blk h2 {
        font-size: 70px;
    }

    .a0209-txt {
        font-size: 22px;
    }

    .a0209-txt strong {
        font-size: 25px;
    }

    .a0209-blk h4 {
        font-size: 28px;
        margin-top: 10px;
    }

    .a0209-blk h3 {
        font-size: 35px;
    }

    #a0209 {
        padding-top: 45px;
        padding-bottom: 20px;
    }
}
/*-- a0209 END ---------------------------------------*/

/*-- a0211 -------------------------------------------*/
#a0211{
    overflow: hidden;
    background: #000000;
    padding-top: 10px;
    margin-top: -1px;
    position: relative;
}

.a0211-block-abs{
    position: absolute;
    right: 290px;
    top: 230px;
    width: 700px;
}


.a0211-frame{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.a0211-txt {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 55px;
    font-family: 'Alegreya';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.a0211-txt h2{
    font-family: 'Jocker';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 120%;
    text-align: center;
    background: linear-gradient(359.97deg, #DA9749 22.71%, #E6B766 87.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (max-width: 1750px) {
    .a0211-block-abs {
        position: absolute;
        right: 100px;
        top: 260px;
        width: 600px;
    }

    .a0211-txt {
        font-size: 30px;
    }

    .a0211-txt h2 {
        font-size: 80px;
    }
}

@media (max-width: 1400px) {
    .a0211-block-abs {
        position: absolute;
        right: 20px;
        top: 260px;
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .a0211-txt {
        padding-top: 20px;
        padding-bottom: 30px;
        font-size: 28px;
    }

    .a0211-block-abs {
        position: absolute;
        right: 20px;
        top: 200px;
        width: 500px;
    }
}

@media (max-width: 992px) {
    .a0211-block-abs {
        position: relative;
        right: 0px;
        top: 0px;
        width: 600px;
        display: block;
        margin: auto;
        max-width: 90%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .a0211-txt h2 {
        font-size: 50px;
    }

    .a0211-txt {
        font-size: 20px;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }
}
    /*-- a0211 END ---------------------------------------*/


/*-- a0212 -------------------------------------------*/
#a0212{
    background: #000;
    margin-top: -1px;
    padding-top: 30px;
    position: relative;
}

.a0212-top-img {
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 30px;
}

#a0212 h2 {
    font-family: 'Jocker';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 120%;
    text-align: center;
    background: linear-gradient(359.97deg, #DA9749 22.71%, #E6B766 87.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border: 1px solid #000000;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    display: block;
    width: 1300px;
    margin: auto;
    margin-top: 540px;
    position: relative;
    z-index: 100;
}

.a0212-footer-img{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 10;
}

.a0212-imgs-grd {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    z-index: 200;
    margin-top: 80px;
    grid-gap: 30px;
    margin-bottom: 100px;
    width: 1120px;
    max-width: 100%;
}

.a0212-imgs-grd img{
    border: 2px solid #DA9749;
}

.a0212-block-abs {
    width: 1120px;
    display: block;
    margin: auto;
    margin-top: 35px;
    position: relative;
    padding: 70px;
    font-family: 'Alegreya';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 70px;
    padding-bottom: 40px;
    z-index: 100;
}

.a0212-blk-magic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    width: fit-content;
    background: linear-gradient(270deg, #E6B766 -96.75%, rgba(230, 183, 102, 0) 92.71%);
    border-radius: 10px;
    grid-gap: 25px;
    align-items: center;
}

.a0212-bx {
    padding: 13px;
    border: 2px solid #E6B766;
    border-radius: 10px;
    margin: auto;
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 658px;
    max-width: 100%;
}

.a0212-blk-magic h5{
    font-family: 'Alegreya';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    align-items: center;
    text-align: right;
    color: #DA9749;
}

.a0212-blk-magic img{
    width: 100%;
}

.a0212-frame{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1900px) {
    #a0212 h2 {
        margin-top: 460px;
    }
}


@media (max-width: 1800px) {
    #a0212 h2 {
        margin-top: 460px;
        width: 1000px;
        font-size: 80px;
    }
}

@media (max-width: 1600px) {
    #a0212 h2 {
        margin-top: 400px;
        width: 800px;
        font-size: 75px;
    }

    .a0212-block-abs {
        width: 900px;
        display: block;
        margin: auto;
        margin-top: 35px;
        position: relative;
        padding: 50px;
        font-family: 'Alegreya';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;
        padding-top: 50px;
        padding-bottom: 30px;
        z-index: 100;
    }
}

@media (max-width: 1400px) {
    #a0212 h2 {
        margin-top: 350px;
        width: 700px;
        font-size: 70px;
    }
}

@media (max-width: 1200px) {
    #a0212 h2 {
        margin-top: 300px;
        width: 700px;
        font-size: 60px;
    }

    .a0212-block-abs {
        width: 650px;
        font-size: 28px;
    }

    .a0212-bx {
        padding: 13px;
        border: 2px solid #E6B766;
        border-radius: 10px;
        margin: auto;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 658px;
        max-width: 90%;
    }

    .a0212-blk-magic h5 {
        font-size: 30px;
        line-height: 120%;
    }

    .a0212-imgs-grd {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        position: relative;
        z-index: 200;
        margin-top: 40px;
        grid-gap: 20px;
        margin-bottom: 50px;
        width: 720px;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    #a0212 h2 {
        margin-top: 250px;
        width: 600px;
        font-size: 56px;
    }

    .a0212-block-abs {
        width: 550px;
        font-size: 28px;
    }

    .a0212-imgs-grd {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        position: relative;
        z-index: 200;
        margin-top: 40px;
        grid-gap: 20px;
        margin-bottom: 50px;
        width: 550px;
        max-width: 100%;
    }
}

@media (max-width: 850px) {
    #a0212 h2 {
        margin-top: 210px;
        width: 400px;
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    #a0212 h2 {
        margin-top: 180px;
        width: 400px;
        font-size: 50px;
    }

    .a0212-block-abs {
        width: 90%;
        font-size: 20px;
        padding: 30px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .a0212-bx {
        padding: 13px;
        border: 2px solid #E6B766;
        border-radius: 10px;
        margin: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 658px;
        max-width: 90%;
    }

    .a0212-blk-magic {
        display: grid;
        grid-template-columns: 1fr;
        margin: auto;
        width: fit-content;
        background: linear-gradient(270deg, #E6B766 -96.75%, rgba(230, 183, 102, 0) 92.71%);
        border-radius: 10px;
        grid-gap: 0px;
        align-items: center;
    }

    .a0212-blk-magic h5 {
        font-size: 23px;
        line-height: 120%;
        text-align: center;
    }

    .a0212-imgs-grd {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
        z-index: 200;
        margin-top: 20px;
        grid-gap: 20px;
        margin-bottom: 20px;
        width: fit-content;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    #a0212 h2 {
        margin-top: 140px;
        width: 300px;
        font-size: 40px;
    }
}

@media (max-width: 400px) {
    #a0212 h2 {
        margin-top: 100px;
        width: 250px;
        font-size: 33px;
    }
}
/*-- a0212 END ---------------------------------------*/

/* A0167 -------------------------------*/
.a0167 {
    padding-bottom: 10px;
    padding-top: 0px;
    color: #fff;
    background: #000000;
}

.a0167-footer{
    height: 22px;
    background: linear-gradient(359.97deg, #DA9749 22.71%, #E6B766 87.49%);
    margin-bottom: 30px;
}

.a0167 a:link, .a0167 a:visited, .a0167 a:active {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}
.a0167 a:hover{
    color: #fff;
    text-decoration: underline;
}
.a0167_sbft {
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 1px solid #FFFFFF;
    padding-top: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.a0167 .a0167_soc{
    font-size: 30px;
}
.a0167 .a0167_soc a:hover{
    color: #000;
    transition: 0.5s;
}
.a0167-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 600px;
}
.a0167-grid .tnp-email {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 29px !important;
    color: #ABABAB !important;
}
.a0167-grid .tnp-submit {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
    background-color: #56A457 !important;
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 26px !important;
    line-height: 28px !important;
    text-align: center;
}
.a0167 .tnp-subscription {
    margin: 0px auto;
}
.a0167 img {
}

.footer-icon{
    width: 25px;
}

.footer-icon-grd{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}
.a0167 h3 {
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.a0167 .fab {
    padding: 6px;
    font-size: 30px;
}
.a0167-col {
    margin-bottom: 20px;
}

.footer-icon-grd {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    margin-bottom: 5px;
    align-items: center;
}

@media (max-width: 768px) {
    .a0167_sbft {
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: 1px solid #FFFFFF;
        padding-top: 10px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
    }

    .a0167-footer {
        margin-bottom: 10px;
    }
}
/* A0167 END ---------------------------------------*/


/* custom --------------------------------------------*/
#ahero{
    min-height: 620px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.ahero-line {
    height: 1px;
    background: #fff;
    width: 650px;
    display: block;
    margin: auto;
    max-width: 90%;
    margin-bottom: 25px;
}

#ahero h2{
    font-family: 'Jocker';
    font-style: normal;
    font-weight: 400;
    font-size: 216px;
    line-height: 238px;
    text-align: center;
    letter-spacing: 0.13em;
    background: linear-gradient(359.97deg, #DA9749 22.71%, #E6B766 87.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0px;
}

#ahero h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.woocom-categ-grd {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 100px;
}

.categ-left-side h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    align-items: center;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.categ-inner-blk {
    margin-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    align-items: center;
    color: #FFFFFF;
}

.categ-left-inner-blk{
    padding-bottom: 5px;
}

.categ-left-inner-blk a:hover{
    color: #DA9749 !important;
}

.categ-left-side a{
    color: #FFFFFF !important;
}

.woocom-categ-header-grd {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
    margin-bottom: 40px;
    align-items: center;
}

.woocommerce-products-header__title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #BEBEBE !important;
    border: 0px !important;
    background: transparent;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 5px !important;
    max-width: 90%;
    border-radius: 0px !important;
}

.woocommerce ul.products{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, minmax(250px , 1fr));
    grid-gap: 25px;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: auto;
    position: relative;
    width: 100%;
    margin-left: 0;
    background: #181818;
    border-radius: 10px;
    padding: 13px 10px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.woocommerce .woocommerce-breadcrumb a{
    color: #FFFFFF !important;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
    margin-top: 0em;
    background: linear-gradient(31.38deg, #DA9749 26.53%, #E6B766 81.06%);
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 10px;
}

.woocommerce-message {
    border-top-color: #dda051;
    background: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.woocommerce-message::before {
    content: "\e015";
    color: #dda051;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #DA9749;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 1em;
    padding: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.woocommerce-product-details__short-description{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    -webkit-font-smoothing: antialiased;
    margin-top: 0em;
    background: linear-gradient(31.38deg, #DA9749 26.53%, #E6B766 81.06%);
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 10px;
    margin-left: 10px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"],input[type="number"], input[type="password"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid #e1aa5a;
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 8px;
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: #e6b766;
    line-height: 0.9;
}

.woocommerce a.remove {
    color: #dc9c4d!important;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding-top: 30px;
}

.restore-item{
    color: #fff !important;
}

.carousel__viewport{
    padding-bottom: 20px;
}

#post-79 .entry-header{
    display: none;
}

#post-80 .entry-header{
    display: none;
}

.wc-cart-my {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    left: auto;
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    margin-top: 0em;
    background: linear-gradient(31.38deg, #DA9749 26.53%, #E6B766 81.06%);
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 10px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: transparent;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    border: 0px !important;
}

.select2-container .select2-selection--single {
    border: 1px solid #e1aa5a;
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 8px;
    height: 44px;
}

.woocommerce-page .col2-set {
    width: 100%;
    margin-bottom: 20px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #666;
    border-radius: 5px;
}

.woocommerce-info::before {
    color: #da9749;
}

.showcoupon{
    color: #da9749 !important;
}

.woocommerce-privacy-policy-link{
    color: #da9749 !important;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
    width: 50px;
}

.product-name a{
    color: #fff !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    margin-top: 0em;
    background: linear-gradient(31.38deg, #DA9749 26.53%, #E6B766 81.06%);
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 10px;
    margin-left: 10px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 180px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
}

.posted_in{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.posted_in a{
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px;
    box-shadow: none;
    border-radius: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0px !important;
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #DA9749;
}

.woocommerce ul.products li.product .price {
    display: block;
    margin-bottom: 11px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 11px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0em;
    background: linear-gradient(31.38deg, #DA9749 26.53%, #E6B766 81.06%);
    border-radius: 10px;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 10px;
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 10px 15px;
    min-width: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e6b564;
    color: black !important;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 50px;
}

.comments-flx{
    display: flex;
    grid-gap: 20px;
}

.comments-flx img {
    width: 100%;
    padding-bottom: 20px;
}

.comments-grd {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 25px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #FFFFFF;
}

.comment-blk {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    height: 45px;
    padding-bottom: 10px;
}

.with_frm_style textarea {
    vertical-align: top;
    height: auto;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background: transparent !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
}

.blk{
    overflow: hidden;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    background: linear-gradient(31.38deg, #DA9749 26.53%, #E6B766 81.06%);
    border-radius: 10px;
    border: 0px !important;
    box-shadow: none !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    width: 430px;
    max-width: 100%;
    padding: 10px;
}

#frm-05{
    margin-bottom: 90px;
}

.serch-pg a{
    color: #DA9749 !important;
}

.serch-pg h1{
    margin: 0px;
    margin-bottom: 50px;
    font-size: 40px;
}

#policy .entry-header{
    display: none;
}

#policy{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.serch-pg article{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 25px;
    margin-bottom: 30px;
}

#comments{
    margin-bottom: 50px;
}

.woofc-count {
	right: 40px !important;
	left: auto !important;
}

.woofc-menu-item-inner-subtotal{
	display: none !important;
}

#menu-header_cart{
	list-style: none !important;
}

.woofc-menu-item .woofc-menu-item-inner i {
    color: #bebebe !important;
}

.woofc-menu-item .woofc-menu-item-inner a {
    color: #bebebe !important;
}

h2.rchProdSecSep {
    margin: 33px 0px 30px !important;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #e1aa5a !important;
    border-radius: 10px !important;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #000000 !important;
    padding: 8px !important;
	background: #fff !important;
}

.woocommerce div.product form.cart .variations label {
    text-align: left !important;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    color: #FFFFFF !important;
}

.woocommerce div.product form.cart .reset_variations {
    text-align: left !important;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    color: #FFFFFF !important;
}

.payment_box label {
	color: rgb(0 0 0) !important;
}

.Label{
		color: rgb(0 0 0) !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #da9749 !important;
}


#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #da9749;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}


.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0em !important;
}

@media (max-width: 1400px) {
    .comments-grd {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    #ahero {
        min-height: 400px;
    }

    .comment-blk {
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    #ahero h2 {
        font-size: 100px;
        line-height: 120%;
    }

    #ahero h3 {
        font-size: 27px;
    }

    .woocom-categ-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}


@media (max-width: 768px) {
    .ahero-line {
        margin-bottom: 10px;
    }

    .categ-left-side h2{
        width: 300px;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        float: none;
        clear: both;
        margin: auto !important;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr;
        grid-gap: 25px;
        width: 100%;
        margin: auto;
        margin-left: 0px;
    }

    .woocommerce-products-header__title {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 120%;
        color: #FFFFFF;
    }

    [type="search"] {
        font-size: 20px;
    }

    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
        margin: 0;
        text-decoration: none;
        padding: 5px 10px;
        min-width: 10px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 29px;
        display: flex;
        align-items: center;
        color: #FFFFFF !important;
    }

    .serch-pg article {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        margin-bottom: 40px;
    }

    .serch-pg article img{
        width: 100%;
    }

    .comments-flx {
        display: block;
        grid-gap: 20px;
    }

    #ahero h2 {
        font-size: 70px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    #frm-05{
        margin-bottom: 30px;
    }

    .woocom-categ-header-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 30px;
        align-items: center;
    }

    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .woocommerce .cart .button, .woocommerce .cart input.button {
        margin-left: 0px;
    }


    #ahero h3 {
        font-size: 20px;
        line-height: 120%;
        max-width: 90%;
        display: block;
        margin: auto;
    }

    .page-template-tmp_policy #ahero h3{
        font-size: 30px;
    }

    #ahero {
        min-height: 300px;
    }

    .page-template-tmp_policy #ahero {
        min-height: 180px !important;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        padding: 0px 0px;
    }
}
/* custom END ---------------------------------------*/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}