 /*!
 * @update 10.06.2020
 * @author Webibazaar Template https://www.webibazaar.com
 * @contact info@webibazaar.com 
 * @license
 * Copyright  2016-2020 Winter Infotech Team
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */
@font-face{
    font-family:'TitilliumWeb-Regular';
    src:url(../../assets/fonts/TitilliumWeb-Regular.ttf);
}
@font-face{
    font-family:'TitilliumWeb-Bold';
    src:url(../../assets/fonts/TitilliumWeb-Bold.ttf);
}
@font-face{
    font-family:'TitilliumWeb-SemiBold';
    src:url(../../assets/fonts/TitilliumWeb-SemiBold.ttf);
}
@font-face{
    font-family:'TitilliumWeb-Light';
    src:url(../../assets/fonts/TitilliumWeb-Light.ttf);
}
@font-face{
    font-family:'PlayfairDisplay-Regular';
    src:url(../../assets/fonts/PlayfairDisplay-Regular.ttf);
}
@font-face{
    font-family:'PlayfairDisplay-Bold';
    src:url(../../assets/fonts/PlayfairDisplay-Bold.ttf);
}
@font-face{
    font-family:'Poppins-Regular';
    src:url(../../assets/fonts/Poppins-Regular.ttf);
}

body {
    font-family: 'TitilliumWeb-Regular';
}
[disabled] {
    cursor: no-drop !important;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 1600px) {
.container{
    width:1380px;
}
}
@media (max-width: 991px) {
#notifications, #wrapper, #footer {
    display: block !important;
}
}
.pad-lr{
    padding-left: 0;
    padding-right: 0; 
}
/*display top*/
#_desktop_logo {
padding: 0;
z-index: 1;
}

#_desktop_top_menu{
    margin-bottom: 50px;
}
#_desktop_top_menu {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: 'TitilliumWeb-SemiBold';
    padding: 0;
}
.menu-page{
    margin-bottom:0; 
}
@media (min-width: 768px) {
#header .header-top .menu #top-menu[data-depth="0"] li a[data-depth="0"]{
    position: relative;
    display: inline;
}
.header-top .menu #top-menu{
    margin-bottom: 0;
}
.menu ul li{
    vertical-align: middle;
}
.sub-menu .top-menu li {
    text-align: left;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 1.25rem;
}
#_desktop_top_menu .navbar-toggler{
    padding: 2px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#header .header-top .menu #top-menu[data-depth="0"] li a[data-depth="0"]{
    font-size: 12px;
}
.top-menu .my-menu{
    padding: 0 11px !important;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.top-menu .sub-menu ul[data-depth="1"] > li {
    padding: 0;
    margin: 0 15px;
}
.top-menu .sub-menu .col-lg-8{
    padding: 0;
}
}
.header-top{
    position: relative;
}
.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    background-color: #fff;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
.fixed #_desktop_logo {
    margin: 5px auto;
}
}
.fixed 
.fixed .cart-products-count {
    top: 12px !important;
}
.fixed #_desktop_language_selector,.fixed #_desktop_currency_selector,.fixed #_desktop_cart,.fixed #_desktop_user_info {
    margin: 20px auto ;
}
.fixed .full-wrapper {
    margin-bottom: 10px;
}

/* responsive menu */
body.active {
    overflow: hidden;
}
body.active::before {
    background: #333333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    clear: both;
    height: 100%;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mySidenav .categories{
    color: #161616;
}
.sidenav .close-nav {
    background-color: #f2f2f2;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    line-height: 35px;
}
#mySidenav .closebtn{
    float: right;
}
#mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
}
#_mobile_top_menu.mobile{
    background-color: transparent;
}
@media (min-width:768px) {
    .top-menu li:hover .popover.sub-menu{
    display: block !important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.top-menu li .popover.sub-menu {
    box-shadow: none;
    border: none;
    z-index: 18;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    --webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    padding: 15px 0;
    border: 1px solid #f2f2f2;
    top: 100%;
    box-shadow: 0px 8px 7px -1px rgba(0,0,0,0.09);
}
.top-menu .my-menu{
    display: inline-block;
    position: relative;
    padding-right: 50px;
}
.view_more{
    cursor: pointer;
    color: #333333;
}
.drop-img{
    float: left;
    padding: 15px 15px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .top-menu li .popover.sub-menu{
        left: auto;
    }
}
.full-wrapper{
background-color: #f8f8f8;
padding: 0;
border-bottom: 1px solid #eaeaea;
}
.full-wrapper .container{
    padding: 0;
}
@media (max-width: 767px) {
.full-wrapper{
    border: none;
}
}
/* search */
.dblock{
    display: block;
}
.dnone{
    display: none;
}
body.active-search .wbSearch {
    opacity: 1;
    transform: translateY(0);
}
.desktop-search{
    float: right;
    margin: 25px 0;
}
.wbSearch{
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background-color: rgba(18,18,18,.9);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px;
}
.wbSearch .close-nav {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    line-height: 0;
    position: relative;
    top: 4px;
}
.wbSearch .close-nav i{
    font-size: 14px;
}
.wbSearch #search_block_top{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
#searchbox.input-group{
    width: auto;
}
body.active-search .wbSearch #search_block_top{         
    animation: fadeInDown 0.3s 0.2s ease-out both;
}
#search_toggle{
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    padding: 0;
    margin: 0;
}
.cart-c{
    background: #6d9900;
    color: #fff;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
#header .header-top .navbar-toggler{
    padding: 0;
}
#_desktop_top_menu .top-menu .float-xs-right.hidden-md-up {
    display: block !important;
}
#_desktop_top_menu .top-menu i{
    font-size: 18px;
    vertical-align: middle;
}
#_desktop_top_menu .top-menu i.remove {
    display: none;
}
#_desktop_top_menu .sub-menu .top-menu .add {
    display: none !important;
}
.left-nav,.right-nav{
    padding: 0;
}
/* .nav-border{
   border-bottom: 1px solid #e9e9eb;
height: 50px;
} */
#header .s-canvas{
    z-index: 5;
position: fixed;
top: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-height: 202px;
width: 100vw;
height: 50vw;
background-color: rgba(18,18,18,.9);
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#header .s-canvas.active-search {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#header .s-canvas.active-search .searchtg {
    -webkit-animation: fadeInDown 0.3s 0.2s ease-out both;
    animation: fadeInDown 0.3s 0.2s ease-out both;
}
#search_toggle{
   background:rgba(255,255,255,0.2) url("../../assets/img/icons.png") no-repeat -151px -728px;
height: 50px;
width: 50px;
cursor: pointer;
float: left;
border-radius:100%;
}
#header .active-search .search-down:before{
    font-family: 'Material Icons';
content: "\e5cd";
display: inline-block;
font-weight: normal;
font-size: 28px;
line-height: 30px;
}
#index #header  .active-search .search-down:before{
line-height: 1px;
}
#header .active-search .search-down{
    right: 50px;
}
#header .searchtg{
    /* -moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
text-align: left;
z-index: 3; */
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: calc(100vw - 30px);
opacity: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#header .active-search .searchtg {
    width: 100%;
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
}
#header .search-widget form{
    /* width: 100%;
height: 100%;
border: none;
position: relative;
background: white; */
position: relative;
width: 100%;
margin-right: 30px;
margin-left: 30px;
border-radius: 0px;
background: #fff;
border-radius: 2px; 
}
#header .search-widget form input[type="text"]{
   /*  display: block;
height: 100%;
border: none;
background: none;
color: #003046;
opacity: 0;
font: 300 36px/1.25em "Poppins-Regular";
padding: 8px 0 13px 39px;
position: absolute;
right: 0;
z-index: 0; */
display: inline-block;
height: 45px;
padding: 12px 10px 12px 13px;
border: none;
border-radius: 0;
background: none;
box-shadow: none;
width: 100%;
}

#header .active-search.search-widget form input[type="text"]{
    opacity: 1;
padding-right: 170px;
}
#header .search-widget form button[type="submit"]{
    background: none;
border: none;
color: #003046;
position: absolute;
top: 49%;
right: 0;
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#header .active-search.search-widget form button[type="submit"]{
    -moz-transition: opacity 0.3s ease-in 0.2s color 0.3s ease;
-o-transition: opacity 0.3s ease-in 0.2s color 0.3s ease;
-webkit-transition: opacity 0.3s ease-in color 0.3s ease;
-webkit-transition-delay: 0.2s 0s;
transition: opacity 0.3s ease-in 0.2s color 0.3s ease;
opacity: 1;
margin-right: 110px;
visibility: visible;
}
@media (min-width: 768px) {
    #header .searchtg {
    width: 55.75vw !important;
}
}
#header .searchtg .close-btn {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#header .searchtg .close-btn::before {
    font-family: "Material Icons";
    content: "\E5CD";
    display: inline-block;
    font-weight: normal;
    font-size: 25px;
vertical-align: text-top;
}
@media (max-width: 991px) {   
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
  #header .search-widget form {
    margin-right: 0;
  }
  #header .searchtg .close-btn {
    padding: 0 15px;
  }
}
.top-left{
    color: #ffb400;
font-size: 16px;
font-family: "TitilliumWeb-SemiBold";
line-height: 100px;
letter-spacing: 1px;
text-transform: capitalize;
font-weight: normal;
padding: 0;
}
.ship-text {
    color: #fff;
}
.ship-icon{
        height: 50px;
    width: 50px;
    cursor: pointer;
    float: left;
    background: transparent url("../../assets/img/icons.png") no-repeat scroll -80px -16px;
    margin: 25px 0;
}
.top-right {
    color: #fff;
    font-family: 'TitilliumWeb-SemiBold';
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 50px;
    padding: 0;
}
.support-icon{
    background: transparent url("../../assets/img/icons.png") no-repeat scroll -80px -126px;
height: 50px;
width: 50px;
cursor: pointer;
float: left;
}
.support-text{
    color:#ffb400;
}
.nav-full{
    padding: 0;
}
@media (min-width: 1200px) and (max-width: 1409px){
   
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-menu ul li a {
        margin: 0;
    }
    .top-menu .my-menu {
        padding: 0 27px 0 5px;
    }
}
@media (min-width: 768px) {
.top-col{
   border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0;
}
}
.blockcart .cart-open .cart-icon{
   background: #ffb400 url("../../assets/img/icons.png") no-repeat -154px -19px;
height: 90px;
width: 60px;
cursor: pointer;
float: left;
border-radius: 0 0 50px 50px;
}
.my-cart {
    float: left;
    line-height: 90px;
    font-family: 'TitilliumWeb-SemiBold';
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 15px;
    color: #fff;
}
#_desktop_user_info .userheading.user-icon,#_mobile_user_info .user-icon{
   background: #c80015 url("../../assets/img/icons.png") no-repeat -81px -74px;
height: 50px;
width: 50px;
cursor: pointer;
float: left;
border-radius: 100%;
}
#header .wishlistnav2 .wishtlist_top .wishlist-icon{
  text-transform: capitalize;  
}
#_desktop_cart {
    float: right;
}
#_desktop_user_info,#header #search_widget{
    float: right;
    margin: 25px auto;
}
#_desktop_cart{
    position: relative;
}
#_desktop_user_info{
    position: relative;
    padding-left: 15px;
}
.blockcart-text{
line-height: 50px;
float: left;
color: #000;
text-transform: uppercase;
font-size: 13px;
font-family: "TitilliumWeb-SemiBold";
letter-spacing: 1px;
margin-left: 35px;
}
.cart-products-count{
    position: absolute;
top: 29px;
font-size: 10px;
right: 11px;
background-color: #c80015;
color: #fff;
padding: 0px 4px;
border-radius: 100%;
line-height: normal;
vertical-align: middle;
font-family:'TitilliumWeb-SemiBold';
}
.user-icon i{
    color: #333333;
    font-size: 20px;
    cursor: pointer;
}
.user-icon:hover i{
    color: #ffb400;
}
#_desktop_user_info .user-all-down{
    right: 13px;
    top: 75px;
}
.user-all-down{
    text-align: center;
    margin: 0 auto;
    width: 272px;
    padding: 15px;
}
.user-all-down li{
    text-align: left ;
}
.user-all-down li a {
    text-align: left;
    padding: 8px 0px;
    display: block;
    text-transform: capitalize;
}
.wishlistnav2::after{
    right: 0 ;
}
.wishlistnav2{
position: relative;
color: #333333;
letter-spacing: 0.5px;
line-height: 40px;
text-align: left;
}
#_desktop_language_selector,#_desktop_currency_selector{
    display: inline-block;
float: left;
padding: 0 10px;
line-height: 30px;
position: relative;
margin: 5px auto;
}
.language-selector .expand-more ,.currency-selector .expand-more{
    color: #fff;
letter-spacing: 1px;
}
.language-selector:hover .expand-more ,.currency-selector:hover .expand-more,.currency-selector .btn-unstyle:focus .expand-more,.language-selector .btn-unstyle:focus .expand-more{
    color: #ffb400;
    cursor: pointer;
}
.language-selector .dropdown-menu,.currency-selector .dropdown-menu{
    display: none;
    min-width: 130px;
    padding: 0px;
}
.language-selector .dropdown-menu li a,.currency-selector .dropdown-menu li a{
    padding: 5px 15px;
}
.currency-selector button,.language-selector button{
text-align: inherit;
font-size: 14px;
cursor: pointer;
padding: 2px 0;
text-transform: uppercase;
background-color: #000;
width: 100px;
border-radius: 2px;
color: #fff;
}
.currency-selector li,.language-selector li{
    line-height: 25px;
}
#_mobile_language_selector, #_mobile_currency_selector {
    display: inline-block;
}
.no-items{
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
}
.blockcart .dropdown-menu {
    min-width: 345px;
    top: 100px;
}
@media (max-width: 320px) {
    .blockcart .dropdown-menu {
        min-width: 300px;
    }
}
/* @media (min-width: 768px) and (max-width: 991px) {
    .blockcart .dropdown-menu {
        top: 46px;
    }
} */
@media (max-width: 767px) {
    #_mobile_user_info{
        margin: 20px 10px;
        position: relative;
    }
    .cart-products-count {
        right: 27px;
    }
    .blockcart .dropdown-menu {
        top: 92px;
    }
}
@media (max-width: 767px) {
    .head-cart-drop {
        top: 50px;
        right: 0;
    }
    .language-selector .dropdown-menu, .currency-selector .dropdown-menu {
        right: 0;
        left: 0;
        padding: 0;
    }
    .language-selector .dropdown-menu li, .currency-selector .dropdown-menu li{
        padding: 0 10px;
    }
    .language-selector .dropdown-menu li a, .currency-selector .dropdown-menu li a{
        padding: 0 ;
    }
    #_desktop_currency_selector::after {
        display: none;
    }
    .wishlistnav2 .wishlist-icon {
        float: none !important;
    }
    #_desktop_cart ,#_desktop_user_info{
        margin: 0 auto;
    }
    .wishlistnav2{
        padding: 0 10px;
        text-align: left;
        line-height: 30px;
        float: none;
        margin: 0 auto;
    }
    #_mobile_user_info .userheading .user-icon{
        padding: 10px;
    }
    #_desktop_language_selector, #_desktop_currency_selector {
    float: left;
    padding: 0 5px ;
    line-height: 30px;
    margin: 0 auto;
}
#_desktop_currency_selector button::before, #_desktop_language_selector button::before {
    border: none;
}
 #header #search_widget {
    float: none;
    margin: 0;
    position: absolute;
    top: -70px;
    right: 130px;
}
.user-all-down{
    top: 70px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.top-left{
    letter-spacing: 0px;
    font-size: 13px;
}
}
@media (max-width: 575px){
    .blockcart .cart-open{
        z-index: 4;
    }
    #_mobile_user_info{
        position: relative;
        margin: 10px 5px;
    }
    .user-all-down{
        top: 51px;
        width: 258px;
    }
    .user-all-down li a {
        padding: 5px 0;
    }
    .blockcart .cart-open .cart-icon,#_mobile_user_info .user-icon,#header .search-down{
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }
    .blockcart .cart-open .cart-icon{
         background: #ffb400 url("../../assets/img/icons.png") no-repeat -165px -320px;
    }
    #_mobile_user_info .user-icon{
        background: #c80015 url("../../assets/img/icons.png") no-repeat -165px -371px;
    }
    #_mobile_cart{
        margin: 10px 0px;
    }
    .cart-products-count {
        right: 15px;
        top: 5px;
    }
    #header .search-down {
        background: rgba(255,255,255,0.2) url("../../assets/img/icons.png") no-repeat -164px -417px;
    }
    #header #search_widget {
        top: -50px;
        right: 91px;
    }
    .blockcart .dropdown-menu {
        top: 62px;
    }
}
.head-cart-drop {
    height: auto;
    background: white;
        background-color: white;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 auto;
}
.head-cart-drop table{
    width: 100%;
}
.cart-tot .st-crt-t span.st-crt-t-spn {
    display: inline;
}
.cart-tot .st-crt-t span.st-crt-t-spn2 {
    float: right;
}
.cart-drop-table td {
    padding: 5px;
    width: 25%;
}
.cart-tot{
    text-align: left;
}
.small-crt-btn {
    background-color: #333333;
    color: #fff;
    border: none;
    height: 35px;
    margin-bottom: 0;
    border-radius: 4px;
    padding: 0 15px;
    float: right;
    text-transform: capitalize;
}
.small-crt-btn:hover {
    background-color: #ffb400;
}
.small-crt-btn a {
    color: #fff !important;
    line-height: 35px;
}

#owl-slider::after {
    background: transparent url(../../assets/img/border-design.png) repeat-x scroll 0 0;
    bottom: -12px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
/* famous-piza */
.famuos-piza{
    position: relative;
    padding-bottom: 98px;
}
.first-left {
    padding-top: 160px;
    z-index: 9;
}
.top-text {
    color: #333;
    font-size: 18px;
    font-family: "TitilliumWeb-Bold";
    text-transform: capitalize;
    letter-spacing: 1px;
}
.famuos-piza h1{
    color: #c80015;
    font-size: 50px;
    font-family: "TitilliumWeb-Bold";
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
}
.famuos-piza h1::before{
    border: 1px solid #ffb400;
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: -10px;
}
.bottom-text {
    color: #838383;
    font-size: 14px;
    font-family: "TitilliumWeb-SemiBold";
    letter-spacing: 0.5px;
    display: block;
}
.first-left a {
    color: #333;
    text-transform: uppercase;
    background-color: #ffb400;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    padding: 11px 25px;
    float: left;
    font-family: 'TitilliumWeb-Bold';
    letter-spacing: 1px;
    margin-top: 35px;
    transition: all 500ms ease 0s;
}
.first-left a:hover {
    background-color: #c80015;
    color: #fff;
    transition: all 500ms ease 0s;
}
.img-bor{
    border: 10px solid;
}
.fms-img::before{
    left: 4px;
}
.fms-img::before{
    background: transparent url("../../assets/img/img-top.png") no-repeat;
    max-width: 35px;
height: 108px;
position: relative;
top: 0;
display: block;
content: '';
}
.fms-img::after{
    background: transparent url("../../assets/img/img-top.png") no-repeat;
    width: 35px;
height: 108px;
position: absolute;
top: 0;
display: block;
content: '';
  right: 20px;
}
.img1,.img2,.img3{
max-width: 100%;
border: 10px solid #f6f6f6;
height: 328px;
cursor: pointer;
}
.img1{
    background: transparent url("../../assets/img/img.png") no-repeat;
    
}
.img2{
    background: transparent url("../../assets/img/img2.png") no-repeat;
}
.img3{
    background: transparent url("../../assets/img/img3.png") no-repeat;
}
@media (min-width: 768px) {
.famuos-piza:before{
background-image: url(../../assets/img/1.png);
position: absolute;
left: 0;
content: '';
width: 334px;
height: 336px;
background-repeat: no-repeat;
bottom: -42px;
}
}
.famuos-piza:after{
background-image: url(../../assets/img/2.png);
position: absolute;
right: 52px;
content: '';
width: 260px;
height: 311px;
background-repeat: no-repeat;
bottom: -23px;
}
.img-desc {
    background-color: rgba(200,0,21,0.7);
    margin: 40px;
    padding: 43px 5px;
    text-align: center;
    position: relative;
    margin-top: -302px;
    color: #fff;
   /* margin-left: 35px;
margin-right: 42px; */
transform: scale(1);
-webkit-transition: all 0.8s ease-in-out 0s;
-o-transition: all 0.8s ease-in-out 0s;
transition: all 0.8s ease-in-out 0s;
}
.fms-img:hover .img-desc{
    opacity: 1;
transform: scale(0);
}
.img-desc .desc-icon {
   background: url(../../assets/img/icons.png) no-repeat -164px -129px;
    background-repeat: no-repeat;
background-repeat: repeat;
position: relative;
left: 0;
content: '';
width: 65px;
height: 78px;
display: block;
margin: 0 auto;
}
.img-desc h4 {
    font-size: 18px;
    color: #ffb400;
    font-family: "TitilliumWeb-SemiBold";
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 0.8px;
}
.desc-text{
font-size: 14px;
    color: #fff;
    font-family: "TitilliumWeb-SemiBold";
    font-weight: 100;
    letter-spacing: 0;
    opacity: .6;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 200px;
    height: 40px;
    margin-bottom: 8px;
}
.img-desc a{
    font-size: 12px;
    font-family: "TitilliumWeb-Bold";
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.famuos-piza .col-md-4{
    z-index: 9;
}
@media (max-width: 991px) {
    .fms-img::after,.fms-img::before{
        display: none;
    }
    .first-left {
        padding: 20px 0px;
        z-index: 9;
    }
    .famuos-piza .col-lg-8{
        padding: 0;
    }
}
@media (max-width: 767px) {
    .famuos-piza:after{
        right: 0;
    }
    .famuos-piza {
        padding-bottom: 55px;
    }
}
@media (max-width: 575px) {
    .famuos-piza h1 {
        font-size: 40px;
    }
}
/*tab-product*/
#productCommentsBlock {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 15px;
}
.pro-back{
    background-image: url(../../assets/img/black-bg.jpg);
}
.product-tab-items.tabs{
    box-shadow: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
    margin-top: 10px;
}
.product-tab-items.tabs .nav-tabs{
   border: none;
}
.product-tab-items.tabs .nav-tabs .nav-link.active,.product-tab-items.tabs .nav-tabs .nav-link:hover {
    color: #333;
    background-color: #ffb400;
}
.product-tab-items.tabs .nav-tabs .nav-link {
    color: #fff;
   font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 100;
padding: 0 20px;
font-family: 'TitilliumWeb-Bold';
border-bottom: none;
line-height: 40px;
position: relative;
background-color: #c80015;
border-radius: 25px;
width: 140px;
}
.product-tab-items.tabs .nav-tabs .nav-item{
    padding: 0 5px;
    float: none;
display: inline-block;
margin: 0 auto;
}
@media (max-width: 480px) {
    .product-tab-items.tabs .nav-tabs .nav-link {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 0 5px;
        width: 90px;
        border: none;
    }
.product-tab-items.tabs {
    margin-top: 1rem;
}
.product-tab-items.tabs .nav-tabs .nav-item {
    padding: 0 2px;
}
}
.product-tab-items .owl-item{
    margin-right: 30px;
}
.special-product .featured-products .owl-carousel {
    padding-top: 45px;
}
/* module-title */
.products-section-title{
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    padding: 15px 25px;
    position: relative;
    font-family: "TitilliumWeb-SemiBold";
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 0;
}
.products-section-title::after {
    border-bottom: 2px solid;
    width: 122px;
    height: 1px;
    position: absolute;
    content: '';
    bottom: -2px;
    left: 1px;
}
/*product*/
.pro-hr{
    margin:8px auto 20px;
}
.description {
    display: none;
    opacity: 0;
}
.product-description .caption{
    margin-bottom: 18px;
}
/*carousel-button*/
.p-slider.owl-carosel{
    z-index: unset !important;
}
.p-slider .owl-nav{
   
}
.p-slider .owl-nav .owl-prev ,.p-slider .owl-nav .owl-next {
background-color: transparent;
opacity: 1;
vertical-align: middle;
text-align: center;
font-size: 35px;
padding: 0;
position: absolute;
top: 40%;
color: #c80015;
}
.p-slider .owl-nav .owl-prev i,.p-slider .owl-nav .owl-next i{
    line-height: 45px;
}
.p-slider .owl-nav .owl-prev:hover,.p-slider .owl-nav .owl-next:hover{
    color: #ffb400;
    transition:  600ms ease-in-out 0s;
    background-color: transparent; 
}
.p-slider .owl-nav .owl-prev{
    left:-72px;
}
.p-slider .owl-nav .owl-next{
    right:-72px;
}
@media (min-width: 1200px) and (max-width: 1279px) {
.p-slider .owl-nav .owl-prev{
    left: -40px;
}
.p-slider .owl-nav .owl-next{
    right: -40px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.p-slider .owl-nav .owl-prev{
    left: -20px;
}
.p-slider .owl-nav .owl-next{
    right: -20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.p-slider .owl-nav .owl-prev{
    left: -25px;
}
.p-slider .owl-nav .owl-next{
    right: -25px;
}
}
@media  (max-width: 767px) {
.p-slider .owl-nav .owl-prev{
    left: -15px;
}
.p-slider .owl-nav .owl-next{
    right: -15px;
}
}
@media (max-width: 575px) {
.p-slider .owl-nav .owl-prev{
    left: -20px;
}
.p-slider .owl-nav .owl-next{
    right:-20px;
}
}
/* @media (max-width: 399px) {
.p-slider .owl-nav .owl-prev{
    left: 5%
}
.p-slider .owl-nav .owl-next{
    right: 5%;
}
} */
.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    border: 1px solid #dbdbdb;
    background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffb400;
    width: 13px;
    height: 13px;
    border-color: #ffb400;
}
.owl-dots {
    text-align: center;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
@media (max-width: 991px) {
    .owl-dots {
        bottom: 5px;
    }
}
.heading{
text-align: center;
padding-bottom: 20px;
padding-top: 100px;
}
.heading-img{
   background: url(../../assets/img/icons.png) no-repeat -46px -120px;
width: 200px;
height: 30px;
z-index: 9;
position: relative;
top: 0;
margin: 0 auto;
display: block;
}
.heading h1{
   font-family: "TitilliumWeb-SemiBold";
font-size: 36px;
color: #fff;
text-align: center;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 100;
position: relative;
}
.featured-products{
    width: 100%;
    float: left;
}
.small-text {
    color: #ffb400;
    font-family: 'TitilliumWeb-SemiBold';
    font-size: 18px;
    letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .heading {
        padding-top: 50px;
    }
}
@media (max-width: 399px) {
    .heading h1{
        letter-spacing: 1px;
    }
}
#index .featured-products{
    margin-top: 10px;
    margin-bottom: 70px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    position: relative;
}
#products .wb-product-grid .thumbnail-container, .featured-products .product-grid .thumbnail-container, .product-accessories .thumbnail-container,.wb-product-grid.product-miniature .thumbnail-container {
    
}
.featured-products .products{
    position: relative;
}
.product-content{
    text-align: center;
}
.wb-ptroduct-grid{
    padding: 0;
}
.wb-product-grid.product-miniature::before {
    right: 0;
}
.wb-product-list .thumbnail-container .product-thumbnail img{
    border: 1px solid #dbdbdb;
}
.thumbnail-container:hover {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.product-miniature .thumbnail-container .wb-image-block .second-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    top:0;
}
.wb-product-list .product-miniature .thumbnail-container .wb-image-block .second-img {
    bottom: 0;
    left: 0;
    margin: 0 15px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    top:0;
}
.product-miniature .thumbnail-container:hover .wb-image-block .second-img {
    opacity: 1;
}
.thumbnail-container:hover .product-description.wb-product-desc,.thumbnail-container:hover .wb-product-desc {
    bottom: 0px !important;
}
.thumbnail-container  .product-back{
text-align: center;
width: 100%;
}
.thumbnail-container:hover .product-back{

}
.thumbnail-container:hover .product-thumbnail {
    opacity: 0.8;
}
.add-cart .cart-icon,.product-add-to-cart .add button .shopping-cart{
  padding: 0 35px;
cursor: pointer;
float: left;
border-radius: 25px;
background-color: #c80015;
color: #fff;
line-height: 40px;
text-transform: uppercase;
font-family: 'TitilliumWeb-Bold';
font-size: 12px;
letter-spacing: 1px;
}
.cart-icon i{
    font-size: 18px;
margin-right: 10px;
vertical-align: text-top;
}
.product-back .add-cart [disabled] .cart-icon{
cursor: no-drop !important;
}
.product-back .add-wishlist .wishlist-icon{
        padding: 0;
background:#fff url("../../assets/img/icons.png") no-repeat scroll -89px -202px;
height: 40px;
width: 40px;
cursor: pointer;
float: left;
border-radius: 50%;
-webkit-transition: all 500ms ease 0s;
-moz-transition: all 500ms ease 0s;
-ms-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
transform: translateY(0%) translateX(-50%) scale(0.9);
opacity: 0;
}
.product-back .quick-button .quick-icon{
    padding: 0;
text-align: center;
background:#fff url("../../assets/img/icons.png") no-repeat scroll -90px -247px;
height: 40px;
width: 40px;
cursor: pointer;
float: left;
border-radius: 50%;
-webkit-transition: all 500ms ease 0s;
-moz-transition: all 500ms ease 0s;
-ms-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
transform: translateY(0%) translateX(50%) scale(0.9);
opacity: 0;
}
.quick-button:hover .quick-icon,.wb-product-grid  .quick-button .quick-icon{
background:#ffb400 url("../../assets/img/icons.png") no-repeat scroll -155px -247px;
}
.add-wishlist:hover .wishlist-icon,.wb-product-grid .add-wishlist .wishlist-icon{
    background:#ffb400 url("../../assets/img/icons.png") no-repeat scroll -155px -202px;
}
.wb-product-list  .quick-button .quick-icon{
background:#c80015 url("../../assets/img/icons.png") no-repeat scroll -155px -247px;
opacity: 1;
}
.wb-product-list .add-wishlist .wishlist-icon{
    background:#c80015 url("../../assets/img/icons.png") no-repeat scroll -156px -202px;
    opacity: 1;
}
.add-cart:hover .cart-icon{
    background-color: #ffb400;
}
.quick-icon , .cart-icon {
    text-align: center;
    cursor: pointer;
} 
.thumbnail-container:hover .product-back .add-wishlist .wishlist-icon,.thumbnail-container:hover .product-back .quick-button .quick-icon {
    opacity: 1;
    transform: translate3d(0px, 0%, 0px) !important;
}
.thumbnail-container:hover .product-back .add-cart .cart-icon,.product-add-to-cart .add button .shopping-cart{
    opacity: 1;
}
.wb-product-grid .add-wishlist:hover .wishlist-icon{
    background:#ffb400 url("../../assets/img/icons.png") no-repeat scroll -89px -202px;
}
.wb-product-grid .quick-button:hover .quick-icon{
    background:#ffb400 url("../../assets/img/icons.png") no-repeat scroll -90px -247px;
}
.thumbnail-container .product-back ul::before {
}
.thumbnail-container .product-back ul li{
    padding: 0;
    margin: 0 3px;
    display: inline-block;
}
.thumbnail-container .product-back ul{
text-align: center;
margin: 20px auto;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.thumbnail-container:hover .product-back ul{
    opacity: 1;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.add-cart{
    position: relative;
    text-align: center;
    padding: 5px 0;
}
.star_content {
    background-color: transparent;
}
@media (max-width: 1600px) {
    .wb-product-grid .thumbnail-container .product-back ul li{
        margin: 0;
    }
}
@media (min-width: 992px) and (max-width: 1139px) {
    .add-cart .cart-icon, .product-add-to-cart .add button .shopping-cart {
        padding: 0 14px;
    }
}
@media (max-width: 991px) {
     .product-back .add-wishlist .wishlist-icon, .product-back .quick-button .quick-icon {
    transform: translateY(0%) translateX(0%) scale(1) !important;
    opacity: 1;
}
}
@media (max-width: 767px) {
    .heading  { 
        padding-bottom: 15px;
        padding-top: 50px;
    }
    .product-tab-items.tabs .nav-tabs .nav-item {
        text-align: center !important;
    }
    .product-tab-items.tabs .nav-tabs .nav-link {
        color: #000;
    }
    .feature-part-2{
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .thumbnail-container .wb-image-block {
    padding-bottom: 0px;
}
.thumbnail-container .product-back {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
}
@media (min-width: 320px) and (max-width:912px){
    .cart-text {
        display: none;
    }
}
@media (max-width:767px) {
    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description, .wb-product-grid .thumbnail-container .wb-product-desc {
    opacity: 1;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    bottom: 0;
    position: unset;
    margin-bottom: 0px;
}
 .thumbnail-container .product-back {
    padding: 0;
 }
 .thumbnail-container:hover .product-thumbnail {
    opacity: 1;
 }
 #products .wb-image-block, .featured-products .wb-image-block, .product-accessories .wb-image-block, .product-miniature .wb-image-block {
    background: transparent;
 }
 .add-cart {
    padding: 0;
 }
 .add-cart .cart-icon, .product-add-to-cart .add button .shopping-cart{
    padding: 0 20px;
 }
 .thumbnail-container .product-back ul li {
    margin: 0 1px;
 }
}
.product-back.list-btn,.wb-product-list .product-back.grid-btn{
    display: none;
}
.wb-product-list .product-back.list-btn{
    display: block !important;
}
.wb-product-list .list-cart{
    display: none;
}
@media (min-width: 768px) {
    
     #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
        width: 41.66667%;
    }
     #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
        width: 58.33%;
    }
}
@media (min-width: 992px) and (max-width: 1240px) {
    .wb-product-grid .cart-text{
        display: none;
    }
}
.description,.prod-list p{
    display: block;
    opacity: 1;
    margin: 5px auto 12px;
}
.description p,.prod-list p{
    margin: 5px auto 12px;
    color: #fff;
    font-size: 14px;
    display: block;
}
.wb-product-list .description,.prod-list{
    display: none;
}
.wb-product-list .prod-list{
    display: block;
    text-align: left;
}
.wb-product-list .prod-list p,.wb-product-grid .description p{
    margin: 0 auto;
color: #919191;
letter-spacing: 0.5px;
}
@media (min-width: 576px) and (max-width: 1199px) {
.wb-product-grid .description p{
    height: 40px;
overflow: hidden;
}
}
@media (max-width: 575px) {
    .wb-product-list .prod-list {
        text-align: center;
    }
    .wb-product-grid {
        padding: 0;
    }
    .featured-products img{
        width: auto !important;
    }
}
.wb-product-list .thumbnail-container .product-back ul{
    opacity: 1;
    background-color: transparent;
    text-align: left;
    position: unset;
}
.wb-product-list .product-back .add-wishlist .wishlist-icon,.wb-product-list .product-back .quick-button .quick-icon{
    transform: none !important;
}
#products .wb-product-list .variant-links, .featured-products .wb-product-list .variant-links, .product-accessories .wb-product-list .variant-links, .product-miniature.wb-product-list .variant-links {
    left: auto;
    margin-top: 0;
    width: auto;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.product-miniature.wb-product-list .color {
    border-color: rgba(0,0,0,.2);
}
.wb-product-list .thumbnail-container .variant-links {
    transform: none;
    transition: none;
    opacity: 1;
}
.wb-product-list .thumbnail-container:hover .product-thumbnail {
    opacity: 1;
}
.wb-product-list .thumbnail-container .wb-image-block {
    background: transparent !important;
    padding: 0;
}
.wb-product-list .thumbnail-container .wb-product-desc {
    padding:0 30px;
}
@media (min-width: 1600px) {
.wb-product-list .thumbnail-container .wb-image-block {
   width: auto;
}
}
.wb-product-list .product-content {
    float: none;
}
#products .wb-product-list.product-miniature .thumbnail-container{
margin: 0 auto;
border: none;
}
@media (max-width:991px) {
    .wb-product-list .description p{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .wb-product-list .thumbnail-container .wb-product-desc {
        padding: 0;
    }
    .wb-product-grid .add-cart .cart-icon{
        padding: 0 21px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .wb-product-list .thumbnail-container .wb-image-block {
        padding-right:15px;
    }
}
@media (min-width: 768px) {
 .wb-product-list .product-miniature{
    margin-top: 10px !important;
    margin-bottom: 10px; 
 }
}
.wb-product-list .add-cart::after,.wb-product-list .add-cart::before,.wb-product-list .thumbnail-container .product-back ul::before {
    -transform: none;
    -webkit-transform: none;
    transform: none;
}
.wb-product-list .thumbnail-container .product-back ul:before{
    border: 2px solid #f2f2f2;
}
 .wb-product-list .product-miniature .thumbnail-container:hover .wb-image-block .second-img{
    display: none;
    opacity: 0;
 }
 #products .wb-product-list .product-miniature .discount-percentage.discount-percentage, #products .wb-product-list .product-miniature .on-sale.discount-percentage, #products .wb-product-list .product-miniature .online-only.discount-percentage, #products .wb-product-list .product-miniature .pack.discount-percentage, #products .wb-product-list .product-miniature .product-flags .new.discount-percentage, .featured-products .wb-product-list .product-miniature .discount-percentage.discount-percentage, .featured-products .wb-product-list .product-miniature .on-sale.discount-percentage, .featured-products .wb-product-list .product-miniature .online-only.discount-percentage, .featured-products .wb-product-list .product-miniature .pack.discount-percentage, .featured-products .wb-product-list .product-miniature .product-flags .new.discount-percentage, .product-accessories .wb-product-list .product-miniature .discount-percentage.discount-percentage, .product-accessories .wb-product-list .product-miniature .on-sale.discount-percentage, .product-accessories .wb-product-list .product-miniature .online-only.discount-percentage, .product-accessories .wb-product-list .product-miniature .pack.discount-percentage, .product-accessories .wb-product-list .product-miniature .product-flags .new.discount-percentage, .wb-product-list .product-miniature .product-miniature .discount-percentage.discount-percentage, .wb-product-list .product-miniature .product-miniature .on-sale.discount-percentage, .wb-product-list .product-miniature .product-miniature .online-only.discount-percentage, .wb-product-list .product-miniature .product-miniature .pack.discount-percentage, .product-miniature .wb-product-list .product-miniature .product-flags .new.discount-percentage {
    display: none;
 }
 @media (min-width: 992px) and (max-width: 1359px) {
    .wb-product-list .thumbnail-container .product-thumbnail img{
        width: 100%;
    }
    .sale-bestseller {
        right: 15px;
    }
 }
 .wb-product-grid .product-miniature .thumbnail-container {
    margin: 15px auto !important;
}
.product-miniature .color {
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #fff;
    margin: 0 auto;
}
@media (max-width: 575px){
    .wb-product-list .thumbnail-container .product-back {
        opacity: 1;
        margin-top: 0;
        padding-top: 0;
    }
    .wb-product-list .thumbnail-container .product-back ul {
        position: unset;
        text-align: center !important;
    }
    #products .wb-product-list .variant-links, .featured-products .wb-product-list .variant-links, .product-accessories .wb-product-list .variant-links, .product-miniature.wb-product-list .variant-links {
        opacity: 0;
    }
}
.sale{
    display: block;
position: absolute;
right: 0px;
padding: .3125rem .4375rem;
color: #ffb400;
text-transform: uppercase;
min-width: 3.125rem;
min-height: 1.875rem;
font-size: 14px;
font-weight: 500;
font-family: 'TitilliumWeb-SemiBold';
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    vertical-align: top;
}
#products .thumbnail-container:hover .product-flags .sale, .products .thumbnail-container:hover .product-flags .sale {
    right: 10px;
}
@media (max-width: 991px) {
.thumbnail-container .product-back {
    opacity: 1;
    background-color: transparent;
    margin-top: 0px;
    transition:none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    top: auto;
    position: unset;
}
.thumbnail-container .product-back ul:before{
    border: 2px solid #f2f2f2;
}
.add-cart::after,.add-cart::before,.thumbnail-container .product-back ul::before {
    -transform: none;
    -webkit-transform: none;
    transform: none;
}
.thumbnail-container .product-back ul {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    position: unset;
}
.thumbnail-container .variant-links {
    opacity: 1;
    transform: none;
}
.product-description .caption {
    margin: 0px auto;
}
}
.top-pro{
    margin-bottom: 50px;
}
@media (max-width: 767px){
    .top-pro {
    margin-bottom: 5px;
}
#index .featured-products{
    margin-bottom: 0px;
}
}
/*ret policy*/
/*====================delivery information====================*/
.deliveryinfo{
    position: relative;
}
@media (min-width: 768px) {
.deliveryinfo:before{
background-image: url(../../assets/img/3.png);
position: absolute;
left: 10px;
content: '';
width: 229px;
height: 248px;
background-repeat: no-repeat;
bottom: -62px;
}
.deliveryinfo:after{
background-image: url(../../assets/img/4.png);
position: absolute;
right: 0px;
content: '';
width: 311px;
height: 164px;
background-repeat: no-repeat;
bottom: -95px;
}
}
@media(min-width:320px) and (max-width:400px) {
.deliveryinfo p {
    font-size: 12px !important;
}
.deliveryinfo ul {
    padding-top: 5px;
    padding-bottom: 5px;
}
}
@media(max-width:767px) {
.deliveryinfo {
    margin-top: 10px;
}
}
.deliveryinfo {
    margin:70px auto; 
}
.deliveryinfo .products-section-title {
    padding: 15px 0;
    border-bottom:1px solid #f2f2f2; 
}
.deliveryinfo ul{
    padding-left:0;
    margin:25px 10px;
    text-align: center;
} 
.deliveryinfo ul.li-center:before{
    border: 1px solid #f2f2f2;
content: '';
width: 1px;
height: 150px;
position: absolute;
left: 0px;
top: 50px;
}
.deliveryinfo ul.li-center:after{
    border: 1px solid #f2f2f2;
content: '';
width: 1px;
height: 150px;
position: absolute;
right: 0px;
top: 50px;
}
.deliveryinfo p{
    font-size: 14px;
color: #838383;
margin-bottom: 0;
letter-spacing: 1px;
font-family: 'TitilliumWeb-SemiBold';
opacity: .9;
font-weight: 100;
}
.deliveryinfo h4{
    color: #000000;
font-size: 18px;
text-transform: capitalize;
font-weight: 500;
margin: 15px auto;
font-family: 'TitilliumWeb-SemiBold';
letter-spacing: 1px;
vertical-align: middle;
}
.shipping,.money,.support,.support2{
    width: 65px;
    height: 70px;
    content: '';
    z-index: 9;
    position: relative;
    top: 0;
    clear: both;
    margin: 0 auto;
    display: block !important;
transition: all 1.0s linear;
 background-color: #fff;
 margin: 20px auto;
}
.shipping{
    background: url(../../assets/img/icons.png) no-repeat -60px -303px;
}
.money{
    background: url(../../assets/img/icons.png) no-repeat -59px -397px;
}
.support{
    background: url(../../assets/img/icons.png) no-repeat -50px -491px;
    width: 70px;
}
.support2{
    background: url(../../assets/img/icons.png) no-repeat -56px -585px;
}
.deliveryinfo ul:hover .shipping,.deliveryinfo ul:hover .money,.deliveryinfo ul:hover .support,.deliveryinfo ul:hover .support2{
   transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
cursor: pointer;
}
.deliveryinfo ul li {
}
@media (min-width: 1200px) and (max-width: 1279px) {
    .deliveryinfo::before {
        left: -50px;
        bottom: -113px;
    }
    .deliveryinfo::after {
        bottom: -140px;
    }
}
@media (min-width: 1200px) and (max-width: 1488px) {
.deliveryinfo h4 {
    font-size: 14px;
}
.deliveryinfo p {
    font-size: 12px;
}
}

@media (min-width:992px) and (max-width:1199px) {
/* .main-icon::before,.main-icon::after{
        content: unset;
        border: none;
    } */
}
@media (max-width:991px) {
    .deliveryinfo h4{
        text-align: center;
        margin-top: 6px;
    }
    .deliveryinfo ul.li-center::before,.deliveryinfo ul.li-center::after {
        top: 25px;
    }
    .deliveryinfo {
        margin:10px 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .deliveryinfo {
        margin: 0 auto 21px auto;
    }
}
@media (max-width: 575px) {
    .deliveryinfo p{
        max-width: 100%;
    }
    .deliveryinfo ul{
        margin: 0 auto;
    }
    .shipping,.money,.support,.support2{
        margin: 0 auto;
    }
}
@media (max-width:767px) {
    .deliveryinfo h4{
        font-size: 14px;
    }
    .deliveryinfo p {
        font-size: 12px;
    }
}
@media (min-width: 576px) {
    
}
@media (min-width: 480px) and (max-width: 575px) {
    .deliveryinfo ul li {
        padding: 3px;
    }
}
/*cateory page*/
.grid-icon,.list-icon {
    position: relative;
width: 34px;
height: 34px;
float: left;
border: 1px solid #aeaeae;
margin: 0 5px;
transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.grid-icon {
    background: url("../../assets/img/list-grid.png") no-repeat scroll -45px -1px;
}
.list-icon {
    background: url("../../assets/img/list-grid.png") no-repeat -1px -2px;
}
@media (min-width: 992px) {
#category #left-column{
    width: 20%;
}
#category #content-wrapper {
    width: 80%;
}
}
#wblist, #wbgrid {
   margin: 0 2px;
    cursor: pointer;
}
#wblist:hover, #wbgrid:hover {
    border-color: #333333;
}
#wblist.active i,#wblist:hover i{
    background: url("../../assets/img/list-grid.png") no-repeat -1px -38px;
}
#wbgrid.active i ,#wbgrid:hover i{
     background: url("../../assets/img/list-grid.png") no-repeat -45px -38px;
}
#wblist:hover i, #wbgrid:hover i {
    color: #ffb400;
}
.total-products p{
    margin-top: 3px;
color: #333333;
margin-bottom: 0;
}
/*pagination*/
.products-selection{
    border-left: 0;
border-right: 0;
padding: 15px 0;
border-bottom: 1px solid #f2f2f2;
margin: 0 auto;
}
.pagination .page-list {
    background: #fff;
    padding:0;
    margin-bottom: 0;
    box-shadow: none;
}
.pagination .page-list li a {
    background: white;
    border: medium none;
    color: #333333;
    display: block;
    font-weight: normal;
    height: 32px;
    margin: 0;
    padding: 7px;
    width: 32px;
}
.pagination .page-list li a:hover {
    color:#ffb400;
}
.pagination .page-list li {
    display: inline-block;
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    padding: 0;
}
@media (max-width: 767px) {
    .filter-button button {
        background-color: #000;
        color: #fff;
        box-shadow: none;
    }
    .product-miniature .thumbnail-container:hover .wb-image-block .second-img{
        opacity: 0;
    }
    .product-miniature .thumbnail-container .wb-image-block .second-img {
        position: unset;
        opacity: 0;
        display: none;
    }
}
@media (max-width: 599px) {
    .wb-product-list .product-back{
        width: auto;
        text-align: center !important;
    }
    .wb-product-list .star_content, #products .wb-product-list .product-title,.wb-product-list .product-miniature .product-price-and-shipping {
        text-align: center !important;
        margin-top: 5px;
    }
    .wb-product-list .description {
        text-align: center;
        margin: 2px auto 6px;
    }
    .products-selection{
        margin-bottom: 0;
    }
}
@media (max-width: 991px){
    .wb-product-grid img{
        width: 100%;
    }
    .wb-product-list img{
        width: 100%;
    }
    
    .sale-bestseller {
        right: 15px;
    }
    .wb-product-list .thumbnail-container .product-back ul li {
        margin: 3px auto;
    }
}
@media (max-width: 767px){
    .wb-product-list .product-miniature {
        margin-top: 10px;   
    }
}
@media (min-width: 992px){
    .wb-product-grid img{
        display: block;
        max-width: 100%;
        height: auto;
    }    
}
@media (min-width: 992px) and (max-width: 1049px) {
    .wb-product-list .wb-image-block{
        width: 40%;
    }
    .wb-product-list .wb-product-desc{
        width: 60%;
    }
}
/* search page */
@media (min-width: 992px) {
    #manufacturer .item-product,#search .item-product{
        width: 25%;
    }
    #search .wb-product-list .item-product,#manufacturer .wb-product-list .item-product{
        width:50% !important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    #search .wb-product-list {
        margin: 10px auto; 
    }
}
#search .mar-lr,#manufacturer .mar-lr,#module-blockwishlist-mywishlist .mar-lr{
    margin: 0 auto;
}

/* @media (max-width: 991px) {
    .special-product {
        margin-top: 0px;
        margin-bottom: 20px;
    }
} */
.special-product.featured-products .product-description,.special-product .product-miniature .product-description{
    top: 48%;
}
.inner-page-heading{
    font-size: 18px;
    font-weight: 100;
}
/*left-column*/
#_mobile_search_filters_clear_all button{
    background-color: #212121;
    color: #fff;
    padding: 9px;
    font-size: 18px;
    text-transform: capitalize;
    box-shadow: none;
}
#_mobile_search_filters_clear_all button:hover{
    background-color: #ffb400;
}
#_desktop_search_filters_clear_all button{
    background-color: #333333;
    color: #fff;
    padding:5px 8px;
    font-size: 16px;
    text-transform: capitalize;
    box-shadow: none;
}
#_desktop_search_filters_clear_all button:hover {
    background-color: #ffb400;
}
#_desktop_search_filters_clear_all button i{
    margin: 0 auto;
}
.new-product{
    margin:50px auto ;
}
@media (max-width: 575px) {
    .new-product {
        margin: 10px auto;
    }
}
.new-product .products-section-title span{
    border-bottom:2px solid #2a68b5 ; 
    padding: 7px 0;
}
/* testimonial */
.testimonial::before {
   background-image: url(../../assets/img/5.png);
position: absolute;
left: 0;
content: '';
width: 277px;
height: 309px;
background-repeat: no-repeat;
bottom: -35px;
z-index: 1;
}
@media (min-width: 768px) {
.testimonial::after {
    background-image: url(../../assets/img/6.png);
    position: absolute;
    right: 0px;
    content: '';
    width: 315px;
    height: 346px;
    background-repeat: no-repeat;
    bottom: -40px;
    z-index: 1;
}
}
.testimonial .heading{
    padding-top: 80px;
}
.testimonial #owl-test{
    margin-bottom: 60px;
}
.testimonial .small-text {
    color: #333;
}
.testimonial .heading h1 {
    color: #c80015  ;
}
.testimonial { 
    cursor: pointer;
    width: 100%;
    position: relative;
}
#owl-test.owl-carousel .owl-item img {
    width: auto;
}
.testimonial .carousel-content {
    background-color: #f0f0f0;
    padding: 20px;
}
.testimonial .item:hover .carousel-content{
    background-color: #c80015;
}
.testimonial  h4{
    color: #c80015;
font-size: 18px;
font-weight: 100;
letter-spacing: 1px;
text-transform: capitalize;
margin-bottom: 10px;
font-family: 'TitilliumWeb-SemiBold';
}
.testimonial .item:hover h4{
    color: #fff;
}
.testimonial .carousel-content  span{
    color: #a0a0a0;
font-size: 14px;
font-weight: 100;
letter-spacing: 1px;
text-transform: capitalize;
font-family: 'TitilliumWeb-SemiBold';
}
.testimonial .item:hover .carousel-content  span{
    color: #fff;
    opacity: .6;
}
.testimonial  p{
    font-size: 14px;
color: #a0a0a0;
letter-spacing: 1px;
font-weight: 100;
padding-top: 11px;
}
.testimonial1,.testimonial2,.testimonial3,.testimonial4,.testimonial5{
width: 302px;
height: 367px;
content: '';
z-index: 999;
position: relative;
clear: both;
margin: 0 auto;
}
.testimonial1{
    background: url(../../assets/img/testi-1.png) no-repeat;
}
.testimonial2{
    background: url(../../assets/img/testi-2.png) no-repeat;
}
.testimonial3{
    background: url(../../assets/img/testi-3.png) no-repeat;
}
.testimonial4{
    background: url(../../assets/img/testi-4.png) no-repeat;
}
.testimonial5{
    background: url(../../assets/img/testi-5.png) no-repeat;
}
.testimonial .item{
    border: 2px solid #f0f0f0;
padding-top: 30px;
border-radius: 8px;
z-index: 9;
background-color: #fff;
}
.testimonial .item:hover{
    border-color: #c80015;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.testimonial .item {
    margin-right: 60px;
}
}
@media (min-width: 992px) and (max-width:1409px) {
.testimonial {
    padding: 15px;
}
.testimonial p {
    margin-bottom: 8px;
    font-size: 13px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
    .testimonial {
        padding: 9px 15px;
    }
.testimonial p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
}
}
@media (min-width: 768px) and (max-width: 991px){
    .testimonial p{
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: -webkit-box;
        max-width: 315px;
        height: 50px;
    }
    .testimonial .heading{
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .testimonial .heading {
    padding-top: 20px;
}
.testimonial1, .testimonial2, .testimonial3, .testimonial4, .testimonial5{
    left: 0;
}
}
@media (max-width: 575px) {
.testimonial {
    text-align: center !important;
}
.testimonial h4 {
    font-size: 19px;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.testimonial p {
    padding-top: 5px;
}
}
/* contact-info */
.block-contact::after {
    background: transparent url(../../assets/img/border-design.png) repeat-x scroll 0 0;
    bottom: -12px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.block-contact{
    padding: 100px 0;
    position: relative;
}
@media (min-width: 576px) {
.map{
    padding-left: 0;
}
}
@media (max-width: 575px) {
    .map{
        padding: 0;
    }
}
.map iframe{
    border-radius: 8px;
    max-width: 100%;
}
.piza-off{
    border: 4px solid #ffb400;
border-radius: 8px;
}
.contact-img{
background:#ffb400 url("../../assets/img/contact-back.png") no-repeat;
text-align: center;
padding: 22px;
}
.contact-img span{
    font-size: 18px;
font-family: 'TitilliumWeb-Bold';
color: #000;
letter-spacing: 1.5px;
}
.contact-img h3{
margin-bottom: 0;
font-size: 26px;
font-family: 'TitilliumWeb-SemiBold';
font-weight: 100;
color: #000;
letter-spacing: 1px;
margin-top: 10px;
}
.contact-img h3 span{
    font-size: 36px;
    padding: 0 7px;
font-family: 'TitilliumWeb-SemiBold';
}
.img-piza{
     background:url("../../assets/img/contact.png") no-repeat;
    width: 338px;
height: 397px;
content: '';
position: relative;
display: block;
max-width: 100%;
border-radius: 8px;
}
.contact-top {
    font-size: 18px;
    font-family: 'TitilliumWeb-Bold';
    color: #fff;
    letter-spacing: 1px;
}
.c-info {
    padding: 90px 0px 0 55px;
}
.c-info h3{
    font-size: 50px;
    font-family:'TitilliumWeb-Bold';
    color: #ffb400;
    position: relative;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom:30px;
}
.c-info h3::before {
    border: 1px solid #ffb400;
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: -15px;
}
.c-info .bottom-text{
    color: #fff;
    opacity: .4;
}
.location,.envelope,.phone-icon{
    width: 35px;
    height: 35px;
    position: relative;
    display: block;
}
.location{
    background:url("../../assets/img/icons.png") no-repeat -92px -676px;
}
.envelope{
    background:url("../../assets/img/icons.png") no-repeat -167px -676px;
}
.phone-icon{
    background:url("../../assets/img/icons.png") no-repeat -87px -736px;
}
.block-contact ul{
    margin-bottom: 0;
    padding-top: 10px;
}
.block-contact #footer_contact .data,.block-contact #footer_contact .data a{
margin-bottom: .3125rem;
color: #fff;
cursor: pointer;
font-size: 16px;
letter-spacing: 1px;
text-transform: capitalize;
font-weight: 100;
font-family: "TitilliumWeb-SemiBold";
}
.block-contact .block .icon {
    float: left;
    margin: 0 10px 0 0;
}
#block_myaccount_infos{
    padding-left: 3rem;
}
.block-contact #footer_contact li:hover .data{
    opacity: 1;
}
.block-contact #footer_contact li{
    margin-bottom: .3125rem;
    text-transform: capitalize;
    line-height: 35px;
    margin: 20px auto;
}
.block-contact p{
    color: #6f6f6f;
    font-size: 13px;
}
@media (max-width: 991px) {
.block-contact ul {
    padding-bottom: 25px !important;
}
.c-info {
    padding: 20px 30px;
}
.block-contact {
    padding-bottom: 0px;
    padding-top: 50px;
}
}
@media (max-width: 767px) {
    .map iframe {
    height: 393px;
}
.contact-img {
    padding: 9px;
}
.img-piza {
    height: 300px;
}
}
@media (max-width: 575px) {
    .block-contact ul {
        padding: 0px !important;
    }
    .block-contact #footer_contact li{
        margin-top:0; 
    }
    .piza-main-off{
        max-width: 338px;
        margin: 0 auto;
        padding: 0;
    }
}
@media (max-width: 991px) {
    .block-contact #footer_contact .data {
        margin-bottom: 0;
    }
}
/* footer */
@media(min-width: 992px) {
.footer-container::before {
  background-image: url(../../assets/img/7.png);
position: absolute;
left: 0;
content: '';
width: 280px;
height: 181px;
background-repeat: no-repeat;
bottom: 0;
z-index: 0;
}
.footer-container::after {
   background-image: url(../../assets/img/8.png);
position: absolute;
right: 0px;
content: '';
width: 203px;
height: 341px;
background-repeat: no-repeat;
bottom: 0;
z-index: -1;
}
}
footer{
    font-family: 'TitilliumWeb-Regular';
}
.footer-container{
    width: 100%;
    float: left;
    position: relative;
}
.footer-container .wrapper h3{
color: #333;
font-size: 18px;
font-family: 'TitilliumWeb-SemiBold';
letter-spacing: 1px;
margin-bottom: 12px;
font-weight: 100;
text-transform: capitalize;
}
.footer-right{
    border-left:1px solid #e9e9eb; 
}
.footer-right-bottom {
    padding-top: 60px;
}
/* emial-subscription */
.block_newsletter .email-icon{
    background: transparent url("../../assets/img/icons.png") no-repeat scroll -165px -273px;
height: 80px;
width: 80px;
cursor: pointer;
float: left;
}
#block-newsletter-label span.add-email {
    font-size: 48px;
    color: #282828;
    position: absolute;
    left: 114px;
    letter-spacing: 6px;
    font-family: 'TitilliumWeb-Bold';
    top: 8px;
    text-transform: uppercase;
    opacity: .1;
}
#block-newsletter-label {
    margin-bottom: 0px;
color: #000;
font-size: 26px;
font-family: 'TitilliumWeb-SemiBold';
font-weight: 100;
}
#block-newsletter-label span.email-name {
    z-index: 1;
display: block;
color: #000;
text-transform: capitalize;
font-size: 18px;
margin-bottom: 15px;
}
.email-text {
    font-size: 14px;
color: #838383;
letter-spacing: .5px;
}
.block_newsletter{
    position: relative;
    padding-left: 0;
}
.block_newsletter .alert {
    color: #191919;
    font-size: 14px;
    letter-spacing: 0;
    position: absolute;
    padding: 9px 15px;
    left: 0;
    right: 0;
    margin-top: -12px;
}

@media (max-width: 991px) {
.footer-right {
    border-left:none;
}
.block_newsletter{
    padding-left: 15px;
}
.footer-right-bottom {
    padding-top: 0; 
}
#block-newsletter-label span.email-text {
    letter-spacing: 1px;
    font-size: 12px;
}
.footer-before {
    padding: 15px;
}
.block_newsletter .alert {
        padding: 2px 15px;
    }
    #footer {
        border-top: 1px solid #ededed;
    }
}
@media (max-width: 767px) {
    .block_newsletter .email-icon {
        background: transparent url("../../assets/img/icons.png") no-repeat scroll -165px -288px !important;
        height: 51px;
    }
    .block_newsletter .alert {
        position: unset;
        margin-top: 5px;
        padding: 2px 15px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    
}
@media (min-width: 576px) and (max-width: 767px){

.f-payment li {
    float: none;
    text-align: center;
}
}
@media (max-width: 575px) {
    #block-newsletter-label span.email-name {
        margin: 0;
    }
    #block-newsletter-label span.add-email {
        font-size: 42px;
        left: 62px;
        letter-spacing: 0px;
    }
    .footer-left-bottom {
        padding: 0px 15px;
    }
    .footer-left{
        border-bottom: 1px solid #ededed;
    }
}
.footer-container .links li a:hover::before ,#footer_account_list .lnk_wishlist:hover::before{
    margin-right: 10px;
}
.footer-container .links li a::before ,#footer_account_list .lnk_wishlist::before{
    content: '';
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    top: -5px;
}
.footer-hr {
    border-top: 1px solid #ededed;
    margin: 0px;
}
._blank {
    color: #737373;
letter-spacing: 1px;
line-height: 40px;
font-size: 14px;
font-family: 'TitilliumWeb-SemiBold';
}
._blank:hover{
    color: #ffb400;
}
@media (max-width: 499px) {
    ._blank {
        letter-spacing: 0px;
    line-height: 0px;
    }
    #block-newsletter-label span.email-text {
    letter-spacing: 0.1px;
    font-size: 11px;
}
}
.powerby{
    margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: 1px;
}
.f-payment li  {
    padding: 0 5px;
    display: inline-block;
}
.f-payment li a:hover {
    opacity: 1;
}
.f-payment li a i{
    font-size: 18px;
    color: #747474;
}
.f-bottom{
   height: 50px;
   line-height: 50px;
}
.block-social ul,.f-payment{
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .wb-product-list .product-miniature::before {
        border: none;
    }
}
.footer-container .lnk_wishlist{
    width: 100%;
    padding: 0;
   color: #a1a1a1;
cursor: pointer;
font-size: 14px;
letter-spacing: 1px;
text-transform: capitalize;
font-weight: 100;
font-family: "TitilliumWeb-SemiBold";
line-height: 30px;
}
.footer-container .lnk_wishlist:hover{
    color: #ffb400;
}
.footer-container .lnk_wishlist span i{
    display: none;
}
@media (max-width: 575px) {
    .footer-left-bottom h3 {
        padding-bottom: 10px;
        font-size: 18px !important;
        letter-spacing: 1px;
    }
    .f-payment{
        float: none !important;
        text-align: center;
        margin: 0 auto;
    }
    .block_newsletter form input[type="text"] {
        height: 40px;
    }
    .powerby {
        font-size: 12px;
        float: none !important;
    }
    .footer-container .links .navbar-toggler {
        height: 1rem;
    }
    .f-bottom {
    line-height: 30px;
}
}
/* category-page */
.cat-pad{
    padding: 0;
}
@media (min-width: 600px) and (max-width: 991px){
    .pagination .page-list {
        padding: 0 1.25rem;
    }
}
.color-label{
    display: none;
}
@media (min-width: 768px){
 .color-block li{
    display: inline-block;
    margin: 2px;
 }
}
@media (min-width: 768px) {
.facet-label a .magnitude {
    position: absolute;
    right: 30px;
    -webkit-margin-before: -20px;
}
}
@media (min-width: 768px) and (max-width: 1280px) {
    #search_filters .facet .facet-label a{
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .products-selection .total-products{
        margin-bottom: 17px;
        padding: 0;
    }
    .filter-button{
        padding-right: 0;
    }
}
.wb-product-grid.product-miniature::before {
    border: none;
}
@media (min-width: 768px){
.wb-grid-list{
    padding: 0;
}
}
@media (max-width: 575px) {
    .wb-grid-list{
        padding-right: 0;
    }
    #wblist, #wbgrid {
        margin: 0;
    }
}

/* product-page */
.product-quantity .control-label {
    margin-top: 9px;
}
.product-cart{
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
vertical-align: top;
font-family: 'TitilliumWeb-SemiBold';
}
.product-cart i{
    padding-right: 5px;
    font-size: 16px; 
 }
.product-information #wishlist_button ,.quickview #wishlist_button{
    color: #333333;
    font-size: 15px;
}
.product-information #wishlist_button:hover,.quickview #wishlist_button:hover {
    color: #ffb400;
}
#product #idWishlist,.quickview #idWishlist{
    font-size: 14px;
text-transform: capitalize;
padding: 0 25px 0 5px;
border: 1px solid #000;
height: 30px;
line-height: 30px;
border-radius: 4px;
}
.product-wishlist {
    margin: 0;
    padding: 15px 0 0;
}
#product .tabs {
    margin-top: 2rem;
    background: #fff;
    padding: 0rem;
    border: 1px solid #dbdbdb;
    box-shadow: none;
}
#gellery .thumb-container {
    border: 1px solid #f2f2f2;
    margin: 1px;
}
@media (min-width: 768px) {
#product .tab-content{
    padding: 0 30px;
}
}
#product .tabs .nav-tabs .nav-link.active, #product .tabs .nav-tabs .nav-link:hover {
    color: #ffb400;
    border-bottom: 2px solid #ffb400;
    border-radius: 0;
}
#product .tabs .nav-tabs .nav-link {
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    padding: 18px 25px;
    letter-spacing: 1px;
    font-family: "TitilliumWeb-SemiBold";
}
@media (min-width: 576px) and (max-width: 767px) {
    #product .tabs .nav-tabs .nav-link {
        padding: 18px 12px;
    }
}
#zoom-image .owl-nav .owl-prev, #zoom-image .owl-nav .owl-next {
    width: 30px;
height: 30px;
text-align: center;
line-height: 25px;
font-size: 20px;
color: #000;
border-radius: 2px;
background-color: #fff;
border: 1px solid #000;
position: absolute;
    top: 46%;
}
#zoom-image .owl-nav .owl-next {
    right: 0;
}
.product-accessories{
    margin-top: 35px;
}
.product-accessories .main-title a {
    padding: 12px 5px 12px;
}
.product-accessories .products-section-title span {
    border-bottom: 2px solid #ffb400;
    padding: 7px 0;
    font-family: "TitilliumWeb-SemiBold";
}
.product-attachments {
    padding-bottom: 20px;
}
@media (min-width: 992px) {
#product .tab-content .tab-pane {
    width: 50%;
}
}
@media (max-width: 500px) {
#product .tabs .nav-tabs .nav-link {
    font-size: 12px;
    padding: 8px 7px;
}  
#product .tabs,#productCommentsBlock .tabs{
    padding: 10px;  
}
}
@media (max-width: 414px){
    #productCommentsBlock .tabs .pull-right{
        float: none;
    }
}
@media (max-width: 399px) {
#product .tabs .nav-tabs .nav-link {
    padding: 8px 2px;
    letter-spacing: 0;
    font-size: 11px;
} 
}
/*other pages*/
.register-form p {
    color: #ffb400;
}
#identity #main .page-header {
    margin-top: 50px;
}
.page-not-found li{
    list-style: none;
}
.page-not-found .searchtg {
    position: unset;
    width: 100%;
    display: block;
}
.page-not-found .search-widget form input[type="text"]:focus {
    border: 1px solid #333333;
}
@media (max-width:768px) {
    #pagenotfound .cat-pad{
    padding: 15px;
}
#authentication .mar-lr,#password .mar-lr,#cart .mar-lr{
    margin: 0;
}
}
#scroll {
    position: fixed;
right: 20px;
bottom: 20px;
cursor: pointer;
width: 32px;
height: 32px;
display: none;
outline: none;
z-index: 2;
background: url("../../assets/img/gototop.png") no-repeat scroll center;
font-size: 42px;
}

@media (max-width: 767px) {
#scroll {
    right: 15px;
    width: 30px;
height: 30px;
}
#scroll i {
    font-size: 26px;
    margin-left: -6px;
     margin-top: -10px;
    }
}
#loading{
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    height: 150px;
    width: 138px;
}
.object{
   position: absolute;
top: 0px;
width: 100%;
height: 100%;
z-index: 4;
background: url('../../assets/img/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
}
/* blog */
@media (max-width: 767px){
.form-group{
    margin-bottom:0;
}
#identity #main .page-header {
    margin-top: 0px;
    margin-bottom: 0;
}
}
@media (min-width: 992px) {
#order-confirmation .cat-pad{
   padding:0 15px;
}
}
.is_wish_list_default{
    margin-bottom: 0;
}
/* login */
.login-form,.no-account{
    min-height: 350px;
    border: 1px solid #ededed;
    margin: 0 auto;
    padding: 30px;
    text-align: left;
}
.login-form h1,.no-account h1{
    color: #000;
    text-transform: capitalize;
    font-family: 'TitilliumWeb-Bold';
    font-weight: 100;
    letter-spacing: 1px;
}
.login-form .form-control-label,.no-account .form-control-label{
    width: 100%;
    text-align: left;
}
.no-account a{
   background-color: #000;
color: #fff;
font-size: 18px;
padding: 5px 15px;
letter-spacing: 1px;
line-height: 40px;
border-radius: 2px;
}
.no-account a:hover{
    background-color: #c80015;
}
.no-account .create-acc{
    padding: 0;
    margin: 15px auto;
}
@media (min-width: 768px) {
.no-account .form-group .form-control{
    width: 50%;
}
}
/* sitemap */
.sitemap .s-title .collapse-icons .remove, .sitemap .s-title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}
.sitemap .s-title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}
.sitemap .navbar-toggler {
    display: inline-block;
    padding: 0;
}
.s-title{
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
}
.sitemap .s-title .collapse-icons i{
    font-size: 26px;
}