/*!
Theme Name: Hamro Rudraksha Bhandar
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: https://www.webcreationnepal.com/
Description: Rudraksha Nepal
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rudraksha_nepal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rudraksha Nepal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*own css*/
.btn-sm {
  background-color: #92572E;
  color: #fff;
}
.summary .onsale {
    display: none;
}
ins {
  color: #310B06;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: capitalize;
  float: left;
  text-decoration: none;
  font-size: 1.5rem;
}
ins span{
  text-decoration: none !important;
  margin-left: 0 !important;
  font-size: 1.5rem !important;
  color: #310B06 !important;
}
del {
  color: #5E5E5E;
  text-decoration: none !important;
}
.woocommerce .quantity .qty {
  width: 5.631em;
  border: 2px solid #050100;
  height: 40px;
  border-radius: 8px;
  text-align: center;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #966757 !important;
  color: #fff;
  border-top: 3px solid #b7816e;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.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 !important;
}
.button.wc-forward {
  position: relative;
  display: inline-block;
  background: #CD7C4B;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 4px 14px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button.wc-forward:hover, .button.wc-forward:focus {
  background: #310B06;
  color: #fff;
}
.product_dtls .onsale {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    color: #fff;
    background-color: #ca1717;
    border-color: #ca1717;
}
.commentlist {
  padding: 0;
}
#comment-2 {
  list-style: none;
}
.comment-author img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 3px solid #fff;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.comment-author a, .says, .comment-meta a, .comment-content, .comment-reply-link {
    color: #fff;
}
.wc-block-cart-item__product {
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 20px !important;
}
.form-submit .submit { 
    float: right !important;
    position: relative;
    display: inline-block;
  background: #CD7C4B;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 12px 36px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-submit .submit:hover, .form-submit .submit:focus {
    background: #310B06;
  color: #fff;
}
.woocommerce-pagination .page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.page-numbers li .page-numbers {
  text-decoration: none;
  color: #310B06;
  font-size: 15px;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-numbers li .page-numbers.current {
    background-color: #CD7C4B;
    color: #fff;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  position: relative;
  display: inline-block;
  background: #CD7C4B;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 12px 36px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: visible !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover, .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:focus {
  background: #310B06;
  color: #fff;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  position: relative;
  display: inline-block;
  background: #CD7C4B;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 12px 36px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: visible !important;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:focus {
  background: #310B06;
  color: #fff;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained, .woocommerce-Button {
  position: relative;
  display: inline-block;
  background: #CD7C4B;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 12px 36px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: visible !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover, 
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:focus, .woocommerce-Button:hover, .woocommerce-Button:focus {
  background: #310B06;
  color: #fff;
}
.wp-block-woocommerce-cart-order-summary-block {
  background-color: #f0f0f0;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 3px;
  padding: 30px;
}
.wc-block-cart__submit-container {
  margin-top: 10px;
}
.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
    color: #5E5E5E;
  font-size: 16px;
  text-decoration: line-through !important;
  margin-left: 10px;
}

.order_details li {
    list-style: none;
      /*border-bottom: 1px solid rgba(0,0,0,.05);*/
    position: relative;
    display: inline-block;
    border-right: 1px solid #ebe4e4;
    padding: 0 14px;
}
.order_details li:last-child {
    list-style: none;
      /*border-bottom: 1px solid rgba(0,0,0,.05);*/
    position: relative;
    display: inline-block;
    border-right: none;
    padding: 0 14px;
}
.order_details li:first-child {
    padding-left: 0;
}
.order_details li strong {
    display: block;
}

.order_details {
    padding: 0;
}
h2.wc-bacs-bank-details-heading {
    margin-top: 30px;
}
h3.wc-bacs-bank-details-account-name {
    margin: 10px 0;
    font-size: 16px;
}

.woocommerce-MyAccount-navigation {
  width: 17.6470588235%;
  float: left;
  background: #310B06;
  padding: 20px;
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0,0,0,.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgb(75, 21, 14);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: .875em 0;
  display: block;
  color: #fff;
}
.woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}
.entry-footer {
  display: none;
}
.col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.col2-set.addresses .col-1 {
width: 41.1764705882%;
float: left;
margin-right: 5.8823529412%;
}
.col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
}
.woocommerce-orders-table tr,.woocommerce-orders-table th, .woocommerce-orders-table td {
    padding: 20px !important;
    border-bottom: 1px solid #aca6a6;
}
.woocommerce-form-row label {
    display: block;
}
.woocommerce-Input {
    display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 45px;
}