@media (min-width: 1199px) {
    body.theme-inside-iframe .theme-content {
        width: 90%;
    }
}

html, body {
    line-height: 1.7;
    width: 100%;
}

.small-container {
    margin: 0 ;
    padding: 0;
    
}
.btn {
    padding: 6px 12px 3px;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px 5px;
}
.theme-product-group-name, .theme-product-name, h1, h2, h3, h4, .btn, .theme-categories-wrapper li a {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}
.theme-product-name {
    display: inline-block;
    background: #fff;
    position: relative;
}
.theme-products-wrapper {
    width: 100%;
    overflow: hidden;
}
.theme-product-name:before {
    content: '';
    display: block;
    position: absolute;
    width: 2000px;
    height: 3px;
    border-bottom: 3px dotted #b3b3b3;
    top: 15px;
    left: calc(100% + 5px);
    border: none;
    height: 3px;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, transparent 1%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
}
.theme-product-types {
    /*background: #fff;*/
    position:relative;
    top: -6px;
    z-index:1;
    padding-right: 15px;
    margin-right: -15px;
    box-shadow: inset -30px 0 0 #fff;
}
.theme-products-list {
    position: relative;
}
.theme-products-list:after {
    content: '*';
    padding: 20px 0 40px 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #9a9998;
}

/*.theme-product-attribute {
    font-size: 0;
    background: transparent;
    margin: 0;
    margin: 0;
    padding: 0;
}

.theme-product-attributes {
    display: inline;
    margin: 0;
    padding: 0; 
}*/

.theme-product-attributes {
    margin: 0;
}

.theme-product .theme-product-attribute img {
    margin-left: 2px;
    margin-right: 0;
    height: 20px;
    margin-top: -15px;
}

.theme-product-name {
    font-size: 19px;
    line-height: 1.27316;
    font-weight: 600;
}

.theme-add-to-cart {
    line-height: 1.27316;
    font-weight: 500;
    background: #fff;
    padding-left: 5px;
}

.theme-plus-btn {
    font-size: 11px;
}

.theme-product {
    padding: 10px 15px;
margin-bottom: 0px;
}

.theme-product-desc {
    line-height: 28px;
}

.addon-plus-btn, .addon-minus-btn, .cart-icon {
    font-family: "Arial";
}
.btn.cart-icon {
    padding: 0 0 0 1px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: 2px;
    margin-left: 2px;
    border-radius: 0;
}
@media (max-width: 720px) {
    .row.menu {
        margin: 0;
    }
    .row.menu > div {
        padding: 0;
    }
}
@media (max-width: 560px) {
    .theme-product-group {
        text-align: center;   
    }
    .theme-product-name:before {
        display: none;
    }
    .theme-product img {
        display: inline-block;
    }
}