.price-filter-wrap button{
  border: none;
  background-color: #cc3333;
  color: #fff;
  border-radius: 5px;
}
.price-filter-wrap button:hover{
    background: #292929;
    color: #fff;
}
.sidebar-tags a{
  border-radius: 3px;
}
.sidebar-tags a:hover{
  color: #CC3433;
  background: rgba(204, 52, 51, 0.2);
  border: 1px solid  rgba(204, 52, 51, 0.2);
}
.sidebar-title:after{
   height: 1px;
}

.sidebar-categories li.active a{
  color: #CC3433;
}
.shop-product-item{
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
.mc_checkout{
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 32px 56px 52px 56px;
}
.mc_checkout h2{
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
}
.box_input{
  position: relative;
  border: 0.5px solid #777777;
  
}
.box_input i{
  position: absolute;
  top: 16px;
  right: 16px;
}
.box_input input{
  width: 100%;
  font-size: 16px;
  list-style: 19px;
  padding: 16px;
  padding-right: 36px;
  border: none;
  outline-color: #cc3333;
  outline-width: 0.5;
  
 
}
.box_input input:focus{
border-radius: 0px;
outline: 1px solid #CC3433;
}
.top_form{
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
.text_area{
  margin-top: 24px;
}

.text_area textarea{
  padding: 16px;
  border: 0.5px solid #777777;
  width: 100%;
  min-height: 198px;
  resize: none;
}
.text_area textarea:focus{
  border-radius: 0px;
outline: 1px solid #CC3433;
border: none;
}s
.mc_checkout h2{
  text-align: center;
  margin-bottom: 27px;
}
.coupon-form .form-control{
  padding: 10px 16px;
}
.mc_promotion{
  margin-top: 30px;
}
.mc_promotion h3{
  font-size: 20px;
line-height: 24px;
margin-bottom: 6px;
text-transform: uppercase;
}
.mc_cart_box{
  background: #FFFFFF;
  border: 1px solid #CC3433;
  padding: 30px;
}
.mc_cart_box h3{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
}
.mc_cart_box table:nth-child(3) tr td:first-child{
  color: #777777;
}
.mc_cart_box .table>:not(caption)>*>*{
  padding: 8px 0;
}
.mc_cart_box .table>:not(caption)>*:first-child>*{
  padding-top: 16px;
}
.mc_cart_box .table>:not(caption)>*:last-child>*{
  padding-bottom: 16px;
}
.mc_cart_box .table{
  margin-bottom: 0;
}
.mc_payment{
  margin-top: 16px;
}
.mc_cart_box .table:last-child td:first-child{
  color: #777777;
  font-weight: 500;
}
.mc_cart_box .table:last-child td:last-child{
  color: #CC3433;
  font-weight: 700;
}
.mc_line_check .form-check{
  padding-left: 0;
  margin-bottom: 16px;
  position: relative;
}
.mc_line_check [type='radio']     { display: none; }
.mc_line_check [type='radio']            + label::before { content: "\2B58";color: #777; font-size: 24px; position: absolute; left: -2px;width: 22px;}
.mc_line_check [type='radio']:checked    + label::before { content: "\25C9";color: #CC3433; width: 22px; position: absolute; left: 0px;}
.mc_line_check [type='radio']            + label{
  color: #777;
  font-weight: 600;
  padding-left: 28px;
}
.mc_line_check [type='radio']:checked            + label{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #CC3433;
  
}
.mc_line_check [type='radio']:checked  + * + .mc_desc_check{
  display: block;
}
.mc_line_check [type='radio']  + * +  .mc_desc_check{
  display: none;
}
.mc_desc_check{
  line-height: 15px;
  text-align: justify;
  color: #4F4F4F;
  font-size: 12px;
}
.mc_cart_box{
  font-size: 16px;
}
.mc_cart_box .cart-price{
  font-weight: 600;
}
.mc_promotion .custom-btn{
  border-radius: 0 3px 3px 0;
}


.container-login {
  width: 627px;
  margin: 0 auto;
}
.login,
.login-left .text-bg-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.form-login {
  padding: 40px 122px 70px;
}
.form-login h3 {
  text-align: center;
  font-size: 30px;
}
.form-login .form-input {
  margin: 27px 0 0;
}
.login .form-control {
  border-radius: 5px !important;
  border-color: #000000;
}
.login .form-control:focus {
  border-color: #cc3333;
}
.login .login-remember input[type=checkbox] {
  position: relative;
	border: 1px solid #777;
	border-radius: 2px 2px 0 0;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 10px 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 15px;
	width: 15px;
	-webkit-appearance: none;
  opacity: .5;
}
.login .login-remember input[type=checkbox]:hover {
  opacity: 1;
}
.login .login-remember input[type=checkbox]:checked {
  background-color: #cc3333;
  opacity: 1;
}
.login .login-remember input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 55%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.login .link-forgot {
  text-align: right;
}
.login .link-forgot a {
  color: #CC3433;
}
.login .custom-btn {
  width: 100%;
  border-radius: 5px;
}
.login .line-or {
  position: relative;
  z-index: 1;
  text-align: center;
}
.login .line-or::before {
  border-top: 1px solid #777;
  content:"";
  margin: 0 auto;
  position: absolute;
  top: 50%; left: 0; right: 0; bottom: 0;
  width: 100%;
  z-index: -1;
}
.login .line-or span {
  background: #fff; 
  padding: 0 15px; 
}
.login .btn-line {
  background: white;
  border: 1px solid #cc3333;
  color: #cc3333;
}
.login .btn-line:hover {
  background: #cc3333;
  color: white;
}
.form-input .row>* {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.login-left .row>* {
  padding: 0;
}
.login-left .text-bg-left {
  padding: 90px 30px;
}
.login-left .text-bg-left h2 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.login-left .text-bg-left p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
.login-tab li button.active {
  color: #cc3333;
}
.login-tab li button {
  background-color: transparent;
  border: 0;
  padding: 10px 0;
  transition: 0.3s;
  font-weight: 700;
  font-size: 30px;
}
.login-tab li span {
  color: #777;
  padding: 0 10px;
  font-size: 30px;
}
/* Login reponsive */
@media (max-width: 990px) {
  .form-login {
    padding: 40px 40px 70px;
  }
}
@media (max-width: 375px) {
  .form-login {
    padding: 40px 20px;
  }
  .login .row>* {
    padding: 0;
  }
}
/* =============================================
        Signup
=========================================== */
.signup h3 {
  color: #cc3333;
}
.signup .tx-realy {
  text-align: center;
}
.signup .tx-realy a {
  margin-left: 10px;
  color: #cc3333;
}
/* =============================================
        404
=========================================== */
.page-404 {
  height: 110vh;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}
.content-404 {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.page-404 h3 {
  font-size: 32px;
  color: #cc3333;
  font-weight: 700;
  text-align: center;
}
.page-404 p {
  font-size: 16px;
  text-align: center;
}
.page-404 .custom-btn {
  padding: 10px 55px;
}
.box_sadow{
  filter: drop-shadow(0px 20px 20px rgba(255, 127, 50, 0.2));
}
.hide_pasword{
  display: none;
}

@media only screen and (max-width: 1024px) {
  .text_area{
    margin-top: 20px;
  }
  .mc_checkout_box.pt-105{
    padding-top: 55px;
  }
  .mc_checkout{
    padding: 0;
    box-shadow: none;
  }
  .top_form {
    grid-template-columns: auto;
    gap: 20px;
  }
  .mc_checkout h2{
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .mc_checkout{
    padding: 0;
    box-shadow: none;
  }
  .content-404 {
    width: 90%;
  }
}
@media only screen and (max-width: 570px) {
  .mc_cart_box{
    margin-top: 30px;
    padding: 20px;
  }
  .mc_promotion{
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .mc_cart_box{
    margin-top: 20px;
  }
}