<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
    ----------------------------------

    * Mobel Furniture Template Theme
    * Version - 2.2.0
    * Copyright (c) 2017 ElaThemes.com
    ----------------------------------

    [Table of contents]

    1. Default body styles
    2. Page loader
    3. Headings
    4. Anchors
    5. Button styles
    6. Breadcrumbs
    7. Checkbox
    8. Sections
    9. Header
    10. Main Header
    11. Main navigation
    12. Categories
    13. Header content
    14. Blocks
    15. Sort bar
    16. Price filter
    17. Pagination
    18. Filters
    19. Products category
    20. Product page
    21. Product color buttons
    22. BLog
    23. Designer
    24. Tabs navigation
    25. Comments
    26. Wrapper more
    27. Stretcher
    28. Scroll to top
    29. Banner
    30. Main popup
    31. Instagram
    32. Checkout
    33. Checkout steps
    34. Login wrapper
    35. Contact
    36. Map Info window
    37. Shortcodes
    38. Tabsy wrapper
    39. History
    40. Intro
    41. Text blocks
    42. Quotes
    43. Team
    44. Owl-icons
    45. Footer
    46. Info icons
    47. Cards
    49. Single page

    ----------------------------------
 */
/*  
    ----------------------------------
    1. Default body styles
    ----------------------------------
*/


/*  
    ----------------------------------
    2. Page loader
    ----------------------------------
*/
.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999;
    background-color: white;
}

.page-loader:before {
    font-family: 'LinearIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e810";
    position: fixed;
    font-size: 40px;
    left: 50%;
    top: 50%;
    z-index: 999999;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #ffbb00;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-loader.loaded {
    width: 0;
    left: 0;
    -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
    -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
    -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
    transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
}

.page-loader.loaded:before {
    opacity: 0;
}




@media print {
    a[href]:after,
    abbr[title]:after,
    a[href^="#"]:after {
        content: none !important;
    }
}

/* iPad fix */
input, textarea, select {
    /*-webkit-appearance: none;*/
    /*disable shaddow nav ipad*/
    /*-moz-appearance: none;*/
    /*disable shaddow nav ipad*/
    border-radius: 0;
    /*disable border-radius ipad*/
}


/*  
    ----------------------------------
    7. Checkbox
    ----------------------------------
*/
.checkbox {
    margin: 0;
    padding: 5px 0;
}

.checkbox label {
    padding-left: 35px;
    line-height: 1.8;
}

.checkbox label a {
    color: #8b8b8b;
    text-decoration: underline;
}

.checkbox label a:hover {
    color: #ffbb00;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    display: none;
}

.checkbox input[type="checkbox"] + label:before,
.checkbox input[type="radio"] + label:before {
    font-family: 'LinearIcons';
    content: "";
    line-height: 22px;
    font-size: 16px;
    position: absolute;
    border: 1px solid #bbc4c7;
    display: inline-block;
    height: 25px;
    width: 25px;
    padding: 0;
    left: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.checkbox input[type="checkbox"]:checked + label:before,
.checkbox input[type="radio"]:checked + label:before {
    background: #2D5075;
    color: white;
    border-color: #2D5075;
    text-align: center;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.checkbox input[type="checkbox"]:checked + label:before {
    content: "\e87f";
}

.checkbox input[type="radio"]:checked + label:before {
    content: "\e814";
}

.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
    font-weight: bold;
}

/*  
    ----------------------------------
    8. Sections
    ----------------------------------
*/
section {
    
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .coupon_block
{
    float: right;
margin-right: 56px;
}
.coupon_field {
  width: auto !important;
}
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    section {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}


@media print {
    .main-header {
        padding: 40px 0 !important;
    }
}


@media (min-width: 992px) {
    .checkbox {
  margin: 0;
  padding: 5px 0 45px;
  float: left;
}
.coupon_link
{
    float: left;
margin-left: 220px;

}
.checkout .cart-block.cart-block-footer .form-coupon {
 
  margin-left: 0;
}
    nav .categories {
        padding: 40px;
    }
    nav .categories a {
        color: white;
    }
    nav .categories figure {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    nav .categories {
        padding: 0;
    }
    nav .categories .row &gt; div {
        padding: 1px;
    }
    nav .categories figure {
        background-color: #111;
        padding: 40px 5px;
    }
}

nav .search-wrapper {
    position: absolute;
    background: white;
    top: 100%;
    right: 15px;
    left: 15px;
    z-index: 9999;
    padding: 0;
}

nav .search-wrapper .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    height: inherit;
    text-transform: capitalize;
}

nav .search-wrapper .btn-search {
    position: absolute;
    right: 10px;
    top: 8px;
}

nav .search-wrapper .search-results {
    padding: 15px;
    border: 1px solid #dddddd;
}

nav .search-wrapper .search-results .search-result-items {
    margin-bottom: 20px;
}

nav .search-wrapper .search-results .search-result-items:last-child {
    margin-bottom: 0;
}

nav .search-wrapper .search-results .search-result-items ul {
    margin: 0;
    padding: 0;
}

nav .search-wrapper .search-results .search-result-items ul li {
    list-style-type: none;
    border-bottom: 1px solid #dddddd;
}

nav .search-wrapper .search-results .search-result-items ul li:last-child {
    border-bottom: 0;
}

nav .search-wrapper .search-results .search-result-items ul li a {
    display: block;
    padding: 7.5px 0;
}

nav .search-wrapper .search-results .search-result-items ul li a span {
    display: inline-block;
}

nav .search-wrapper .search-results .search-result-items ul li a .id {
    color: #ffbb00;
    padding-right: 7.5px;
}

nav .search-wrapper .search-results .search-result-items ul li a .name {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

nav .search-wrapper .search-results .search-result-items ul li a .category {
    color: #b9bcc5;
    font-size: 85%;
}

@media (max-width: 767px) {
    nav .search-wrapper .search-results .search-result-items ul li a .category {
        display: block;
    }
}

nav .search-wrapper .search-results .search-result-items .title {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    nav .search-wrapper {
        left: 0;
        right: 0;
    }
    nav .search-wrapper .btn {
        top: 7px;
        right: 10px;
    }
}

.login-section {
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
}


    nav .login-wrapper {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #fb0;
    
    position: absolute;
    display: inline-block;
    text-align: left;
    padding: 20px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 999;
}

nav .login-wrapper .btn {
    margin-top: 20px;
}

nav .login-wrapper a {
    display: block;
    font-size: 12px;
    padding: 5px 0;
}

@media (min-width: 768px) {
    nav .login-wrapper {
        max-width: 300px;
    }
}

nav .cart-wrapper {
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    padding: 7.5px;
    max-width: 500px;
    background: #eeeeee;
    border: 1px solid #ffbb00;
    overflow: hidden;
}

nav .cart-wrapper .checkout {
    padding: 0 15px;
    opacity: 0;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

nav .cart-wrapper .checkout hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

nav .cart-wrapper .checkout .cart-block {
    padding: 10px;
    margin-bottom: 10px;
    width: 48%;
    float: left;
    margin: 1%;
    display: block;
}

nav .cart-wrapper .checkout .cart-block &gt; div {
    display: block;
}

nav .cart-wrapper .checkout .cart-block &gt; div.image {
    width: initial;
    float: left;
}

nav .cart-wrapper .checkout .cart-block &gt; div.title {
    padding-left: 0;
    width: 100%;
}

nav .cart-wrapper .checkout .cart-block &gt; div.quantity, nav .cart-wrapper .checkout .cart-block &gt; div.price {
    width: 50%;
    float: left;
}

nav .cart-wrapper .checkout .cart-block &gt; div.quantity {
    padding: 5px 0;
    text-align: left;
}

nav .cart-wrapper .checkout .cart-block &gt; div.quantity .form-control {
    width: 60px;
    height: inherit;
}

nav .cart-wrapper .checkout .cart-block &gt; div.price {
    padding-right: 10px;
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer {
    padding: 5px 0;
    margin: 0;
    margin-bottom: 3px;
    width: 100%;
    background-color: transparent;
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer &gt; div {
    float: left;
    padding: 0;
}

nav .cart-wrapper .checkout .cart-block .icon-delete {
    padding: 2px;
}

nav .cart-wrapper .checkout .cart-block-buttons {
    margin: 20px 0;
}

nav .cart-wrapper.open .checkout {
    opacity: 1;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

nav .search-wrapper,
nav .login-wrapper,
nav .cart-wrapper {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav .search-wrapper.open,
nav .login-wrapper.open,
nav .cart-wrapper.open {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*  
    ----------------------------------
    12. Categories
    ----------------------------------
*/

.menu-inner-block{width:48%; float:left;}
@media screen and (max-width: 991px) {
    .menu-inner-block{width:100%; float:none;}    
}


.categories {
    background: #f8f8f8;
}

.categories .test {
    color: white;
}

.categories figure {
    text-align: center;
}

.categories figure figcaption {
    font-size: 14px;
    text-transform: uppercase;
}

.categories figure .f-icon {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 100px;
}

.categories figure:hover .f-icon {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*  
    ----------------------------------
    13. Header content
    ----------------------------------
*/
.header-content {
    padding: 65px 0 0 0;
    position: relative;
    overflow: hidden;
}

.header-content .item {
    
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.header-content .item .box {
    position: absolute;
    width: 100%;
    color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.header-content .item .title {
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    text-transform: none;
}

.header-content .item .btn {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .header-content .item {
        /*height: 100vh;*/
    }
    .header-content .item .title {
        font-size: 300%;
    }
}

@media (min-width: 1200px) {
    .header-content .item {
        /*height: 540px;*/
    }
    .header-content .item .title {
        font-size: 300%;
    }
}

.header-content .owl-theme .owl-controls .owl-pagination {
    text-align: end;
    padding-right: 20px;
}

.header-content .owl-theme .owl-controls .owl-buttons div span {
    color: white;
}

.header-content .owl-theme .owl-controls .owl-page span {
    background: white;
}

/*  
    ----------------------------------
    14. Blocks
    ----------------------------------
*/
.blocks {
    padding: 400px 0;
    position: relative;
}

.blocks .image {
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.blocks .item {
    width: 50%;
}

.blocks.rtl .item {
    padding-right: 50px;
}

.blocks.ltr .item {
    margin-left: 50%;
    padding-left: 50px;
}

.blocks.ltr .image {
    right: 50%;
}

.blocks.blocks-fluid {
    background-color: #e8e8e8;
    position: relative;
}

.blocks.blocks-boxed {
    padding: 0;
}

.blocks.blocks-boxed .container {
    position: relative;
}

.blocks.blocks-boxed .text {
    padding: 45px 0;
}

@media (max-width: 768px) {
    .blocks &gt; div {
        display: flex;
        flex-flow: column;
    }
    .blocks .item {
        order: 2;
        width: 100%;
    }
    .blocks .image {
        width: 100%;
        order: 1;
        position: relative;
        min-height: 300px;
        left: 0;
        right: 0;
    }
    .blocks.ltr .item,
    .blocks.rtl .item {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .blocks .text,
    .blocks.blocks-boxed .text {
        padding: 20px 0 0 0;
    }
}

/*  
    ----------------------------------
    15. Sort bar
    ----------------------------------
*/
.sort-bar {
    margin-bottom: 15px;
    font-size: 14px;
}

.sort-bar select {
    background-color: white;
    padding: 5px;
    border: 1px solid #dddddd;
    outline: none;
}

.sort-bar .grid-list {
    padding-right: 0 !important;
}

.sort-bar .grid-list a {
    background: white;
    color: #666666;
    padding: 5px 8px;
    display: inline-block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sort-bar .grid-list a:hover {
    background-color: #ffbb00;
    color: white;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sort-bar strong {
    font-weight: 600;
    color: #616161;
}

.sort-bar a.toggle-filters-mobile {
    display: inline-block;
}

.sort-bar .sort-results &gt; span {
   /* display: none;
    padding: 0 10px; */
}

@media (min-width: 992px) {
    .sort-bar {
        padding: 0;
        
       /* opacity: 0.2;*/
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .sort-bar:hover {
        opacity: 1;
    }
    .sort-bar .sort-results &gt; span {
        display: inline-block;
    }
    .sort-bar a.toggle-filters-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .sort-bar {
        background-color: white;
       /* margin-top: -30px;*/
        margin-bottom: 1px;
        padding: 7.5px;
    }
    .filters .filter-box .title {
    cursor: pointer;
    padding: 5px;
    background-color: white;
    position: relative;
    font-weight: 600;
font-size: 16px!important;
}
.filter_title
{
    font-weight: 600;
margin: 10px 10px 10px 5px!important;
}
.filters_account .filter-box .title {
    cursor: pointer;
    padding: 10px;
    background-color: white;
    position: relative;
    font-weight: 600;
font-size: 13px!important;
}
.myaccount_box
{
    width: 100%!important;
margin-top: 90px;
}
.mobile_version
{
    display: block;
}

}

/*  
    ----------------------------------
    16. Price filter
    ----------------------------------
*/
.price-filter {
    /*padding: 15px 0;*/
}

.price-filter.price-filter-top {
    padding: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}

/* 
    ----------------------------------
    17. Pagination
    ----------------------------------
*/
.pagination-wrapper {
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .pagination-wrapper {
        margin: 0 15px;
        padding-top: 20px;
    }
}

.pagination-wrapper .pagination &gt; li:first-child, .pagination-wrapper .pagination &gt; li:last-child {
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination-wrapper .pagination &gt; li:first-child:hover, .pagination-wrapper .pagination &gt; li:last-child:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.pagination-wrapper .pagination &gt; li:first-child {
    left: 0;
}

.pagination-wrapper .pagination &gt; li:last-child {
    right: 0;
}

.pagination-wrapper .pagination &gt; li &gt; a,
.pagination-wrapper .pagination &gt; li &gt; span {
    border: 0;
    border-radius: 100%;
    color: white;
    background-color: #F26D78;
    margin: 0 3px;
    display: inline-block;
    padding: 6px 12px;
}

.pagination-wrapper .pagination &gt; li &gt; a:hover,
.pagination-wrapper .pagination &gt; li &gt; span:hover {
    background-color: black;
}

.pagination-wrapper .pagination .active &gt; a, .pagination-wrapper .pagination .active &gt; a:hover, .pagination-wrapper .pagination .active &gt; a:focus,
.pagination-wrapper .pagination .active &gt; span,
.pagination-wrapper .pagination .active &gt; span:hover,
.pagination-wrapper .pagination .active &gt; span:focus {
    background-color: black;
}

/*  
    ----------------------------------
    18. Filters
    ----------------------------------
*/
.filters .filter-box {
    margin-bottom: -1px;
   /* border: 1px solid #e4e4e4;*/
}

.filters .filter-box .title {
  cursor: pointer;
  /*padding: 10px 10px 0px 0px;*/
  /*background-color: #f5f5f5;*/
  position: relative;
  font-weight: 600;
  
}

.filters .filter-box .title span {
    font-size: 70%;
    color: #ffbb00;
}

.filters .filter-box .title:after {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*content: "\e874";*/
    font-family: 'LinearIcons';
    position: absolute;
    display: inline-block;
    line-height: 42px;
    height: 42px;
    width: 42px;
    right: 0;
    top: 0;
    text-align: center;
}

.filters .filter-box.active .title:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filters .filter-box {
    margin-bottom: -1px;
   /* border: 1px solid #e4e4e4;*/
}

.filters_account .filter-box .title {
    cursor: pointer;
    padding: 10px;
    background-color: #f5f5f5;
    position: relative;
    font-weight: 600;
font-size: 20px;
}

.filters_account .filter-box .title span {
    font-size: 70%;
    color: #ffbb00;
}

.filters_account .filter-box .title:after {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "\e874";
    font-family: 'LinearIcons';
    position: absolute;
    display: inline-block;
    line-height: 42px;
    height: 42px;
    width: 42px;
    right: 0;
    top: 0;
    text-align: center;
}

.filters_account .filter-box.active .title:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 992px) {
   .filters .filter-box {
  margin-bottom: 10px;
  border: 0;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}
.filter_rating_block {
  float: left;
  padding: 0px !important;
}
}

.filters .filter-content {
    display: none;
    padding: 10px;
    background-color: white;
    /*border-top: 1px solid #dddddd;*/
}

.filters .filter-content .checkbox label {
    display: block;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently*/
}

.filters .filter-content i {
    font-style: normal;
    display: block;
    font-size: 100%;
    float: right;
    line-height: 28px;
    margin-right: 5px;
}

.filters.filters-top .filter-box {
    position: relative;
}

.filters.filters-top .filter-update {
    display: none;
}
.products article .image img {
 /* height:216px;*/
}
@media (min-width: 992px) {
    .products article .image img {
 /* height:216px;)*/
}
    .filters.filters-top {
        padding-top: 40px;
        background-color: #eeeeee;
    }
    .filters.filters-top .filter-content {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 99;
        border: 1px solid #e4e4e4;
        margin: 0;
        max-height: 300px;
        overflow: auto;
    }
    .filters.filters-top .filter-update {
        border-top: 1px solid #dddddd;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #ffbb00;
        color: white;
        display: none;
    }
    .filters.filters-top .filter-box {
        margin-bottom: 0;
    }
    .filters.filters-top .filter-box.active .filter-update {
        display: block;
    }
}

@media (max-width: 991px) {
    .filters.filters-top .container {
        padding: 0;
        width: 100%;
    }
}

.filters .toggle-filters-close {
    width: 100%;
}

@media (max-width: 991px) {
    .filters {
        background-color: white;
        position: fixed;
        width: 50%;
        height: 100%;
        z-index: 9999;
        top: 0;
        left: auto;
        right: 0;
        overflow: auto;
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .filters .row {
        margin: 0;
    }
    .filters .row &gt; div {
        padding: 0;
    }
    .filters.active {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    }
    .filters .toggle-filters-close {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

/*  
    ----------------------------------
    19. Products category
    ----------------------------------
*/
.products {
    background-color: #fff;
}
.products_margin {
   /* padding-top: 40px!important;*/
    padding-bottom:80px!important;
}
.products .box-filters {
    text-align: center;
    padding: 40px 0 0;
}

.products .box-filters figure {
    width: 70px;
    height: 70px;
    display: inline-block;
    padding: 10px;
    background-color: white;
    color: #666666;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.products .box-filters figure.active {
    background-color: #3a3d45;
    color: #ffbb00;
}

.products .box-filters figure .f-icon {
    display: block;
    font-size: 38px;
    line-height: 27px;
}

@media (min-width: 992px) {
    .products .box-filters figure {
        width: 100px;
        height: 100px;
    }
    .products .box-filters figure .f-icon {
        font-size: 68px;
        line-height: 50px;
    }
}

.products .box-filters-results {
    padding: 0;
    position: relative;
}

.products article {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 1px;
    overflow: hidden;
}

.products article .label {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: initial;
}

.products article sub, .products article sup {
    font-size: 100%;
}

.products article .text {
   width: 100%;
padding: 10px;
border: 1px solid #707070;

}

.products article .text a:hover {
    color: #2D5075;
}

.products article .text .title {
    display: block;
    margin: 0 0 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size:13px;
}

.products article .text .title small {
    color: #3a3d45;
    font-size: 45%;
}

.products article .text sub, .products article .text sup {
   /* bottom: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;*/
    bottom: auto;
top: 13px;
display: inline-block;
margin-right: 10px;
float: right;
font-size:16px;
font-weight: 700;
}
.products article .text span {
    
    font-size: 13px;
}
.products article .text sub {
    text-decoration: line-through;
    font-weight: 300;
}
.products div .wishlist
{
    margin-top: 10px;

font-size: 14px;
}
.products article .image {
    overflow: hidden;
    height: 300px;
    width:100%;
}

.products article .image a {
    display: block;
}

.products article .image img {
    width: 100%;

}

.products article .btn-add {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products article:hover .btn-add {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products article .info {
    display: block;
    position: absolute;
    width: 35px;
    right: 15px;
    top: 15px;
    margin-right: 0;
    margin-top: 5px;
    z-index: 3;
}

.products article .info .add-favorite.added {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info .add-favorite.added a {
    background-color: #2D5075;
}

.products article .info .add-favorite.added a:hover:after {
    content: attr(data-title-added);
    background-color: inherit;
}

.products article .info a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background-color: dimgray;
    color: white;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .products article .info a {
        margin-bottom: 10px;
    }
}

.products article .info a:hover {
    background-color: #000000;
    color: white;
}

.products article .info a:hover:after {
    position: absolute;
    content: attr(data-title);
    padding: 5px 6px;
    right: 110%;
    top: 3px;
    white-space: nowrap;
    z-index: 20;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal;
}

.products article .info &gt; span {
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (min-width: 992px) {
    .products article .info {
        display: block;
    }
}

.products article:hover .info &gt; span {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info &gt; span:nth-child(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products article .info &gt; span:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.products article .info &gt; span:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.products article .figure-list {
    display: table;
    width: 100%;
}

.products article .figure-list .image,
.products article .figure-list .text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.products article .figure-list .text {
    position: relative;
    padding: 0 20px;
}

.products article .figure-list .text .title {
    white-space: inherit;
}

.products article .figure-list .text .description {
    display: none;
    margin-top: 15px;
}

.products article .figure-grid .text .description {
    display: none;
}

.products article .figure-block .text .description {
    position: relative;
    display: none;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    padding-top: 5px;
}

.products article .figure-block .text .description:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    content: "";
    display: block;
    z-index: 2;
}

@media (min-width: 768px) {
    .products article .figure-block .text .description {
        display: block;
    }
    
}

@media (min-width: 768px) {
    .products.products-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products article {
        margin-bottom: 30px;
    }
    .products article .label {
       /* top: auto;
        bottom: 10px;
        left: 10px;*/
    }
    .products article sub, .products article sup {
        font-size: 80%;
    }
    .products article:hover {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    }
    .products article .figure-grid .text {
        position: absolute;
        padding: 20px 20px 0;
        top: 0;
    }
    .products article .figure-list .image {
        width: 30%;
    }
    .products article .figure-list .text {
        width: 70%;
    }
    .products article .figure-list .text .description {
        display: block;
    }
    .products article .figure-block .text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .products .row {
        margin: 0;
    }
    .products .container,
    .products .row &gt; div {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
    }
    .products .btn-add {
        display: none;
    }
}

/*  
    ----------------------------------
    20. Product page
    ----------------------------------
*/
.product {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.product .main {
    /*padding: 20px 0;*/
}

.product .product-info-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.product .title {
    color: #707070;
    font-weight: 600;
    position: relative;
}

.product .title:before {
    content: attr(data-title);
    font-size: 550%;
    color: rgba(99, 99, 99, 0.07);
    position: absolute;
    width: inherit;
    white-space: nowrap;
    left: -30%;
    top: -100%;
    z-index: 1;
}

.product .title small {
    display: block;
    text-transform: none;
    color: black;
    font-size: 40%;
    margin: 5px 0;
}

.product .price {
    margin-bottom: 20px;
}
.text .price {
    margin-bottom: 20px;
    float:right;
}
.text .price small {
    text-decoration: line-through;
   color: #F26D78;
    font-size:15px;
}
.product .price small {
    text-decoration: line-through;
    color: #F26D78;
}

.product .info-box {
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%;
    margin-top: 20px;
}

.product .info-box &gt; span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.product .info-box &gt; span:first-child {
    width: 35%;
}

.product .info-box &gt; span:last-child {
    width: 65%;
}

.product .info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product .info-box .checked {
    border-color: #ffbb00;
}

.product .info-box strong {
    display: block;
    font-weight: 600;
    color: #646464;
}

.product .info-box.info-cell {
    display: table;
    width: 100%;
}

.product .info-box.info-cell &gt; span {
    display: table-cell;
    vertical-align: middle;
}

.product .info-box.info-box-addto {
    cursor: pointer;
}

.product .info-box.info-box-addto i {
    font-style: normal;
}

.product .info-box.info-box-addto .added {
    display: block;
    color: #2D5075;
}

.product .info-box.info-box-addto .add {
    display: block;
}

.product .info-box.info-box-addto.added .added {
    display: block;
}

.product .info-box.info-box-addto.added .add {
    display: block;
}

.product .product-colors {
    display: block;
}

.product .info {
    background-color: #e2e2e2;
    padding: 20px 0;
    z-index: 1;
}

.product .info .content {
    padding: 30px 0;
}

.product .info .content hr {
    border-color: #c1c1c1;
}

.product .info .content .full-image {
    width: 100%;
}

.product .info .content h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product .info .content h3:after {
    background: #fbb700;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
}

.product .info .products {
    background-color: transparent;
}

.product .owl-product-gallery.owl-theme .owl-controls .owl-buttons div span {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .product .main {
        /*padding: 50px 0;*/
        margin-bottom: 50px;
    }
    .product .title {
        margin-top: 0;
    }
    .product .product-info-wrapper {
        padding-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .product .product-flex {
        display: flex;
        flex-flow: column;
    }
    .product .product-flex .product-flex-gallery {
        order: 1;
    }
    .product .product-flex .product-flex-info {
        order: 2;
    }
}

/*  
    ----------------------------------
    21. Product color buttons
    ----------------------------------
*/
.color-btn {
    display: block;
    float: left;
    position: relative;
    width: auto;
    height: auto;
    background-color: #f8f8f8;
    border: 3px solid transparent;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: black;
    padding: 5px;
margin-bottom: 5px;

}

.color-btn:hover {
   /* cursor: pointer;*/
    cursor: grab;
}

.color-btn.checked {
    border-color: black;
}

.color-btn.color-btn-red {
    background-color: #d20f0f;
}

.color-btn.color-btn-blue {
    background-color: #2863bd;
}

.color-btn.color-btn-green {
    background-color: #3c763d;
}

.color-btn.color-btn-gray {
    background-color: #adadad;
}

.color-btn.color-btn-biege {
    background-color: #ece3b4;
}

/*  
    ----------------------------------
    22. BLog
    ----------------------------------
*/
.blog {
    position: relative;
    background-color: #eeeeee;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.blog .title {
    color: #3a3d45;
}

.blog .pre-header {
    margin-bottom: 15px;
    padding-bottom: 7.5px;
    display: table;
    width: 100%;
}

.blog .pre-header .sort-bar {
    background-color: transparent;
    padding: 0;
}

.blog .pre-header &gt; div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.blog .pre-header &gt; div &gt; * {
    margin: 0;
}

@media (min-width: 992px) {
    .blog .pre-header {
        margin-bottom: 20px;
        padding-bottom: 7.5px;
    }
}

.blog .blog-title,
.blog .blog-subtitle {
    text-transform: none;
    color: #3a3d45;
}

.blog strong {
    font-weight: 600;
}

.blog .wrapper-more {
    margin: 20px 10px 0;
}

@media (min-width: 992px) {
    .blog .wrapper-more {
        margin: 30px 20px 0;
    }
}

.blog aside .box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

.blog aside .box .title {
    padding-top: 7.5px;
    margin-bottom: 15px;
}

.blog aside .box ul {
    margin: 0;
    padding: 0;
}

.blog aside .box ul li {
    list-style-type: circle;
    margin-left: 20px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog aside .box ul li:hover {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.blog aside .box ul li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
}

.blog aside .box ul li.active a {
    color: #ffbb00;
}

.blog aside .box ul li:last-child a {
    border-bottom: 0;
}

.blog aside .box.box-search {
    padding: 0;
    position: relative;
    background-color: white;
}

.blog aside .box.box-search .form-control {
    border: 0;
}

.blog aside .box.box-search .btn {
    position: absolute;
    right: 10px;
    top: 8px;
}

.blog aside .box.box-posts ul li {
    list-style-type: none;
    margin-left: 0;
}

.blog aside .box.box-posts ul li a {
    position: relative;
    display: table;
    width: 100%;
}

.blog aside .box.box-posts ul li a &gt; span {
    display: table-cell;
    vertical-align: middle;
}

.blog aside .box.box-posts ul li a .date {
    width: 40px;
    text-align: center;
    line-height: 1;
}

.blog aside .box.box-posts ul li a .date span {
    display: block;
}

.blog aside .box.box-posts ul li a .date span:nth-child(1) {
    font-size: 75%;
}

.blog aside .box.box-posts ul li a .date span:nth-child(2) {
    font-weight: bold;
    font-size: 20px;
}

.blog aside .box.box-posts ul li a .text {
    padding-left: 5px;
}

.blog aside .box.box-tags ul li {
    margin: 0 2px 2px 0;
    display: block;
    float: left;
}

.blog aside .box.box-tags ul li a {
    padding: 5px;
    border: 0;
    background-color: #ffbb00;
    color: white;
    font-size: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog aside .box.box-tags ul li a:hover {
    background-color: #cc9600;
}

@media (min-width: 768px) {
    .blog aside {
        display: block;
    }
    .blog aside .box {
        margin-bottom: 30px;
    }
}

.blog .nav-link {
    position: absolute;
    width: 65px;
    height: 85px;
    top: 220px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 50;
}

.blog .nav-link:hover {
    opacity: 1;
}

.blog .nav-link:before {
    font-family: 'LinearIcons';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    content: "";
    display: inline-block;
    width: 65px;
    height: 65px;
}

.blog .nav-link.next {
    right: 5px;
}

.blog .nav-link.prev {
    left: 5px;
}

.blog .nav-link.prev:before {
    content: "\e875";
}

.blog .nav-link.next:before {
    content: "\e876";
}

.blog .nav-link figure {
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    display: none;
    opacity: 0;
    position: absolute;
    width: 180px;
    left: auto;
    right: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog .nav-link figure figcaption {
    text-align: center;
    padding: 10px;
}

.blog .nav-link figure figcaption .blog-title {
    margin: 0;
}

.blog .nav-link figure .image {
    position: relative;
    overflow: hidden;
}

.blog .nav-link figure .image img {
    width: 100%;
}

.blog .nav-link.next figure {
    right: 100%;
}

.blog .nav-link.prev figure {
    left: 100%;
}

.blog .nav-link.next:hover figure,
.blog .nav-link.prev:hover figure {
    opacity: 1;
}

@media (min-width: 992px) {
    .blog .nav-link figure {
        display: block;
    }
}

@media (max-width: 767px) {
    .blog .nav-link {
        display: none;
    }
}

.blog article {
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.blog article, .blog article a {
    color: black;
}

.blog article a {
    display: block;
}

.blog article a:hover {
    color: black;
}

.blog article .image {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: auto;
}

.blog article .image img {
    display: block;
    width: 100%;
}

.blog article .entry {
    background-color: white;
    padding: 10px 15px;
    position: relative;
}

.blog article .entry.entry-table {
    display: table;
    width: 100%;
    height: 80px;
}

.blog article .entry.entry-table &gt; div {
    display: table-cell;
    vertical-align: middle;
}

.blog article .entry.entry-table .title {
    padding-left: 10px;
}

.blog article .entry .date-wrapper {
    width: 55px;
}

.blog article .entry .date-wrapper .date {
    width: 50px;
    height: 60px;
    z-index: 99;
    z-index: 99;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #ccc;
}

.blog article .entry .date-wrapper .date span {
    display: block;
    font-size: 11px;
    line-height: 12px;
}

.blog article .entry .title &gt; * {
    margin: 0;
    text-transform: none;
}

.blog article .description {
    padding: 15px 0;
    color: white;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog article .show-more {
    background-color: white;
    position: absolute;
    padding: 0 15px 15px;
    left: 0;
    top: 100%;
    width: 100%;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.blog article .show-more .btn {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.blog article .show-more, .blog article .show-more .btn {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.blog article.article-table {
    background-color: white;
}

.blog article.article-table &gt; a {
    display: table;
    width: 100%;
}

.blog article.article-table &gt; a &gt; div {
    display: table-cell;
    vertical-align: middle;
}

.blog article.article-table &gt; a .image {
    width: 50%;
}

.blog article.article-table &gt; a .image img {
    display: none;
}

.blog article.article-table &gt; a .text {
    padding: 15px;
    position: relative;
}

.blog article.article-table &gt; a .text &gt; * {
    position: relative;
    z-index: 99;
}

.blog article.article-table &gt; a .text .text-intro {
    display: none;
}

.blog article.article-table &gt; a .text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog article.article-table:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

@media (min-width: 768px) {
    .blog article {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        margin-bottom: 30px;
    }
    .blog article .description {
        padding: 25px 0;
        -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
    .blog article:hover {
        position: relative;
        color: initial;
        -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    .blog article:hover .text-wrapper {
        padding-bottom: 40px;
    }
    .blog article:hover .show-more {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .blog article:hover .show-more .btn {
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .blog article:hover .description {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .blog article .image {
        height: 220px;
    }
    .blog article .image img {
        display: none;
    }
    .blog article.article-table:hover .text:before {
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    }
    .blog article.article-table &gt; a .text {
        padding: 40px;
    }
    .blog article.article-table &gt; a .text .text-intro {
        display: block;
    }
    .blog article header {
        margin-bottom: 50px;
    }
}

.blog.blog-block article {
    position: relative;
}

.blog.blog-block article, .blog.blog-block article a, .blog.blog-block article .title {
    color: white;
}

.blog.blog-block article .entry-block {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
    padding: 25px;
}

.blog.blog-block article .date {
    font-size: 80%;
    margin-bottom: 5px;
}

.blog.blog-block article .image {
    height: auto;
}

.blog.blog-block article .image img {
    display: block;
}

.blog.blog-block article .image:before {
    background: -moz-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    opacity: 0.5;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog.blog-block article .show-more {
    padding: 0;
    background-color: transparent;
    bottom: -45px;
    top: inherit;
    width: 90%;
    left: 50%;
    -moz-transform: scale(1, 1) translate(-50%, -50%);
    -ms-transform: scale(1, 1) translate(-50%, -50%);
    -o-transform: scale(1, 1) translate(-50%, -50%);
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%);
}

.blog .blog-info.blog-info-top {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 5px 0;
    margin-bottom: 20px;
    text-align: left;
}

@media (min-width: 992px) {
    .blog .blog-info.blog-info-top {
        padding: 10px 0;
    }
}

.blog .blog-info.blog-info-bottom {
    padding: 20px 0;
}

.blog .blog-info ul {
    margin: 0;
    padding: 0;
}

.blog .blog-info ul li {
    padding: 0;
    list-style-type: none;
}

.blog .blog-info .entry {
    padding: 5px 10px 5px 25px;
    list-style-type: none;
    display: inline-block;
    font-size: 90%;
}

.blog .blog-info .entry .fa {
    margin-left: -25px;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.blog .blog-info .entry.divider {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.blog .blog-post .blog-image-main img {
    width: 100%;
}

@media (min-width: 992px) {
    .blog .blog-post .blog-image-main {
        margin-top: -130px;
    }
    .blog .blog-post .blog-image-main img {
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 1200px) {
    .blog .blog-post .blog-image-main {
        margin-top: -160px;
    }
    
}

.blog .blog-post .blog-post-content {
    background-color: white;
    padding: 20px;
}

@media (min-width: 992px) {
    .blog .blog-post .blog-post-content {
        padding: 60px;
    }
}

.blog .blog-post .blog-image {
    margin: 20px 0;
    display: block;
}

.blog .blog-post .blog-image .caption {
    display: block;
    text-align: center;
    font-size: 75%;
    font-style: italic;
    padding: 5px 0;
}

@media (min-width: 992px) {
    .blog .blog-post .blog-image {
        margin: 30px 0;
    }
}

.blog .blog-post .blog-post-text img {
    border: 5px solid white;
    width: 100%;
}

.blog .blog-post .blog-post-text h2, .blog .blog-post .blog-post-text h3, .blog .blog-post .blog-post-text h4, .blog .blog-post .blog-post-text h5 {
    margin-top: 35px;
    text-transform: none;
}

/*  
    ----------------------------------
    23. Designer
    ----------------------------------
*/
.designer {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}

.designer .box {
    display: table;
    width: 100%;
}

.designer .image {
    background: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.designer .image img {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
}

.designer .name {
    background-color: #f5f5f5;
    text-align: left;
    padding-left: 15px;
    padding: 20px !important;
}

.designer .name .title {
    margin: 0;
}

.designer .name .title small {
    font-size: initial;
    color: #666;
}

@media (min-width: 992px) {
    .designer {
        margin-top: -73px;
    }
    .designer .image {
        padding: 30px 40px;
    }
}

/*  
    ----------------------------------
    24. Tabs navigation
    ----------------------------------
*/
.nav-tabs {
    border: 0;
}

.nav-tabs &gt; li &gt; a {
    border-radius: 1px;
    background: #f1f1f1;
    border: 0;
    margin-right: 1px;
    padding: 14px 20px;
    border-top: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus {
    color: black;
}

.nav-tabs &gt; li.active &gt; a {
    background: #e2e2e2;
    color: #000;
    box-shadow: 0 -5px 0px #2D5075;
}

.nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    background: #e2e2e2;
    color: #000;
    box-shadow: 0 -5px 0px #2D5075;
}

@media (min-width: 992px) {
    .nav-tabs {
        margin-top: -73px;
    }
}

/*  
    ----------------------------------
    25. Comments
    ----------------------------------
*/
.comments {
    display: block;
    background-color: white;
}

.comments h2 {
    font-size: 18px;
}

.comments .fa.active {
    color: #ffbb00;
}

.comments h2 .rating {
    display: inline-block;
}

.comments .rate-box {
    display: block;
    width: 100%;
    background-color: white;
    padding: 20px 30px;
    border: 1px solid #eee;
}

.comments .rate-box strong {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.comments .rate-box .rating {
    padding: 5px 0;
}

@media (min-width: 992px) {
    .comments .rate-box {
        /*width: 33.333333333%;*/
        float: left;
    }
}

@media (max-width: 1199px) {
    .comments {
        margin-bottom: 20px;
    }
}

.comments content {
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.comments .comment-header {
    padding: 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

.comments .comment-header a {
    display: inline-block;
    padding: 0 10px;
}

.comments .comment-block {
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dddddd;
    padding-left: 15px;
    padding-right: 30px;
}

.comments .comment-block:last-child,
.comments .comment-block &gt; .comment-block {
    border-bottom: none;
}

.comments .comment-block &gt; .comment-block {
    background-color: #eeeeee;
    border-top: 1px solid rgba(221, 221, 221, 0.5);
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .comments .comment-block {
        padding-left: 40px;
        padding-right: 40px;
    }
    .comments .comment-block &gt; .comment-block {
        margin-left: 50px;
    }
}

.comments .comment-user {
    display: table;
    width: 100%;
}

.comments .comment-user div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.comments .comment-user div img {
    border-radius: 100%;
    width: 40px;
}

.comments .comment-user div h5 {
    margin: 0;
}

.comments .comment-user div h5 small {
    display: block;
    padding: 4px 0;
}

.comments .comment-user div:first-child {
    width: 50px;
}

.comments .comment-desc {
   /* margin-left: 50px;*/
    margin-top: 10px;
    padding-bottom: 10px;
}

.comments .comment-add {
    margin-top: 40px;
    padding: 0 20px 20px;
}

.comments .comment-add .comment-reply-message {
    margin-bottom: 15px;
}

.comments .comment-add .comment-reply-message .title {
    margin-bottom: 10px;
}

.comments .comment-add .btn-circle {
    background-color: black;
    color: white;
}

/*  
    ----------------------------------
    26. Wrapper more
    ----------------------------------
*/
.wrapper-more {
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .wrapper-more .wrapper-more {
        margin-top: 0;
    }
}

/*  
    ----------------------------------
    27. Stretcher
    ----------------------------------
*/
.stretcher-wrapper {
    margin: 0;
    padding: 0;
    background-color: #cc9600;
}

.stretcher-wrapper header {
    background-color: white;
    position: relative;
    margin-bottom: 0;
    padding: 30px 0;
}

.stretcher-wrapper header:before {
    content: '';
    position: absolute;
    border-width: 20px 20px 0px 20px;
    border-style: solid solid solid solid;
    border-color: white transparent white;
    bottom: -15px;
    left: 50%;
    z-index: 2;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stretcher-wrapper .stretcher {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.stretcher-wrapper .stretcher .stretcher-item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 30vh;
    overflow: hidden;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.stretcher-wrapper .stretcher .stretcher-item &gt; a {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 99;
}

.stretcher-wrapper .stretcher .stretcher-item:hover &gt; a {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.stretcher-wrapper .stretcher .stretcher-item.more {
    background-color: #cc9600;
    position: relative;
    height: 100px;
}

.stretcher-wrapper .stretcher .stretcher-item.more a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon {
    font-size: 70px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
    display: inline-block;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before, .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before {
    content: attr(data-title-show);
    opacity: 0;
    font-size: 16px;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
    content: attr(data-title-hide);
    opacity: 1;
}

.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:before {
    opacity: 1;
}

.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:after {
    opacity: 0;
}

@media (min-width: 992px) {
    .stretcher-wrapper .stretcher .stretcher-item.more, .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
        width: 8%;
    }
    .stretcher-wrapper .stretcher .stretcher-item.more.active {
        width: 28%;
    }
    .stretcher-wrapper .stretcher .stretcher-item.more.more {
        height: 100%;
    }
}

.stretcher-wrapper .stretcher .stretcher-item.inactive, .stretcher-wrapper .stretcher .stretcher-item.active {
    width: 100%;
}

@media (min-width: 992px) {
    .stretcher-wrapper .stretcher .stretcher-item {
        width: 23%;
        height: 100%;
        display: inline-block;
    }
    .stretcher-wrapper .stretcher .stretcher-item.inactive {
        width: 18%;
    }
    .stretcher-wrapper .stretcher .stretcher-item.active {
        width: 38%;
    }
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo {
    /*background-color: rgba($color-base, 0.0);*/
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    font-size: initial;
    color: white;
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo img,
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
    text-align: center;
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .f-icon {
    font-size: 100px;
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .text-intro {
    display: block;
}

.stretcher-wrapper .stretcher .stretcher-item:hover .stretcher-logo {
    opacity: 0;
}

.stretcher-wrapper .stretcher .stretcher-item figure {
    background-color: rgba(204, 150, 0, 0.5);
    color: white;
    position: absolute;
    z-index: 9;
    font-size: initial;
    padding: 20px 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.stretcher-wrapper .stretcher .stretcher-item figure h4 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .stretcher-wrapper .stretcher .stretcher-item figure {
        padding: 20px 30px;
    }
}

.stretcher-wrapper .stretcher .stretcher-item:hover figure {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
    .stretcher-wrapper .stretcher {
        height: 500px;
        white-space: nowrap;
    }
    .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher {
        height: 100vh;
    }
    .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item figure {
        bottom: 20%;
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        overflow: hidden;
        padding: 50px 30px;
    }
    .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item:hover figure {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*  
    ----------------------------------
    28. Scroll to top
    ----------------------------------
*/
.scroll-top {
    visibility: hidden;
    padding: 18px 20px;
    background-color: #2D5075;
    color: white;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 999;
    border-radius: 100%;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.scroll-top.visible {
    visibility: visible;
    opacity: 1;
}

.scroll-top.active {
    bottom: 15px;
}

.scroll-top:hover {
    background-color: #333;
}

@media (min-width: 768px) {
    .scroll-top.active {
        bottom: 545px;
    }
}

@media (min-width: 992px) {
    .scroll-top.active {
        bottom: 590px;
    }
}

@media (min-width: 1200px) {
    .scroll-top.active {
        bottom: 620px;
    }
}

/*  
    ----------------------------------
    29. Banner
    ----------------------------------
*/
.banner {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 160px;
    color: white;
    background-color: #3a3d45;
}

.banner .btn {
    margin-top: 40px;
}

.banner.banner-smaller {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .banner.banner-smaller {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .banner.banner-smaller {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

/*  
    ----------------------------------
    30. Main popup
    ----------------------------------
*/
.popup-main {
    background: #e6e6e6;
    text-align: left;
    width: 100%;
    margin: 0px auto;
    position: relative;
    box-shadow: 0 0 20px #000;
    /*popup-product-styles*/
}

.popup-main.popup-main-article img {
    width: 100%;
}

.popup-main .popup-title {
    padding: 20px;
    text-align: left;
    font-size: 24px;
}

.popup-main .popup-title &gt; * {
    margin: 0;
}

.popup-main .popup-content {
    background-color: white;
    padding: 15px;
}

.popup-main .popup-buttons a {
    border-left: 1px solid #fff;
    padding: 32px 30px;
    display: inline-block;
    margin-left: -3px;
}

.popup-main .popup-buttons a:hover {
    background-color: black;
    border-color: black;
    color: white;
}

.popup-main .mfp-close {
    height: 72px;
    border-left: 1px solid white;
}

.popup-main .popup-table {
    display: table;
    width: 100%;
    width: 100%;
}

.popup-main .popup-table .popup-cell {
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
}

.popup-main .popup-table .popup-cell:nth-child(1) {
    padding-left: 18px;
}

.popup-main .popup-table .popup-cell:nth-child(2) {
    text-align: right;
}

@media (max-width: 767px) {
    .popup-main .popup-table .popup-cell .icon {
        font-size: 20px;
    }
}

.popup-main .product .product-info-wrapper {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
}

.popup-main .product .title small {
    display: block;
    margin: 0;
}

.popup-main .product .price {
    text-align: left;
    margin: 0;
}

.popup-main .product .price.price-single {
    padding: 15px 0;
}

@media (min-width: 992px) {
    .popup-main .product .price.price-single {
        padding: 20px 0;
    }
}

.popup-main .product .price small {
    display: block;
    margin: 0;
}

.popup-main .product .product-colors {
    margin-top: 10px;
}

.popup-main .product .owl-product-gallery {
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .popup-main {
        width: 640px;
    }
    .popup-main.popup-main-article {
        width: 760px;
    }
    .popup-main .popup-content {
        padding: 40px;
        vertical-align: top;
    }
    .popup-main .mfp-close {
        height: 90px;
        border-left: 1px solid white;
    }
    .popup-main .product .owl-product-gallery {
        margin-bottom: 1px;
    }
}

/*  
    ----------------------------------
    31. Instagram
    ----------------------------------
*/
.instagram {
    padding-top: 30px;
    padding-bottom: 0;
}

.instagram .gallery .item {
    width: 16.66667%;
    float: left;
    overflow: hidden;
}

.instagram .gallery .item img {
    width: 100%;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.instagram .gallery .item:hover img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

@media (min-width: 768px) {
    .instagram {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .instagram {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .instagram {
        padding-top: 40px;
    }
}

/*  
    ----------------------------------
    32. Checkout
    ----------------------------------
*/
.checkout {
    background-color: #fff;
   /* padding-top: 20px;*/
    padding-bottom: 20px;
}

.checkout hr {
    border-color: #dddddd;
}

.checkout .cart-wrapper {
    margin: 15px 0;
}

@media print {
    .checkout .cart-wrapper {
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }
    .checkout .cart-wrapper + .cart-wrapper {
        border-top: 0;
    }
}

.checkout .white-block {
    background-color: white;
    padding: 20px 15px;
    margin-bottom: 15px;
}

.checkout .note-block {
    background-color: white;
}

.checkout .title {
    margin: 0;
}

.checkout .cart-block {
    position: relative;
    margin-bottom: 15px;
}

.checkout .cart-block:last-child {
    margin-bottom: 0;
}

.checkout .cart-block.cart-block-header {
    display: none;
    background-color: #fbfbfb;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.checkout .cart-block.cart-block-item {
    background-color: white;
    border: 1px solid #eaeaec;
border-radius: 4px;
margin-top: 5px;
}

.checkout .cart-block.cart-block-footer {
    color: black;
    margin-top: 1px;
    background-color: white;
    padding: 15px 10px;
    border: 1px solid #eaeaec;
border-radius: 4px;
margin-top: 15px;
}

.checkout .cart-block.cart-block-footer.cart-block-footer-price {
    /*padding: 30px 30px;*/
    background-color: white;
}
.subtotal
{
    text-align: right;
float: right !important;
}
.checkout .cart-block.cart-block-footer &gt; div {
    padding: 0;
}

.checkout .cart-block.cart-block-footer &gt; div:nth-child(1), .checkout .cart-block.cart-block-footer &gt; div:nth-child(2) {
    width: 50%;
}

.checkout .cart-block.cart-block-footer &gt; div:nth-child(2) {
    text-align: right;
}

.checkout .cart-block.cart-block-footer .form-coupon {
    display: inline-block;
    width: 100%;
   /* margin-left: 10px;*/
    text-align: left;
}

.checkout .cart-block &gt; div {
    padding:0 20px 0 0;
}

.checkout .cart-block &gt; div img {
    width: 100%;
    vertical-align: middle;
}

.checkout .cart-block &gt; div.image {
    padding: 15px;
}

.checkout .cart-block &gt; div.quantity, .checkout .cart-block &gt; div.price {
    width: 33%;
    float: left;
}

.checkout .cart-block &gt; div.quantity .form-quantity {
    display: inline-block;
    width: 80px;
}

.checkout .cart-block .title &gt; * {
    margin: 0;
}

.checkout .cart-block .price &gt; span {
    display: block;
    text-align: right;
}

.checkout .cart-block .price .final {
    margin: 0;
}

.checkout .cart-block .price .discount {
    text-decoration: line-through;
}

.checkout .cart-block .icon-delete {
    position: absolute;
    cursor: pointer;
    padding: 5px;
    right: 0;
    top: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.checkout .cart-block .icon-delete:hover {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 768px) {
    .checkout .white-block {
        padding: 10px 0 0 0;
    }
    .checkout .cart-block {
        display: table;
        width: 100%;
        margin-bottom: 1px;
    }
    .checkout .cart-block.cart-block-header {
        display: table;
        padding: 15px;
    }
    .checkout .cart-block.cart-block-header &gt; div {
        padding: 0;
    }
    .checkout .cart-block.cart-block-footer {
        padding: 15px 30px;
    }
    .checkout .cart-block.cart-block-footer .form-coupon {
        position: absolute;
        top: 0;
    }
    .checkout .cart-block &gt; div {
        display: table-cell;
        vertical-align: middle;
    }
    .checkout .cart-block &gt; div img {
        width: 100%;
        vertical-align: top;
    }
    .checkout .cart-block &gt; div:nth-child(1) {
        width: 15%;
    }
    .checkout .cart-block &gt; div:nth-child(2) {
        width: 35%;
    }
    .checkout .cart-block &gt; div:nth-child(3) {
        width: 10%;
    }
    .checkout .cart-block &gt; div:nth-child(4) {
        width: 30%;
    }
    .checkout .cart-block &gt; div.quantity, .checkout .cart-block &gt; div.price {
        float: none;
    }
    .checkout .cart-block &gt; div.quantity {
        text-align: left;
        vertical-align:top;
        padding: 10px 0 0 20px;
    }
    .checkout .cart-block .title {
       vertical-align:top;
        padding: 10px 0 0 20px;
    }
    .checkout .cart-block .title &gt; * {
        margin: 0;
    }
    .checkout .cart-block .price {
        padding-right: 30px;
        vertical-align:top;
        padding-top: 10px;
    }
    .checkout .cart-block .price &gt; span {
        display: block;
        text-align: right;
    }
    .checkout .cart-block .price .final {
        margin: 0;
    }
    .checkout .cart-block .price .discount {
        text-decoration: line-through;
    }
    .checkout .cart-block .form-control {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .filter_rating_block {
  float: left;
  padding: 0px 0px 0px 5px !important;
}
    .checkout .cart-block {
        padding-bottom: 15px;
    }
    .checkout .cart-block &gt; div {
        padding: 0 10px;
    }
    .checkout .cart-block .title {
        margin-bottom: 15px;
    }
    .checkout .cart-block .form-control {
        height: 30px;
        padding: 6px 18px!important;
    }
    .checkout .cart-block.cart-block-footer {
        color: black;
    }
    .checkout .cart-block.cart-block-footer &gt; div {
        float: left;
    }
    .checkout .cart-block.cart-block-footer .form-coupon {
       
        margin-left: 0;
    }
}

/*  
    ----------------------------------
    33. Checkout steps
    ----------------------------------
*/
.step-wrapper {
    background-color: white;
    padding: 30px 0 20px 0;
}

@media (min-width: 768px) {
    .step-wrapper {
        padding: 40px 0 20px 0;
    }
}

@media print {
    .step-wrapper {
        display: none !important;
    }
}

.step-wrapper header {
    padding: 0;
}

.step-wrapper header .title {
    padding-top: 15px;
    color: white;
}

@media (min-width: 768px) {
    .step-wrapper header .title {
        padding-top: 40px;
    }
}

.step-wrapper .stepper {
    color: white;
}

.step-wrapper .stepper &gt; ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.step-wrapper .stepper &gt; ul &gt; li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 0;
}

.step-wrapper .stepper &gt; ul &gt; li:first-child:before {
    display: none;
}

.step-wrapper .stepper &gt; ul &gt; li:before {
    background-color: #2D5075;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    right: 50%;
    z-index: 0;
}

.step-wrapper .stepper &gt; ul &gt; li span {
    background-color: white;
    font-size: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    z-index: 9;
    color: #e6e6e6;
    font-family: 'LinearIcons';
}

.step-wrapper .stepper &gt; ul &gt; li span:before {
    content: "\e880";
}

.step-wrapper .stepper &gt; ul &gt; li span:after {
    content: attr(data-text);
    position: absolute;
    display: inline-block;
    bottom: 100%;
    text-transform: uppercase;
    text-align: center;
    width: initial;
    left: 50%;
    font-size: 10px;
    white-space: nowrap;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
}

@media (min-width: 992px) {
    .step-wrapper .stepper &gt; ul &gt; li span {
        width: 50px;
        height: 60px;
        font-size: 50px;
        line-height: 60px;
    }
    .step-wrapper .stepper &gt; ul &gt; li span:after {
        font-size: 16px;
        line-height: initial;
    }
}

.step-wrapper .stepper &gt; ul &gt; li.active:before {
    background-color: black;
}

.step-wrapper .stepper &gt; ul &gt; li.active span {
    color: #2D5075;
}

.step-wrapper .stepper &gt; ul &gt; li.active span:before {
    content: "\e87f";
}

/*  
    ----------------------------------
    34. Login wrapper
    ----------------------------------
*/
.login-wrapper.login-wrapper-page {
    background-color: #eeeeee;
}

.login-wrapper .white-block {
    background-color: white;
    padding: 20px 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .login-wrapper .white-block {
       /* padding: 10px 0 0 0;*/
    }
    .login-wrapper .inner-block {
        padding: 30px;
    }

}

.login-wrapper .login-block.login-block-signin {
    display: block;
}

.login-wrapper .login-block.login-block-signup {
    display: none;
}

/*  
    ----------------------------------
    35. Contact
    ----------------------------------
*/
.contact {
    background-color: #fff;
    padding: 80px 0 80px 0;
}

.contact.contact-single {
    background-color: #3a3d45;
}

.contact.contact-single.banner {
    padding-bottom: 0;
}

.contact #map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.contact .contact-block {
    margin-top: -80px;
}

.contact .contact-block .banner {
    padding: 80px 40px;
}

.contact .contact-block .contact-info {
    background-color: white;
    padding-bottom: 40px;
}

.contact .contact-block .contact-info figure {
    padding: 15px;
}

.contact .contact-block .contact-info figure figcaption &gt; strong {
    display: block;
    padding: 7.5px 0;
}

.contact .contact-block .contact-info figure figcaption &gt; span {
    font-size: 90%;
}

.contact .contact-block .contact-info figure .icon {
    font-size: 50px;
    color: #2D5075;
}

.contact .contact-block .contact-form {
    display: none;
    margin-top: 50px;
}

.contact .contact-block .contact-form .form-control {
    border-color: transparent;
}

/*  
    ----------------------------------
    36. Map Info window
    ----------------------------------
*/
.map-info-window .fa {
    width: 20px;
    text-align: center;
    margin-right: 3px;
    display: inline-block;
}

/*  
    ----------------------------------
    37. Shortcodes
    ----------------------------------
*/
.shortcodes {
    background-color: #f8f8f8;
}

.shortcodes .buttons .btn {
    display: block;
    width: 100%;
}

.shortcodes .buttons .button-box {
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.shortcodes .list-group-item {
    padding: 0;
}

.shortcodes .list-group-item a {
    padding: 10px 15px;
    display: block;
    color: #666;
}

.shortcodes .list-group-item a.active, .shortcodes .list-group-item a:hover {
    background-color: #ddd;
}

.shortcodes article {
    border: 1px solid #ddd;
    background-color: white;
    padding: 15px;
    display: block;
    margin-bottom: 60px;
}

.shortcodes article h1:first-child + hr {
    border-color: #2D5075;
}

.shortcodes article .icons figure {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.shortcodes article .icons figure .icon {
    font-size: 78px;
}

.shortcodes article .icons figure figcaption {
    font-size: small;
    display: block;
    white-space: nowrap;
}

.shortcodes .well {
    background-color: #666;
    margin: 15px 0;
    background-position: center;
    background-size: cover;
}

.shortcodes .affix {
    top: 80px;
    width: 212px;
}

@media (min-width: 1200px) {
    .shortcodes .affix {
        width: 262px;
    }
}

.shortcodes .icons-wrapper figure {
    text-align: center;
    font-size: 100px;
}

.shortcodes .icons-wrapper figure figcaption {
    font-size: 16px;
}

.shortcodes .show-all {
    float: right;
}

.shortcodes .bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
    max-height: 230px;
}

.shortcodes .bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.shortcodes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.shortcodes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
    /* Help out IE10+ with class names */
}

.shortcodes .bs-glyphicons li:hover {
    color: #fff;
    background-color: #2D5075;
}

.shortcodes #glyphs.expanded .bs-glyphicons {
    max-height: 100%;
}

.shortcodes .bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .shortcodes .bs-glyphicons {
        margin-right: 0;
        margin-left: 0;
    }
    .shortcodes .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px;
    }
}

/*  
    ----------------------------------
    38. Tabsy wrapper
    ----------------------------------
*/
.tabsy-wrapper.tabsy-wrapper-clean {
    padding: 0;
}

.tabsy-wrapper.tabsy-wrapper-frontpage {
    margin-top: -40px;
    padding: 0;
}

.tabsy-wrapper.tabsy-wrapper-frontpage .container {
    padding-left: 0;
    padding-right: 0;
}

.tabsy-wrapper.tabsy-wrapper-frontpage .tabsy {
    box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .tabsy-wrapper.tabsy-wrapper-frontpage {
        margin-top: -100px;
    }
}

@media (min-width: 1480px) {
    .tabsy-wrapper.tabsy-wrapper-frontpage .container {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .tabsy-wrapper.tabsy-wrapper-frontpage {
        margin-top: -62px;
    }
}

.tabsy-wrapper .tabsy {
    background-size: cover;
    background-position: center;
    position: relative;
}

.tabsy-wrapper .tabsy .tabsy-images, .tabsy-wrapper .tabsy .tabsy-images &gt; div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tabsy-wrapper .tabsy .tabsy-images &gt; div {
    background-size: cover;
    background-position: center;
    opacity: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.tabsy-wrapper .tabsy .tabsy-images &gt; div.current {
    opacity: 1;
}

.tabsy-wrapper .tabsy .tabsy-images img {
    display: none;
}

.tabsy-wrapper .tabsy .tabsy-links .row {
    margin: 0;
}

.tabsy-wrapper .tabsy .tabsy-links figure {
    cursor: pointer;
    padding: 0;
    position: relative;
    min-height: 150px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tabsy-wrapper .tabsy .tabsy-links figure + figure {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.tabsy-wrapper .tabsy .tabsy-links figure:after {
    font: normal normal normal 24px/30px LinearIcons;
    content: "\e876";
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    text-align: right;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.tabsy-wrapper .tabsy .tabsy-links figure a.link {
    background-color: transparent;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 88;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption {
    margin: 20px;
    overflow: hidden;
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .date {
    font-size: 75%;
    display: block;
    color: #2D5075;
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .title {
    display: block;
    margin-top: 5px;
    text-transform: none;
    color: white;
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
    display: none;
    color: white;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

@media (min-width: 768px) {
    .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
        display: block;
    }
   
}

.tabsy-wrapper .tabsy .tabsy-links figure.current {
    background-color: rgba(0, 0, 0, 0.5);
}

.tabsy-wrapper .tabsy .tabsy-links figure.current a.link {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tabsy-wrapper .tabsy .tabsy-links figure.current figcaption .desc {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tabsy-wrapper .tabsy .tabsy-links figure.current:after {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media (min-width: 768px) {
    .tabsy-wrapper .tabsy .tabsy-links figure {
        min-height: 350px;
    }
}

@media (min-width: 768px) {
    .tabsy-wrapper .wrapper-more {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .tabsy-wrapper .wrapper-more {
        margin-top: 35px;
    }
}

/*  
    ----------------------------------
    39. History
    ----------------------------------
*/
.history {
    background-color: #eeeeee;
}

.history .title {
    text-transform: none;
}

.history .history-title .title {
    margin-bottom: 0;
}

.history .history-image {
    background-position: center;
    background-size: cover;
    min-height: 300px;
}

.history .row-block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

.history .row-block:last-child {
    border-bottom: 0;
}

@media (min-width: 992px) {
    .history {
        padding: 80px 0;
    }
    .history .row-block {
        display: table;
        width: 100%;
        margin-bottom: 80px;
        border-bottom: 0;
    }
    .history .row-block &gt; * {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding: 80px;
    }
    .history .history-title {
        position: absolute;
        text-align: center;
        color: white;
        width: 100px;
        height: 100px;
        padding-top: 20px;
        z-index: 1;
        margin: 0 auto;
        top: 50%;
        right: -50px;
        margin-top: -50px;
    }
    .history .history-title:before {
        z-index: -1;
        content: "";
        display: block;
        background-color: #2D5075;
        left: 50%;
        top: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
    .history .history-desc {
        background-color: white;
        padding-left: 120px;
    }
}

@media (max-width: 991px) {
    .history .row-block {
        border: 0;
    }
    .history .history-title {
        background-color: #2D5075;
        color: white;
        display: inline-block;
        padding: 15px;
        margin-left: -20px;
        width: 40%;
        border-bottom-right-radius: 35px;
    }
    .history .history-title p {
        margin-bottom: 0;
    }
    .history .history-image {
        margin-bottom: 20px;
    }
}

/*  
    ----------------------------------
    40. Intro
    ----------------------------------
*/
.intro {
    background-color: #eeeeee;
    padding: 30px 0;
}

.intro.intro-white {
    background-color: white;
}

@media (min-width: 768px) {
    .intro {
        padding: 160px 0;
        text-align: center;
    }
}

/*  
    ----------------------------------
    41. Text blocks
    ----------------------------------
*/
.text-blocks {
    padding: 40px 0;
}

.text-blocks .text-block {
    padding: 60px 0;
    display: table;
    width: 100%;
    text-align: left;
}

.text-blocks .text-block &gt; div {
    display: table-cell;
    vertical-align: middle;
}

.text-blocks .text-block .icon {
    font-size: 50px;
    padding: 0 60px;
}

@media (min-width: 992px) {
    .text-blocks {
        padding: 80px 0;
    }
}

/*  
    ----------------------------------
    42. Quotes
    ----------------------------------
*/
.quotes {
    padding: 60px 0;
    background-color: #2D5075;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media (min-width: 992px) {
    .quotes {
        padding: 80px 0;
    }
}

.quotes header {
    position: relative;
    z-index: 2;
}

.quotes header .title {
    color: white;
    text-align: center;
}

.quotes:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 0;
}

.quotes .row {
    position: relative;
    z-index: 10;
}

.quotes .row, .quotes .row &gt; div {
    margin: 0;
    padding: 0;
}

.quotes .quote {
    color: white;
    text-align: center;
}

.quotes .quote .image {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    top: 0;
    margin-bottom: 40px;
}

.quotes .quote .image img {
    width: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.quotes .quote .text h4, .quotes .quote .text .h4 {
    text-transform: none;
    margin-bottom: 10px;
}

.quotes .quote:hover .image {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.quotes .quote .more .rating {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
}

.quotes .quote .more .rating .icon {
    width: 16px;
    display: inline-block;
}

@media (max-width: 767px) {
    .quotes .quote {
        margin-bottom: 80px;
    }
     .filter_border
    {
        border: 0px solid lightgray!important;
    }
}

.quotes.quotes-slider .quote {
    padding-top: 30px;
}

.quotes.quotes-slider .quote .image img {
    width: 100px;
}

@media (max-width: 767px) {
    .quotes.quotes-slider .quote {
        margin-bottom: 0;
    }
}

.quotes.quotes-slider .owl-theme {
    margin-bottom: 20px;
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-buttons &gt; div {
    color: white;
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-buttons &gt; div span {
    background-color: transparent;
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-pagination {
    position: relative;
    margin-top: 40px;
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-page span {
    background-color: rgba(255, 255, 255, 0.5);
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-page.active span {
    background-color: white;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

/*  
    ----------------------------------
    43. Team
    ----------------------------------
*/
.team {
    padding: 40px 0;
}

.team article {
    background-color: white;
    margin-bottom: 30px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team article.inactive {
    opacity: 0.2;
}

.team article.active {
    opacity: 1;
}

.team article .title {
    text-transform: none;
    margin: 0;
}

.team article .image img {
    width: 100%;
    display: block;
}

.team article a {
    color: white;
}

.team article .details {
    background-color: #ffbb00;
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 0;
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.team article .details .inner {
    padding: 15px 0;
}

.team article .details-text {
    top: auto;
    bottom: 100%;
}

.team article .details-social {
    top: 100%;
    bottom: auto;
}

.team article .details-social .fa {
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
}

.team article:hover {
    position: relative;
    z-index: 999;
}

.team article:hover .details-text {
    height: 70px;
}

.team article:hover .details-social {
    height: 60px;
}

/*  
    ----------------------------------
    44. Owl-icons
    ----------------------------------
*/
.owl-icons-wrapper {
    padding: 0;
    position: relative;
    background: #fff;
}

.owl-icons-wrapper .owl-icons {
    position: relative;
    padding: 5px 0;
}

.owl-icons-wrapper .owl-icons a:hover,
.owl-icons-wrapper .owl-icons figure:hover {
    color: black;
}

.owl-icons-wrapper .owl-icons figure {
    text-align: center;
    padding: 10px 0 20px 0;
}

.owl-icons-wrapper .owl-icons figure:hover .f-icon {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-icons-wrapper .owl-icons figure .f-icon {
    font-size: 70px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-icons-wrapper .owl-icons figcaption {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons div span {
    color: #3a3d45;
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -50px;
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -50px;
}

.owl-icons-wrapper .owl-icons-boxed {
    padding: 50px 0;
}

.owl-icons-wrapper .owl-icons-boxed figure {
    background-color: #fafafa;
    border-radius: 4px;
    color: black;
    margin: 0 5px;
}

.owl-icons-wrapper .owl-icons-boxed figure:hover {
    color: #2D5075;
}

.owl-icons-wrapper.owl-icons-frontpage {
    margin-top: -125px;
    background: transparent;
}

.owl-icons-wrapper.owl-icons-frontpage a, .owl-icons-wrapper.owl-icons-frontpage a:focus, .owl-icons-wrapper.owl-icons-frontpage a:active, .owl-icons-wrapper.owl-icons-frontpage a:hover {
    color: white;
}

.owl-icons-wrapper.owl-icons-frontpage figure:hover,
.owl-icons-wrapper.owl-icons-frontpage .owl-icons.owl-theme .owl-controls .owl-buttons div span {
    color: white;
}

@media (min-width: 992px) {
    .owl-icons-wrapper.owl-icons-frontpage {
        margin-top: -160px;
        background: transparent;
    }
    .owl-icons-wrapper .owl-icons figcaption {
        font-size: 14px;
    }
    .owl-icons-wrapper .owl-icons figure .f-icon {
        font-size: 100px;
    }
}


/*  
    ----------------------------------
    46. Info icons
    ----------------------------------
*/
.info-icons {
    padding: 60px 0;
    background-color: #eeeeee;
}

.info-icons.info-icons-frontpage {
    margin-top: -100px;
    padding: 0;
}

.info-icons.info-icons-inverted {
    background-color: #2D5075;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.info-icons figure {
    border: 1px solid #dddddd;
    background-color: white;
}

.info-icons figure figcaption {
    text-align: center;
}

.info-icons figure figcaption .icon {
    font-size: 40px;
}

.info-icons figure figcaption &gt; span {
    display: block;
}

.info-icons figure figcaption &gt; span,
.info-icons figure figcaption &gt; span &gt; * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.info-icons figure figcaption &gt; span:nth-child(1) {
    padding-top: 40px;
    padding-bottom: 15px;
}

.info-icons figure figcaption &gt; span:nth-child(2) {
    padding-bottom: 40px;
}

.info-icons figure figcaption &gt; span &gt; strong {
    display: block;
}

@media (max-width: 991px) {
    .info-icons figure {
        margin-bottom: 20px;
    }
}

/*  
    ----------------------------------
    47. Cards
    ----------------------------------
*/
.cards {
    position: relative;
}

.cards figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.cards figure figcaption {
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 360px;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
}

.cards figure figcaption img {
    display: none;
}

.cards figure figcaption:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffbb00;
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cards figure:hover figcaption {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.cards figure:hover figcaption:before {
    opacity: 0.8;
}

.cards figure .btn {
    position: absolute;
    top: 80%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cards figure:hover .btn {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

/*  
    ----------------------------------
    48. Not found
    ----------------------------------
*/
.not-found {
    background-color: #3a3d45;
    padding: 160px 0;
    text-align: center;
}

.not-found .title {
    position: relative;
    color: #ffbb00;
    font-size: 80px;
    margin-bottom: 15px;
    line-height: 0.8;
    z-index: 2;
}

.not-found .title:before {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    color: #666666;
    opacity: 0.1;
    font-size: 40px;
    z-index: -1;
}

@media (min-width: 992px) {
    .not-found {
        padding: 320px 0;
    }
    .not-found .title {
        font-size: 250px;
    }
    .not-found .title:before {
        font-size: 100px;
    }
}

.not-found .subtitle {
    color: #ffbb00;
}

.not-found a {
    color: #666666;
    text-decoration: underline;
}

.not-found a:hover {
    color: #ffbb00;
}

.not-found p {
    margin-bottom: 0;
}

/*  
    ----------------------------------
    49. Single page
    ----------------------------------
*/
.single-page {
    -moz-animation: moveToBottom .7s ease-in-out both;
    -o-animation: moveToBottom .7s ease-in-out both;
    -webkit-animation: moveToBottom .7s ease-in-out both;
    animation: moveToBottom .7s ease-in-out both;
    color: red;
}
.account-list
{
padding: 5px;
list-style-type: none;
margin-bottom: 5px;
font-size: 14px;
}
.myaccount .h4
{
font-size: 18px;
margin-bottom: 0px;
}
nav .login-wrapper a {
  display: block;
  font-size: 16px;
  padding: 5px 0;
  }
  .myaccounts {
    background-color: #fff;
    padding-top:55px!important;
}
#hidemessage {
  animation: hideAnimation 0s ease-in 5s;
  animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
  }
}
.rating
{
    margin-bottom: 10px;
    margin-top: 10px;
}
.no_comments
{
    padding: 10px 10px 10px 0;
}
.pages p strong
{
    font-weight: 700;
}
.pages h1, h2 {
  font-size: 24px;
  margin-top: 26.66667px;
  margin-bottom: 26.66667px;
}
.partner .fa.active {
  color: #2D5075;
}
.partner .fa.inactive {
  color: #989898;
}
.rate-box strong
{
    font-weight: 700;
    font-size:18px;
}
step-wrapper .stepper &gt; ul &gt; li
{
    width: 20%;
}
.contact-block strong
{
    font-weight: 700;
}
.alert_size
{
    padding: 10px 5px;
width: 50px;
margin: 30px 0 0 0;
float: right;
text-align: center;
left: 40%;
position: absolute;
}
.alert_billing
{
    padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
border-radius: 3px;
}
#sizealert { 
    font-size: 16px;
    /*height: 90px!important;*/

}
.btn {
    touch-action: none!important;
    }
	
/*New CSS - Manasi*/
.header-top-note { background-color: #F26D78; position: relative; z-index: 99999; }
.header-top-note p { color: #fff; text-transform: uppercase; text-align: center; padding: 10px 0; font-weight: 600; }
.yespoho-cares-block p { font-size: 32px; text-transform: uppercase; font-weight: 600; color: #181818; }
.yespoho-cares-block .cares-icon { display: block; width: 120px; height: 120px; background-color: #fff; border-radius: 100%; margin: auto; }
.yespoho-cares-block .cares-icon img { width: 80px; height: 80px; margin-top: 20px; }
.yespoho-cares-block .cares-block { text-align: center; }
.yespoho-cares-block .cares-title { margin: 20px 0; display: inline-block; color: #181818; font-weight: 800; }
.social-links-block li { float: left; margin: 0 15px 0 0 !important; }
.yespoho-cares-block, .footer-links, .popular-searches { padding: 0 12%; }
.popular-searches a{font-weight:400!important;}
.social-links-block { display: inline-block; }
.category-block img { width: 100%; }
.category-block { position: relative; padding: 0 10px; margin-bottom: 50px; text-align: center; }
.category-content .col-md-3 { padding: 0px; }
.owl-slider.owl-carousel.owl-theme { margin-top: 50px; }
.product #selected_prod_country { color: #f26d78; font-weight: 600;padding-right: 5px; }
.product #country_change { text-decoration: underline; }
.product .btn-main.addtocart { margin-right: 20px; }
#exchange-info {     font-size: 14px;
    /* font-weight: 600; */
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: -21px;
    line-height: 25px;}
#membership-info {margin-bottom:15px;font-weight: 600;}
#exchange-value, #emi-value, #membership-value { color: #f26d78; }
.products article .image a { display: block; /*height: 216px;*/ overflow: hidden; }

.category-block .category-title { font-weight: bold; }
.dropbtn,.dropbtn2,.dropbtn3,.dropbtn4,.dropbtn5 { color: white; padding: 16px; font-size: 16px; border: none; }
.dropdown { position: relative; display: inline-block; }
.dropdown-content, .dropdown-content2,.dropdown-content3, .dropdown-content4,.dropdown-content5 { display: none; position: absolute; background-color: #f26d78; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; width: 100%; } 
.dropdown-content a,.dropdown-content2 a,.dropdown-content3 a,.dropdown-content4 a,.dropdown-content5 a { color: #fff; padding: 12px 16px; text-decoration: none; display: block; }
.dropdown-content a:hover,.dropdown-content2 a:hover,.dropdown-content3 a:hover,.dropdown-content4 a:hover,.dropdown-content5 a:hover {background-color: #2D5075; color: #f26d78;}
.dropbtn:hover .dropdown-content,.dropbtn2:hover .dropdown-content2,.dropbtn3:hover .dropdown-content3,.dropbtn4:hover .dropdown-content4,.dropbtn5:hover .dropdown-content5 {display: block;}
.dropbtn:hover,.dropbtn2:hover,.dropbtn3:hover,.dropbtn4:hover,.dropbtn5:hover {font-weight: 700;}
nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown#women-clothing{ height:350px; overflow-y:scroll; }
nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown{ z-index:10000; }
nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown#women-clothing::-webkit-scrollbar,nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown#beauty::-webkit-scrollbar {width: 12px;}
nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown#women-clothing::-webkit-scrollbar-track,nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown#beauty::-webkit-scrollbar-track {background-color: #f26d78;        }
nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown#women-clothing::-webkit-scrollbar-thumb,nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown#beauty::-webkit-scrollbar-thumb {background-color: #2D5075;    border-radius: 20px;       border: 3px solid #f26d78;  }
.blouse-stitching-block .col-md-12 { border: 1px solid #000; background-color: #fff; margin-right: 2%; }
.stitching-title { font-weight: 800; margin-top: 10px; }
.blouse-stitching-block p span b { font-weight: 800; }
.blouse-stitching-block .note { font-size: 12px; font-weight: 800; }
.blouse-stitching-block .price { color: #f26d78; font-weight: 800; }
.blouse-stitching-block { display: inline-block; }
.blouse-accordian { border: 2px solid #000; margin-top: 20px; border-radius: 4px;cursor:pointer ;}
.blouse-front-design-inner, .blouse-back-design-inner, .blouse-embroidery-design-inner { background-color: #fff; padding: 5px 5px 40px 5px; padding-top: 10px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; font-size: 0; }
.blouse-front-design-inner-block, .blouse-back-design-inner-block, .blouse-embroidery-design-inner-block { margin: 5px; cursor: pointer; position: relative; display: inline-block; width: 164px; height: 164px; vertical-align: top;  }
.blouse-front-design-inner img, .blouse-back-design-inner img, .blouse-embroidery-design-inner img { width: 100%; }
.blouse-front-design-inner-block input[type=radio], .blouse-back-design-inner-block input[type=radio], .blouse-embroidery-design-inner-block input[type=radio] { position: absolute; right: 5px; top: 5px; margin: 0; }
#select-design-standard,#select-design-designer { display: none;background-color: #000; color: #fff; padding: 8px 10px; cursor: pointer; }
.blouse-module { position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: #00000066; z-index: 10000; }
.blouse-accordian label { padding: 10px;font-weight: 800; font-size: 14px; }
.blouse-module i { padding: 0 0px 0px 10px; }
.measure-block { width: 46%; display: inline-grid; margin: 10px 2% 10px 0%; }
.measure-block .measure-block-input { padding: 10px 10px; margin-top: 8px; }
.blouse-module .open { opacity: 1; height: auto; overflow: inherit; } 
.blouse-module .close { opacity: 0; height: 0; overflow: hidden; }
.blouse-embroidery-design-outer img { width: 164px; height: 164px; }
.blouse-front-design-inner-block p, .blouse-back-design-inner-block p { font-weight: 600;color:#F26D78;font-size: 14px; white-space: pre-line; text-align: center; }
.service-options { width: auto; padding: 10px; left: 10px; right: 10px; top: 10px; bottom: 10px; border: 1px solid #ccc; border-radius: 5px; background: white; position: absolute; box-shadow: 5px 5px 5px #000; z-index: 10001; max-height: 572px; min-height: 572px; overflow-y: auto; max-width: 1050px; margin: auto; }
.membership-block .col-md-6 .membership-title { font-size: 26px; padding: 10px; text-transform: uppercase;background-color: #F2ACB2; margin: 0px; text-align: center; color: #404040; }
.membership-block .col-md-6 table, .membership-block .col-md-6 table tbody, .membership-block .col-md-6 table tr, .membership-block .col-md-6 table tr td { display: block; width: 100%; }
.membership-block .membership-price { font-size: 28px !important; font-weight: 800; }
.membership-block .col-md-6 table tr td { background-color: #F6F6F6; text-align: center; border: 1px solid #939191; padding: 20px; color:#404040; font-size: 18px; }
.membership-block .col-md-6 .membership-title h2 { margin: 0; padding: 10px 0; }
.membership-block .membership-btn { background-color: #F2ACB2; text-transform: uppercase; color: #404040; font-size: 20px; font-weight: 800; padding: 10px 30px; cursor: pointer; }
.membership-block .col-md-6 { margin-bottom: 30px; }
.membership-block-content { background-color: #F6F6F6; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.membership-block-content-outer { padding: 70px 0 50px 0; }
.membership-block-content h2 { margin: 0; text-align: center; line-height: 32px; color: #404040; font-weight: 800;}
.membership-block-content-inner { margin: 20px 0; }
.membership-block-content-inner p { color: #404040; font-size: 18px; text-align: center; margin: 6px 0; }
.membership-block-content-icons img { width: 100px; margin-top: -12px; }
.membership-block-content-icons .description { font-size: 20px; color: #404040; font-weight: 600; } 
.membership-block-content-icons .title { font-size: 30px; color: #404040; font-weight: 600; }
.membership-block-content-icons { padding: 100px 0; background-color: #F2ACB2; }
.popular-searches { margin: 30px 0; } 
.popular-searches p { font-size: 24px; margin: 0 0 20px 0px; }
.btn-membership { background-color: #675E5F !important; }
.rewards_block img, .drap_and_share img { display: block; width: 100%; margin-bottom: 20px; }
.rewards_block table, .rewards_block table tbody, .rewards_block table, .rewards_block table tbody tr
{ display: table; width: 100%; }
.rewards_block table tbody tr th { border: 1px solid #404040; text-align: center; width: 33.33%; padding: 14px; color: #f26d78; }
.our_store iframe { width: 100%; }
.drap_and_share .title { margin-bottom: 50px; }
.drap_and_share iframe { width: 100%; height: 300px; }
.drap_and_share .description { font-size: 22px; font-weight: 800; color: #f26d78; }
.shipping_policy table, .shipping_policy table tbody, .shipping_policy table tbody tr { width: 100%; }
.shipping_policy table tbody tr td { border: 1px solid; text-align: center; padding: 14px; font-weight: 800; }
.shipping_policy table tbody tr:first-child td { font-size: 20px; }
.become_an_entrepreneurial_affiliate .login-block img { width: 200px; display: block; margin: 0px auto 20px auto; }
.covid_preparedness table { border: 1px solid #404040; }
.covid_preparedness table td { padding: 10px; border-bottom: 1px solid #404040; }
.covid_preparedness .logo-block { text-align: center; font-weight: 800; }
.awareness-video-block { margin: 20px 0; }
.awareness-video-block iframe { width: 100%; height: 300px; margin-top: 20px; }
.awareness-video-block p { text-align: center; font-size: 18px; font-weight: 800; padding: 10px 0; }
.tips-block { text-align: center; margin-bottom: 40px; }
.covid_awareness_webinars_content { text-align: center; margin-bottom: 50px; }
.covid_awareness_webinars_content iframe { width: 100%; height: 260px; }
.covid_awareness_webinars .webinars iframe { width: 100%; height: 250px; }
.covid_awareness_webinars .webinars { margin-bottom: 20px; }
.covid_awareness_webinars .webinars p { font-size: 18px; text-align: center; }
.media-block .col-md-4.col-sm-12 { margin-bottom: 30px; } 
.media-block img { width: 100%; }
.press_release img { width: 100%; margin-bottom: 20px; } 
.press_release h2 { margin: 0; line-height: 32px; } 
.press_release .title { margin-bottom: 20px; display: inline-block; } 
.press_release .col-md-12 { margin-bottom: 50px; }
.press_release a { font-weight: 600; }
.btn-pay-now { display: block; margin: 30px auto; }
.faq-table, .faq-table tbody, .faq-table thead, .faq-table tr { display: table; width: 100%; }
.faq-table td { width: 25%; border: 1px solid #000; padding: 2% 1%; text-align: center; word-break: break-all; }
.faq-about img { display: block; margin: 10px auto; } 
.faq-about { display: grid; text-align: center; margin-top: 20px; }
.faq-about .title { font-size: 20px; font-weight: 800; }
.exchange_block .click-here { text-decoration: underline; }
.exchange_block_bg {  z-index: 9999;display: none; background-color: #0000004f; position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; right: 0; left: 0; }
.exchange_block { display: none; width: 50%; height: fit-content; padding: 50px 0px; margin: auto; border: 2px solid #000; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #fff; z-index: 9999999; text-align: center; margin-bottom: auto !important; }
.popupbtn { cursor: pointer; border: 1px solid #f26d78; color: #f26d78; padding: 0px 8px; margin: 0px 5px; font-weight: 800; }
#reason { resize: none; }
#reason_msg,#dispute_msg { color: red; }
.row.faq .accordion { color: #444; cursor: pointer; margin: 0px; padding: 18px; width: 97.60%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; }
.row.faq .active, .row.faq .accordion:hover { background-color: #F26D78; }
.row.faq .accordion.active a, .row.faq .accordion:hover a { color: #fff !important; }
.row.faq .active i { font-style: italic !important; } 
.row.faq .accordion i { font-style: normal; }
.row.faq .panel { padding: 10px 18px; display: none; background-color: white; overflow: hidden; }
.row.about .tab { overflow: hidden; border: 1px solid #f26d78; background-color: #fff3f4; color: #f26d78; font-weight: 600; } 
.row.about .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; }
.row.about .tab button:hover { background-color: #fff; }
.row.about .tab button.active { background-color: #F26D78; color: #fff; font-weight: 800; } 
.row.about .tabcontent { display: none; padding: 20px 12px; border: 1px solid #f26d78; border-top: none; }
.row.about img { display: block; margin: auto; width: 40%; padding: 0 20px 20px 0; float: left; }
.tabcontent h3 { color: #f26d78; }
.homepage-title-block { border-bottom: 1px solid; padding-bottom: 20px !important; }
.homepage-title-block .title { display: inline-block; width: fit-content; margin: auto; }
.homepage-title-block .view-btn { float: right; }

@media(max-width:1024px){
.homepage-title-block .title { float: left; }
.footer-newsletter { display: block; }
.yespoho-cares-block .cares-icon { width: 80px; height: 80px; }
.yespoho-cares-block .cares-icon img { width: 50px; height: 50px; margin-top: 10px; }
.exchange_block { width: 90%; padding: 50px 20px; line-height: 22px; }
.product .info-box.cart-btns { left: 0; position: fixed; bottom: 0px; z-index: 9999999; background-color: #fff; border-top: 1px solid #F26D78; text-align: center; padding: 20px 0; margin-bottom: 0; }
.row.about img { width: 70%; float: none; }
}

@media(max-width:990px){
nav .navigation-main .floating-menu &gt; ul &gt; li .navbar-dropdown#beauty { height: 350px; overflow-y: scroll; }
.membership-block-content-icons .col-md-6:first-child { margin-bottom: 70px; }
.membership-block-content-icons { text-align: center; padding: 50px 0; }
.membership-block-content-outer { margin: 0 40px; }
}

@media(min-width:990px){
/*.membership-block-content { margin: 0 -50%; }*/
.membership-block-content-icons .col-md-6:first-child { padding-left: 12%; }
}

@media(max-width:767px){
.blouse-stitching-block { display: block; }
.blouse-stitching-block .col-md-6 { margin-right: 0%;margin-bottom: 2%; width: 100%; }
.related-products .row &gt; div, .complimentary-products .row &gt; div{ padding-right: 10px; padding-left: 10px; }
.related-products article,.complimentary-products article{ margin-bottom:30px;  }
.membership-block-content-inner p { text-align: justify; margin-bottom: 20px; }
}

@media(max-width:480px){
.yespoho-cares-block, .footer-links { padding: inherit; }
.footer-newsletter span { display: block; margin-bottom: 10px; }
.homepage-title-block .title { float: none; display: block; margin-bottom: 10px; }
.homepage-title-block .view-btn { float: none; }
}
.partner_name
{
    font-size: 16px;
font-weight: 700;
margin-bottom: 20px;
color:#F26D78;
}

.about_title
{
    color:#646464;
    text-decoration:underline;
    margin-bottom: 10px;
}
.rate_info
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top:20px;
}
.icon_block
{
    margin-bottom:10px;
}
.top_stars
{
    float:right;
    margin-top:0px!important;
}

.coupon_link
{
    float: left;

}

.coupon_error
{
    float: left;
/*margin-left: 10px;*/
margin-top: 5px;
color: red;
font-weight: 600;
font-size: 15px;
text-align: left !important;
}
.coupon_block
{
    float: right;

}
.coupon_field
{
    width: 100%;
}
.filter_border
{
    border:1px solid lightgray;
}

.filter_rating {
  margin-bottom: 10px;
}

.filter_devider
{
    margin-top: 20px;
margin-bottom: 10px!important;
border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
border-top: 1px solid #eeeeee;
}
.filter_title
{
    font-weight: 600;
margin: 10px 0px 10px 0px;
}
.resend_otp_link
{
    margin: 10px; padding: 12px 18px !important;
}
#importfee
{
  font-weight:600;
  padding:5px;
}
.delivery_block
{
    padding-top: 10px;
padding-bottom: 10px;
}
.delivery_block .h4
{
    font-size:14px!important;
}
.delivery_block .checkbox {
  margin: 0;
  padding: 0px!important;
  float: left;
}
.terms_block
{
    margin-top: 10px;
    margin-bottom:10px;
}
.blouse-fall-block{
    margin-top:10px;
}
.note
{
    margin-top:10px;
}
#bill_to_ship
{
    padding: 10px;
margin-left: 16px;
}
.checkbox_payment_options {
  margin: 0;
  padding: 5px!important;
  float: none!important;
 
}
.dispute_box{
  width: 100%!important;
  padding-top: 10px !important;
padding-bottom: 10px !important;
}
.reason
{
    text-align:left!important;
}
.attachment
{
    margin-top:10px;
    text-align:left!important;
}
.content
{
    margin-top: 20px;
    font-size:16px;
}
.filter-clear
{
    float:right;
}
.choose_size
{
    font-size:16px;
    font-weight:600;
}

.product .size-box {
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%;
    margin-top: 10px;
}
.discount_percentage
{
    font-size: 14px;
color: #fff;
background: #F26D78!important;
}
@media (max-width: 767px) {
    .checkout .cart-block &gt; div:nth-child(1) {
  width: 25%;
  float:left;
 
}
.checkout .cart-block .image{
     height: 110px;
}
.checkout .cart-block &gt; div.quantity, .checkout .cart-block &gt; div.price {
  width: auto!important;
  float: left;
}
.checkout .cart-block .title
{
    width: 75%;
float: left;
margin-top: 14px!important;
}
}
#partners-filter {
  margin: 10px 0;
  padding: 10px 5px;
  display: block;
  width: 100%;
}
.select-filter {
  margin: 10px 0;
  padding: 10px 5px;
  display: block;
  width: 100%;
}
/* Product Page gallery styles */
.btn-product-gallery:hover, .btn-product-gallery:focus {
  background-color: #c96; }

.product-gallery-item:before {
  border-color: #c96; }
  product-gallery {
  margin-bottom: 2rem; }

.product-main-image {
  position: relative;
  margin-bottom: 1rem; }
  .product-main-image img {
    max-width: none;
    width: 100%; }

.btn-product-gallery {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4rem;
  height: 4rem;
  color: #777;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  background-color: #fff;
  box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  transition: all .35s ease; }
  .btn-product-gallery:hover, .btn-product-gallery:focus {
    color: #fff;
    background-color: #c96; }

.product-image-gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -.5rem;
  margin-right: -.5rem; }

.product-gallery-item {
  position: relative;
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 1rem; }
  .max-col-6 .product-gallery-item {
    flex: 0 0 16.66%;
    max-width: 16.66%; }
  .product-gallery-item img {
    max-width: none;
    width: 100%; }
  .product-gallery-item:before, .product-gallery-item:after {
    content: '';
    display: block;
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: 0;
    bottom: 0;
    transition: all .35s ease; }
  .product-gallery-item:before {
    opacity: 0;
    visibility: hidden;
    border: 0.1rem solid #c96; }
  .product-gallery-item:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4); }
  .product-gallery-item.active:before {
    visibility: visible;
    opacity: 1; }
  .product-gallery-item:hover:after, .product-gallery-item.active:after {
    opacity: 0;
    visibility: hidden; }

.product-gallery-vertical .row {
  margin-left: 0;
  margin-right: 0; }
.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
  width: 100%; }
.product-gallery-vertical .product-image-gallery {
  width: calc( 100% + 10px ); }

.product-gallery-masonry {
  position: relative;
  display: block !important; }
  .product-gallery-masonry .product-gallery-item {
    max-width: 50%;
    width: 50%; }

/* Important for image zoom in carousel */
.product-gallery-carousel.owl-carousel {
  z-index: initial; }
  .product-gallery-carousel.owl-carousel .owl-item:not(.active) {
    pointer-events: none; }

.product-gallery-image {
  margin-bottom: 0;
  padding-right: 1rem; }

.product-gallery-separated {
  position: relative; }
@media screen and (min-width: 992px) {
  .product-gallery-vertical .row {
    margin-left: -.5rem;
    margin-right: -.5rem;
    flex-direction: row-reverse; }
  .product-gallery-vertical .btn-product-gallery {
    right: 2.5rem; }
  .product-gallery-vertical .product-image-gallery,
  .product-gallery-vertical .product-main-image {
    padding-left: .5rem;
    padding-right: .5rem; }
  .product-gallery-vertical .product-main-image {
    flex: 0 0 80%;
    max-width: 80%; 
    float: right;
  }
  .product-gallery-vertical .product-image-gallery {
    width: auto;
    flex: 0 0 20%;
    max-width: 20%;
    margin-left: 0;
    margin-right: 0; }
  .product-gallery-vertical .product-gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem; }
    .product-gallery-vertical .product-gallery-item:before, .product-gallery-vertical .product-gallery-item:after {
      left: 0;
      right: 0; }
}

  .product-main-image img {
  max-width: none;
  width: 100%;
}
.alert
{
    color:red;
    font-weight:600;
    float: left;
width: 100%;
}

.partner_name span { cursor: pointer; }
.container.partner_shop .partners-filter { display: none; }
ul.nav-tabs li a { padding: 10px; }
.mfp-bg, .mfp-wrap { z-index: 10000; }

/*TryMe START*/
#tryme-thumbnail-btn, #trymeshare-thumbnail { height: 80px; }
#tryme-btn, #trymeshare, #tryme-thumbnail-btn, #trymeshare-thumbnail { width: 80px; cursor: pointer; margin: 0 10px 20px 0px; }
#tryme-btn, #trymeshare-btn, #tryme-thumbnail-btn, #trymeshare-thumbnail-btn { width: 80px; cursor: pointer; margin: 0 10px 20px 0px; }
.tryme-block-bg { background-color: #00000082; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; display:none; }
.tryme-outer-block { background-color: #fff; position: fixed; top: 4%; left: 0; right: 0; z-index: 9999; margin: auto; width: 860px; padding: 20px 0; border: 2px solid #F26D78; }
.tryme-inner-block { background-image: url(/public/img/trymepopupbg.png); background-color: #fff;  background-repeat: no-repeat; width: 348px; height: 628px; }
#tryme-close-btn { text-align: right; }
#tryme-close-btn span { cursor: pointer; padding: 15px; font-size: 20px; font-weight: 800; color: red; }
.tryme-inner-block #container1 { text-align: center; height: 60px; }
.tryme-inner-block #droppable #stencil, .tryme-inner-block #droppable .dragged-img, .tryme-inner-block #droppable #resizable1 { width: 348px; height: 522px; padding: 0 10px; }
.tryme-inner-block #droppable #stencil { height: 500px; }
.tryme-inner-block #droppable #renderImg { position: absolute; left: 0; width: 300px; height: 400px; }
.tryme-inner-block .ui-icon { width: 20px; height: 20px; background-color: red; border-radius: 50px; background-image: none !important; }
.tryme-inner-block #droppable, .tryme-inner-block #canvas_container { margin-top: 14px !important; }
.tryme-inner-block canvas { width: 328px !important; height: 522px !important; margin: 0px 0px 0px 9px !important; }
.tryme-inner-block form#uploadTryMeImg { margin:0 0px 0 10px; position: absolute; bottom: 50px; background-color: #000000c2; color: #fff; padding: 20px 20px; width: 330px; text-align: center;display: none; }
.tryme-inner-block form#uploadTryMeImg input { width: -webkit-fill-available; }
.product-main-image #trymeshare-btn {  width: 30px; right: 64px; top: 20px; margin: 0px 0 10px 0; } 
.product-main-image #tryme-btn { position: absolute; width: 40px; right: 114px; top: 20px; }
.zoomContainer { display: none !important; }
.share_popup { display:none; position: absolute; right: 20px; top: 70px; background-color: #fff; padding: 10px 10px; border: 3px solid #F26D78; height: 135px; text-align: center; border-radius: 9px; width: 80px; } /* height: 120px; */
.share_popup_thumb { display:none; height: 120px; text-align: center; background-color: #fff; padding: 10px 10px; border: 3px solid #F26D78; border-radius: 9px; width: 80px; }
.share_popup a { margin: 0 5px; }
.share_popup_thumb a, .share_popup_thumb img, .share_popup a, .share_popup img { width: 30px; margin: 0px 0px 10px 0px; text-align: center; }
#trymeshare-btn, #trymeshare-btn-1 { cursor: pointer; }
.product-main-image #trymeshare { position: absolute; width: 40px; right: 64px; top: 20px; background-color: #fff; }
.product-main-image #tryme-btn { position: absolute; width: 40px; right: 118px; top: 20px; background-color: #fff; }
#tryme-listing-btn { width: 40px; height:40px; background-color: #fff; position: absolute; top: 0; left: 0; cursor: pointer; border: 2px solid #F26D78; z-index:1}
.tryme-inner-model-block { width: 424px; } 
.tryme-inner-block, .tryme-inner-model-block { float: left; margin: 0px 25px; }
.tryme-inner-model-block img { cursor:pointer; width: 180px; height:265px; float: left; margin: 14px 14px; border: 4px solid #F26D78; border-radius: 10px; }
.tryme-inline-block { display: block; margin: auto; width: 900px; }
.model-title { color: #447fc1; font-size: 20px; font-weight: 500; text-align: center; margin: 6px 0 0 0; }
.mobile-upload { display:none; }
#mobile-upload-btn { color: #f26d78; cursor: pointer; text-decoration: underline; }
#fileList { position: relative; }
.products article .image a, .products article .image img, .products .figure-grid { height: 300px; }
#tryme_model { display:none; }
#tryme_clear { margin: 0 10px; }

/*New*/
#tryme-block-main #tryme-block { background-color: #fff; position: fixed; top: 4%; left: 0; right: 0; z-index: 9999; margin: auto; width: 70%; padding: 20px 20px; border: 2px solid #F26D78; }
#tryme-block-main #titleimg { display: block; margin: 0 auto 30px auto; }
#tryme-block-main p, #tryme-block-main ol li { font-weight: 600; }
#tryme-block-main .tryme_models_outer_block img { cursor: pointer; width: 100%; height: inherit; border: 4px solid #F26D78; border-radius: 10px; }
#tryme-block-main .tryme_models_outer_block .tryme_models input[type="radio"] { position: absolute; top: 6px; right: 10px; }
#tryme-block-main .tryme_models_outer_block { text-align: center; display:none; }
#tryme-block-main .tryme_models_outer_block .tryme_models { width: 180px; height: 265px; display: inline-block; position: relative; margin: 0 20px; }
#tryme-block-main hr { border-top: 2px solid #F26D78; }
#tryme-block-main #tryme-close-btn, #tryme-block-main .tryme-close-inner-btn { text-align: right; }
#tryme-block-main #tryme-close-btn span, #tryme-block-main .tryme-close-inner-btn span { cursor: pointer; font-size: 20px; font-weight: 800; color: red; }
#tryme-block-main .tryme_inner_popup { background-color: #fff; position: fixed; top: 10%; left: 0; right: 0; z-index: 9999; margin: auto; width: 40%; padding: 20px 20px; border: 2px solid #F26D78; }
#tryme-block-main #tryme_video_iframe { width: 100%; height: 250px; }
#tryme-block-main .tryme_inner_popup#learn_block { text-align: center; }
#tryme-block-main .tryme_inner_btn .btn { width: 116px; margin: 0 1%; padding: 12px 0px !important; }
#tryme-block-main .tryme_inner_btn { text-align: center; }
#tryme-block-main #canvas_container, #tryme-block-main #tryme_save { display: none; }
#tryme-block-main .tryme_inner_popup#upload_block , #tryme-block-main .tryme_inner_popup#choose_block{ width: 400px; text-align: center; }
#tryme-block-main #canvas_container, #tryme-block-main #canvas_container_model { margin-top: 24px; }
.tryme-share-block { display: inline-grid; }
/*TryMe END*/

.product-main-image #video-btn { position: absolute; width: 60px; left: 20px; bottom: 20px; border: 2px solid #fff; padding: 5px; background-color: #ffffffab; cursor:pointer }
.product-video-block, .listing-product-video-block { display:none; background-color: #fff; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000; margin: auto; width: 50%; height: 400px; padding: 0px 10px 0px 10px; border: 2px solid #F26D78; }
#product-video-close-btn, .listing-video-close-btn { cursor: pointer; padding: 0; font-size: 20px; font-weight: 800; color: red; text-align: right; }
.product-video-block iframe, .listing-product-video-block iframe, .product-video-block video, .listing-product-video-block video { width: 90%; height: 350px; margin: auto; display: block; }
.product-image-gallery #video-btn-block { margin: 0 0 20px 0px; border: 3px solid #f26d78; background-color: #f26d783d; text-align: center; color: #28abfa; font-weight: 600; }
.product-image-gallery #video-btn { width: 60%; padding: 5px; cursor: pointer; }
.listing-video-btn { width: 16px; margin: 0px 3px 0px 0px; }
.listing-video-btn-block { color: #28abfa; font-weight: 800; cursor: pointer; }

/*CMD Start*/
.cmd-block .active { display: block !important; }
.cmd-block .cmd_model_blocks { width: 180px; height: 265px; display: inline-block; position: relative; margin: 20px 20px; padding: 0; }
.cmd-block .cmd_model_blocks img { cursor: pointer; width: 100%; border: 4px solid #F26D78; border-radius: 10px; }
.cmd-block .cmd_model_blocks input[type="radio"] { position: absolute; top: 6px; right: 10px; }
.cmd-block .cmd_inner_blocks { margin: 4px 0; display:none; border: 2px solid #f26d78; border-radius: 4px; padding: 20px; }
.cmd-block .cmd_design_blocks img { width: 100%; height: 100px; border: 3px solid #F26D78; border-radius: 4px; cursor: pointer; }
.cmd-block .cmd_design_blocks { padding: 4px; }
.cmd-block .cmd_design_blocks input[type="radio"] { position: absolute; top: 6px; right: 10px; }
.cmd-block #cmd_output { width: 100%; display: block; margin: auto; }
.cmd-block .cmd_output_block, .cmd-block .prod_info { /*border: 2px solid #f26d78;*/ border-radius: 4px; padding: 20px; margin: 30px 1%; width: 48%; }
.cmd-block h2 { text-align: center; margin-bottom: 0px; }
.cmd-block .cmd_steps { text-align: center; margin-bottom: 10px; }
.cmd-block .cmd_inner_steps { border: 3px solid #f26d78; padding: 4px 6px; margin: 0px 0px; display: inline-block; color: #fff; border-radius: 50px; font-size: 4px; }
.cmd-block #cmd_next, .cmd-block #cmd_back1 { cursor:pointer; }
.cmd-block #cmd_output_info span { color: #f26d78; font-weight: 800; font-size: 18px; margin-right: 14px; }
.cmd-block #cmd_output_info { margin-bottom: 10px; display: none; }
.cmd-block select { padding: 6px 0px; border-color: #f26d78; }
.cmd-block .design_select_block { height: 360px; overflow-y: scroll; }
.cmd-block .color_select_block select option { color: #fff; }
.cmd-block .color_select_block { margin: 20px 0; display: none; }
.cmd-block .design_select_block { margin: 20px 0; display: none; }
.cmd-block .prod_info { border: 0; }
.cmd-block .cmd_popup_btn { margin: 0 1%; width: 31%; }
.cmd-block .cmd_popup_bg { background-color: #00000082; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; display: none; }
.cmd-block .cmd_popup { background-color: #fff; position: fixed; top: 20%; left: 0; right: 0; z-index: 9999; margin: auto; width: 40%; padding: 20px 20px; border: 2px solid #F26D78; display: none; }
.cmd-block .cmd-close-btn { text-align: right; } 
.cmd-block .cmd-close-btn span { cursor: pointer; font-size: 20px; font-weight: 800; color: red; }
.cmd-block .color_select_block .color_span { border: 3px solid #f26d78; padding: 4px 14px; display: inline-block; border-radius: 50px; cursor: pointer; }
.cmd-block .color_select_block #color input { opacity: 0; }
.cmd-block .disabled { pointer-events: none; }
.cmd-block .disabled img { opacity: 0.5; }
.cmd-block .addtocart, .cmd-block .buynow, .cmd-block #cmd_product_price, .cmd-block #cmd_product_price_mob, .cmd-block .cmd-share-block, .cmd-block .cmd_share_popup { display:none;}
.cmd-block .cmd_popup select#fabric { width: 60%; }
.cmd-block .cmd_design_blocks p { font-weight: 600; text-align: center; margin-top: 5px; }
.cmd-block .design_select_block.cmd_popup { width: 60%; }
.cmd-block .cmd_actions_block span, .cmd-block .cmd_actions_block a, .cmd-block .cmd_actions_block img { display: inline; margin: 10px; }
.cmd-block #cmd_share { width: 46px; cursor: pointer; display:none; }
.cmd-block .prod_info p { margin: 10px 0; font-size: 18px; font-weight: 500; }
.cmd-block .cmd_cart_block { margin: 20px 0 0 0; display:block; }
.cmd-block .cmd_mob_back { width: 22px; display:none; }
.cmd-block h3 { text-align: center; }
.cmd-block .cmd_guide { margin-top: 14px; }
.cmd-block .cmd_guide img { width: 100%; }
.cmd-block .cmd_cart_block a { margin: 0 10px; }
.cmd-block  #cmd_product_price_mob { font-size: 16px; font-weight: 800; text-align: center; }
.cmd-block #cmd_product_price_mob b { font-size: 20px; color: #F26D78; }
.cmd-block .cmd_share_popup img, .cmd-block .cmd-share-block img { width: 44px; margin-left: 10px; cursor: pointer; }
.cmd-block .cmd_popup_btn .btn { width: 100%; }
.cmd-block .cmd_popup_btn .steps_nos { margin: 0 0 6px 0px; text-align: center; font-weight: 800; font-size: 14px; }
.cmd-block .cmd_share_popup { width: 80px; height: 120px; position: absolute; right: 90px; top: 70px; background-color: #fff; padding: 10px 10px; border: 3px solid #F26D78; text-align: center; border-radius: 9px; }
.cmd-block .cmd_share_popup a, .cmd-block .cmd_share_popup img { margin: 6px 0px 0 0; }
/*CMD End*/

/*Abandoned Cart Start*/
.cart_popup_bg{ display:none; background-color: #00000082; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; }
.cart_popup, .cart_contact_block { display:none; background-color: #fff; position: fixed; top: 10%; left: 0; right: 0; z-index: 9999; margin: auto; width: 40%; padding: 20px 20px; border: 3px solid #F26D78; }
.cart-popup-close-btn, .cart-contact-close-btn { text-align: right; } 
.cart-popup-close-btn span, .cart-contact-close-btn span { cursor: pointer; font-size: 20px; font-weight: 800; color: red; }
.cart_popup p { font-weight: 600; }
.cart_contact_block .input_details span { color: red; font-weight: 800; font-size: 16px; }
.cart_contact_block .input_details input { color: #f26d78; font-weight: 800; }
.cart_contact_block #response_msg { color: #f26d78; font-size: 18px; font-weight: 800; }
/*Abandoned Cart End*/

/*Free Gifts Start*/
.cartgifts_block .cartgifts_popup_bg { background-color: #00000082; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; }
.cartgifts_block .cartgifts_popup { text-align: center; font-size: 18px; font-weight: 900; }
.cartgifts_block .cartgifts-close-btn { text-align: right; } 
.cartgifts_block .cartgifts-close-btn span { cursor: pointer; font-size: 20px; font-weight: 800; color: red; }
.product .price .h3.is_free { color: #F26D78; }
#freegifts_notes { margin: 0; color: #f26d78; font-weight: 800; font-size: 20px; /*text-align: center;*/ }
span.btn.btn-main.cart_proceedcheckoutt { color:#fff; }
.congrats_popup { text-align: center; }
.freegifts_disabled article { pointer-events: none; cursor: no-drop; }
.cartgifts_block .cartgifts_popup img { cursor: pointer; }
.freeGifts_checkout_popup { background-color: #fff; position: fixed; top: 20%; left: 0; right: 0; z-index: 9999; margin: auto; width: 40%; padding: 20px 20px; border: 2px solid #F26D78; text-align: center; display: none; }
.freeGifts_checkout_popup p { font-size: 18px; text-align: justify; }
.freeGifts_checkout_popup a { margin: 20px 0 0 0; font-weight: 600; }
.freeGifts_checkout_popup_bg { display: none; background-color: #00000082; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; }
/*Free Gifts End*/

/*MyWallet Checkout Start*/
.cashback_payment_options { padding: 0px; }
.cart-block.mywallet { margin: 0px !important; }
/*MyWallet Checkout End */

#phone_error_msg_delivery, #email_error_msg_delivery, #s_phone_error_msg_delivery, #s_email_error_msg_delivery { color: red; font-weight: 600; }

.checkout_coupon_block select { margin-top: 16px;  width: 150px !important; }

#sizechart_info_block table { text-align: center; width: 100%; display: table; } 
#sizechart_info_block { display:none; z-index: 10000; background-color: #fff; position: fixed; top: 20%; left: 0; right: 0; margin: auto; width: 40%; padding: 20px 20px; border: 2px solid #F26D78; }
#sizechart_info_block table caption { text-align: center; font-size: 20px; color: #F26D78; }
#sizechart_info_block table tr:nth-child(odd) { background-color: #00000008; } 
#sizechart_info_block table tr:nth-child(even) { background-color: #f26d7830; } 
#sizechart_info_block table td { border: 1px solid #f26d78; padding: 10px; }
#sizechart_info_block table tr:first-child { background-color: #fff; color: #f26d78; }
#sizechart-close-btn span { cursor: pointer; font-size: 20px; font-weight: 800; color: red; }
#sizechart-close-btn { text-align: right; }
#sizechart_info { color: #f26d78; cursor: pointer; text-transform: capitalize; }
.sizechart_info_block_bg { background-color: #00000082; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; display: none; }

.partner_details_blocks .col-md-4, .partner_details_blocks .col-md-8, .partner_details_blocks { padding: 0; }

/*Track Order START*/
.trackorder_block .items_details { border: 1px solid #eaeaec; padding: 30px; margin: 15px 0; border-radius: 4px; }
.trackorder_block .yestrackid { margin: 0 5px; background-color: #008000a3; color: #fff; padding: 8px 10px; border-radius: 50px; }
.trackorder_block .notrackid { margin: 0 5px; background-color: #ff0a0a5c; color: #fff; padding: 8px 10px; border-radius: 50px; }
.trackorder_block .order_status { text-transform: capitalize; font-weight: 800; color: #F26D78; }
.trackorder_block .provider { color: #F26D78; font-weight: 800; font-size: 20px; }
.trackorder_block .copybtn{ color: #000; font-size: 14px; font-weight: 600; cursor: pointer; margin: 5px; text-decoration: underline; }
.trackorder_block .items_details .image { width: 10%; float: left; }
.trackorder_block .items_details .title { width: 50%; float: left; padding: 0 20px; }
.trackorder_block .items_details .tracking_details { width: 40%; float: left; }
.trackorder_block #bg_trackingblock { background-color: #00000082; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; display: none; }
.trackorder_block .shipment_block { background-color: #fff; position: fixed; top: 4%; left: 0; right: 0; z-index: 9999; margin: auto; width: 70%; padding: 20px 20px; border: 2px solid #F26D78; display: none; }
.trackorder_block .track-close-btn span { cursor: pointer; font-size: 20px; font-weight: 800; color: red; } 
.trackorder_block .track-close-btn { text-align: right; }
/*Track Order END*/

@media (min-width: 1200px){
    .products_listing .container { width: 1404px; }
}


@media(max-width:1200px){
    /*.products article .image { height: 216px; }*/
    #tryme-block-main #tryme-block { width:80%; }

    .cmd-block .cmd_popup { width: 70% !important; }
    .cmd-block .cmd_share_popup { right: 84px; top: 130px; }
}

@media(max-width:1024px){
    .tryme-inner-block form#uploadTryMeImg{ display:block; }
    .tryme-inline-block { display: flex; flex-direction: column-reverse; width: 100%; }
    .tryme-inner-model-block { width: 100%; }
    .tryme-inner-block, .tryme-inner-model-block { float: none; margin: 0px auto 0 auto; text-align: center; }
    .tryme-outer-block { width:auto; }
    .tryme-inner-model-block img { float:none; width: 120px; }
    .mobile-upload { display:block; }
    .tryme-inner-block { display: none; }
    .tryme-inner-model-block img { height:200px; }
    #tryme_model { display:inline-block; }
    .product-video-block,  .listing-product-video-block { width: 94%; }
    .product-image-gallery #video-btn-block { width: 100px; height: 90px; }
    #tryme-block-main .tryme_inner_popup#learn_block { width: 60%; }

    .cmd-block .cmd_design_blocks { padding: 4px; width: 32%; display: inline-block; }
    .cmd-block .color_select_block { margin: 10px auto; }
    .cmd-block .cmd_output_block { padding: 10px 0; margin-top: 20px; }
    .cmd-block .cmd_model_blocks { width: 44%; height: inherit; margin: 1% 2%; padding: 0; }
    .cmd-block .cmd_popup_btn { width: 30%; padding: 0; }
    .cmd-block #cmd_output { padding: 0 20px; }
    .cmd-block .cmd_output_block, .cmd-block .prod_info { width:98%; }

    /*Abandoned Cart*/
    .cart_popup, .cart_contact_block { width:90%; }
    .cart_contact_block .input_details div:first-child { margin-bottom: 10px; }

    .checkout_coupon_block .col-1 { width: 20% !important; } 
    .checkout_coupon_block .col-2 { width: 80% !important; }
    .checkout_coupon_block .col-2 select { margin-top: 0; margin-bottom: 20px; height: 40px !important; width: 100% !important; }
    .checkout_coupon_block .col-2 .coupon_link { float: right; }

    #sizechart_info_block { width: 90%; }
}

@media(max-width:920px){
    #tryme-block-main .tryme_models_outer_block .tryme_models { width: 140px; height: 200px; }
    .tryme-share-block img { width: 40px !important; height: auto !important; }
    .tryme-share-block { display: block; }
    .tryme-share-block &gt; div, .tryme-share-block &gt; img { float: left; }

    .cmd-block .cmd_share_popup { right: 250px; top: 30px; }
}

@media(min-width:767px){
    .cmd-block #cmd_product_price_mob { display:none !important; }
}

@media(max-width:767px){
    footer { display: none; }
    .cart_popup { top: 5%; }
    .tryme-inner-block form#uploadTryMeImg{ display:block; }
    .tryme-inner-block { display: none; }
    #tryme-block-main .tryme_inner_popup#learn_block { width: 90%; }
    #tryme-block-main .tryme_inner_popup#learn_block img { width: 320px; }
    /* .tryme_models_block { overflow-x: scroll; overflow-y: hidden; height: 226px; white-space: nowrap; } */
    #tryme-block-main #tryme-block { width: 96%; }
    #tryme-block-main .tryme_models_outer_block .tryme_models { width: 120px; height: 170px; margin: 0 10px; }
    #tryme-block-main .tryme_inner_btn .btn { width: 44%; margin: 1% 1%; padding: 12px 0px !important; }

    .cmd-block .cmd_output_block, .cmd-block .prod_info { width: 98%; margin: 0; }
    .cmd-block .cmd_popup { width:90% !important; }
    .cmd-block .color_select_block .color_span { padding: 7px 14px; }
    .cmd-header { padding-top: 10px !important; }
    .cmd-block .prod_info { margin-bottom: 20px; padding:0px; }
    .cmd-block #cmd_back1, .cmd-block #cmd_back2, .cmd-block #cmd_next { display: none; }
    .cmd-block .cmd_cart_block { display:none; text-align: center; left: 0; position: fixed; bottom: 0px; z-index: 1024; background-color: #fff; border-top: 1px solid #F26D78; padding: 20px 0; width: 100%; margin: 0; }
    .cmd-block .cmd_cart_block a { margin: 0 10px; }
    .cmd-block #cmd_product_price { display:none !important; }
    .cmd-block .cmd_mob_back { display:block; }
    .cmd-block .cmd_share_popup { right: 40px; top: -90px; width: fit-content; height: auto; }

    /* Free Gift */
    .cartgifts_block .cartgifts_popup img { cursor: pointer; width: 100%; }
    .freeGifts_checkout_popup { width: 90%; }

    /*Product Image thumbnail*/
    .products article .image a, .products article .image img, .products .figure-grid, .products article .image { height: 250px; }

    .trackorder_block .items_details .image { width: 100px; }
    .trackorder_block .items_details .title { width: 70%;padding: 0 20px; }
    .trackorder_block .items_details .tracking_details { width: 100%; margin-top: 20px; }
    .trackorder_block .shipment_block, .trackorder_block .shipment_block table { width:100% }
    .trackorder_block .shipment_block table tr, .trackorder_block .shipment_block table tr td { font-weight: 800; text-align: center; font-size: 12px !important; padding: 2px !important; }
}

@media(max-width:580px){
    .product-video-block iframe, .listing-product-video-block iframe{ height: 250px; }
    .product-video-block, .listing-product-video-block { height: 300px; }
    #tryme-block-main .tryme_inner_popup#learn_block img { width: 230px; }
    #tryme-block-main .tryme_models_outer_block .tryme_models { width: 80px; height: 120px; margin: 0 0px; }
    #tryme-block-main .tryme_models_outer_block img { border: 2px solid #F26D78; }
    #tryme-block-main #tryme-block { width: 90%; }
    #tryme-block-main .tryme_inner_popup#watch_block { width: 98%; }
    #tryme-block-main .tryme_inner_popup { top:2%; } 
    
    /*Abandoned Cart*/
    .cart_popup .btn { margin: 0px 0px 10px 0px !important; }

    .trackorder_block .items_details .image { width: 100px; float: none; margin: auto; }
    .trackorder_block .items_details .title { width: auto; padding: 0; margin-top: 10px; }
    .trackorder_block .items_details .tracking_details { width: 100%; margin-top: 10px; }
}

@media(max-width:400px){
    #tryme-block-main .tryme_inner_popup { padding: 6px; }
}




.site-footer {
    border-top: 1px solid #e8e8e1;
}

tool-tip {
    display: none;
}
    tool-tip[data-tool-tip-open=true] {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10001;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        tool-tip[data-tool-tip-open=true]:before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #e0e0e0;
            background-color: #e6e6e6;
            background-color: var(--colorModalBg);
            animation: overlay-on 0.3s forwards;
            cursor: pointer;
        }

.tool-tip__inner {
    animation: modal-close 0.3s forwards;
    opacity: 0
}

tool-tip[data-tool-tip-open=true] .tool-tip__inner {
    animation: modal-open 0.3s forwards;
    display: block;
    position: fixed;
    background: #ffffff;
    background: var(--colorBody);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0902);
    padding: 30px;
    max-width: 720px;
    min-width: 250px;
    min-height: 250px
}

@media only screen and (max-width:768px) {

    tool-tip[data-tool-tip-open=true] .tool-tip__inner {
        width: 100%;
        max-width: 93%
    }
}

.tool-tip__content {
    overflow: auto;
    max-height: 80vh
}

@media only screen and (max-width:768px) {

    .tool-tip__content {
        font-size: 0.85em
    }
}

.tool-tip__close {
    position: absolute;
    top: 0;
    right: 0;
}

    .tool-tip__close .icon {
        width: 28px;
        height: 28px;
    }

.tool-tip-trigger {
    background: none;
    border: 0;
    cursor: pointer;
}

    .tool-tip-trigger .icon {
        width: 28px;
        height: 28px;
    }

.tool-tip-trigger__title {
    display: inline-block;
}

    .tool-tip-trigger__title:focus, .tool-tip-trigger__title:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

.tool-tip-trigger__content {
    display: none !important;
}

.size-chart__standalone {
    margin: 25px 0;
    margin: var(--sizeChartMargin)
}

    .size-chart__standalone svg {
        margin-left: 5px;
        margin-left: var(--sizeChartIconMargin);
    }

.text-with-icons__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -30px;
    margin-right: -30px
}

@media only screen and (max-width:768px) {

    .text-with-icons__blocks {
        flex-direction: column;
        margin: 0
    }
}

.has-1-per-row .text-with-icons__block {
    width: 100%;
}

.has-2-per-row .text-with-icons__block {
    width: 50%;
}

.has-3-per-row .text-with-icons__block {
    width: 33.333%;
}

.has-4-per-row .text-with-icons__block {
    width: 25%;
}

.has-5-per-row .text-with-icons__block {
    width: 20%;
}

.text-with-icons__blocks .text-with-icons__block {
    display: flex;
    flex-direction: column;
    flex: none;
    padding: 30px
}

@media only screen and (max-width:768px) {

    .text-with-icons__blocks .text-with-icons__block {
        width: 100%;
        padding: 0 0 60px
    }
}

.text-with-icons__block-icon {
    display: block;
    margin-bottom: 10px
}

    .text-with-icons__block-icon .icon {
        width: 70px;
        height: 70px
    }

@media only screen and (max-width:768px) {

    .text-with-icons__block-icon .icon {
        width: 60px;
        height: 60px
    }
}

.text-with-icons__button {
    display: flex;
    justify-content: center;
}

@font-face {
    font-family: 'font-awesome-stars';
    src: url(https://productreviews.shopifycdn.com/assets/font-awesome-stars/font-awesome-stars-911003a601bdba3638357048b4273cc43c8958b4ea8d8e8b57d2a1b0c6620eeb.eot?38446773);
    src: url(https://productreviews.shopifycdn.com/assets/font-awesome-stars/font-awesome-stars-911003a601bdba3638357048b4273cc43c8958b4ea8d8e8b57d2a1b0c6620eeb.eot?38446773#iefix) format("embedded-opentype"),url(https://productreviews.shopifycdn.com/assets/font-awesome-stars/font-awesome-stars-9db9f5907ce1cfed8edd001b2c6f89efd1d4b1847972f4432679de8a760c60e0.svg?38446773#font-awesome-stars) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'font-awesome-stars';
    src: url("data:application/octet-stream;base64,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") format("woff"),url("data:application/octet-stream;base64,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PSstsEsssgEAPSstsEwssgEBPSstsE0ssgAAOSstsE4ssgABOSstsE8ssgEAOSstsFAssgEBOSstsFEssgAAOystsFIssgABOystsFMssgEAOystsFQssgEBOystsFUssgAAPistsFYssgABPistsFcssgEAPistsFgssgEBPistsFkssgAAOistsFossgABOistsFsssgEAOistsFwssgEBOistsF0ssDIrLrEmARQrLbBeLLAyK7A2Ky2wXyywMiuwNystsGAssAAWsDIrsDgrLbBhLLAzKy6xJgEUKy2wYiywMyuwNistsGMssDMrsDcrLbBkLLAzK7A4Ky2wZSywNCsusSYBFCstsGYssDQrsDYrLbBnLLA0K7A3Ky2waCywNCuwOCstsGkssDUrLrEmARQrLbBqLLA1K7A2Ky2wayywNSuwNystsGwssDUrsDgrLbBtLCuwCGWwAyRQeLABFTAtAAAAS7gAyFJYsQEBjlm5CAAIAGMgsAEjRLADI3CyBCgJRVJEsgoCByqxBgFEsSQBiFFYsECIWLEGA0SxJgGIUVi4BACIWLEGAURZWVlZuAH/hbAEjbEFAEQAAA==") format("truetype")
}

[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {
    font-family: "font-awesome-stars";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 120%
}

.spr-icon-star:before {
    content: '\e800'
}

.spr-icon-star-hover:before {
    content: '\e800'
}

.spr-icon-star-empty:before {
    content: '\e801'
}

.spr-icon-star-empty.spr-icon-star-hover:before {
    content: '\e800'
}

.spr-icon-star-half:before {
    content: '\e802'
}

.spr-icon-star-half-alt:before {
    content: '\e803'
}

#shopify-product-reviews {
    *zoom: 1;
    display: block;
    clear: both;
    overflow: hidden;
    margin: 1em 0
}

    #shopify-product-reviews:before, #shopify-product-reviews:after {
        content: " ";
        display: table
    }

    #shopify-product-reviews:after {
        clear: both
    }

.spr-loading {
    *zoom: 1;
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 24px;
    text-align: center
}

    .spr-loading:before, .spr-loading:after {
        content: " ";
        display: table
    }

    .spr-loading:after {
        clear: both
    }

.spr-container {
    *zoom: 1;
    border: 1px solid #DFDFDF;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 2em
}

    .spr-container:before, .spr-container:after {
        content: " ";
        display: table
    }

    .spr-container:after {
        clear: both
    }

.spr-header {
    *zoom: 1
}

    .spr-header:before, .spr-header:after {
        content: " ";
        display: table
    }

    .spr-header:after {
        clear: both
    }

.spr-header-title {
    *zoom: 1;
    font-size: 24px;
    margin: 0 0 12px 0
}

    .spr-header-title:before, .spr-header-title:after {
        content: " ";
        display: table
    }

    .spr-header-title:after {
        clear: both
    }

.spr-starratings {
    font-size: 13px;
    margin: 0 0 8px 0
}

.spr-icon {
    font-size: 120%;
    position: relative;
    top: 1px;
    width: 1.3em;
    height: 1.3em
}

    .spr-icon.spr-icon-star-empty {
        opacity: 0.6
    }

.spr-badge {
    *zoom: 1;
    min-height: auto;
    min-width: auto;
    display: block
}

    .spr-badge:before, .spr-badge:after {
        content: " ";
        display: table
    }

    .spr-badge:after {
        clear: both
    }

.spr-badge-starrating {
    margin: 0 3px 0 0
}

    .spr-badge-starrating .spr-icon {
        font-size: 100%
    }

.spr-summary {
    *zoom: 1
}

    .spr-summary:before, .spr-summary:after {
        content: " ";
        display: table
    }

    .spr-summary:after {
        clear: both
    }

.spr-summary-actions-newreview {
    float: right
}

.spr-form {
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
    border-top: 1px solid #DFDFDF;
    border-top: 1px solid rgba(0,0,0,0.1)
}

    .spr-form &gt; form {
        margin: 0
    }

.spr-form-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0
}

.spr-form-contact-name, .spr-form-contact-email, .spr-form-contact-location, .spr-form-review-rating, .spr-form-review-title, .spr-form-review-body {
    *zoom: 1;
    margin: 0 0 15px 0
}

    .spr-form-contact-name:before, .spr-form-contact-name:after, .spr-form-contact-email:before, .spr-form-contact-email:after, .spr-form-contact-location:before, .spr-form-contact-location:after, .spr-form-review-rating:before, .spr-form-review-rating:after, .spr-form-review-title:before, .spr-form-review-title:after, .spr-form-review-body:before, .spr-form-review-body:after {
        content: " ";
        display: table
    }

    .spr-form-contact-name:after, .spr-form-contact-email:after, .spr-form-contact-location:after, .spr-form-review-rating:after, .spr-form-review-title:after, .spr-form-review-body:after {
        clear: both
    }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.spr-form-contact, .spr-form-review, .spr-form-actions {
    *zoom: 1;
    padding: 0;
    border: 0;
    margin: 0
}

    .spr-form-contact:before, .spr-form-contact:after, .spr-form-review:before, .spr-form-review:after, .spr-form-actions:before, .spr-form-actions:after {
        content: " ";
        display: table
    }

    .spr-form-contact:after, .spr-form-review:after, .spr-form-actions:after {
        clear: both
    }

.spr-form-review-rating {
    clear: both;
    overflow: hidden
}

    .spr-form-review-rating a, .spr-form-review-rating a:hover {
        text-decoration: none;
        display: inline-block;
        float: left
    }

.spr-form-label {
    font-size: 13px;
    line-height: 20px
}

.spr-form-input {
    margin: 0
}

.spr-form-label + .spr-form-input {
    margin: 0
}

.spr-form-input-text, .spr-form-input-email, .spr-form-input-textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0
}

.spr-form-input-textarea {
    resize: vertical
}

.spr-form-input-error, input.spr-form-input-error[type="text"], input.spr-form-input-error[type="email"] {
    border-color: #C0363A
}

.spr-starrating.spr-form-input-error a {
    color: #C0363A
}

.spr-form-message {
    padding: 0.8em 1em;
    margin: 0 0 1em 0
}

.spr-form-message-error {
    background: #C0363A;
    color: #FFF
}

.spr-form-message-success {
    padding: 0;
    margin: 0
}

.spr-button, .spr-button-primary {
    width: auto;
    margin: 0;
    min-height: 1em
}

.spr-button-primary {
    float: right
}

.spr-reviews {
    margin: 24px 0 0 0
}

.spr-review {
    padding: 4px 0;
    border-top: 1px solid #DFDFDF;
    border-top: 1px solid rgba(0,0,0,0.1)
}

    .spr-review:first-child {
        margin-top: 24px
    }

    .spr-review:last-child {
        padding-bottom: 0
    }

.spr-review-header-byline {
    font-style: italic;
    font-size: 16px;
    display: inline-block;
    margin: 0 0 1em 0
}

.spr-review-header-starratings {
    margin: 0 0 0.5em 0;
    display: inline-block
}

.spr-review-header-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    border: none
}

.spr-review-content {
    *zoom: 1;
    margin: 0 0 24px 0
}

    .spr-review-content:before, .spr-review-content:after {
        content: " ";
        display: table
    }

    .spr-review-content:after {
        clear: both
    }

.spr-review-content-body {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.spr-review-reply {
    *zoom: 1;
    background: #ECECEC;
    background: rgba(0,0,0,0.06);
    margin: 0 0 24px 0;
    padding: 24px
}

    .spr-review-reply:before, .spr-review-reply:after {
        content: " ";
        display: table
    }

    .spr-review-reply:after {
        clear: both
    }

.spr-review-reply-body, .spr-review-reply-shop {
    font-size: 13px;
    line-height: 20px
}

.spr-review-reply-body {
    margin: 0 0 12px 0
}

.spr-review-reply-shop {
    display: block;
    float: right;
    font-style: italic
}

.spr-review-footer {
    *zoom: 1
}

    .spr-review-footer:before, .spr-review-footer:after {
        content: " ";
        display: table
    }

    .spr-review-footer:after {
        clear: both
    }

.spr-review-reportreview {
    float: right;
    font-size: 11px;
    line-height: 16px
}

.spr-pagination {
    text-align: center;
    padding: 12px 0 0 0;
    position: relative;
    border-top: 1px solid #DFDFDF;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.spr-pagination-page, .spr-pagination-deco, .spr-pagination-next, .spr-pagination-prev {
    display: inline-block
}

    .spr-pagination-page.is-active {
        font-weight: bold
    }

.spr-pagination-prev {
    position: absolute;
    left: 0
}

.spr-pagination-next {
    position: absolute;
    right: 0
}

@media only screen and (max-width: 480px) {
    .spr-header-title {
        text-align: center
    }

    .spr-summary {
        text-align: center
    }

    .spr-summary-actions-newreview {
        float: none;
        *zoom: 1
    }

        .spr-summary-actions-newreview:before, .spr-summary-actions-newreview:after {
            content: " ";
            display: table
        }

        .spr-summary-actions-newreview:after {
            clear: both
        }
}
</pre></body></html>