@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'JFFlat-Regular';
    src: url('../fonts/JFFlat-Regular.svg');
    src: url('../fonts/JFFlat-Regular.ttf');
    src: url('../fonts/JFFlat-Regular.eot');
    src: url('../fonts/JFFlat-Regular.woff');
}

input.inpform::-webkit-input-placeholder, textarea.inpform::-webkit-input-placeholder {
    color: #000 !important;
    padding: 3px;
}

input.inpform::-ms-input-placeholder, textarea.inpform::-ms-input-placeholder {
    color: #000 !important;
    padding: 3px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000 !important;
    text-align: right !important;
    padding: 3px;
}

input::-ms-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000 !important;
    text-align: right !important;
    padding: 3px;
}

input::-webkit-input-placeholder {
    color: #000 !important;
    text-align: right !important;
    padding: 3px;
}

input::-moz-placeholder {
    color: #000 !important;
    text-align: right !important;
    padding: 3px;
}

input::-ms-input-placeholder {
    color: #000 !important;
    text-align: right !important;
    padding: 3px;
}

* {
    font-family: 'JFFlat-Regular';
    font-size: 14px;
}

header *, footer * {
    -webkit-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

a, a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

body {
    background-color: #FFF;
    overflow-x: hidden;
}

.container, div {
    padding: 0px;
}

header, footer, .rslider, .more, .adds, .rfooter, .rfooter a, .mail, .image, .latestc, .latest, .block, .rimg, .q, .lb h5 div, .txt, .inp, .details .attr, .view, .product, .product-image, .s {
    float: right;
    direction: rtl;
}

.phone a, .phone a i, .center select, .cart, .sb, .follow, .follow a, .mailr, .brief .more, .v, .l {
    float: left;
}

header {
    width: 100%;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
.fa-instagram{
    color:#9C6853;
}
.fa-twitter{
    color:#1DA1F2;
}
.phone a {
    color: #525252;
    border-right: 1px solid #525252;
    /*padding: 5px 20px 0px 0px;*/
    padding: 5px 20px;
}

.center select {
    border: 0px;
    background-color: transparent;
    margin-left: 10px;
    direction: rtl;
}

.phone a, .center select {
    margin-bottom: 20px;
}

.cart {
    direction: ltr;
    border: 1px solid #e2e2e2;
    padding: 0px;
}

.cart img {
    margin-left: 5px;
}

.search {
    border: 1px solid #e2e2e2;
    padding: 0px;
    margin-left: 10px;
}

.sb {
    padding: 11px 15px;
    background-color: #efefef;
    color: #a7a6a6;
    border: 0px;
}

.inpt {
    padding: 12px;
    width: 80%;
    border: 0px;
    border-left: 1px solid #e2e2e2;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

nav ul {
    -webkit-font-smoothing: antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
}

nav a {
    color: #343434;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.menu ul {
    float: left;
    direction: ltr;
    padding: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > ul > li > a, nav ul li a {
    color: #FFF;
    padding: 20px 22px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    font-weight: 100;
    margin-top: 24px;
    margin-right: 5px;
}

nav ul li:nth-child(1n) > a {
    background-color: #a03838;
}

nav ul li:nth-child(2n) > a {
    background-color: #56439c;
}

nav ul li:nth-child(3n) > a {
    background-color: #ed1d26;
}

nav ul li:nth-child(4n) > a {
    background-color: #fa9f1b;
}

nav ul li:nth-child(5n) > a {
    background-color: #41b749;
}

nav ul li:nth-child(6n) > a {
    background-color: #00b2f9;
}

.navbar-default .navbar-nav > ul > li > a:nth-last-child() {
    border-left: 0px;
}

nav .dropdown:after {
    /* content:'\25bc';*/
    padding-left: 7px;
}

nav .dropdown:hover:after {
    <!--content: '\25bc';
    -->
}

nav li:hover a {
    color: #FFF;
}

nav li ul {
    float: left;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    min-width: 200px;
    width: auto;
}

nav li:hover ul {
    opacity: 1;
    top: 40px;
    visibility: visible;
}

nav li ul li, .nav li ul li a {
    float: none;
    width: 100%;
    text-align: right;
    color: #FFF;
    /*background-color: #98d3e1;*/
}

nav li ul li {
    border-radius: 0px;
    margin-bottom: 3px;
}

nav ul li ul li a:hover {
    background-color: #293c3e;
    color: #FFF;
}


/* Clearfix */

.cf:after, .cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.slider {
    padding: 0px;
    height: 500px;
    overflow: hidden;
}

.menu {
    padding: 0px;
    margin-top: 10px;
}

.cont {
    position: absolute;
    top: 30px;
    background-image:url(../images/sliderimg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.follow a {
    margin-left: 5px;
}

.follow a img {
    width: 36px !important;
    height: 36px !important;
}

.rslider {
    text-align: right;
    padding: 3% 0px;
}

.rslider article {
    width: 100%;
    margin-top: 20px;
}

.more {
    padding: 10px 20px;
    border: 1px solid #a8a8a8;
    margin-top: 20px;
}

.more a {
    font-size: 18px;
    color: #00b2f9;
}

.all {
    padding: 2% 0px;
}

.adds {
    margin-bottom: 30px;
    background-image: url('../images/add1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 495px;
    padding: 3%;
}

.adds a {
    float: right;
    width: 100%;
    margin-bottom: 28px;
    color: #FFF;
    text-align: right;
    font-size: 13px;
    padding: 5px;
}

footer {
    width: 100%;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-top: 2%;
}

.rfooter a {
    padding: 5px 20px;
    color: #232323;
    border-left: 1px solid #f0f0f0;
}

.footerend {
    border-top: 1px solid #e1e1e1;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    direction: ltr;
}

.mailr {
    padding: 5px;
    background-color: #FFF;
    color: #2a2a2a;
}

.mailr i {
    border-left: 1px solid #bbbbbb;
    padding-left: 10px;
}

.inptm {
    width: 80%;
    border: 0px;
    padding: 5px;
    background-color: transparent;
}

.mail {
    background-color: #FFF;
    padding: 5px;
    width: 73%;
    margin-bottom: 20px;
}

.attr {
    background-color: #00b2f9;
    color: #FFF;
}

.bottomsl {
    padding: 0px;
}

.bottomsl img {
    height: 175px !important;
}

.opinion {
    background-image: url('../images/opinion.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 365px;
    height: auto;
    color: #FFF;
    text-align: center;
    padding: 3% 0px 1%;
}

.opinion h3 {
    border-bottom: 1px solid #FFF;
    display: inline-block;
    padding-bottom: 15px;
}

.carousel-slider1 li {
    padding: 20px;
}

.part {
    background-color: #FFF;
    position: relative;
}

.part h5 {
    text-align: right;
    padding: 15px 15px 15px 90px;
    color: #828282;
}

.part img {
    border-radius: 100%;
    width: 80px !important;
    height: 80px !important;
    position: absolute;
    bottom: -40px;
}

.carousel-slider1 li h4 {
    text-align: right;
    margin-top: 20px;
    line-height: 40px;
}

.carousel-slider1 {
    margin-top: 10px;
}

.about {
    border-top: 1px solid #e9e9e9;
    padding: 3% 0px;
}

.image img {
    width: 100%;
    height: 320px;
}

.brief {
    text-align: right;
}

.brief h4 {
    text-transform: uppercase;
}

.brief article {
    width: 100%;
    margin-top: 10px;
    font-family: tahoma;
}

.latest {
    margin-bottom: 20px;
    padding: 0px 6px;
    margin-top: 10px;
}

.latestc {
    width: 100%;
}

.latestcont {
    padding: 0px;
    text-align: center;
    margin-top: 10px;
}

.latestcont h5, .latestcont article {
    font-family: tahoma;
}

.latestcont a h4 {
    color: #333135;
}

.latestcont a h5 {
    color: #FFF;
    font-size: 15px;
    background-color: #959595;
    padding: 10px;
}

.latestcont a h5 span {
    padding-right: 30px;
    font-size: 15px;
}

.latestcont article {
    font-size: 12px;
}

.hovereffect2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect2 img, .rheader img {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect2 img {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 0px;
}

.hovereffect2:hover img, .rheader img:hover, .rheader a:hover > img, .follow a:hover > i, .latest p a:hover > img, .star:hover > i, .followf a:hover > img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.more span {
    color: #000;
    padding: 0px 10px;
}

.more.button--ujarak::before {
    background-color: #41b749;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(219, 136, 146, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 240px;
    width: 100%;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #FFF;
    text-align: right;
    position: relative;
    font-size: 17px;
    padding: 10px 20px;
    margin-top: 70px;
}

.hovereffect h4 {
    text-align: right;
    padding-right: 20px;
    margin-bottom: 30px;
    color: #FFF;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #FFF;
    border: 1px solid #FFF;
    margin: -10px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.block {
    padding: 5px;
}

#search, #cart {
    margin-bottom: 0px;
}

.c {
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0px;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .2), 0 0px 0px rgba(0, 0, 0, .05);
}

#cart > .btn {
    color: #000;
}

.breadcrumb {
    float: right;
    width: 100%;
    background-color: #664455;
    padding: 15px;
    border-radius: 0px;
}

.product-thumb h4 a {
    color: #664455;
}

.breadcrumb a {
    color: #FFF;
}

.product-layout {
    padding: 15px;
}

.product-thumb {
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    float: right;
}

.product-thumb:hover {
    border: 1px solid #ccc;
}

.product-thumb .image img {
    height: 190px;
}

.product-grid .product-thumb .image {
    float: none !important;
}

.caption-btn a {
    width: 100%;
    float: right;
}

.shopping, #content h2, #content h1 {
    color: #fa9f1b;
}

#content .col-md-1, #content .col-md-2, #content .col-md-3, #content .col-md-4, #content .col-sm-3, #content .col-sm-2 {
    float: right;
    direction: rtl;
}

.btn-primary {
    background-color: #00b2f9;
    padding: 10px 20px;
    border-color: transparent;
}

.thumbnail a>img, .thumbnail>img {
    width: 100%;
    height: 300px;
}

#input-quantity {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-right: 10px;
}

nav.nav-tabs {
    margin-top: 30px;
}

tab-content {
    padding-top: 20px;
}

.nav-tabs>li {
    float: right;
}

.content {
    background-color: #eaeaea;
    padding: 3%;
}

.rimg {
    border: 1px solid #DDD;
    padding: 5px;
    background-color: #FFF;
    box-shadow: 1px 1px 1px 1px #DDD;
    width: 230px;
    height: 280px;
}

.rimg img {
    width: 100%;
    height: 100%;
}

.lb {
    text-align: right;
    direction: rtl;
    margin-bottom: 20px;
}

.lb h4 {
    color: #e75c50;
    font-weight: bold;
    margin-bottom: 20px;
}

.lb h5 {
    font-size: 15px;
    line-height: 25px;
}

.lb h5 span {
    color: #e75c50;
    font-weight: bold;
    font-size: 20px;
}

.q {
    padding: 0px 15px;
    background-color: #FFF;
    margin-right: 10px;
}

.mp_button_buynow {
    background: rgba(0, 0, 0, 0) url("../images/progress-red.png") no-repeat scroll right center;
    border: medium none;
    border-radius: 4px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-family: Quando, Candara, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    /*right: 160px;*/
    left: 0px;
    padding: 0 10px;
    position: absolute;
    width: 130px;
}

.details {
    padding: 2% 0px;
    border-top: 1px solid #bbbbbb;
    text-align: right;
}

.details h4 {
    color: #41b749;
    font-weight: bold;
    margin-top: 0px;
}

.tit h5 {
    width: 100%;
    float: right;
    direction: rtl;
}

.tit {
    padding-bottom: 0px;
}

.tit .rimg {
    margin-bottom: 10px;
}

.details h3 {
    background: rgba(0, 0, 0, 0) url("../images/gold-arrow.png") no-repeat scroll 0 0;
    float: left;
    height: 30px;
    width: 158px;
    float: right;
    text-align: center;
    margin-top: 0px;
}

.details h3 a {
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
}

.txt {
    text-align: right;
    font-size: 18px;
    margin: 0px 0px 35px;
}

.inp input {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
}

.view h5 span {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 5px;
}

.view h5 {
    line-height: 40px;
}

.view h5 select {
    padding: 5px;
    width: 220px;
    margin-right: 10px;
}

.view li {
    display: inline-block;
    margin-top: 20px;
}

.view li a {
    padding: 5px 10px;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #DDD;
    border-radius: 8px;
    background-color: #00b2f9;
}

.view li a.activ {
    background-color: #a03838;
}

.v {
    color: #00457d;
    font-size: 18px;
    margin-top: 16px;
}

.product {
    position: relative;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid transparent;
}

.product:hover {
    border: 1px solid #bbbbbb;
}

.product-image img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.product h5 span {
    font-weight: bold;
    color: #41b749;
}

.price {
    color: #ed1d26;
    font-size: 16px;
    font-weight: bold;
}

.buy {
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    background-color: #ed1d26;
    border: 0px;
    margin-bottom: 20px;
}

.p {
    font-weight: bold;
    color: #ed1d26;
    margin-top: 20px;
    font-size: 16px;
    padding: 10px;
}

.over {
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.product:hover > .over {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.s, .l {
    color: #bbb;
    margin-top: 155px;
    margin-right: 15px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.l {
    margin-left: 20px;
}

.l img {
    width: 30px;
    height: 25px;
}

.product-image {
    width: 100%;
}

.adds a:nth-child(1n) {
    background-color: #41b749;
}

.adds a:nth-child(2n) {
    background-color: #00b2f9;
}

.adds a:nth-child(3n) {
    background-color: #fa9f1b;
}

.adds a:nth-child(4n) {
    background-color: #56439c;
}

.maillist {
    background-image: url('../images/mailist.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100px;
    height: auto;
    padding: 2%;
}

#cart .dropdown-menu {
    left: 0px;
    width: 430px;
}

.open>.dropdown-menu {
    top: 86px !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #a03838 !important;
    color: #FFF;
}

.fa {
    font-size: 18px;
}

nav .dropdown-menu a{
	margin-top: 0px;
}
.dropdown-menu li > a:hover{
	background:inherit; 
}