.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    max-width: 1480px;
}


.entry-content figure {
    max-width: 100%;
}

.bi, .si {
    display: inline-block;
    height: 1.1em;
    width: 1.1em;
    vertical-align: middle;
    position: relative;
    top: -0.0625em;
    text-align: center;
    stroke-width: 0;
    overflow: visible;
}

.transition-all {
    transition: all 350ms ease-in-out;
}

/* to top btn start */
#to-top-btn {
    opacity: 0;
    pointer-events: none;
    transform: translateY(45px);
}
#to-top-btn.top-top-btn-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
/* to top btn end */


/* screen reader text start */
.sr-only {
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}
/* screen reader text end */



/*Header Styles start*/

.elementor-location-header .elementor-menu-cart__toggle .elementor-button {
    border: 0;
}

/*Header Styles End*/


/*Blog styles start*/

ul.wcr-blog-categories {
    list-style: none;
    margin-bottom: 0;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

ul.wcr-blog-categories li{
    /*text-align: center;*/
    /*flex-grow: 1;*/
    position: relative;
    /*border-right: 1px #000 solid;*/
}

ul.wcr-blog-categories li:last-child {
    border-right: none;
}

ul.wcr-blog-categories li a {
    /*font-size: 24px;*/
    margin: 5px 25px;
}

ul.wcr-blog-categories li a:hover {
    color: var(--e-global-color-primary);
}

ul.wcr-blog-categories li a {
    color: var(--e-global-color-text);
}

ul.wcr-blog-categories li.current a {
    color: var(--e-global-color-primary);
}

/*Blog styles end*/



/*Shop style*/

.bapf_body input[type=checkbox] {
    appearance: none;
    display: inline-block;
    vertical-align: middle!important;
    border: 1px solid #555;
    width: 15px;
    height: 15px;
    padding: 4px;
    margin-bottom: 3px;
}

.bapf_head h3 {
    font-size: 1.1rem;
    font-weight: bold;
}


.bapf_sfilter.bapf_button_berocket .bapf_button {
    font-size: 14px;
    padding: 0;
    border: 0;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    color: #0a0101;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
}

.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
    background-color: transparent;
    color: var(--e-global-color-primary);
}

.shop-section {
    display: flex;
}

.shop-left-sidebar {
    flex: 20%;
    padding-right: 25px;
}

.woocommerce .woocommerce-ordering select.orderby {
    border: 1px solid #e7e7e7;
    padding: 15px 25px;
    font-weight: 300;

    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23AFD274' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
}

.products-section {
    width: 100%;
}

.woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

.woocommerce .products .product {
    width: calc(100% / 4);
    flex-direction: column;
    padding: 25px;
    border: 1px solid #e7e7e7;
    margin: -1px 0 0 -1px;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
 
.woocommerce .products .product .product-img-wrap {
    height: 250px;
    margin-top: 35px;
    text-align: center;
}
 
.woocommerce .products .product:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    border-color: #fff;
}

.products .product a {
    text-decoration: none;
}

.woocommerce .products .product img.main-img {
    width: auto;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.products .product .product-title-wrap {
    height: 90px;
}

.products .product .product-title-wrap h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
}

.products .product .product-short-description {
    color: #000;
    line-height: 1;
}


.woocommerce .products .product .price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 9;
}

.woocommerce .products .product.sale .price del{
    color: #000;
    font-size: 13px;
}

.woocommerce .products .product.sale .price ins{
    color: #BD444D;
    text-decoration: none;
}

.woocommerce .products .product span.onsale {
    top: 15em;
    left:1em;
    z-index: 7;
    border-radius: 10%;
    margin: 5px;
    background-color: #BD444D;
    line-height: normal;
    min-height: auto;
    font-size: 1.1em;
}

.woocommerce .products .product:hover .product-list-addtocart {
    opacity: 1;
    z-index: 8;
}

.product-list-addtocart {
    position: absolute;
    height: 80px;
    display: flex;
    background: #fff;
    left: -1px;
    right: 0;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.25);
    padding: 25px;
    opacity: 0;
    align-items: center;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.product-list-addtocart:before {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 35px;
    background: #fff;
    left: 0;
    top: -25px;
    right: 0;
}

.woocommerce div.product form.cart {
     margin-bottom: 0; 
     margin: 0 auto;
}

.woocommerce div.product form.cart button {
     background-color: #BD444D;
     height: 2.8em;
    width: 7.5em;
}

.woocommerce div.product form.cart button:hover{
     background-color: #993940;
}

.woocommerce .quantity {
    border: 1px solid #e7e7e7;
    height: 2.8em;
}

.woocommerce .quantity .qty {
    height: 2.7em;
    width: 2em;
    border: none;
}

.change_qty_plus, .change_qty_minus {
      display: inline-block;
      cursor: pointer;
      color: var(--e-global-color-accent);
      padding: 5px;
      margin: 0 5px;
    }

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cp-attr-container {
    position: absolute;
    top: 15px;
    left: var(--ppHorizontalSpacing);
    z-index: 10;
    font-size: 0;
}

.cp-attr {
    margin-bottom: 8px;
    position: relative;
}

.cp-attr-title {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 13px;
    border-radius: 100px;
    background: #809941;
    color: #fff;
    padding: 11px 18px 0 52px;
    white-space: nowrap;
    cursor: default;
    display: none;
}

.cp-attr:hover .cp-attr-title {
    display: block;
}

.cp-attr-image {
    background: #fff;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 100px;
}

.woocommerce .product .cp-attr-container img {
    width: 42px;
    position: relative;
    z-index: 1;
}


/* Firefox */
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}


.woocommerce-pagination {
    margin-top: 80px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1.3em;
    width: 50px;
}

/*Blog - begin*/

ul.table-of-contents {
    list-style: none;
}

ul.table-of-contents a {
    color: var(--e-global-color-primary);
}

ul.table-of-contents::before {
    content: "Съдържание";
    font-size: 24px;
}

/*Blog - end*/