/************* Fonts **************/
@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/Shabnam-FD.eot");
    src: url("../../fonts/Shabnam-FD.eot?#iefix") format("embedded-opentype"), url("../../fonts/Shabnam-FD.woff2") format("woff2"), url("../../fonts/Shabnam-FD.woff") format("woff"), url("../../fonts/Shabnam-FD.ttf") format("truetype");
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: bold;
    src: url("../../fonts/Shabnam-Bold-FD.eot");
    src: url("../../fonts/Shabnam-Bold-FD.eot?#iefix") format("embedded-opentype"), url("../../fonts/Shabnam-Bold-FD.woff2") format("woff2"), url("../../fonts/Shabnam-Light-FD.woff") format("woff"), url("../../fonts/Shabnam-Bold-FD.ttf") format("truetype");
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/Shabnam-Light-FD.eot");
    src: url("../../fonts/Shabnam-Light-FD.eot?#iefix") format("embedded-opentype"), url("../../fonts/Shabnam-Light-FD.woff2") format("woff2"), url("../../fonts/Shabnam-Light-FD.woff") format("woff"), url("../../fonts/Shabnam-Light-FD.ttf") format("truetype");
}

body {
    margin: 0;
    background: rgba(0,0,0,0.01);
}

* {
    outline: none;
    font-family: 'Shabnam', tahoma;
    box-sizing: border-box !important;
}

.navigation {
    display: none;
    width: 100%;
    background-size: cover;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    position: -webkit-sticky;
    position: sticky;
    margin: 0;
    top: 0;
    background: #164d30; //nav
}

.bg-lightgold{
    background: rgb(240, 246, 255); //social
}

.bg-darkgoldl{
    background: #164d30; //footer
}



a {
    color: #164d30;
}

a:hover {
    text-decoration: none;
    color: #000;  
}

.btn {
    border-radius: 1px;    
}

.gil-container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.mainSlideShow .swiper-slide .imgHolder {
    height: 350px;
}

.mainSlideShow .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .mainSlideShow .swiper-slide .imgHolder {
        height: auto;
    }
    .mainSlideShow .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.swiper-pagination-bullet {
    transition: all 350ms;    
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    width: 30px !important;
    border-radius: 50px !important;
}

.d-none2{

}
@media(max-width: 768px){
    .d-none2{
        display: none !important;
    }
}




.swiper-button-next, 
.swiper-button-prev {
    background-image: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms;
    font-size: 21px;
    box-shadow: 0 3px 25px rgba(0,0,0,.3);
}

.swiper-button-next {
    left: 5% !important;
}

.swiper-button-prev {
    right: 5% !important;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover {
    transform: scale(1.1);
}

.swiper-button-next i, 
.swiper-button-prev i {
    display: flex;
}

.swiper-button-disabled {
    display: none !important;
}

.editBtn {
    font-size: 11px;
    background: #1E88E5;
    color: white !important;
    border-radius: 50px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    transition: all 150ms;
    
    left: 15px;
    top: 13px;
}

@media (max-width: 768px) {
    .editBtn {
        display: none;
    }
}

.editBtn:hover {
    background: #2962FF;
    color: white;
}

.editBtn i {
   padding-left: 5px;
   font-size: 11px !important;
}

.editBtn i:before {
   padding-top: 5px;
}



.addBtn {
    font-size: 11px;
    background: #43A047;
    color: white;
    border-radius: 50px;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    transition: all 150ms;
    
    left: 15px;
    top: 13px;
}

.addBtn:hover {
    background: #2E7D32;
    color: white;
}

.addBtn i {
   padding-left: 5px;
}

.addBtn i:before {
   padding-top: 3px;
}

.addBtn.big {
    font-size: 16px;
}


.hideEAbtns {
    display: none;
}


@media screen and (min-width: 768px) {
    .gil-container {
        width: 95%;
    }
}

@media screen and (min-width: 992px) {
    .gil-container {
        width: 990px;
    }
}

@media screen and (min-width: 1024px) {
    .gil-container {
        width: 1000px;
    }
}

@media screen and (min-width: 1200px) {
    .gil-container {
        width: 1190px;
    }
}

@media screen and (min-width: 1400px) {
    .gil-container {
        width: 1360px;
    }
}


.ltr {
    direction: ltr !important;
}

.dropdown-menu {
    left: unset;
    text-align: right;
}

.fix-icon {
    display: inline-flex;
    align-items: center;
}

.fix-icon i {
    padding-left: 5px;
}

.fix-icon i:before {
    margin-top: 7px;
}


/* header */

.header {
    width: 100%;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    z-index: 999;
}

@media screen and (min-width: 768px) {
    .header {
        border: 0;
        box-shadow: none;
        position: relative;
        z-index: 999;
    }
}

.header .flexHolder {
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .header .flexHolder {
        height: 130px;
    }
}

.header .flexHolder>div {
    margin: 1px;
    flex: 100%;
}

.header .search {
    display: none;
}

@media screen and (min-width: 768px) {
    .header .search {
        display: block;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
}

.search .searchHolder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    border: solid 1px transparent;
    border: solid 1px rgb(226, 226, 226);
}

.search .searchHolder input {
    border: 0;
    height: 35px;
    background: transparent;
    padding: 0px 10px 0 15px;
}

.search .searchHolder button {
    border: 0;
    height: 35px;
    background: transparent;
    padding: 0px 10px;
    cursor: pointer;
}

.search .searchHolder button i {
    font-size: 22px;
}

.search .searchHolder button i:before {
    margin-top: 5px;
}

.header .logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.header .logo img {
    height: 34px;
}

@media screen and (min-width: 768px) {
    .header .logo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .header .logo img {
        max-height: 110px;
        min-height: 80px;
    }
    .logo img {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.description-box img{
object-fit:cover;
height:auto;
max-width: 100%;
}

.header .shoppingBag {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.openNavMobile {
   margin: 6px 0 0 0;
}

@media screen and (min-width: 768px) {
    .header .shoppingBag .openNavMobile {
        display: none;
    }
}

.header .shoppingBag .openNavMobile .bar1,
.header .shoppingBag .openNavMobile .bar2,
.header .shoppingBag .openNavMobile .bar3 {
    width: 25px;
    height: 1px;
    background-color: black;
    margin: 6px 0;
    transition: 0.4s;
}

.header .shoppingBag .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 3px);
}

.header .shoppingBag .change .bar2 {
    opacity: 0;
}

.header .shoppingBag .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -6px);
}

.header .shoppingBag .bagButton {
    display: none;
    color: black;
}

@media screen and (min-width: 768px) {
    .header .shoppingBag .bagButton {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: rgba(0, 200, 83, 1);
        padding: 3px 15px;
        border-radius: 2px;
        transition: all 250ms;
        color: #fff;
    }
}

.header .shoppingBag .bagButton:hover {
    background: rgb(0, 179, 74);
}

.header .shoppingBag .bagButton div {
    display: flex;
}

.header .shoppingBag .bagButton i {
    padding-left: 8px;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .header .shoppingBag .bagButton .text {
        display: inline;
    }
}

.header .shoppingBag .bagButton .bagCount {
    font-weight: bold;
    padding-right: 5px;
}

.header .shoppingBag .bagButton .bagCount:before {
    content: "(";
    font-weight: normal;
}

.header .shoppingBag .bagButton .bagCount:after {
    content: ")";
    font-weight: normal;
}

.header .shoppingBag .userAccountDrp {
    border: 0;
    background: transparent;
    display: none;
    position: relative;
    padding: 15px 0;
}

@media screen and (min-width: 768px) {
    .header .shoppingBag .userAccountDrp {
        display: block;
    }
}

.header .shoppingBag .userAccountDrp:hover .list {
    display: flex;
}

.header .shoppingBag .userAccountDrp button {
    border: 0;
    background: transparent;
}

.header .shoppingBag .userAccountDrp input {
    display: none;
}

.header .shoppingBag .userAccountDrp .list {
    display: none;
    flex-direction: column;
    align-items: nul;
    position: absolute;
    background: #141414;
    border: solid 1px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin: 5px auto 0 auto;
    padding: 3px 0;
    border-radius: 0.3em;
    transition: all 300ms;
}

.header .shoppingBag .userAccountDrp .list:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 0px;
    border-bottom: solid 8px #141414;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.header .shoppingBag .userAccountDrp .list a {
    color: #BDBDBD;
    font-weight: 300;
    padding: 3px 10px;
}

.header .shoppingBag .userAccountDrp .list a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}


/* Navigation */

@media screen and (min-width: 768px) {
    .navigation {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 888;
    }
}

.navigation .flexHolder {
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.navigation .categories {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: -15px;
    z-index: 999;
}

.navigation .categories .navShoppingBag {
    background: rgba(0, 200, 83, 1);
    color: white;
    padding: 8px 0;
    max-width: 0;
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 150ms;
}

.navigation .categories .navShoppingBag:hover {
    border-radius: 0;
    background: rgb(0, 179, 74);
}

.navigation .categories .navShoppingBag div {
    display: flex;
}

.navigation .categories .navShoppingBag i {
    padding-left: 8px;
    font-size: 20px;
}

.navigation .categories .navShoppingBag .text {
    width: 52px;
}

@media screen and (min-width: 768px) {
    .navigation .categories .navShoppingBag .text {
        display: inline;
    }
}

.navigation .categories .navShoppingBag .bagCount {
    color: #fff;
    font-weight: bold;
}

.navigation .categories .navShoppingBag .bagCount:before {
    content: "(";
    font-weight: normal;
}

.navigation .categories .navShoppingBag .bagCount:after {
    content: ")";
    font-weight: normal;
}

.navigation .categories .cate:hover .navList {
    display: block;
}

.navigation .categories .cate:hover a {
    font-weight: bold;
}

.navigation .categories .cate a {
    color: black;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 15px;
    transition: all 300ms;
    transition-delay: 0.2s;
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navigation .categories .cate a i {
    padding-right: 5px;
}

.navigation .categories .cate .navList {
    transition-delay: 10s;
    width: 100%;
    height: auto;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    position: absolute;
    left: 0;
    right: 0;
    top: 50;
    margin: 0 auto;
    display: none;
    transition-delay: 0.15s;
    overflow: hidden;
}

.navigation .categories .cate .navList .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px;
    padding-bottom: 0;
}

.navigation .categories .cate .navList .list .showMoreLinkInCategory {
    background: transparent;
    border: 0;
    color: blue;
    padding: 10px 0;
}

.navigation .categories .cate .navList .list div {
    text-align: right;
    margin-left: 55px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 300ms;
}

.navigation .categories .cate .navList .list div div {
    padding-right: 10px;
    margin-bottom: 10px;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.navigation .categories .cate .navList .list div div a {
    font-weight: normal;
    position: relative;
}

.navigation .categories .cate .navList .list div div a:before {
    content: "";
    width: 6px;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    position: absolute;
    right: -10px;
    top: 50%;
}

.navigation .categories .cate .navList .list div div a:first-child {
    font-size: 13px;
    font-weight: normal;
    color: #919191;
}

.navigation .categories .cate .navList .list div div a:first-child:hover {
    color: black;
}

.navigation .categories .cate .navList .list div a {
    font-weight: bold;
}

.navigation .categories .cate .navList .list div a:first-child {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.navigation .categories .cate .navList .list div hr {
    margin: 5px 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.navigation .categories .cate .navList .list a {
    padding: 0;
    font-weight: normal;
    color: #919191;
    transition: all 300ms;
    display: block;
}

.navigation .categories .cate .navList .list a:hover {
    color: black;
}

.navigation .categories .cate .navList a {
    background: transparent;
}

.navigation .categories .cate .navList img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 250px;
    transition: all 300ms;
    opacity: 0.92;
}

.navigation .categories .cate .navList img:hover {
    opacity: 1;
}

.navigation .backupDrp {
    border: 0;
    background: transparent;
    display: none;
    position: relative;
    padding-bottom: 10px;
    margin: 13px 30px 0 0;
}

@media screen and (min-width: 992px) {
    .navigation .backupDrp {
        display: block;
    }
}

.navigation .backupDrp:hover .list {
    display: flex;
}

.navigation .backupDrp button {
    border: 0;
    background: transparent;
}

.navigation .backupDrp button i {
    padding-left: 8px;
    font-size: 16px;
    color: #555;
}

.navigation .backupDrp input {
    display: none;
}

.navigation .backupDrp .list {
    display: none;
    flex-direction: column;
    align-items: nul;
    position: absolute;
    background: #141414;
    border: solid 1px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin: 5px auto 0 auto;
    padding: 3px 0;
    border-radius: 0.3em;
    transition: all 300ms;
}

.navigation .backupDrp .list:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 0px;
    border-bottom: solid 8px #141414;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.navigation .backupDrp .list a {
    color: #BDBDBD;
    font-weight: 300;
    padding: 3px 10px;
}

.navigation .backupDrp .list a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}


/* Mobile navigation */

#openMobileNav:checked+.mobileNav {
    right: 0;
}

#openMobileNav:checked label i {
    background: red;
}

.mobileNav {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 555;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    transition: all 300ms;
}

.mobileNav .collapseList {
    width: 80%;
    min-height: 100%;
    background: #F5F5F5;
    padding: 50px 0;
    margin-bottom: 5px;
}

.mobileNav .collapseList input {
    display: none;
}

.mobileNav .collapseList input[type="checkbox"]:checked+div {
    max-height: 8000px;
}

.mobileNav .collapseList .mCate {
    width: 100%;
    background: white;
    margin: 2px 0;
}

.mobileNav .collapseList .mCate label {
    padding: 10px 15px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mobileNav .collapseList .mCate label i {
    font-size: 10px;
}

.mobileNav .collapseList .mCate div {
    display: flex;
    flex-direction: column;
    text-align: right;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    background: #F5F5F5;
    transition: all 300ms;
}

.mobileNav .collapseList .mCate div .title {
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding: 8px 0;
}

.mobileNav .collapseList .mCate div hr {
    margin: 5px 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.mobileNav .collapseList .mCate div a {
    padding: 8px 15px;
    color: black;
}


/* Bottom navgar */

.bottomNavBar {
    width: 100%;
    z-index: 999;
    position: fixed;
    bottom: -1px;
    left: 0;
    background-color: #fcfcfc;
    border: solid 1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media screen and (min-width: 768px) {
    .bottomNavBar {
        display: none;
    }
}

.bottomNavBar .selected {
    background: #C5E1A5;
    color: black !important;
}

.bottomNavBar .pages {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50px;
}

.bottomNavBar .pages a {
    color: rgba(20, 20, 20, 0.5);
    font-size: 11px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 25%;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bottomNavBar .pages a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.bottomNavBar .pages a span {
    margin: -13px 0 0 0;
    font-weight: bold;
}

.bottomNavBar .pages a .counter {
    position: absolute;
    border-radius: 100%;
    background-color: #388E3C;
    color: white;
    height: 20px;
    min-width: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    left: 23px;
    top: 20px;
    font-size: 13px;
    font-weight: 100;
}

.bottomNavBar .pages a .pe-7s-close {
    font-size: 40px;
}

.Socialimgctrl{
    width:26px;
    margin-top: -8px;
}
@media (max-width: 768px){
    .Socialimgctrl{
        width:23px;
        margin-bottom: -20px;
    }
}


.bottomNavBar .toggleSocial {
    display: none;
}

.bottomNavBar .social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 90px;
}

.bottomNavBar .social a {
    color: #141414;
    font-size: 30px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-top: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bottomNavBar .social a:nth-of-type(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* Mobile Search */
.searchMobile {
    0 -5px 100px rgba(0,0,0,0.2);
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -100%;
    transition: bottom 250ms;
    width: 100%;
    min-height: 140px;
    z-index: 100;
}

.searchMobile.showSearchMobile {
    bottom: 0;
}

/* Slideshow */

.slide .height300px {
    height: 300px;
}

.zoomEffect .carousel-item img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    -webkit-animation: zoom 45s infinite;
    animation: zoom 45s infinite;
}

.godOfSliders h5 {
    background: rgba(255, 0, 0, 0.7);
    color: white;
    display: inline-block;
    padding: 5px 15px 7px 15px;
    border-radius: 5px;
}

/* Sidebar */

.sidebar {
    position: sticky;
    top: 70px;
    margin-right: -15px
}

.sidebar .smallBaner {
    min-height: 100px;
    overflow: hidden;
}

.sidebar .banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sidebar .banner img:hover {
    opacity: 0.7;
}

.sidebar .sideBlg {
    font-size: 12px;
}

.sidebar .seeMore {
    color: #999;
    font-size: 12px;
    transition: all 250ms;
    
}

.sidebar .seeMore:hover {
    color: #000;
}

/* Card */

.pCard {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
   
    padding-bottom: 30px;
}

.pCard:hover .info>div .buyBtns {
    max-height: 200px;
}

.pCard .imgHolder {
    object-fit: cover;
    overflow: hidden;
    height: 100%;
    max-height: 350px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
}

.onImage {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: flex !important;
    align-items: center;
    width: 94%;
    justify-content: space-between;
}

.unavailable {
    background: rgba(187, 0, 0, 0.9);
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

.suggestion {
    background: rgba(232, 175, 65, 0.9);
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

.pCard .imgHolder img {
    width: 100%;
    height: 100%;
}

.pCard .info {
    width: 92%;
    height: 35px;
    position: relative;
}

.pCard .info>div {
    color:white;

    padding: 13px 10px 10px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(22, 77, 48,0.8);
    border-radius: 5px 5px 20px 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.04);
}

.pCard .info>div h3.title {
    min-height: 40px;
    color:white;
line-height: 23px;
    display: block;
    font-size: 12px;
}

.pCard .info>div b {
    color:white;
    display: block;
    font-size: 14px;
}

.pCard .info>div b .discount {
    color:white;
    position: relative;
}

.pCard .info>div b .discount:before {
    color:white;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ff505e;
    top: 7px;
    transform: rotate(-9deg);
    opacity: 0.8;
}

.pCard .info>div b span {
    color: #fff;
    font-size: 13px;
}

.pCard .info>div .buyBtns {
    overflow: hidden;
    transition: max-height 1s;
}

@media (min-width: 992px) {
    .pCard .info>div .buyBtns {
        max-height: 0;
    }
}

.bgpslideshowspe{ }
@media only screen and (max-width:768px) {
    .bgpslideshowspe {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaa42c+0,c88810+100 */
        background: #17130b; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #72000a 0%, #2a292b 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #72000a 0%, #2a292b 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #72000a 0%, #2a292b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
}


.psildesize{
    height: 500px
}
@media only screen and (max-width:768px) {
    .psildesize {
        height: 300px
    }
}

.bgBGto {}
@media only screen and (min-width:768px) {
    .bgBGto {

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaa42c+0,c88810+100 */
        background: #17130b; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #72000a 0%, #2a292b 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #72000a 0%, #2a292b 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #72000a 0%, #2a292b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa42c', endColorstr='#c88810',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 100%;

    }
}

.productsSlide .p-img {
    display: flex;
    justify-content: center;
    background: white;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: solid 1px #2a292b;
}

@media only screen and (max-width:768px) {
    .productsSlide .p-img {
        height: 300px;
    }
}

.productsSlide .p-img img {
    object-fit: cover;
    height: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .productsSlide .p-img img {
        -webkit-animation: zoom 25s infinite;
        animation: zoom 25s infinite;
    }    
}

.productsSlide .p-img .onImage {
    position: absolute;
    bottom: 15px;
    right: 30px;
    background: rgba(255, 0, 0, 0.7);
    color: white;
}

.productsSlide .moreImg {
    display: flex;
    flex-direction: column;
}

.productsSlide .moreImg .holder {
    width: 210px;
    border: solid 1px #2a292b;
}

.productsSlide .moreImg .holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes zoom {
    0%,
    100% {
        -webkit-transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2)
    }
}

.mainSlide .carousel-indicators {
    position: absolute;
}

.mainSlide .carousel-indicators li {
    background: rgba(255, 255, 255, 0.2);
    width: 25px;
    transition-duration: 200ms;
}

.mainSlide .carousel-indicators li.active {
    background: rgba(255, 255, 255, 1);
    width: 55px;
}

.productsSlide .carousel-indicators {
    position: static;
}

.productsSlide .carousel-indicators li {
    background: #ddd;
    width: 25px;
    transition-duration: 200ms;
}

.productsSlide .carousel-indicators li.active {
    background: #000;
    width: 55px;
}

.productsSlide .slider-btns a {
    position: static;
    width: auto;
    color: black;
    border: solid 2px rgba(0, 0, 0, 0.5);
    padding: 1px 10px 0 10px;
    opacity: 1;
    height: 25px;
    font-size: 10px;
    display: flex;
    align-items: center;
    background: transparent;
    opacity: 0.7;
    transition-duration: 250ms;
}

.productsSlide .slider-btns a:hover {
    opacity: 1;
    color: black;
    border: solid 2px rgba(0, 0, 0, 0.3);
}

.productsSlide .slider-btns a:focus {
    color: black;
}


/* Footer */

footer {
    font-size: 12px;
    background: black;
    color: #eee;
    padding-bottom: 49px;
    text-align: right;
}

@media(min-width: 768px) {
    footer {
        padding-bottom: 0;
    }
}

footer img {
    height: 14px;
}

footer a {
    color: #eee;
}

footer a:hover {
    color: #fff;
}

.pagination {
    padding: 0;
    justify-content: center;
}
.pagination li{
    border-radius: 0 !important;
}
.pagination li a{
    color: black;
}
.pagination li a:hover{
    color: black;
}
.pagination li.active a{
    color: white  !important;
    background: black !important;
    border-color: black !important;
}
.pagination li:last-child .page-link, .pagination li:first-child .page-link {
    border-radius: 0 !important;
}

.modalImgHolder {
    height: 300px;
    overflow: hidden;
}

.modalImgHolder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



/*Blog Style*/

.cover {
  background: #000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover .blurBg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.4;
  transform: scale(1.5);
  filter: blur(9px);
  -moz-filter: blur(9px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.txtOnCover {
  z-index: 2;
}

.txtOnCover .image {
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

.card .imgHolder {
  position: relative;
  overflow: hidden;
      height: 195px;
}

.card .imgHolder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.categoriesForPosts *  {
    list-style: none; 
}

.categoriesForPosts .god {
    font-size: 16px;
    font-weight: bold;
}

.categoriesForPosts .angel {
    position: relative;    
}

.categoriesForPosts .angel:before  {
    content: "↵";
    padding-left: 5px;
    opacity: 0.5;
}


.subFooter {
  font-size: 14px;
}

.subFooter .links {
  text-align: center;
}

.subFooter .links a {
  color: #444;
  padding: 1px;
  border-radius: 50px;
}

.subFooter .links a:hover {
  background: #eee;
  text-decoration: none;
}

.subFooter .socialLink {
  margin-top: 15px;
}

.subFooter .socialLink a {
  padding: 0;
  width: 40px;
  height: 40px;
  border: solid 1px #ccc;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  color: #000;
}

.subFooter .brandLogo img {
  max-width: 100px;
}


.bigbaners .imgHolder {
  width: 100%;
  margin: 7px 0;
  display: block;
  transition: all 150ms;
  overflow: hidden;
  border-radius: 3px;
}

.bigbaners .imgHolder.first {
    height: auto;
    max-height: 300px;
}

.bigbaners .imgHolder:hover {
  opacity: 0.9;
}

.bigbaners .imgHolder img {
  width: 100%;
  height: 100%;
  
}

.smallbaners {
    padding: 0 7px;
}

.smallbaners .imgHolder {
  width: 100%;
  margin: 7px 0;
  display: block;
  transition: all 150ms;
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  align-items: center;
}


.smallbaners .imgHolder:hover {
  opacity: 0.9;
}

.smallbaners .imgHolder img {
  width: 100%;
}



.ltr {
  direction: ltr;
}

#attachcode{
    width:100%;
    height:100%;
}
#attachcode img{
    padding: 5px;
    height:130px;
}


.footerTop .f {
    background: rgba(0, 0, 0, 0.03);
    font-size: 13px;
}

.footerTop .f a {
    opacity: 0.9;
    align-items: center;
    transition: all 250ms;
}

.footerTop .f .l a {
    display: flex;
} 

.footerTop .f a:hover {
  opacity: 1;
  text-decoration: none;
}

.footerTop .f a i {
  font-size: 26px;
}

.footerTop .s {
    font-size: 16px;
}

.footerTop .contact {
  text-align: right;
  font-weight: lighter;
}

.footerTop .contact h6 {
  font-weight: bold;
  font-size: 18px;
}

.footerTop .contact span {
  display: block;
  height: auto;
}

@media (min-width: 992px) {
  .footerTop .contact span {
    margin-right: 25px;
  }
}

.footerTop .contact span strong {
  font-weight: bold;
}

.modal-lg {
    max-width: 95%;
}

.modal-content {
    border-radius: 0;
    border: 0;
}


.shoppingMiniPage .mainImg {
    width: 100%;
    max-height: 480px;
    padding: 5%;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}

.shoppingMiniPage .mainImg img {
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.shoppingMiniPage .productInfo .title {
    font-weight: bold;
}
.shoppingMiniPage .productInfo .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.shoppingMiniPage .productInfo .price .off {
    color: #D32F2F;
    background-color: #fff6f6;
    background-image: linear-gradient(135deg, #fff6f6 0%, #fbe6e6 100%);
    border: 1px solid #fbe6e6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 30px 30px 0 30px;
    padding: 5px 10px;
    margin-bottom: 5px;
    position: relative;
    font-weight:bold;
}
.shoppingMiniPage .productInfo .price .off:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 98%;
    right: 0;
    top: 48%;
    background: #D50000;
    opacity: .3;
    transform: rotate(5deg);
}
.shoppingMiniPage .productInfo .price .realPrice {
    color: #1B5E20;
    background-color: #f6fff7;
    background-image: linear-gradient(55deg, #f6fff7 0%, #caffe8 100%);
    border: 1px solid #caffe8;
    padding: 8px 15px;
    border-radius: 30px 0 30px 30px;
}
.shoppingMiniPage .txt img {
    width: 100%;
}


.prQua {
    direction: rtl;
    text-align: right;
}
.prQua .row > div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #4CAF50;
}
.prQua .row > div:last-child {
    border-left: 1px solid #eee;
}
@media (max-width: 768px) {
    .prQua .row > div {
        border-left: 1px solid #eee;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 568px) {
    .prQua .row > div {
        justify-content: space-between;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.prQua img {
    height: 45px;
    margin-left: 15px;
}

