body{font-family: 'Muli', sans-serif;font-size: 16px;}

/* Container-spacing */
.cont{padding-top: 80px;padding-bottom: 80px;}

/* Backgorund */
.bg-1{background: #f6f6f6;}
/* Colors */
.clr-1{color: #000;}
.clr-2{color: #fff;}
.clr-3{color: #c6a568;}

/* Typography section */
a{color: #c6a46f;}
a:hover{color: #b2915e;}
legend,
.ttl-1,
.ttl-2,
.ttl-3,
.amatic{font-family: 'Amatic SC', cursive;line-height: 1;}
.ttl-line:after{content:'';display: block;width: 120px;height: 2px;background: #c6a46f;margin-top: 30px;}
.text-center.ttl-line:after{margin-left: auto;margin-right: auto;}
.ttl-1{font-size: 55px;margin:0 0 80px 0;}
.ttl-2{font-size: 38px;margin:0 0 50px 0;}
legend,.ttl-3{font-size: 28px;margin:0 0 30px 0;}

.clr-3.ttl-line:after{background: #000000;}

p{line-height: 1.75;}

/* Buttons */
.btn-2,
.btn-1{padding: 12px 25px;border-radius: 5px;background: #ffffff;color: #000000;font-size: 16px;font-weight: 600;display: inline-block;transition: all 0.5s;text-decoration: none;border:none}
.btn-1:hover,
.btn-1:focus,
.btn-1:active{background: #000000;color: #ffffff;text-decoration: none;}

.btn-2{background: #c6a568;color: #ffffff;}
.btn-2:hover,
.btn-2:focus,
.btn-2:active{background: #000000;color: #c6a568;text-decoration: none;}


/* Image setting */
.img-center > img{display: block;max-width: 100%;margin: 0 auto;}
.img-responsive{max-width: 100%;width: auto;}


/* Footer section */
.primary-footer{background: #c6a568;color: #000000;}
.primary-footer a{color: #000000;}
.primary-footer ul{list-style-type: none;padding: 0;margin:0;}

.ft-ttl{font-size: 22px;font-weight: 700;margin-bottom: 20px;}
.primary-footer .social-sect{margin-bottom: 50px;}
.primary-footer .social-sect li{margin-right: 20px;}
.primary-footer .social-sect a{margin-bottom: 50px;font-size: 18px;}
.primary-footer .ft-links li{margin-bottom: 10px;}
.primary-footer .ft-misc > a{margin-bottom: 20px;display: inline-block;}
.primary-footer .ft-misc > p{/*margin-bottom: 50px;*/ margin-bottom: 25px;}
.primary-footer .ft-misc .payment p{margin-bottom: 5px;}
.secondary-footer {color: #c6a568;background: #1c0900;padding: 20px 0;text-align: center;}
.secondary-footer p{margin-bottom: 0;font-size: 12px;}

/*footer css*/
.cst-footer-text p{font-size:12px;}
.cst-footer-image .cst-extra-image {max-width: 60px;}

/* Parallax plugin fix */
.parallax-background{position: relative;}
.parallax-inner{z-index: 1;background-position: center;background-size: cover;}
.parallax-content{position: relative;z-index: 2;}

/* Small banner section */
.sm-banner-content{min-height: 400px;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;display: -ms-flexbox;display: flex;}
.sm-banner-text{margin-bottom: 0;}
.sm-banner-text a,
.sm-banner-text {color:#fff;text-decoration: none;text-align: center;}
.sm-banner-text span{padding: 0 15px;}

/* Form setting */
legend{padding-top: 50px;}


.header-sub-menu{background:#c6a568;padding:10px 0;}
.header-sub-menu .menu {display:flex;align-items:center;justify-content: space-between;list-style-type: none;margin:0;padding:0;flex-wrap:nowrap;overflow:auto;}
.header-sub-menu .menu li{padding:0 15px;border-right:1px solid #fff;flex: 1 1 0;text-align: center;}
.header-sub-menu .menu li:last-child{border:none;}
.header-sub-menu .menu li a{color:#fff;white-space:nowrap;}

/*product category sidebar 12-5-2021*/
.category-order{position:absolute; right:0; top:0;}
.cst-product-position{position:relative}
.mobile-display-subcategory{display:none;}
.category-arrow{border: solid #ffffff;border-width: 0 3px 3px 0;display: inline-block;padding: 4px;margin-left: 10px;}
.category-arrow.up{transform: rotate(45deg);-webkit-transform: rotate(45deg);}
@media(min-width:767px){
    /*.woocommerce .category-product-list ul.products li.product, .woocommerce-page .category-product-list ul.products li.product{width:auto;}*/
    .woocommerce .category-product-list ul.products li, .woocommerce-page .category-product-list ul.products li{margin-top: 10px;margin-bottom: 10px;margin-right: 0;padding-right: 10px;}
}