body
{
    overflow-x: hidden;
}
.text-center
{
    text-align: center;
}
#header .header-top .container > div
{
    display: flex;
    /*align-items: center;*/
}
#header .header-top .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
.flex-wrap.space-between
{
    justify-content: space-between;
}
#_desktop_cart {
    position: relative;
}
#_desktop_cart #shopping_cart_icon {
    height: auto;
}
#_desktop_cart .cart-products-count-wrap {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    text-align: center;
}
#_desktop_cart .cart-products-count-wrap .cart-products-count {
    color: #fff;
    background: #5171ff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
}
#header .avatar_icon,
#header #shopping_cart_icon
{
    height: auto;
}
#_desktop_search
{
    width:100%;
}
#header .header-top .search-widget
{
    width:100%;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature
{
    margin: 0px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container
{
    width: auto;
    box-shadow: none;
    border: solid 1px #dbdbdb;
    height: auto;
    /*margin-bottom: 13px;*/
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description
{
    width: 100%;
    height: auto;
    position: relative;
}
#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, 
.featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, 
.product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, 
.product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after
{
    border-width: 0px;
}
#products img, .featured-products img, .product-accessories img, .product-miniature img
{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}
.d-block
{
    display: block !important;
}
.container-break
{
    margin: auto calc(50% - 50vw);
}
.custom-checkbox input[type=checkbox]+span
{
    width: 16px;
    height: 16px;
    border: solid 1px #dbdbdb;
    border-radius: 3px;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked
{
    background-color: #008080;
    width: 10px;
    height: 10px;
    margin: 2px;
}
.product-quantity .bootstrap-touchspin {
    display: flex;
    box-shadow: none;
    align-items: center;
    float: none;
    justify-content: flex-end;
}
.product-quantity .input-group .input-group-btn {
    width: auto;
    color: #a5a5a5;
}
.product-quantity .input-group .input-group-btn > .btn {
    width: 36px;
    text-align: center;
    font-family: Arial;
    color: #000000;
    font-size: 24px;
    height: 100%;
    padding: 0px 10px;
}
.product-quantity .input-group .input-group-btn > .btn.bootstrap-touchspin-down
{
    padding: 0px 15px;
}
.product-quantity
{
    display: block;
}
.btn-primary
{
    background: #008080;
    font-family: Montserrat-Regular;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    box-shadow: none;
    border-radius: 10px;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, 
.btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover
{
    background: #26d7d7;
}
.block_newsletter .input-wrapper input
{
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #c7c7c7;
}
.block_newsletter .btn-primary
{
    border-radius: 0px 10px 10px 0px
}
.product-discounts
{
    margin: 0px;
}
#sm_search_widget
{
    width:100%;
}
#_mobile_search #search_widget_content
{
    width: 100%;
}
.search-widget form button[type=submit]
{
    height: 100%;
    top: 0px;
}
.ets_mm_megamenu .mm_menus_ul .close_menu
{
    background-color: #008080;
}
.product-quantity .add, .product-quantity .qty
{
    display: block;
    float: none;
    text-align: right;
}
.SEO-main-page-container{
    max-width: 1280px;
    margin: auto;
    padding: 50px;
    border: dashed 2px #008080;
    border-radius: 15px;
    text-align: center;
}