html {
  scroll-behavior: smooth!important;
}
.header-mid {
	padding:17px 0 17px 0!important;
}
.bosmarket-logo {
	width:150px!important;
}
.home #burger{
	top:2px!important;
}
.header-mid .mid-header {
	margin-right:40px!important;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a {
	height:auto!important;
}
.top-item .sw-quickview {
  display: none !important;
}

.item .item-wrap .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a
{
  background-color: transparent !important;
  position: absolute;
  top: 0px;
  right: 0px;
}

.item .item-wrap .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before
{
  font-size: 27px;
  content: "\f08a";
  color: #454545 !important;
}
.item:hover .item-wrap .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before
{
  color: #fff !important;
}

.item .item-wrap .item-detail .products-thumb {
  border-radius: 10px;
}

.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content {
  text-align: start;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 {
  margin: 0px;
  padding-bottom: 7px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 a {
  font-family: "BrandonText-Regular"!important;
  font-size: 14px;
  font-weight: 500;
 
}
.item .item-wrap .item-detail .item-content .item-price {
  color: #222222;
  font-family: "BrandonText-Regular"!important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.item .item-wrap .item-detail .item-content .item-bottom {
  display: flex;
    justify-content: flex-end;
}
.item .item-wrap .item-detail .item-content .item-bottom a {
  padding: 0px;
  height: 43px !important;
  width: 45px;
  border: none !important;
  text-align: center;
  border: none !important;
  vertical-align: middle;
  background-color: #670016 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.item .item-wrap .item-detail .item-content .item-bottom a .fa-shopping-bag {
  color: #fff !important;
  font-size: 19px;
}
.circle {
  background-color: #670016;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
}
.item:hover .item-wrap .item-detail .item-content .item-bottom a{
  background-color: #fff3e7 !important;
}
.item:hover .item-wrap .item-detail .item-content .item-bottom a .fa-shopping-bag{
  color: #670016 !important;
}
.item .item-wrap .item-detail .item-content .item-bottom::before {

  display: inline-block;
  content: "";
  border-bottom: 0.5px solid #cfcfcf;
  width: 92.4%;
  margin: 0 10px 0px 0px;
  transform: translateY(-19px);

}
.footer-copyright {
  display: none;
}
.footer .footer-top .vc_column-inner >.wpb_wrapper {
  background: transparent!important;
}
#custom-footer .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
  padding-top: 0px!important
}
#custom-footer {
  margin-bottom: 0px!important;
}
#footer-first-row .vc_column-inner{
  padding-top: 0px!important;
}
.font-light-gray {
  color:#e4e4e4!important;
}
.font-dark {
  color:#670016!important;
}
#footer.footer {
  background: #670016!important;
  padding: 40px 60px!important;
}
.custom-btn-style button {
  background: transparent!important;
  border: none!important;
  border-bottom: 1px solid #b3808b!important;
  border-radius: inherit!important;
  color: #670016!important;
  font-weight: 600!important;
  text-transform: uppercase!important;
  font-size: 14px!important;
  width: 270px!important;
  text-align: left!important;
  padding: 15px 0px!important;
}
.custom-btn-style{
  position: absolute!important;
    bottom: 0px!important;
}

.archive #main  {
  display: flex;
  flex-direction: row;
  min-height: 300px;
  height: auto;
  width: 100%;
}

  
.archive #main .widget_sp_image {
 width: 40%;
 margin-bottom: 0px;
}
.archive #main .product-archive-section {
  width: 60%;
  background-color: #fff3e7 !important;
}
.category-button {
  background: transparent!important;
    border: none!important;
    border-bottom: 1px solid #b3808b!important;
    border-radius: inherit!important;
    color: #670016!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
    width: 270px!important;
    text-align: left!important;
    padding: 15px 0px!important;
}
/* .category-button .vc-material-arrow_forward:before {
  content: "\e5c8";
} */
.archive .product-archive-section {
  padding: 100px 80px!important;
}
.archive .product-archive-section .page-title, .archive .section-category-heading {
  font-size: 80px!important;
  font-family: 'Cormorant Upright', serif !important;
  color: #670016!important;
  text-transform: capitalize!important;
  padding-bottom: 40px!important;
}
.archive .section-category-heading {
  padding: 40px 0px!important;
  text-align: center!important;
}
.archive .products-wrapper {
  padding: 0px 50px;
}
.archive #contents {
  padding: 0px!important;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  -o-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .item-content h4 a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.number-col h1{
  text-align: center;
  background: #ee7e7e;
  width: 70px;
  text-align: center;
  margin: 0 auto;
  color: #670016;
  font-family: 'Cormorant Upright', serif;
  font-size: 60px;
  height: 70px;
  line-height: 60px;
  border-radius: 50%;
}
.steps-p{
  text-transform: uppercase;
  font-weight: bolder;
  color: #670016;
  font-size: 16px;
}
.product-template-default.single-product .bosmarket_breadcrumbs {
  display: block!important;
}
.product-template-default.single-product .product_title{
  font-family: 'Cormorant Upright', serif;
  font-size: 40px;
}
.breadcrumbs .breadcrumb .active span{
  color: #670016!important;
  font-weight: 700!important;
}
.product-template-default .single-product .description {
  font-size:17px!important;
}
.product-template-default .single-product .woocommerce-Price-amount {
  color: #000!important;
}
.single-product .sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2 {
  padding: 15px 0 33px!important;
  color: #670016!important;
  text-transform: capitalize!important;
  font-family: 'Cormorant Upright', serif!important;
  font-size: 40px!important;
  text-align: center!important;
  border-bottom: none!important;
}
.single-product .sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2:before {
  display: none!important;
}
.top-login2 ul li:before {
  background: none;
  display: none;
}
.top-login2 ul li .wg {
  display: none;
}

.top-login2 ul li a span {
  display: none;
  width: auto;
  height: auto;
  position: initial;
}
.top-form.top-form-minicart .minicart-title h3, .top-form.top-form-minicart .minicart-title p {
display: none;
}
.header-style1 .mid-header .widget_nav_menu ul.menu>li>a .menu-title {
  display: none;
}
.top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  height: 25px;
  width: 25px;
  background: url(../assets/img/default/cart.png) no-repeat center center;
  position: relative;
  background-size: contain;
}
.top-login2 ul li a:before {
  /* content: '';
  background: url(../assets/img/icon-account2.png) center center no-repeat; */
  width: 25px;
  height: 25px;
  font-size: 25px;
  position: relative;
  font-family: FontAwesome;
  color: #fff;
  left: 0;
  top: 0;
  content: "\f2be";
  background-size: contain;
  display: inline-flex;
}

#menu-whilist-menu .menu-wishlist .fa-heart-o {
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #fff;
  margin-right: 9px;
}
.top-login2 ul li {
  position: relative;
  padding: 0px 9px 0px 0px;
}
.top-login2 ul {
  margin: 0px 0px 0 0;
}
.top-form.top-form-minicart .top-minicart-icon .minicart-number {
  top: 0px;
  right: 10px;
  margin-left: 13px;
  font-size: 8px;
  height: 15px;
  width: 15px;
  line-height: 14px;
}
.header-gift {
  background: #fff!important;
  border-radius: 20px;
  color: #670016!important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  display: none;
}
.home .header-gift {
  display: inline-block!important;
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: auto;
	font-weight: bolder!important;
}
.home #woocommerce_currency_converter-7 {
	display: inline-block!important;
    position: absolute!important;
    bottom: -67px!important;
    right: 60px!important;
}
#woocommerce_currency_converter-7  {
	bottom: -10px!important;
	display: inline-block!important;
    position: absolute!important;
    right: 60px!important;
}
#woocommerce_currency_converter-7 .currency_switcher {
	background: #fff!important;
    border-radius: 20px!important;
    color: #670016!important;
    text-transform: uppercase!important;
    padding: 5px 20px!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
.header-bottom {
  display: none!important;
}
.header-mid {
  padding: 30px!important;
  background: #670016!important;
  position:relative!important;
}
.mid-header{
  margin-top: 1.5%!important;
}
.home .mid-header {
  margin-top: 0% !important;
  position: relative;
}
.home .header-mid {
  background: transparent!important;
}
/* #cat-element .home-cat-element-button button:after {
  content: "";
    width: 100%;
    height: 2px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background: #670016!important;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform .5s ease-in-out;
}
#cat-element .home-cat-element-button button:hover:after{ 
  transform: scaleX(0);
  transform-origin: bottom right;
} */
#cat-element .home-cat-element-button a, #cat-element .home-cat-element-button button, .category-explore-button {
  border-bottom:none!important;
}
#cat-element .home-cat-element-button a:before, #cat-element .home-cat-element-button button:before, .category-explore-button:before{
  background-color: #2A2A2A;
}
#cat-element .home-cat-element-button a:before, #cat-element .home-cat-element-button button:before, .category-explore-button:before {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}
#cat-element .home-cat-element-button a:before, #cat-element .home-cat-element-button a:after, #cat-element .home-cat-element-button button:before, #cat-element .home-cat-element-button button:after, .category-explore-button:before, .category-explore-button:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 0.8px;
  bottom: 0;
  right: 0;
  background-color: #670016;
  transition: transform 0.4s cubic-bezier(0.65, 0.005, 0.35, 0.995);
}
#cat-element .home-cat-element-button a:hover:before, #cat-element .home-cat-element-button a:hover .button.button-main:before,#cat-element .home-cat-element-button button:hover:before, #cat-element .home-cat-element-button button:hover .button.button-main:before,.category-explore-button:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
#cat-element .home-cat-element-button a:after, #cat-element .home-cat-element-button button:after, .category-explore-button:after{
  background-color: #670016;
}
#cat-element .home-cat-element-button a:after, #cat-element .home-cat-element-button button:after, .category-explore-button:after{
  transform-origin: right;
  transition-delay: 0.25s;
}
#cat-element .home-cat-element-button a:hover:after, #cat-element .home-cat-element-button a:hover .button.button-main:after, #cat-element .home-cat-element-button button:hover:after, #cat-element .home-cat-element-button button:hover .button.button-main:after, .category-explore-button:hover:after {
  transform: scaleX(0);
  transition-delay: 0s;
}
.home-menu-align li:before, .home-menu-align li:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 0.8px;
  bottom: 0;
  right: 0;
  background-color: #8d4050;
  transition: transform 0.4s cubic-bezier(0.65, 0.005, 0.35, 0.995);
}
.home-menu-align li:before{
  background-color: #8d4050;
}
.home-menu-align li:before{
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}
.home-menu-align li:after{
  background-color: #8d4050;
}
.home-menu-align li:after{
  transform-origin: right;
  transition-delay: 0.25s;
}
.home-menu-align li:hover:after{
  transform: scaleX(0);
  transition-delay: 0s;
}
.home-menu-align li:hover:before{
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.woocommerce div.product form.cart .variations label{
  font-family: "Roboto", Helvetica, Arial, sans-serif!important;
  text-transform: capitalize!important;
  font-weight: 700!important;
}
.product_detail .content_product_detail .cart .quantity {
  border-radius: 30px!important;
  border: 1px solid #fbcca4!important;
}
.product_detail .content_product_detail .single-buynow .single_add_to_cart_button, .product_detail .content_product_detail .single-buynow .button-buynow{
  background-color: #670016!important;
  border: 1px solid #670016!important;
  border-radius: 30px!important;
  color: #fff!important;
}
.product_detail .content_product_detail .single-buynow .single_add_to_cart_button:hover{
 background-color: #670016!important;
}
.single-product >.tabs .woocommerce-tabs .wc-tabs li.active a, .single-product >.tabs .woocommerce-tabs .wc-tabs li:hover a {
  background-color: #670016!important;
  border-right: 1px solid #670016!important;
}
.woocommerce div.product p.price{
  color: #670016!important;
}
.product_detail .content_product_detail .social-share a {
  background-color: #670016!important;
}
.custom-head-light h1{
  color: #fff;
  font-family: 'Cormorant Upright', serif;
  font-size: 60px;
}
.about-description p{
  color: #e4e4e4;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 29px!important;
}
.explore-btn button {
  background: transparent!important;
  border: none!important;
  border-radius: inherit!important;
  color: #fff!important;
  font-weight: 100!important;
  text-transform: uppercase!important;
  font-size: 14px!important;
  width: 270px!important;
  text-align: left!important;
  padding: 15px 0px!important;
}
.about-number-col h1{
  font-family: 'Cormorant Upright', serif!important;
  color: #e4e4e4!important;
  font-size: 170px!important;
  line-height: 40%!important;
}
.about-number-col {
  text-align: right!important;
}
.about-description-p p{
  font-size: 16px;
  color: #252525;
}
.about-title-p {
  margin-bottom: 10px!important;
}
.about-head-col{
  font-family: 'Cormorant Upright', serif;
    color: #670016;
    font-size: 45px;
}
.aboutpage-number-col  {
  width:8.33%!important;
}
.about-odd-image .vc_figure, .about-even-image .vc_figure {
  background: #670016;
}
.about-odd-image .vc_figure img{
  position: relative;
  top: 30px;
  left: 30px;
}
.about-even-image .vc_figure img{
  position: relative;
  top: 30px;
  right: 30px;
}
.about-positional-image-row {
  position: relative;
  top: -400px;
}
.about-bottom-text{
  position: absolute;
  bottom: 10%;
  right: 0;
}
.footer-heading h1 {
  color: #fff3e7 !important;
  font-family: 'Cormorant Upright', serif!important;
  font-size: 40px!important;
}
.footer .widget_nav_menu ul li a:before {
  display: none!important;
}
.footer .widget_nav_menu ul li a{
  color:#fff!important;
}
.footer .widget_nav_menu ul li a:after{
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  -o-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}
.footer .widget_nav_menu ul li a:hover:after{
  width: 100%;
  left: 0;
  right: auto;
}
.footer .widget_nav_menu ul li a:hover {
  padding: 0px!important;
}
.footer .widget_nav_menu ul li a {
  padding:0px!important;
}

#sw_woo_search_1.active .content-search {
  width: 360px;
  transition: width 0.4s ease-out;
}
.topsearch-entry .search-append {
  top: 37px;
}
#sw_woo_search_1.active .button-search-pro {
  color:#444;
  left: unset;
}
.bosmarket_top .top-form.top-search {
  border: none !important;
}
#sw_woo_search_1.active .button-search-pro:hover {
  color:#444;
}
#sw_woo_search_1 .content-search {
  width: 0px;
}
#sw_woo_search_1 .button-search-pro {
  width: 30px;
  height: auto;
  line-height: 32px;
  font-size: 22px;
  background-color: transparent;
  position: absolute;
  top: -4px;
  right: 5px;
}
.bosmarket_top .top-form.top-search #sw_woo_search_1.active input {
  padding-left: 15px !important;
  padding-right: 30px !important;
  top: -6px;
	width: 100%;
}
.bosmarket_top .top-form.top-search input {
  position: absolute;
  top: -4px;
}
.bosmarket_top .top-form.top-search.non-category input {
  border-radius: 30px!important;
  width: 0px;
}
.gift-banner-p p{
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1;
  font-size: 16px;
}
.gift-banner-h1 h1, .gift-card-2-way h1{
  font-family: 'Cormorant Upright', serif;
  color: #670016;
  font-size: 60px;
}
.gift-card-2-way .font-large{
  font-size: 150px;
  line-height: 50px;
}
.gift-banner-p-second p{
  font-size: 30px;
  line-height: 40px!important;
  color: #670016;
  font-weight: 100;
}
.solid-btn a{
  background-color: #670016!important;
  border: 1px solid #670016!important;
  border-radius: 30px!important;
  color: #fff!important;
  text-transform: uppercase;
  font-size: 12px!important;
}
.hollow-btn a{
  border: 1px solid #fff!important;
  border-radius: 30px!important;
  color: #fff!important;
  text-transform: uppercase;
  font-size: 12px!important;
  background: transparent!important;
}
.gift-dark-text {
  color: #242424!important;
}
.hallow-dark-btn button, .product_detail .content_product_detail .single-buynow .button-buynow{
  background-color: transparent!important;
  border: 1px solid #670016!important;
  border-radius: 30px!important;
  color: 670016!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
}
.gift-card-three-col-heading{
  margin-bottom: 10px;
    margin-top: 10px;
    color: #242424;
    font-size: 20px;
}
.gift-voucher #voucher-multistep-form .voucherform .form-group input[type="text"], .gift-voucher #voucher-multistep-form .form-group input[type="email"], .gift-voucher #voucher-multistep-form .form-group input[type="tel"],.gift-voucher #voucher-multistep-form .form-group input[type="number"],.gift-voucher #voucher-multistep-form .form-group select, .gift-voucher #voucher-multistep-form .form-group textarea {
  border-radius: 30px!important;
  border: 1px solid!important;
}
#voucher-multistep-form .secondRightDiv .voucherBottomDiv input[type="text"], #voucher-multistep-form .secondRightDiv .voucherBottomDiv input[type="text"]:focus, #voucher-multistep-form .secondRightDiv .voucherBottomDiv input[type="text"]:hover, #voucher-multistep-form .secondRightDiv .voucherBottomDiv textarea, #voucher-multistep-form .secondRightDiv .voucherBottomDiv textarea:hover, #voucher-multistep-form .secondRightDiv .voucherBottomDiv textarea:focus,.wpgv_preview-box .cardDiv .voucherBottomDiv input[type="text"], .wpgv_preview-box .cardDiv .voucherBottomDiv input[type="text"]:focus, .wpgv_preview-box .cardDiv .voucherBottomDiv input[type="text"]:hover, .wpgv_preview-box .cardDiv .voucherBottomDiv textarea, .wpgv_preview-box .cardDiv .voucherBottomDiv textarea:hover, .wpgv_preview-box .cardDiv .voucherBottomDiv textarea:focus {
  border-radius: 10px!important;
  height:35px!important;
}
.top-logo {
  margin-left: 36px;
}
.menu-box.is-active .menu-container-slide {
  height: 100%;
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(1, 0.19, 0.57, 1.01);
  transition-delay: 0s;
}
.menu-container-slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  z-index: 90;
  flex-wrap: wrap;
  background-color: #fff;
  position: fixed;
  
}
#burger {
  right: -10px;
  width: 2.188vw;
  height: 1.25vw;
  z-index: 95;
  font-size: 0px;
  display: block;
  cursor: pointer;
  position: absolute;
  transform: translate(0px, 0px);
  background-color: transparent;
  border: none;
	padding-top:1.8%!important;
}
.home #burger {
	padding-top:0px!important;
}
#burger span {
  height: 2px;
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  transition: all 0.4s ease-out;
}
#burger span:nth-child(3):before {
  transition-delay: 0.2s;
}
#burger span:nth-child(2):before {
  transition-delay: 0.1s;
}
#burger span:nth-child(2) {
  margin: 0.5vw 0;
}
#burger span:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a, .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon button, .woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce .checkout #payment #place_order, .woocommerce-page .checkout #payment #place_order, .block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login, .woocommerce #reviews #review_form_wrapper .comment-form input#submit, .woocommerce-page .entry-summary form.register button[type="submit"], .tnp-subscription form input[type="submit"], .return-to-shop a, .contact-right .wpcf7 .wpcf7-submit, .woocommerce-form-login .button, .woocommerce-ResetPassword .woocommerce-Button, .woocommerce-form-coupon .button {
  background-color: #670016!important;
  color: #fff!important;
  border-radius:30px!important;
  font-weight: 900!important;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon button{
  border: none!important;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a:hover,.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon button:hover, .woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce .checkout #payment #place_order, .woocommerce-page .checkout #payment #place_order:hover, .block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login:hover,.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover, .woocommerce-page .entry-summary form.register button[type="submit"]:hover,  .tnp-subscription form input[type="submit"]:hover, .contact-right .wpcf7 .wpcf7-submit:hover, .woocommerce-form-login .button:hover, .woocommerce-ResetPassword .woocommerce-Button:hover, .woocommerce-form-coupon .button:hover {
  background-color: #fbcca4!important;
  color: #670016!important;
}
.top-form .wrapp-minicart .cart-checkout .checkout-link a, .page.woocommerce-page .woocommerce form table.shop_table.shop_table_responsive tr td.actions> button, .block-popup-login .block-content .btn-reg-popup{
  background-color: transparent!important;
  color: #670016!important;
  border: 1px solid #670016!important;
  border-radius: 30px!important;
  font-weight: 900!important;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	padding: 1em!important;
}
.top-form .wrapp-minicart .cart-checkout .checkout-link a:hover,.page.woocommerce-page .woocommerce form table.shop_table.shop_table_responsive tr td.actions> button:hover, .block-popup-login .block-content .btn-reg-popup:hover{
  border: 1px solid #fbcca4!important;
}
.entry-summary table td > a, .woocommerce > .cart-collaterals .cart_totals table tr.order-total th .amount, .woocommerce > .cart-collaterals .cart_totals table tr.order-total td .amount, .woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th .amount, .woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td .amount {
  color: #670016!important;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle, .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
  background-color: #670016!important;
}
/* .home-cat-element-p {
  text-align: justify!important;
} */
.term-description {
  text-align: justify!important;
}
.block-popup-login .tt_popup_login, .block-popup-login .tt_popup_login strong {
  background-color: #670016!important;
}
.burger {
  position: relative;
}
.mobile-layout.woocommerce-account #customer_login input.button {
  background-color: #670016!important;
}
.cat-description {
  display:none!important;
}
#burger.has-open span:nth-child(1) {
	height:1px!important;
  transform: rotate(135deg) translate(0.438vw, -0.375vw);
}
#burger.has-open span:nth-child(2) {
  opacity: 0;
}
#burger.has-open span:nth-child(3) {
   height:1px!important;
  transform: rotate(45deg) translate(-0.375vw, -0.375vw);
}
.size-chart {
  float: right;
}
#bosmarket-totop, #bosmarket-totop:hover{
	-webkit-transform: none!important;
	 transform: none!important;
	background-color: #670016!important;
}
#bosmarket-totop:before {
	content: '\f062'!important;
}
.product-cat-shop-button{
	position: absolute;
    bottom: 10%;
}
.product-archive-section {
	position:relative;
}
.tax-product_cat .container, .archive.woocommerce .container{
	max-width:100%!important;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before, .products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before {
	background-color: #670016!important;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.active:before {
	color:#fff!important;
}
.footer-mstyle1 .footer-menu div:nth-child(3) {
	display:none!important;
}
.footer-mstyle1 .footer-menu{
	display: flex;
    justify-content: space-between;
}
#voucher-multistep-form.wizard>.steps>ul>li {
	width:33.33%!important;
}
#voucher-multistep-form.wizard>.content>.body legend {
	font-family: 'Cormorant Upright', serif!important;
    color: #670016!important;
    font-size: 36px!important;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button, .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
	padding:12px 15px!important;
}
.mobile-layout .social-share a i:before{
	line-height:36px!important;
}
.woocommerce #content .woocommerce-message, .woocommerce #content .woocommerce-error, .woocommerce #content .woocommerce-info, .woocommerce #contents .woocommerce-message, .woocommerce #contents .woocommerce-error, .woocommerce #contents .woocommerce-info, .woocommerce-page #content .woocommerce-message, .woocommerce-page #content .woocommerce-error, .woocommerce-page #content .woocommerce-info, .woocommerce-page #contents .woocommerce-message, .woocommerce-page #contents .woocommerce-error, .woocommerce-page #contents .woocommerce-info {
	border-top-color: #fbcca4!important;
}
.thank-you-text{
	font-family: 'Cormorant Upright', serif;
    color: #670016;
    font-size: 36px!important;
    line-height: 100px;
    max-width: 70%;
    margin: 0 auto;
    font-weight: 500;
    padding: 60px 0px;
}
.social-link-footer {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px;
}
.footer .widget_nav_menu .social-link-footer li a, .footer .widget_nav_menu .social-link-footer li a:hover{
    padding:10px!important;
}
.sw-custom-variation .sw-radio-variation.selected span {
    background-color: #670016!important;
}
.wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: initial!important;
  filter: alpha(opacity=75);
}
.category-explore-button {
	padding-top:10%!important;
}
.woocommerce-message {
	text-align:center;
	font-weight:600;
	border-top-color: #fbcca4!important;
}
.woocommerce-message .button, #btn-razorpay-cancel{
	background-color: transparent!important;
    color: #670016!important;
    border: 1px solid #670016!important;
    border-radius: 30px!important;
    font-weight: 900!important;
}
.woocommerce-message .button:hover, #btn-razorpay-cancel:hover{
	border: 1px solid #fbcca4!important;
}
.woocommerce-order-pay .container{
	padding-top:30px!important;
}
#btn-razorpay-cancel {
	padding: 8px 30px!important;
}
#btn-razorpay{
	background-color: #670016!important;
    color: #fff!important;
    border-radius: 30px!important;
    font-weight: 900!important;
    padding: 8px 30px!important;
}
#btn-razorpay:hover{
	background-color: #fbcca4!important;
    color: #670016!important;
}
.woocommerce-thankyou-order-received {
	text-align: center!important;
    font-family: 'Cormorant Upright', serif!important;
    color: #670016!important;
    font-size: 35px!important;
    padding: 30px!important;
    font-weight: 600!important;
}
.woocommerce-ResetPassword .woocommerce-Button, .woocommerce-form-coupon .button {
	padding: 8px 15px!important;
}
.checkbox input[type="checkbox"] {
	float:none!important;
}
.button-buynow.wc-variation-selection-needed {
  pointer-events: all !important;
}