/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2023-09-16 21:44:10 */
body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 49%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 49%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 36.75%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 36.75%;
    }
}
@media (max-width: 480px){
    .products-grid .product-item {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
}

button:hover{
background-color:#F88792;
}
.fieldset > .legend{
color:#333;
}
.modes-mode.active, .modes-mode:hover{
color: #cf3341;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight{
color: #cf3341;
}
.amsearch-products .amsearch-highlight{
background-color: #cf3341;
}
.amsearch-form-container .input-text:focus{
	border: none;
}
.page-main > .page-title-wrapper .page-title{
color: #333;
}
.cart-summary #block-shipping{
display:none;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #cf3340;
  border-radius: 50%;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon::before {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #cf3340;
  border-bottom: 2px solid #cf3340;
  content: '';
  transition: all .3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #cf3340;
  color: #fff;
  line-height: normal;
  font-size: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 30px;
}
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger){
background-color: #cf3341;
}
.footer-bottom {
	background-color: #3b4348;
	padding: 15px 0;
	font-size: .9em;
}
.footer-bottom address {
	order: 1;
	padding: 10px 8px 10px 0;
	text-align: left;
	margin-right: auto;
	flex: auto;
	color: #fff;
}
.footer-middle .custom-html-widget{
	color: #fff;
}
.footer-middle .custom-html-widget h4.widget-title{
	color: #fff;
}
.contact-index-index .page-main .contact-info p{
margin-left:0px;
}
.footer-middle {
	background-color: #3b4348;
	color: #fff;
}
.footer .footer-middle .col-lg-12 .col-lg-12::before{
	border-top: 1px solid #fff !important;
}
.footer-middle > .container::after {
border-bottom: 1px solid #fff;
}
.product-item .product-item-actions{
display: none !important;
}
.am-porto-cmtb .page-header.type1{
z-index: 901 !important;
}
.footer .follow-us .share-links a{
border: 1px solid #fff !important;
}
.box-tocart .action.tocart {
  background: #cf3341;
  margin-bottom: 12px;
}
.small-list.products-grid .product-items .product-item-details .old-price .price {
  color: #a7a7a7 !important;
}
.sub-categories {
  padding: 0;
}
.sub-categories li {
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 12px;
	list-style: none;
}
.sub-categories li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #000;
	position: relative;
	width: 100%;
	padding: 8px;
	color: #000;
}
.sub-categories li a::before {
	border: 1px solid #000;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -4px;
	left: -4px;
	transition: all 0.5s;
}
.sub-categories li a:hover::before {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}	
.sub-categories li a span{}