<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --border: #e6e6e6;
    --dark-border: #ddd;
    --main-color: #d2ab67;
    --second-color: #485a82;
    --second-color-light: #6a7fad;
    --active-color: #ef542c;
    --radius: 10px;
}
/*-----------------------------------------------------------------------*/
@font-face {
    font-family: iransans;
    src: url("fonts/IRANSansWeb.ttf");
}

html, body {
    direction: rtl;
    height: 100%;
    margin: 0;
    font-size: 14px;
    background: #f9f7fc;
}
* { font-family:  Vazir FD, Ubuntu, iransans, Tahoma, serif}
.en {font-family: Ubuntu, Tahoma, serif}
img { vertical-align: middle}
.drtl { direction: rtl}
.dltr { direction: ltr}
.dta { display: table}
.dtc { display: table-cell}
.vat { vertical-align: top}
.vam { vertical-align: middle}
.w100 {width: 100%}
.h100 {height: 100%}
.m0 {margin: 0}
.m5 {margin: 5px}
.m10 {margin: 10px}
.mb5 {margin-bottom: 5px}
.mb10 {margin-bottom: 10px}
.mb20 {margin-bottom: 20px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}
.p0 {padding: 0}
.p5 {padding: 5px}
.p10 {padding: 10px}
.p20 {padding: 20px}
.p30 {padding: 30px}
.p40 {padding: 40px}
.p50 {padding: 50px}
.bsb {box-sizing: border-box}
.bsc {box-sizing: content-box}
.cb { clear: both}
.taj { text-align: justify}
.tac { text-align: center}
.tar { text-align: right}
.tal { text-align: left}
.db { display: block}
.dn { display: none}
.di { display: inline}
.dib { display: inline-block}
.df { display: flex}
.dfJsb { display: flex; justify-content: space-between}
.bold {font-weight: bold}
.pointer{cursor: pointer}
/*-----------------------------------------------------------------------*/
.posa{position: absolute}
.posr{position: relative}
.posf{position: fixed}
/*-----------------------------------------------------------------------*/
.radius{border-radius: var(--radius)}
.br4{border-radius: 4px}
.br5{border-radius: 5px}
.br8{border-radius: 8px}
.br10{border-radius: 10px}
.br16{border-radius: 16px}
/*-----------------------------------------------------------------------*/
.op0{opacity: 0.0}
.op1{opacity: 0.1}
.op2{opacity: 0.2}
.op3{opacity: 0.3}
.op4{opacity: 0.4}
.op5{opacity: 0.5}
.op6{opacity: 0.6}
.op7{opacity: 0.7}
.op8{opacity: 0.8}
.op9{opacity: 0.9}
.op10{opacity: 1.0}
/*-----------------------------------------------------------------------*/
.fs10 {font-size: 10px}
.fs11 {font-size: 11px}
.fs12 {font-size: 12px}
.fs13 {font-size: 13px}
.fs14 {font-size: 14px}
.fs15 {font-size: 15px}
.fs16 {font-size: 16px}
.fs17 {font-size: 17px}
.fs18 {font-size: 18px}
.fs19 {font-size: 19px}
.fs20 {font-size: 20px}
.fs22 {font-size: 22px}
.fs24 {font-size: 24px}
.fs25 {font-size: 25px}
.fs26 {font-size: 26px}
.fs27 {font-size: 27px}
.fs30 {font-size: 30px}
/*-----------------------------------------------------------------------*/
.gap1{gap: 1px}
.gap2{gap: 2px}
.gap3{gap: 3px}
.gap4{gap: 4px}
.gap5{gap: 5px}
.gap10{gap: 10px}
.gap15{gap: 15px}
.gap20{gap: 20px}
/*-----------------------------------------------------------------------*/
.cl-red { color: #f00; }      /* Ł‚Ų±Ł…Ų² */
.cl-green { color: #0f0; }    /* Ų³ŲØŲ² */
.cl-blue { color: #00f; }     /* Ų¢ŲØŪ */
.cl-yellow { color: #ff0; }   /* Ų²Ų±ŲÆ */
.cl-cyan { color: #0ff; }     /* ŁŪŲ±ŁŲ²Ł‡ā€Ų§Ū */
.cl-magenta { color: #f0f; }  /* Ų§Ų±ŲŗŁŲ§Ł†Ū */
.cl-black { color: #000; }    /* Ł…Ų´Ś©Ū */
.cl-white { color: #fff; }    /* Ų³ŁŪŲÆ */
.cl-gray { color: #808080; }  /* Ų®Ų§Ś©Ų³ŲŖŲ±Ū */
.cl-light-gray { color: #ccc; }  /* Ų®Ų§Ś©Ų³ŲŖŲ±Ū */
.cl-maroon { color: #800000; }/* Ų²Ų±Ų´Ś©Ū */
.cl-olive { color: #808000; } /* Ų²ŪŲŖŁŁ†Ū */
.cl-purple { color: #800080; }/* ŲØŁ†ŁŲ´ */
.cl-teal { color: #008080; }  /* Ų¢ŲØŪ ŲŖŪŲ±Ł‡ */
.cl-navy { color: #000080; }  /* Ų³Ų±Ł…Ł‡ā€Ų§Ū */
.cl-silver { color: #c0c0c0; }/* Ł†Ł‚Ų±Ł‡ā€Ų§Ū */
.cl-lime { color: #00ff00; }  /* Ų³ŲØŲ² Ų±ŁŲ´Ł† */
.cl-orange { color: #ffa500; }/* Ł†Ų§Ų±Ł†Ų¬Ū */
.cl-pink { color: #ffc0cb; }  /* ŲµŁŲ±ŲŖŪ */
.cl-brown { color: #a52a2a; } /* Ł‚Ł‡ŁŁ‡ā€Ų§Ū */
.cl-gold { color: #ffd700; }  /* Ų·Ł„Ų§ŪŪ */
/*-----------------------------------------------------------------------*/
.imgBS:hover { box-shadow: -3px 3px 7px rgba(0, 0, 0, 1) !important;}
.imgBox:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 1) !important;}
/*-----------------------------------------------------------------------*/
@media print {
    .np, .np * {
        display: none;
    }

    .footerScrollIcon {
        display: none !important;
    }
}
/*-----------------------------------------------------------------------*/
/* width */
::-webkit-scrollbar {width: 7px}

/* Track */
::-webkit-scrollbar-track {background: #f1f1f1}

/* Handle */
::-webkit-scrollbar-thumb {background: #888}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #555}
/*-----------------------------------------------------------------------*/
#load{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}
#load, .load{
    width: 100%;
    height: 4px;
    overflow: hidden;
    background: #eee;
    border-radius: 2px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 200;
}
#load:before, .load:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: progressbar-infinite 2s linear infinite;
    animation: progressbar-infinite 2s linear infinite;
}
@-webkit-keyframes progressbar-infinite {
    0% {-webkit-transform: translateX(-10%) scaleX(0.1)}
    25% {-webkit-transform: translateX(30%) scaleX(0.6)}
    50% {-webkit-transform: translateX(100%) scaleX(1)}
    100% {-webkit-transform: translateX(100%) scaleX(1)}
}
@keyframes progressbar-infinite {
    0% {transform: translateX(-10%) scaleX(0.1)}
    25% {transform: translateX(30%) scaleX(0.6)}
    50% {transform: translateX(100%) scaleX(1)}
    100% {transform: translateX(100%) scaleX(1)}
}
/*---------------------------------------------------------------------------*/
.main-table{
    direction: rtl;
    width: 100%;
    text-align: center;
    border-spacing: 0 7px;
}
.main-table td:first-child{
    border-radius: 0 var(--radius) var(--radius) 0;
}
.main-table td:last-child{
    border-radius: var(--radius) 0 0 var(--radius);
}
.main-table td{
    padding: 10px;
}
.main-table tr:nth-child(2n){
    background: #f5f5f5;
}
.main-table tr:nth-child(2n+1){
    background: #f0f0f0;
}
.main-table .title-tr{
    font-weight: bold;
    background: #ddd !important;
}
/*---------------------------------------------------------------------------*/
h1, h2, h3 {
    font-size: 25px;
    text-align: right;
    margin: 0 0 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: normal;
}

h1 span, h2 span, h3 span {
    height: 35px;
    line-height: 35px;
    padding-bottom: 5px;
}

.heading-icon{
    display: inline-block;
    margin-left: 5px;
    padding: 5px 8px;
    background: var(--main-color);
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
/*-----------------------------------------------------------------------*/
#lightBoxParent {
    display: none;
    direction: rtl;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

#lightBoxBack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#lightBoxContentMar {
    position: relative;
    margin: 0 auto 0;
    padding: 20px;
    background: transparent;
    border-radius: 13px;
    z-index: 101;
    opacity: 0;
    transition: all 0.3s;
}

#lightBoxClose {
    position: absolute;
    top: 20px;
    left: 1px;
    width: 90px;
    cursor: pointer;
    z-index: 105;
}

#lightBoxContent {
    direction: rtl;
    position: relative;
    width: 900px;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 13px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s;
    transform: scale3d(0, 0, 0);
    z-index: 102;
}

#lightBoxContentMar.lightBoxActive {
    margin-top: 30px;
    opacity: 1;
}

#lightBoxContentMar.lightBoxActive #lightBoxContent {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

#lightBoxContent a {
    text-decoration: none;
    border-bottom: 1px solid #333;
    color: inherit;
    cursor: pointer;
    transition: all .3s;
}

#lightBoxContent a:hover {
    border-bottom: 1px solid #fbb040;
    color: #fbb040;
}

/*-----------------------------------------------------------------------*/
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="button"],
textarea,
select {
    width: 100%;
    height: 35px;
    padding: 2px 10px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
    resize: none;
}
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
    direction: ltr;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
}

input[type='button'],
input[type='submit'],
button {
    cursor: pointer;
}

::-webkit-input-placeholder { /* Edge */
    color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

.errorInForm {
    border-color: #fba8a8 !important;
}

.errorTextInForm {
    display: block;
    color: #f00;
    opacity: 0.6;
    font-size: 13px;
}

button {
    display: inline-block;
    width: 100%;
    height: 35px;
    text-align: center;
    background: var(--main-color);
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
}

button:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

button:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}

.formReq {
    color: red;
    vertical-align: super;
    font-style: normal;
}
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="button"]:disabled,
textarea:disabled,
select:disabled,
button:disabled {
    filter: grayscale(1);
    box-shadow: none !important;
    cursor: default;
}
/* Global Place--------------------------------------------------------------*/
.main-container {
    width: 95%;
    max-width: 1340px;
    margin: 0 auto;
}
.main-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
}
/* DD Menu Place-------------------------------------------------------------*/
.totalHeadPlace {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 15;
}

.mainSlideshow {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mainSlideshow img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainSlideContainer {
    direction: rtl;
    display: flex;
    justify-content: space-between
}

.mainSlideShowPlace {
    overflow: hidden;
}

/*-----------------------------------------------------------------------*/
.footerScrollIcon {
    display: inline-block;
    position: fixed;
    bottom: -250px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    color: #333;
    z-index: 30;
    background: var(--main-color);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: all .4s;
}

.footerScrollIcon:hover {
    transform: rotate(360deg);
}

.footerSupport {
    direction: rtl;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerSupport li {
    padding: 5px;
    /*border-bottom: 1px dotted rgba(255, 255, 255, .4);*/
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s;
}

.footerSupport li:last-child {
    border-bottom: none;
}

.footerSupport li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.footerSupport li:hover {
    background: rgba(255, 255, 255, .2);
}

.footerSupport img {
    width: 25px;
}

.footerSupport span {
    display: inline-block;
    color: #eee;
    font-size: 13px;
}

/*-----------------------------------------------------------------------*/
.mainPageCPlace {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 40px;*/
    padding: 10px 10px 10px;
    background: #fff;
}

.mainPageCarousels .swiper-slide a {
    display: block;
    text-decoration: none;
    color: inherit
}

.mainPageCarousels .swiper-slide a div img:first-child {
    max-width: 100%;
    max-height: 100%;
}
/*................................Category Page.................................................*/
.catPageStrucDIV {
    direction: rtl;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.catPageBody .catPageFilterPlace {
    width: 15%;
}

.catPageBody .catPageMainBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 84%;
    transition: all .4s;
}

.filterBoxes {
    position: relative;
    margin-bottom: 15px;
    padding: 5px 15px 5px 0;
    cursor: pointer;
    font-size: 12px;
    overflow: hidden;
    height: 40px;
    transition: all 0.4s;
}

.filterBoxes .zmdi-chevron-down {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #aaa;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s;
}

.filterBoxes.boxOpen .zmdi-chevron-down {
    transform: rotate(180deg);
}

.filterBoxes .filterBoxTitle {
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #14234e;
    font-weight: bold;
    line-height: 20px;
    z-index: 2;
    cursor: pointer;
}

.filterBoxes .filterBoxTextes {
    max-height: 300px;
    overflow: auto;
}

.filterBoxes .filterBoxTextes p,
.filterBoxes .selectedFilters p {
    margin: 0;
    padding: 4px 0;
}

.filterBoxes .selectedFilters {
    overflow: hidden;
}

.filterBoxes .selectedFilterP {
    position: relative;
    left: -300px;
    width: 95%;
    margin: 5px 0 0 !important;
    padding: 5px 10px !important;
    background: rgba(248, 156, 51, 0.1);
    border: 1px solid rgba(248, 156, 51, 0.3);
    border-radius: 5px;
    box-sizing: border-box;
    color: rgb(183, 110, 28);
    transition: all .3s;
}

.filterBoxes .selectedFilterP i {
    margin-right: 5px;
    font-weight: bold;
    vertical-align: middle;
}

.filterBoxes .selectedFilterP label {
    display: inline-block;
    vertical-align: middle;
}

.filterBoxes .filterBoxSearchInput {
    width: 95%;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.filterBoxes .filterBoxSearchInput + i {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #aaa;
    font-size: 15px;
    opacity: 1;
    transition: all .3s;
}

.filterBoxes .filterBoxSearchInput:focus + i {
    opacity: 0;
}

.filterCheckbox:checked + label {
    font-weight: bold;
    color: #dc8206;
}

.categoryShowPlace {
    white-space: nowrap;
}

.catPageMobileMenuButs {
    display: none /*inline-block*/;
    width: 140px;
    position: fixed;
    left: -53px;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background: #14234e;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transform: rotate(90deg);
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
}

.catPageMobileMenuButs:hover {
    color: #ddd;
    background: #314788;
}

.filterButL {
    top: 250px;
}
/*................................Product Page..................................................*/
.proPageMainBox {
    display: flex;
    justify-content: space-between;
    direction: rtl;
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.proPageMainBox .buyCardPlace {
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    border: #e0e0e0;
    border-radius: 10px;
    text-align: center;
}
.proPageMainBox .buyCardPlace .pricePlace {
    margin: 0 0 5px;
    color: #23254e;
    font-size: 25px;
    font-weight: bold;
}

.prodQuantityBox {
    direction: ltr;
    display: flex;
    justify-content: center;
    height: 35px;
    position: relative;
}

.prodQuantityBox input[type="tel"] {
    width: 60px;
    text-align: center;
}

.prodQuantityBox button {
    width: 30px;
    font-size: 20px;
    cursor: pointer;
}

/*-------------------------------------------------------------------------------------------------------*/
#addableTableTR1,
#addableTablePrimTR1 {
    display: none;
}

/*-------------------------------------------------------------------------------------------------------*/
.needShake {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg) }
    10% { transform: translate(-1px, -2px) rotate(-1deg) }
    20% { transform: translate(-3px, 0px) rotate(1deg) }
    30% { transform: translate(3px, 2px) rotate(0deg) }
    40% { transform: translate(1px, -1px) rotate(1deg) }
    50% { transform: translate(-1px, 2px) rotate(-1deg) }
    60% { transform: translate(-3px, 1px) rotate(0deg) }
    70% { transform: translate(3px, 1px) rotate(-1deg) }
    80% { transform: translate(-1px, -1px) rotate(1deg) }
    90% { transform: translate(1px, 2px) rotate(0deg) }
    100% { transform: translate(1px, -2px) rotate(-1deg) }
}
/*---------------------------------------------------------------------------*/
.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.prodQuantityContainer {
    overflow: hidden;
    transition: all 0.3s;
}
.mainPic {
    /* the coordinate of the zoom */
    --x: 50%;
    --y: 50%;
    /**/
    transform: scale(var(--zoom));
    transform-origin: var(--x) var(--y);
    clip-path: inset(
            calc((1 - 1 / var(--zoom)) * (var(--y))) 
            calc((1 - 1 / var(--zoom)) * (100% - var(--x))) 
            calc((1 - 1 / var(--zoom)) * (100% - var(--y))) 
            calc((1 - 1 / var(--zoom)) * (var(--x)))
    );
    cursor: crosshair;
    max-width: 100%;
}
.mainPic:hover {
    --zoom: 2; /* control the zoom level */
}
.variety-place {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}
.variety-place .variety-item {
    position: relative;
    margin: 0 0 10px 10px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
}
.variety-place .variety-item:hover {
    border-color: #bbb;
}
.variety-place .variety-item label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    z-index: 2;
    transition: all .2s;
}
.variety-place .variety-item label p {
    margin: 0;
}
.variety-place .variety-item label img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    z-index: 2;
}
.variety-place .variety-item input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.variety-place .variety-item input[type="radio"]:checked + label {
    color: #fff;
}
.variety-place .variety-item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ef542c;
    border-radius: 5px;
    transform: scale3d(0, 1, 1) translate3d(100%, 0, 0);
    z-index: 1;
    transition: all .2s;
}
.variety-place .variety-item input[type="radio"]:checked + label + span {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.prod-features table{
    width: 100%;
    margin: 0 auto 10px;
    border-spacing: 0
}
.prod-features table tr td:first-child{
    width: 20%;
    padding: 10px 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #e9e9e9;
    color: #777
}
.prod-features table tr td:last-child{
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    border-radius: var(--radius) 0 0 0;
}
.prodDescPlace {
    text-align: justify;
    font-size: 15px;
    color: #333;
}
.prodDescPlace h2,
.prodDescPlace h3 {
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: inherit;
    border: none;
}
.prodDescPlace h2 span,
.prodDescPlace h3 span {
    border-bottom: none;
}
.prodDescPlace a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #222;
}
.prodDescPlace p {
    line-height: 30px;
}
.prodDescPlace img {
    max-width: 90%;
    max-height: 450px;
    border-radius: 15px;
}

.certifi-place img.p5, 
.certifi-place img.p10{
    width: 60px;
    box-sizing: border-box;
    background: #ececec;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s;
}

.certifi-place img.p5:hover{
    transform: scale3d(1.5, 1.5, 1.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.certifi-place img.p10:hover{
    transform: scale3d(1.1, 1.1, 1.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.copyrightP {
    direction: ltr;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    border-top: 1px solid #555;
}
/* --------------------------------------------------------------------------*/

.memberAddressBox {
    margin: 0 0 10px;
    transition: all 0.4s;
}

.memberAddressBox:hover {
    background: #fff9ef;
}

.addressBoxTitle {
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.userAddressFormCon input,
.userAddressFormCon select {
    margin-bottom: 5px;
}
/*---------------------------------------------------------------------------*/
.priceFilter {
    margin: 5px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
}

.paginationPlace {
    direction: rtl;
    text-align: center
}

.paginationPlace a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    margin: 2px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: all 0.3s;
}

.paginationPlace a:hover {
    background: #eee;
}

.paginationPlace a.selectedPage {
    background: #fbb040 !important;
}
</pre></body></html>