@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot'),
    url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot'),
    url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot'),
    url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
    color: rgb(85, 85, 85)
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding-right {
    padding-right: 0
}
.nopadding {
    padding: 0
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.fix {
    overflow: hidden;
}
p {
    margin: 0 0 15px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0 0 15px;
    color: #33333f;
    display: block;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #0078c4;
}
a:hover {
    color: #fc1600;
    text-decoration: underline;
}
a.select-visited:visited{
    color: #660099;
}
a:active,
a:hover {
    outline: 0 none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
body {
    color: var(--main-color-font);
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 21px;
}
.body-bg{
    background: #D8DCE3;
}
.clear {
    position: relative;
}
.clear::after {
    clear: both;
    content: "";
    display: block;
}
/*----------------------------------------*/
/*  2.  Header Area
/*----------------------------------------*/
/*2.1 header top*/
.header-top > nav > ul > li, .single-menu > nav > ul > li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    color: #888;
}
.single-drop ul li label {
    font-weight: 400;
    margin: 12px 5px 12px 0;
    color: #666;
}
.single-drop ul li label i {
    font-size: 23px;
    color: #65C178;
    vertical-align: middle;
    margin-right: 5px;
}

.single-drop ul li span {
    margin-right: 5px;
    color: #666;
}
.single-drop ul li span:hover {
    color: #ff6000;
    transition: .3s;
}
.single-drop ul li a i {
    font-weight: 700;
}
.single-menu {
    text-align: center;
}
.single-menu ul li {
    margin: 0;
}
.single-menu ul li a {
    padding: 0 10px 0 0;
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.single-menu ul li a.lastbdr {
    border-right: 0px;
    padding-right: 0px;
}
.header-menu {
    padding: 0;
    background: var(--bg-header);
}
/*2.2 header bottom */
.logo-area a img,  .logo-area img{
    height: 90px;
    margin-top: -5px;
}
.block-header {
    margin: 10px 0 5px;
}
.phone {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e2e2e2;
    color: #000;
    font-weight: bold;
    font-size: 17px
}
.phone i,
.email i {
    color: #65C178;
    font-size: 23px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}
.header-search .product-category ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: 300px;
    margin: 0;
    overflow-y: auto;
    padding: 5px 0;
    width: 200px;
}
.categori {
    float: left;
    width: 120px;
}
.categori select {
    display: none;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}


.shopping-cart {
    position: relative;
    float: right;
    margin: 6px 0 0;
    text-align: left;
    padding: 0 0 0 50px;
    min-width: 175px;
    height: 50px;
    transition: .3s;
    position: relative;
    line-height: 16px;
}
.shopping-cart i.iconcar-cart {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 44px;
    display: inline-block;
    position: absolute;
}
.shopping-cart a {
    display: inline-block;
    text-decoration: none;
    color: #33333f
}
.shopping-cart strong{
    color: #33333f
}

.small-cart-content {
    width: 270px;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 15px;
    text-align: left;
    right: 15px;
    border: 1px solid #ededed;
}
ul.cart-list li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.small-cart-detail .remove {
    float: right;
    margin-right: 0;
    color: #666;
}
.small-cart-detail .edit-btn {
    float: right;
    margin-right: 8px;
}
.small-cart-detail .small-cart-name {
    color: #666;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    margin: 10px 0px 0px 0;
}
.small-cart-detail .edit-btn img {
    border: none;
}
.small-cart-detail .quantitys {
    color: #666;
}
.small-cart-detail .quantitys strong {
    font-size: 11px;
    margin-right: 5px;
}
.small-cart-detail .quantitys span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}
.cart-list a img {
    border: 1px solid #ddd;
}
.cart-list a {
    float: left;
    margin-right: 10px;
}
p.total {
    color: #666;
    float: left;
    margin: 10px 0 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
span.amount {
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
}
.buttons {
    padding: 0;
    float: right;
    margin: 10px 0 0 5px;
}
.buttons .button {
    display: block;
    padding: 8px 25px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    background: #EDEFED;
    text-transform: capitalize;
    color: #fff;
}
.buttons .button:hover {
    background: #e44f4f;
    color: #ffffff !important;
}
.restrain {
    opacity: 0;
    z-index: -99;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.expand:hover .restrain {
    opacity: 1;
    transform: scaleY(1);
    z-index: 2147483647;
}
/*----------------------------------------*/
/*  3. slider area css
/*----------------------------------------*/
.slider-area .nivo-caption .layer-1 img {
    width: 26%;
    left: 20%;
    top: 5%;
}
.slider-area .nivo-caption .layer-1-1 img {
    width: 40%;
    left: 16%;
    top: 16%;
}
.slider-area .nivo-caption .layer-1-2 img {
    width: 28%;
    left: 16%;
    top: 5%;
}
.slider-area .nivo-caption .lft-pr h2 {
    margin-right: 20%;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9ab66f
}
.slider-area .nivo-caption .lft-pr h3 {
    margin-right: 20%;
    font-size: 48px;
    font-weight: 700;
}
.slider-area .nivo-caption .lft-pr h4 {
    margin-right: 20%;
    font-size: 82px;
    font-weight: 700;
    color: #f8825e;
}
.slider-area .nivo-caption .lft-pr a {
    margin-right: 20%;
    margin-right: 20%;
    background: black;
    color: #fff;
    margin-top: 0px;
    overflow: hidden;
    display: inline-block !important;
    font-weight: 700;
    padding: 12px 20px;
    font-size: 18px;
    background: #ff6000;
    border-radius: 3px;
}
.slider-area .nivo-caption .lft-pr a:hover {
    background: #e44f4f;
}
/*----------------------------------------*/
/*  5.  category menu CSS
/*----------------------------------------*/
.owl-carousel .owl-wrapper-outer {
    padding-bottom: 1px;
}
.main-area .left-category-menu {
    margin-top: 0px;
}
.category-heading h2 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #3f3f3f;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    line-height: 55px;
    margin: 0;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}
.category-menu-list {
    border: 1px solid #ebebeb;
    position: relative;
    width: 100%;
}
.category-menu-list ul li {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    background: #fff;
}
.category-menu-list ul li:hover {
    background: transparent none repeat scroll 0 0;
}
.cat-left-drop-menu-left ul li {
    background: none;
}
.category-menu-list ul li:last-child {
    border-bottom: 0px solid #ebebeb;
}
.category-menu-list ul li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    padding: 15px 15px 16px 30px;
    position: relative;
    text-decoration: none;
    transition: background 300ms ease 0s;
}
.category-menu-list ul li a img {
    margin-right: 10px;
}
.category-menu-list ul li span.cat-thumb {
    display: block;
    float: left;
    height: 25px;
    margin: 0 15px 0 0;
    width: 25px;
}
.category-menu-list ul li a i {
    right: 25px;
    position: absolute;
    line-height: 24px;
}
/*category mega menu*/
.category-menu-list ul li .cat-left-drop-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    left: 120%;
    padding: 25px 20px 20px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 486px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    border-bottom: 3px solid #EDEFED
}
.category-menu-list ul li .big-ldrop {
    width: 700px;
}
.category-menu-list ul li .cat-left-drop-menu-left {
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    width: 46%;
}
.category-menu-list ul li .cat-left-drop-menu-left ul {
    margin-bottom: 20px;
    margin-top: 10px;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li {
    border: none;
}
.category-menu-list ul li:hover .cat-left-drop-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a {
    line-height: 28px;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 300;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 0;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a:hover {
    color: #c2a476;
}
.category-menu-list ul li a.menu-item-heading {
    color: #6d6d6d;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 500;
    word-wrap: break-word;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid;
    margin-right: 20px;
    padding-bottom: 10px;
}
.category-menu-list ul li .sub-drop {
    width: 33.33% !important;
    margin: 0 !important;
    float: left;
}
.category-menu-list ul li a:hover {
    color: #c2a476;
    transition: .5s;
}
.category-menu-list ul li .subsm-drop {
    width: 220px;
}
.mega-menu .single-product a {
    background: #fff !important;
}
.single-product {
    border: 1px solid #ededed;
    border-radius: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #fff;
}
.single-product:hover {
    border-color: #666;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.4);
    transition: all 0.3s ease 0s;
}
.price-box span.new-price {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.single-product h2.product-name {
    margin: 0
}
.single-product .product-img a {
    padding: 0;
}
.block-menu-img {
    float: left;
    width: 30%;
}
h2.block-menu-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}
h2.block-menu-title span {
    color: #ff6000
}
.static-content a.button-link {
    background: #EDEFED !important;
    color: #fff !important;
    height: 44px;
    line-height: 48px;
    font-size: 18px;
    display: inline-block;
    border-radius: 3px;
    text-transform: capitalize;
    margin-top: 20px;
}
.static-content a.button-link:hover {
    background: #E44F4F !important;
}
.static-content ul li {
    position: relative;
    padding: 5px 10px;
    border-right: none;
    width: 70%;
    float: left;
}
.static-content ul li i {
    color: #ff6000;
    margin-right: 10px;
}
/*----------------------------------------*/
/*  6.  Our Product area CSS
/*----------------------------------------*/
.carousel-btn .owl-controls .owl-buttons div {
    background: #919191 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    left: -7px;
    line-height: 33px;
    margin-top: -11px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 30px;
    border-radius: 2px;
}
.carousel-btn .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -7px;
}
.carousel-btn .owl-controls .owl-buttons div.owl-next:hover,
.carousel-btn .owl-controls .owl-buttons div.owl-prev:hover {
    background-color: #EDEFED !important;
    color: #fff;
}
.carousel-btn-2.carousel-btn .owl-controls .owl-buttons div {
    top: -40%;
}
.carousel-btn-3.carousel-btn .owl-controls .owl-buttons div {
    top: -8%;
}
.carousel-btn-4.carousel-btn .owl-controls .owl-buttons div {
    top: -8%;
}
.carousel-btn-2.carousel-btn .owl-controls .owl-buttons div.owl-prev,
.carousel-btn-4.carousel-btn .owl-controls .owl-buttons div.owl-prev,
.carousel-btn-3.carousel-btn .owl-controls .owl-buttons div.owl-prev {
    left: auto;
    right: 40px;
}
/*pagination*/

.carousle-pagi .owl-pagination > div {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
    box-shadow: 1px 1px 3px 1px #ccc inset;
}
.carousle-pagi .owl-pagination > div.owl-page.active {
    background: #ff6000 none repeat scroll 0 0;
    box-shadow: none;
}
.carousle-pagi .owl-pagination {
    position: absolute;
    right: 0;
    top: -31px;
}

.ambit-key {
    background: #fff;
}
.area-title > h2,  .area-title > .h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0;
}
.our-product-area.top-pd {
    padding-top: 50px;
}
.area-title {
    padding: 0 0 8px;
}
.nav > li {
    display: block;
    position: relative;
    display: inline-block;
}
.features-tab ul.nav {
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}
.nav > li > a {
    border-right: 1px solid #EDEDED;
    margin: 10px 0;
    padding: 0 15px
}
ul.nav li a i {
    padding-right: 5px;
    transition: all .3s ease 0s;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}
.featur-padd {
    padding: 0px 16px;
}
.button-container {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    width: 100%;
}
.shop-product-area .col-lg-5ths .product-content{
    padding: 0;
}
.tab-content .single-product:hover .product-content {
    opacity: 0
}
/*----------------------------------------*/
/*  10. brand area
/*----------------------------------------*/
.single-brand {
    border: 2px solid transparent;
    margin: 0 5px;
    background: #f6f6f6;
}
.single-brand:hover {
    border-color: #ffd07f;
    cursor: move;
    opacity: .9;
    background: #fff;
}
.brand-crasoule-area {
    overflow: hidden;
}
/*popular tag*/

aside {
    margin-bottom: 35px;
}
.tag-area,
.box_manufacrurer,
.tag-area,
.usefull-product-slide,
.shop-filter {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededed;
    z-index: 1000;
}
.aside-padd {
    padding: 20px 20px 30px;
}
.area-title h3 {
    border-bottom: 1px solid #ededed;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
}
.tag-area ul {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.tag-area ul li a {
    background: #EDEFED none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    margin: 5px 9px 0 0;
    padding: 0 15px;
    text-transform: capitalize;
    transition: background 0.3s ease-in-out 0s;
    width: auto;
}
.tag-area ul li a:hover {
    background: #e44f4f none repeat scroll 0 0;
    text-decoration: none
}
.newsletter-area {
    background: #fff;
    overflow: hidden
}
.vina-newsletter {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.vina-newsletter form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 30px;
    margin: 3px 6px 3px 0;
    padding: 5px 10px;
    width: 100%;
}
.vina-newsletter form input.submit-btn {
    background: #EDEFED;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    margin-top: 12px;
    padding: 0 20px;
    text-align: left;
    transition: background 0.3s ease-in-out 0s;
    width: auto;
}
.vina-newsletter form input.submit-btn:hover {
    background: #e44f4f
}
.input-box label {
    font-weight: 400
}
/*----------------------------------------*/
/*  12. footer-static-content
/*----------------------------------------*/
.footer-static-title .h3 {
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: var(--color-footer);
}
.footer-static-content .logo > img {
    display: block;
    margin-bottom: 20px;
    max-height: 50px;
    padding-top: 10px;
}
.footer-static-content.footer-acc li {
    position: relative;
    padding-left: 25px;
}
.footer-static-content li {
    line-height: 25px;
    color: #959595;
}

.footer-static-content.footer-service li i {
    color: #00B620;
    padding-right: 15px;
}
.footer-static-content.footer-add {
    line-height: 28px;
}
.footer-static-2 {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 20px 0;
}
.footer-static-2 .link-category li {
    border-right: 1px solid #ddd;
    line-height: 14px;
    padding: 0 11px 0 10px;
    display: inline-block
}
.ma-footer-container .payment {
    margin-top: 10px;
    text-align: right;
}
.ma-footer-container .payment li:last-child {
    margin: 0;
}
.ma-footer-container .payment li {
    margin-right: 10px;
    display: inline-block
}
.footer-static-2 .link-category li:first-child,
.basak-footer .links li:first-child {
    padding-left: 0;
}
.footer-static-2 .link-category li:last-child,
.basak-footer .links li:last-child {
    border-right: 0 none;
}
.footer-static-container {
    color: var(--color-footer);
    background: var(--bg-footer);
    background-position: top center;
    background-size: cover;
}
.footer-static-container a{
    color: var(--color-link-footer);
}
.footer-static {
    overflow: hidden;
}
/*----------------------------------------*/
/*  13. ma-footer-container
/*----------------------------------------*/
.ma-footer-container {
    background: #0a1832;
    color: #fff;
}
.basak-footer {
    line-height: 28px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer ul.links {
    display: block;
    text-align: left;
}
.basak-footer .links li {
    border-right: 1px solid #ddd;
    display: inline-block;
    line-height: 14px;
    padding: 0 7px 0 4px;
}
.basak-footer address {
    margin-bottom: 0;
}
.basak-footer address a {
    color: #EDEFED;
}
.basak-footer address a:hover {
    text-decoration: underline;
}
/*----------------------------------------*/
/*  14. Scroll Up
/*----------------------------------------*/
#scrollUp {
    display: none;
    background: var(--bg-primary);
    border: 0px solid #ffffff;
    bottom: 26px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    right: 110px;
    transition: all 0.3s ease 0s;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    border-radius: 27px;
}
#scrollUp:hover {
    background: #fff none repeat scroll 0 0;
    border-color: var(--bg-primary);
    color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
}
@media (max-width: 767px) {
    #scrollUp{
        height: 48px;
        width: 48px;
        border-radius: 24px;
        line-height: 48px;
    }
}
.row.row-margin {
    margin-left: -7px;
    margin-right: -7px;
}
.col-padd {
    padding-left: 7px!important;
    padding-right: 7px!important;
}
.row.row-margin2 {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.leftadd-home3 .single-add img {
    width: 100%;
}
.slider-area.common3 {
    background: rgba(0, 0, 0, 0) url("img/bg-box-banner.jpg") no-repeat scroll 50% 0 / 100% 100%;
}
.button.shop-now {
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #00B620 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block !important;
    padding: 7px 15px;
}
.button.shop-now:hover {
    background: #888888 none repeat scroll 0 0;
    color: #fff;
}
.category-heading.common3 h2 {
    background: #00B620 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.category-menu-list.common3 ul li a {
    font-size: 15px;
    font-weight: 400;
}
.category-menu-list.common3 ul li.active a {
    color: #fff;
    background: var(--bg-primary);
}
.category-menu-list.common3 ul li:hover a {
    color: #fff;
    background: var(--bg-primary);
}

.category-menu-list.common3 ul li .cat-left-drop-menu-left ul li a {
    color: #6d6d6d;
}
.category-menu-list.common3 ul li .cat-left-drop-menu-left ul li a:hover {
    color: #00B620;
}
.category-menu-list ul li .cat-left-drop-menu-left.common0 {
    width: 100%;
}
.features-tab.common3 .nav {
    border-top: medium none;
    border-bottom: 2px solid #ededed;
}
.features-tab.common3 ul.nav li a:hover,
.features-tab.common3 ul.nav li.active {
    text-decoration: none;
}
.features-tab.common3 .nav > li > a {
    border: medium none;
    padding: 10px 15px;
    margin: 0;
    font-size: 16px
}
.features-tab.common3 .nav > li > a::after {
    background: #00B620 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.features-tab.common3 .nav > li > a:hover::after,
.features-tab.common3 .nav > li.active a::after {
    opacity: 1;
}
.banner-box h2 {
    font-size: 23px;
    margin-bottom: 5px
}
.features-tab .nav.common3 > li::before {
    background: #00B620 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 100%;
    border-radius: 3px 3px 0 0;
    opacity: 0;
}
.features-tab .nav.common3 > li:hover:before,
.features-tab .nav.common3 > li.active:before {
    opacity: 1
}
.features-tab .nav.common3 li {
    float: left
}
.features-tab .nav.common3 > li > a {
    background: rgba(0, 0, 0, 0) url("img/bg-right-tab.png") no-repeat scroll right center;
    border: medium none;
    font-size: 13px;
    margin: 0;
    padding: 15px 26px;
    transition: all 0s ease 0s;
}
.features-tab ul.nav.common3 li:first-child a {
    padding-left: 26px;
}
.features-tab ul.nav.common3 li.active {
    text-decoration: none
}
.features-tab ul.nav.common3 li a:hover,
.features-tab ul.nav.common3 li.active a {
    background: #00B620;
    color: #fff;
    text-decoration: none
}
.banner-content-area {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    padding: 25px 40px;
    width: 100%;
}
.carousel-btn.no-bdr .owl-controls .owl-buttons div {
    border: medium none transparent;
    background: transparent;
}
.carousel-btn.no-bdr .owl-controls .owl-buttons div:hover {
    border: medium none transparent;
    background: none;
}
.bottom-menulist li {
    line-height: 27px;
    padding-left: 20px;
}
.bottom-menulist li::before {
    color: #8FAEC1;
    content: "";
    font-family: fontawesome;
    left: 17px;
    position: absolute;
}
.bottom-menulist li:hover::before {
    color: #666666;
}
.ss-title > h3 {
    color: #333;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.single-spbottom .ss-img {
    overflow: hidden;
}
.single-spbottom .ss-img img {
    transition: all 0.3s ease 0s;
}
.single-spbottom .ss-img img:hover {
    transform: scale(1.1);
    opacity: .8
}
.banner-left {
    background: #fcfcfc none repeat scroll 0 0;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 32px 26px;
    width: 100%;
}
.banner-left h2 {
    color: #333333;
    font-size: 23px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}
.banner-left > p {
    font-size: 13px;
    line-height: 25px;
}
/* ===17.1 Slider area==== */
.design-buldier-area .list-item h3 {
    font-size: 20px;
    margin: 30px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    color: #000
}
.list-item > p {
    line-height: 25px;
    margin: 0
}
.design-buldier-area {
    background: #fff;
}
h3.header img {
    margin-right: 20px;
}
.about-content > p {
    line-height: 25px;
}
.vina-button-4 {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
}
.h4about-us-area .vina-button-4:hover {
    background: #fff none repeat scroll 0 0;
    color: #EDEFED !important;
}
.u-line {
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 30px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.u-line::before {
    background: #EDEFED none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.u-line.common4::before {
    left: 50%;
    margin-left: -25px;
}
/* ===17.2 mixitup area==== */
.mixitup-filter-area {
    background: #ffffff none repeat scroll 0 0;
}
.mix {
    display: none;
}
.mix.single-port {
    float: left;
    width: 25%;
    position: relative;
}
.mix.single-port img {
    transition: all .3s ease 0s;
}
.mix.single-port:hover img {
    opacity: .8;
}
.filter {
    cursor: pointer;
}
.filter-catagory-menu {
    text-align: center;
}
.filter-catagory-menu li {
    display: inline-block;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0) url("img/icon-select.png") no-repeat scroll 0 50%;
    border: medium none;
    box-shadow: none;
    margin: 0 15px !important;
    padding: 0 0 0 15px;
}
.filter-catagory-menu li:hover,
.filter-catagory-menu li.active {
    background: rgba(0, 0, 0, 0) url("img/icon-select-hover.png") no-repeat scroll 0 50%;
}
.mixitup-filter-area h3.header {
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
}
.single-prograss {
    font-size: 16px;
    overflow: hidden;
    position: relative;
}
.single-prograss .progress {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 7px;
    margin-bottom: 15px;
    overflow: visible;
}
.single-prograss .progress-bar {
    background-color: #EDEFED;
}
.single-prograss > span {
    display: block;
    padding-bottom: 10px;
}
.single-prograss .percan {
    color: #555;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: -20px;
}
/* ===17.3 client-carousel==== */
#client-carousel .client-item .item-info {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 25px 40px 40px;
    position: relative;
}
#client-carousel .client-item .item-info::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
    bottom: -10px;
    content: "";
    display: inline-block;
    left: 40px;
    position: absolute;
}
#client-carousel .client-item .item-info::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #ffffff;
    bottom: -9px;
    content: "";
    display: inline-block;
    left: 41px;
    position: absolute;
}
#client-carousel .item-img img {
    float: left;
    margin-right: 20px;
}
#client-carousel .client-item .item-img .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}
#client-carousel .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    bottom: 0;
    left: 21%;
    position: absolute;
}
#client-carousel .owl-controls .owl-buttons div.owl-next {
    left: 26.5%;
    right: 0;
}
#client-carousel .owl-controls .owl-buttons div.owl-next i,
#client-carousel .owl-controls .owl-buttons div.owl-prev i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 100%;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.skill-client-area {
    background: #fff none repeat scroll 0 0;
}
/* ===17.4 Our Team==== */
.our-team-area {
    background: rgba(0, 0, 0, 0) url("img/team/bg-our-team.jpg") no-repeat scroll 0 0 / 100% 100%;
}
.team-social li {
    display: inline-block
}
.team-social li a {
    border: 1px solid #ccc;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    text-align: center;
    width: 35px;
}
.team-social li a:hover {
    border-color: #fff;
    color: #fff;
}
.carousel-btn.common4 .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 100%;
    height: 40px;
    left: -3%;
    line-height: 40px;
    width: 40px;
}
.carousel-btn.common4 .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -3%;
}
.team-title {
    color: #fff;
    margin: 25px 0;
}
.team-title > h4 {
    margin: 0 0 10px;
}
.single-team {
    padding-top: 10px;
}
.team-img:hover img {
    transform: scale(1.05);
}
.single-team {
    padding-top: 10px;
}
.team-img img {
    transition: all 0.3s ease 0s;
}
.our-team-area h3.header {
    color: #fff;
}
.our-blog-area {
    background: #EDEFED;
}
.our-blog-area {
    background: #EDEFED none repeat scroll 0 0;
}
.single-blog .blog-title {
    font-weight: bold;
    margin: 20px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-title a {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
}
.blog-title a:hover {
    color: #EDEFED;
}
.blog-date {
    color: #909090;
    font-size: 12px;
    line-height: 25px;
}
.blog-text {
    font-size: 13px;
    line-height: 25px;
}
.blog-img {
    position: relative;
}
.our-blog-area .vina-button-4 {
    border: 1px solid #000;
    border-radius: 0;
    color: #000 !important;
    font-size: 10px;
    margin-top: 15px;
    padding: 10px 20px;
}
.our-blog-area .vina-button-4:hover {
    color: #fff !important;
    background: #65C178;
    border-color: #65C178
}
.single-blog:hover a::before,
.single-blog:hover a::after {
    opacity: 1;
    transform: scale(1);
}
.our-blog-area .carousel-btn .owl-controls .owl-buttons div {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #222;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin-top: -10%;
    width: 40px;
}
.our-blog-area .carousel-btn .owl-controls .owl-buttons div.owl-next {
    right: 0;
    left: auto
}
.brand-clients-icon li {
    float: left;
    padding-bottom: 50px;
    width: 20%;
}
.brand-clients-icon li:nth-child(n+6) {
    padding-bottom: 0;
}
.brand-client-area {
    background: #fff none repeat scroll 0 0;
}
.brand-clients-icon ul li img {
    transition: all 0.5s ease 0s;
}
.brand-clients-icon ul li:hover img {
    transform: scale(1.1);
}
.single-count > p {
    color: #fff;
    line-height: 25px;
    margin: 0;
}
.single-count > h3 {
    margin: 0;
}
.counter-area {
    background: #EDEFED none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  18. breadcrumb area
/*----------------------------------------*/
.breadcrumb {
    border-radius: 0;
    margin: 0;
    padding: 8px 0;
}
p.past-p {
    margin: 0;
}
.breadcrumb li a, .breadcrumb li  {
    font-size: 14px;
}
.breadcrumb li.active {
    color: #666;
    font-size: 14px;
}

.breadcrumb > li + li {
    position: relative;
}
.breadcrumb li a,
.breadcrumb li:first-child::before {
    transition: all 0.4s ease 0s;
}
.breadcrumb li:first-child:hover::before {
    color: #ff6000;
}
/*----------------------------------------*/
/*  19. Shop page
/*----------------------------------------*/
.shop-page-wraper .single-product h2.product-name {
    line-height: 10px;
}
.shop-page-wraper .area-title {
    padding: 0;
}
.shop-product-area select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("img/bg-select.png") no-repeat scroll right bottom;
    border: 1px solid #ededed;
    padding-right: 25px;
}
.shop-product-area label {
    color: #777777;
    display: inline-block;
    font-weight: 400;
    padding: 0 10px;
}
.select-sort-by {
    display: inline;
}
.select-limiter {
    display: inline-block;
    padding-right: 10px;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a, .pagination ul li span {
    background: #777;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    margin: 0 2px;
    color: #fff;
    text-decoration: none
}
.pagination .pagination-active a, .pagination .pagination-active span,
.pagination ul li a:hover {
    background: var(--bg-primary);
    color: #fff;
}
.box_manufacrurer li {
    line-height: 20px;
    width: 100%;
}
.box_list input {
    margin-right: 10px;
}
.box_list li > span,
.price-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.usefull-product-slide .single-product {
    border: medium none;
    padding: 0;
}
.usefull-product-slide .single-product .product-content {
    padding: 10px;
}
.usefull-product-slide .carousle-pagi.common4 .owl-pagination {
    bottom: 10px;
    left: 50%;
    margin: auto auto auto -15%;
    top: 100%;
}
.usefull-product-slide {
    padding-bottom: 30px;
}
/* ===19.1 Our Team==== */
.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #EDEFED none repeat scroll 0 0;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
    background: none repeat scroll 0 0 #65C178;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #cccccc;
    padding: 0;
    outline: none;
}
.price_filter input {
    margin-top: 30px;
}
.price_filter input[type="text"] {
    border: 1px solid #dcdcdc;
    letter-spacing: 2px;
    padding: 10px;
    text-align: center;
    width: 60%;
}
.price_filter input[type="submit"],
.calculate-shipping input[type="submit"] {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    float: right;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 33%;
}
.price_filter input[type="submit"]:hover,
.tagcloud a:hover,
.calculate-shipping input[type="submit"]:hover {
    background: none repeat scroll 0 0 #EDEFED;
    color: #fff;
    border: 1px solid #EDEFED;
}
aside.shop-filter {
    border-top: medium none;
    margin: 0;
}
/*----------------------------------------*/
/*  20. single-product page
/*----------------------------------------*/
.ambit-key,
.shop-page-wraper .ambit-key {
    box-shadow: 5px 0 3px -3px #ededed, -5px 0 3px -3px #ededed;
}
.input-box span {
    display: block;
    margin-bottom: 5px
}
.hits-rating a {
    color: #ff6000;
}
.input-content {
    display: inline-block;
    margin-left: 25px;
}
.input-content input {
    border: 1px solid #ccc;
    height: 44px;
    text-align: center;
    width: 50px;
}
.input-content > label {
    font-weight: normal;
    margin-right: 10px;
}
.product-des-review ul.nav li a {
    font-size: 16px;
    font-weight: 700;
    margin: 14px 0;
    text-transform: uppercase;
}
.product-des-review ul.nav li.active {
    text-decoration: none
}
.product-des-review ul.nav li.active a,
.product-des-review ul.nav li:hover a {
    color: #ff6000;
    text-decoration: none
}
.std > ul {
    list-style-type: square;
    margin: 0 0 10px 25px;
}
.features-tab.product-des-review .tab-content {
    margin-top: 5px;
    padding: 15px 10px;
}
.features-tab.product-des-review {
    border: 1px solid #ededed;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 7px 7px;
}
.product-des-review.features-tab ul.nav {
    border-top: none;
}
.review_text p {
    line-height: 25px;
    margin: 5px 0;
}
.reviewer-ratting {
    border-bottom: 1px solid #ededed;
    padding: 10px 10px 10px 0;
    border-top: 1px solid #ededed;
}
.review_item {
    padding: 10px 0;
}
.input-box lavel {
    display: block;
}
.review-lower {
    border: 1px solid #ededed;
    padding: 25px 25px 25px 40px;
    position: relative;
}
.name-date > span {
    padding-left: 10px;
}
.review-upper .best {
    display: block;
    margin: 5px 0;
}
.input-box {
    margin-bottom: 20px;
}
.input-box input,
.input-box textarea {
    border: 1px solid #ddd;
    height: 30px;
    width: 250px;
}
.input-box textarea {
    height: 140px;
}
.product-running .rating {
    padding-bottom: 10px;
}
/*----------------------------------------*/
/*  21. cart page
/*----------------------------------------*/
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 0;
    text-align: center;
}
.table.table-bordered tr {
    font-size: 14px
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}
.table.table-bordered tr th {
    color: #666;
    text-transform: uppercase;
}
.single-dis {
    background: #FFF3B5;
    border-radius: 5px;
    overflow: hidden;
    padding: 7px 20px;
}
.single-dis .button.c_button span {
    font-size: 16px;
    font-weight: 700;
}
/*-------------------------------
22. checkout page
--------------------------------*/
.form-control {
    border-radius: 0;
}
.panel-group {
    margin-bottom: 0;
}
.panel {
    box-shadow: none;
}
.panel-collapse {
    border: 1px solid #f2f2f2;
}
/*-------------------------------
24. about page
--------------------------------*/
.about-us-area {
    background: #fff none repeat scroll 0 0;
}
/*-------------------------------
Contact-page
--------------------------------*/
.map-area span i {
    margin-right: 10px;
}
.quick-details > address p {
    margin-bottom: 5px;
}
.quick-details > address {
    margin: 20px 0 0;
}
.quick-details {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.contact-title > h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-title > h4 {
    padding-top: 20px;
}
.contact-form-area .input-box label {
    float: left;
    width: 10%;
}
.contact-form-area .input-box input,
.contact-form-area .input-box textarea {
    display: inline-block;
    font-size: 14px;
    height: 35px;
    padding: 0 11px;
    width: 90%;
}
.contact-form-area .input-box textarea {
    min-height: 300px;
    padding: 10px;
}
.contact-form-area > h3 {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 20px;
}
em {
    color: #ff0000;
}
.about-us-area.common-contact .container {
    box-shadow: 5px 0 3px -3px #ededed, -5px 0 3px -3px #ededed;
}
.input-box.checkout {
    float: right;
    width: 15%;
    margin: 0;
}
.input-box.checkout input {
    border: medium none;
    height: 40px;
    width: 100%;
    transition: .3s;
}
form input:focus,
form textarea:focus {
    border-color: #00B620;
    box-shadow: 0 0 6px #00B620;
}
/*-------------------------------
26. 404-page
--------------------------------*/
.error404 {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ddd;
}
.mobile-menu-area {
    display: none
}
/*-------------------------------
27. Blog-page
--------------------------------*/
.blog-wraper aside:first-child {
  margin-top: 0;
}
.common-blog .single-blog {
    margin-bottom: 50px;
}
.common-blog .single-blog:last-child {
    margin-bottom: 0;
}
.blog-wraper aside {
    box-shadow: 0 1px 5px 0 rgba(205, 205, 205, 0.5);
}
.blog-wraper .our-blog-area {
  background: #fff none repeat scroll 0 0;
}
.blog-wraper .blog-date {
  display: inline-block;
}
.blog-date.blog-user {
    margin-right: 10px;
}
.aside-padd.blog-ctg li {
    line-height: 30px;
    transition: all 0.3s ease 0s;
}
.aside-padd.blog-ctg li:hover {
    padding-left: 10px;
}
.aside-padd.blog-ctg li {
  border-bottom: 1px solid #ededed;
}
/*-------------------------------
28. Single-blog
--------------------------------*/

.reply-comment-area {
  overflow: hidden;
  width: 100%;
}
.reply-comment-area h3  .user-comment-form-area h3 {
  border-top: 1px solid #e5e5e5;
  color: #252525;
  font-size: 24px;
  margin: 0 0 50px;
  padding: 22px 0 0;
}
.single-reply {
  margin: 0 0 20px;
  overflow: hidden;
}
.author-description p {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 300;
}
.comment-author {
  float: left;
  width: 7%;
}
.comment-author img {
  border-radius: 100%;
}
.comment-info::before {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.comment-info {
  border: 1px solid #ececec;
  border-radius: 3px;
  float: right;
  padding: 10px;
  position: relative;
  width: 91%;
}
.comment-author-info {
  color: #9d9d9d;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}
.comment-author-info a {
  color: #666666;
}
.comment-author-info a:hover {
  color: #C38749;
}
.comment-author-info span {
  margin-left: 10px;
  margin-right: 10px;
}
.comment-info p {
  color: #6a6a6a;
  font-weight: 300;
}
.user-comment {
  padding-left: 25px;
}
.user-comment-form-area p.form-row label {
  color: #666666 !important;
  font-size: 12px;
  font-weight: normal;
}
.user-comment-form-area textarea {
  height: 120px;
  resize: none;
  width: 100%;
}
.reply-comment-area h3 , .user-comment-form-area h3{
  border-top: 1px solid #e5e5e5;
  color: #252525;
  font-size: 24px;
  padding: 20px 0 0;
}
.user-comment-form-area p {
  color: #9d9d9d;
  margin-bottom: 20px;
}
.form-row > input, .form-row textarea {
    border: 1px solid #ddd;
    width: 100%;
}
span.required {
  color: #f00;
}
.single-blog-wraper .blog-text > p {
    text-align: justify;
}

/*-------------------------------
29. Shop-list
--------------------------------*/
.shop-list-wraper .product-content .product-name > a {
    font-size: 20px;
}
.shop-list-wraper .product-content .product-name > a:hover {
    color: #ff6000 !important;
}
.shop-list-wraper .product-content h2.product-name {
    margin-bottom: 5px;
}
.shop-reviews {
    display: inline-block;
}
.shop-list-wraper .price-box {
    padding: 5px 0;
}
.list-views .rating {
    display: inline-block;
}
.rat-rev {
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  padding: 5px 0;
}
.shop-list-wraper .short-area {
    display: block;
    overflow: hidden;
}
.shop-list-wraper .short-area {
    display: block;
    overflow: hidden;
}
.list-views li {
    display: inline-block;
}
.cart-wis-com > a {
    background: #EDEFED none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.list-views li + li {
    margin-left: 5px;
}
.shop-list-wraper .product-content {
  padding: 0;
}
.list-views .single-product {
  margin-top: 0;
}
.shoplist-single-product {
    overflow: hidden;
}
.list-views .product-content > p {
    margin-bottom: 10px;
}
.list-views .shoplist-single-product + .shoplist-single-product {
    margin-top: 20px;
}
.form-rice_to, .form-rice_do {
    width: 38%;
    display: inline-block;
}
.panel-body-rice .btn{
    vertical-align: baseline;
}
