body {
  font-family: "Almarai", serif;
  font-weight: 300;
  font-style: normal;
color: #666;
font-size: 12px;
line-height: 20px;
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
color: #444;
}
/* Override the bootstrap defaults */
h1 {
font-size: 33px;
}
h2 {
font-size: 27px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 15px;
}
footer h5 {
font-size: 12px;
}
h6 {
font-size: 10.2px;
}
a {
color: #545454;
text-decoration: none;
}
a:hover {
text-decoration: none;
cursor: pointer !important;
}
/* Chrome border line */
button:focus {
outline: none !important;
}
legend {
font-size: 18px;
padding: 7px 0;
margin-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
}
label {
font-size: 12px;
font-weight: normal;
}
.list-unstyled a {
text-decoration: none;
}
.nav-tabs {
margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
content: "* ";
color: #F00;
font-weight: bold;
}
.form-switch-lg {
font-size: 20px;
min-height: 30px;
line-height: 30px;
}
@media (min-width: 768px) {
.col-form-label {
text-align: right;
}
}
#alert {
z-index: 9999;
pointer-events: all;
}
#alert .alert {
min-width: 400px;
position: relative;
margin-bottom: 15px;
}
@media (min-width: 1300px) {
#alert .alert {
right: 50px;
}
}
@media (min-width: 1400px) {
#alert .alert {
right: 0px;
}
}
@media (min-width: 1600px) {
#alert .alert {
right: 100px;
}
}
@media (min-width: 1800px) {
#alert .alert {
right: 200px;
}
}
@media (min-width: 2000px) {
#alert .alert {
right: 300px;
}
}
@media (min-width: 2200px) {
#alert .alert {
right: 400px;
}
}
@media (min-width: 2400px) {
#alert .alert {
right: 500px;
}
}
@media (min-width: 2600px) {
#alert .alert {
right: 600px;
}
}
@media (min-width: 2800px) {
#alert .alert {
right: 700px;
}
}
@media (min-width: 3000px) {
#alert .alert {
right: 800px;
}
}
@media (min-width: 3200px) {
#alert .alert {
right: 900px;
}
}
@media (min-width: 3400px) {
#alert .alert {
right: 1000px;
}
}
@media (min-width: 3600px) {
#alert .alert {
right: 1100px;
}
}
@media (min-width: 3800px) {
#alert .alert {
right: 1200px;
}
}
@media (min-width: 4000px) {
#alert .alert {
right: 1300px;
}
}
/* top */
#top {
background-color: #EEEEEE;
border-bottom: 1px solid #e2e2e2;
padding: 10px 0;
margin: 0 0 20px 0;
min-height: 44px;
position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
color: #888;
text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
color: #888;
text-shadow: 0 1px 0 #FFF;
text-decoration: none;
}
#top .btn-link:hover {
color: #444;
}
#top a {
font-size: 1.1em;
text-decoration: none;
}
footer a {
font-size: 1.1em;
text-decoration: none;
}
/* logo */
#logo {
margin: 0 0 10px 0;
}
#logo img {
max-width: 200px;
}
/* search */
#search {
margin-bottom: 10px;
}
#search .form-control-lg {
height: 40px;
font-size: 12px;
line-height: 20px;
padding: 0 10px;
}
#search .btn-lg {
font-size: 15px;
line-height: 18px;
padding: 0.57rem 35px;
text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
margin-bottom: 10px;
}
#header-cart .btn-lg {
color: #FFF;
height: 40px;
padding: 0 1rem;
}
#header-cart .btn:hover {
color: #FFF;
}
#header-cart .dropdown-menu {
background: #eee;
}
#header-cart .dropdown-menu li {
min-width: 427px;
}
@media (max-width: 768px) {
#header-cart .dropdown-menu li {
min-width: 100%;
}
}
/* menu */
#menu {
min-height: 40px;
}
#menu.navbar {
padding: 0 0rem;
margin-bottom: 2px;
margin-top: -6px;
width:100%;
}
#menu .dropdown-menu {
padding-bottom: 0;
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: none;
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
#menu .dropdown-inner {
display: table;
}
#menu .dropdown-inner ul {
display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
color: #ffffff;
background-image: linear-gradient(to bottom, #ccc, #ccc);
}
#menu .dropdown-inner a {
min-width: 170px;
display: block;
padding: 3px 20px;
clear: both;
line-height: 20px;
color: #777;
font-size: 12px;
}
#menu .see-all {
display: block;
margin-top: 0.5em;
border-top: 1px solid #DDD;
padding: 3px 20px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 3px 3px;
font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
text-decoration: none;
color: #ffffff;
background-color: #ccc;
background-image: linear-gradient(to bottom, #ccc, #ccc);
background-repeat: repeat-x;
}
#menu #category {
float: left;
font-size: 16px;
font-weight: 700;
line-height: 40px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
color: #fff;
border-color: #fff;
font-size: 0.9em;
}
#menu .navbar-nav > li > a {
color: #666;
padding: 10px 11px 10px 0px;
min-height: 15px;
font-size: small;
}
#menu .navbar-nav > li > a:hover {
color: #666;
}
@media (min-width: 768px) {
#menu .dropdown:hover .dropdown-menu {
display: block;
}
}
@media (max-width: 767px) {
#menu {
border-radius: 4px;
}
#menu div.dropdown-inner > ul .list-unstyled {
display: block;
}
#menu div.dropdown-menu {
margin-right: 0 !important;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
display: block;
}
#menu .dropdown-inner a {
width: 100%;
color: #fff;
}
#menu .dropdown-menu a:hover {
background: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu ul li a :hover {
background: rgba(0, 0, 0, 0.1);
}
#menu .see-all {
margin-top: 0;
border: none;
border-radius: 0;
color: #000;
}
}
/* content */
#content {
min-height: 600px;
}
/* footer */
footer {
margin-top: 30px;
padding-top: 30px;
padding-bottom: 1px;
background-color: #303030;
border-top: 1px solid #ddd;
color: #e2e2e2;
}
footer hr {
border-top: none;
border-bottom: 1px solid #666;
}
footer a {
color: #ccc;
}
footer a:hover {
color: #fff;
}
footer h5 {
font-family: "Open Sans", sans-serif;
font-size: 13px;
font-weight: bold;
color: #fff;
margin-top: 10px;
margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
margin: 0 0 20px 0;
padding: 8px 0;
border: 1px solid #ddd;
background-color: #f5f5f5;
}
.breadcrumb i {
font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
text-shadow: 0 1px 0 #FFF;
padding: 0 20px;
position: relative;
white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
content: "";
display: block;
position: absolute;
top: -3px;
right: -5px;
width: 26px;
height: 26px;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
content: "";
padding: 0;
}
.pagination {
margin: 0;
}
/* buttons */
.btn-light {
color: #777;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
background-position: 0;
}
.btn-primary {
color: #ffffff;
background:#363535;
border:none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
background-position: 0;
color: #ffffff;
background:#555;
}
.btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-image: linear-gradient(to bottom, #e06342, #dc512c);
background-repeat: repeat-x;
border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
background-image: none;
background-color: #df5c39;
}
.btn-link {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: #23A1D1;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
background-color: rgba(0, 0, 0, 0);
background-image: none;
box-shadow: none;
}
.btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
background-color: #222222;
background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
border: none !important;
margin-bottom: 15px;
}
.product-thumb h4 {
font-weight: bold;
}
.product-thumb .image {
text-align: center;
margin-bottom: 15px;
}
.product-thumb .image a:hover {
opacity: 0.8;
}
.product-thumb .description {
padding: 15px;
}
.product-thumb .button-group {
display: flex;
border-top: 1px solid #ddd;
background-color: #eee;
}
.product-thumb .button-group button {
flex: 33%;
border-radius: 0;
display: inline-block;
border: none;
background-color: #eee;
color: #888;
line-height: 38px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
.product-thumb .button-group button:hover {
color: #444;
background-color: #ddd;
text-decoration: none;
cursor: pointer;
}
.product-thumb .button-group button + button {
border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
.product-list .product-thumb {
display: flex;
}
.product-list .product-thumb .image {
flex-direction: column;
margin-bottom: 0px;
}
.product-list .product-thumb .content {
flex-direction: column;
flex: 75%;
position: relative;
}
.product-list .product-thumb .button-group {
position: absolute;
bottom: 0px;
width: 100%;
border-left: 1px solid #ddd;
}
}
.rating {
padding-bottom: 10px;
}
.rating .fa-stack {
width: 20px;
}
.rating.fa-star {
color: #999;
font-size: 15px;
}
.rating .fa-star {
color: #FC0;
font-size: 15px;
}
.rating .fa-star + .fa-star {
color: #E69500;
}
/* product list */
.price {
color: #444;
}
.price-new {
font-weight: 600;
font-size:16px;
}
.price-old {
color: #dc512c;
text-decoration: line-through;
font-size: 20px;
}
.price-tax {
color: #999;
font-size: 12px;
display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
font-size: 15px;
font-stretch: expanded;
color: #FFF;
padding: 6px 12px;
background-color: #229ac8;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
margin-top: -2px;
padding: 0.35rem 0.565rem;
}
#product-product h1 {
margin-top: 20px;
margin-bottom: 10px;
}
#information-contact .card {
margin-bottom: 20px;
}
#cookie {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 150px;
z-index: 9999;
opacity: 0.95;
color: #ecf0f1;
background: #343a40;
}
#cookie div {
font-size: 16px;
color: #FFFFFF;
}
/****************Start Edit****************/

/******Start Edit Laptop*******************/
.gift-cards img{
margin: -1px 14px 0 20px;
width: 30px;
}
.gift-cards h6{
margin-left: 11px;
color: #777;
}
/*End gift cards*/
/*Start icons-top*/
.icons-top{
text-align:center;
margin-top: -33px;
margin-bottom:-5px;
}
.icons-top img{
width:50px;
height:50px;
}
.icons-top h5 {
margin-top:-1px;
margin-bottom:0px;
color:#666;
}
.icons-top h6{
color:#646363;
}
/*End icons-top*/
/*Start categories*/
.owl-categories{
text-align:center;
}
.owl-categories .item{
text-align:center;
}
.categories-title{
text-align:center;
font-size: 20px;
}
.categories-title h2{
font-size: 20px;
}
.owl-categories .item img{
margin-left: 30px;
display: block;
width:100px;
height:100px;
opacity:1;
margin-bottom: -17px;
transition: 0.3s ease;
}
.owl-categories img:hover{
opacity:0.8;
}
.owl-categories h3{
font-size: 14px;
color:#464545;;
}
/*End categories*/
/*Start info*/
.info{
text-align:center;
display:flex;
}
.info .icons{
display:ruby;
}
.info .icons img{
margin-top: -6px;
width: 65px;
}
.info .icons h5{
margin-top: 3px;
font-size: 8px;
margin-bottom: -6px;
}
.info .apps img{
margin-top:5px;
width:95px;
}
.info .apps h5{
margin-top: -5px;
font-size: 13px;
margin-bottom: 4px;
}
.info .tabby-tamara img{
margin-top: 8px;
width:90px;
}
.info .tabby-tamara h5 {
margin-top: -1px;
font-size: 13px;
margin-bottom: -2px;
}
.info .message h4 {
margin-top: 3px;
color: #444;
font-size: 12px;
}
/*End info*/
/*Start Electronics*/
.electronics{
text-align:center;
}
.electronics .elec-item{
width: 120px;
}
.electronics .elec-item img{
cursor: pointer;
width: 100px;
transition: transform .5s ease;
}
.electronics .elec-item:hover img {
transform: scale(1.1);
}
/*End Electronics*/
/*Start Beauty*/
.beauty{
text-align:center;
}
.beauty-title h5{
font-family: "League Script", serif;
font-weight: 400;
font-style: normal;
font-size: 30px;
margin: 7px 0 -35px 0;
color: #aca9a9;
}
.beauty-title h4{
color: #716f6f;
margin-top: -13px;
}
.beauty .b-bar-item{
display: inline-block;
cursor: pointer;
transition:all 300ms;
font-size:14px;
background-color: #f5f5f5;
border: 1px solid #f8f9fa;
border-radius: 4px;
color: #3c4043;
height: 36px;
line-height: 36px;
min-width: 54px;
padding: 0 16px;
text-align: center;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: pre;
margin-top: 16px;
}
.tab-beauty {
animation: fadeEffect 0.5s;
}
.tab-beauty .item img{
width:140px;
opacity:1;
transition:all 0.4s;
margin-top: 10px;
}
.tab-beauty .item img:hover{
opacity:0.7;
}
.tab-beauty .item h4{
color:#000;
text-align: center;
font-size: 14px;
}
.tab-beauty .item h5{
margin-top:-5px;
text-align: center;
color: #9d9d9d;
font-size: 12px;
}
.tab-beauty .item .review{
margin-top:-5px;
text-align: center;
}
.tab-beauty .item .bbn{
background: #393939;
color: #fff !important;
text-align: center;
padding: 5px;
border-radius: 3px;
font-size: 14px;
font-weight: 600;
}
.beauty .b-bar-item-active{
color: #444;
cursor: pointer;
border: 1px solid #999;   
}
/*End Beauty*/
/*Start Beauty-care*/
.beauty-care{
    text-align: center;
}
.beauty-care img{
width:300px;
border-radius: 8px;
padding:0px;
transition:all 0.4s;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.beauty-care img:hover{
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
/*End Beauty-care*/
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
/*End Fade in tabs */
/*Start gifts-souvenir*/
.gifts-souvenir{
height:90px;
text-align:center;
}
.gifts-souvenir img {
width: 60px;
}
/*End gifts-souvenir*/
/*Start Fashion Gallery*/
.fashion-gallery .title h2 , h4{
text-align:center;
}
.fashion-gallery .title{
margin-bottom:30px;
}
.fashion-gallery .title h4{
color: #979494;
margin-top: -17px;
padding-right: 24px;
}
.fashion-gallery .item-1 img{
width: 253px;
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
transition:all 0.4s;
}
.fashion-gallery .item-1 img:hover{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.fashion-gallery .item{
text-align:center;
}
.fashion-gallery .item img{
width: 125px;
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
transition:all 0.4s;
}
.fashion-gallery .item img:hover{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.fashion-gallery .item-2 img {
margin-top:38px;
}
.fashion-gallery .item h4{
margin-top: 12px;
font-size: 14px;
margin-bottom: 21px;
}
.fashion-gallery .logo .item img{
width: 90px;
border-radius: 50%;
border:1px solid #ccc;
transition: all 0.4s;
height: 90px;
padding: 14px;
box-shadow: none;
}
/*End Fashion Gallery*/
/*Start Kitchen*/
.kitchen {
text-align:center;
}
.kitchen .kitchen-bar-item img{
width:50px;
}
.kitchen .kitchen-bar-item{
cursor: pointer;
transition:all 300ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.kitchentabs img{
margin-top:30px;
width:136px;
}
.kitchentabs h3{
text-align:center;
font-size: 12px;
}
.kitchentabs h4{

}
/*End Kitchen*/
/*Start Home*/
.home{
text-align: center;
}
.home .title{
margin-top: -20px;
}
.home img{
width: 50px;
}
.home .h-bar-item{
display: inline-block;
border:1px solid #ccc;
border-radius: 10px;
padding:1px 8px;
cursor: pointer;
margin: 7px 10px;
transition:all 300ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.htabs{
animation: fadeEffect 0.4s;
}
.home .h-bar-item-active{
border:1px solid #000;
}
.home .h-bar-item:hover{
border-color: #000;
}
/*End Home*/
/*Start Kids*/
.kids{
text-align: center;
}
.kids img{
width: 124px;
}
.kids .k-bar-item{
cursor: pointer;
transition:all 300ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.kids-menu{
width:600px;
margin-left:27%;
margin-top:10px;
}
.k-bar-item img{
width:50px;
}
.k-bar-item h5{
margin-top:-2px;
font-size: 11px;
}
.kids-tab {
animation: fadeEffect 0.4s;
}
.kids-tab img{
width:125px;
}
.kids-tab h4{
font-size:14px;
}
/*End Kids*/
/*Start Brands*/
.brands{
text-align: center;
}
.brands img{
width: 147px;
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
/*End Brands*/
/*Start Perfumes*/
.perfumes{
text-align:center;
}
.perfumes img{
width:50px;
margin-top:-4px;
}
.perfumes .bar-item{
display: inline-block;
cursor: pointer;
transition:all 300ms;
margin-bottom:20px;
margin-left: 5px;
font-size:14px;
background-color: #f8f9fa;
border: 1px solid #f8f9fa;
border-radius: 4px;
color: #3c4043;
height: 36px;
line-height: 36px;
min-width: 54px;
padding: 0 16px;
text-align: center;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: pre;
}
.perfumes .bar-item:hover{
border-color: #dadce0;
box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
color: #202124;
border: 1px solid #999;
}
.perfumes .bar-item-active{
color: #444;
cursor: pointer;
border: 1px solid #999;
}
.ptabs{
text-align:center;
animation: fadeEffect 0.4s;
}
.ptab .item{
position: relative;
max-width:250px;
}
.product-img img{
width:125px;
transition:all 0.2s;
}
.product-img img:hover{
opacity:.8;
transform: scale(1.1);
}
.pprice{
display:inline-flex;
}
.ptabs .item h5{
text-align:center;
font-size:12px;
margin-top:-5px;
}
.label-best-seller img{
position: absolute;
top:0;
left:0;
background:#979797;
padding:0px 5px;
color:#fff;
border-radius:4px;
background-color: transparent !important;
z-index:10;
max-width:85px;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
/*End Fade in tabs */
/*End Perfumes*/
/*Edit Pets*/
.pets {
text-align:center;
}
.pets .pm img{
width:300px;
}
.pets .item img{
width: 137px;
margin-top: -20px;
}
.pets .item h4{
margin-top: -5px;
font-size:14px;
}
.pets .item h5{
margin-top: 9px;
font-size:14px;
}
/*End Pets*/
/*Start Books*/
.books{
text-align:center; 
}
.books .title {
display: block ruby;
}
.books .title img{
width:60px;
}
.books .item img{
margin-top:20px;
width:120px;
border-radius:4px;
}
/*End Books*/
/*Start travel-trips*/
.travel-trips{
text-align:center; 
}
.travel-trips img{
width:125px;
}
/*End travel-trips*/
/*Start Candles*/
.candles{
text-align:center;
margin-top:30px;
}
.candles img{
width:80px;
margin-top:-20px;
}
.candles h5{
font-size:12px;
}
.candles-item{
text-align:center;
}
.candles-item .item img{
width:130px;
transition: all 250ms;
}
.candles-item .item img:hover{
opacity:0.8;
}
.candles-item .item h5{
display:none;
}
.candles-item .item h4{
font-size:12px;
}
.footer-candles {
text-align:center;
}
.footer-candles .item{
border:1px solid #ccc;
padding:5px;
margin-right:10px;
max-width: 104px;
margin-top:20px;
border-radius:3px;
}
.matches {
position: relative;
}
.matches .label-best-seller img{
position: absolute;
top: -10px;
left: 0;
z-index: 10;
}
/*End Candles*/
/*Start QTY*/
.qty-input {
color: #000;
background: #fff;
display: flex;
align-items: center;
overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
background: transparent;
color: inherit;
font-size: inherit;
border: none;
display: inline-block;
min-width: 0;
height: 2.5rem;
line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
outline: none;
}
.qty-input .product-qty {
width: 50px;
min-width: 0;
display: inline-block;
text-align: center;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
.qty-input .qty-count {
padding: 0;
cursor: pointer;
width: 2.5rem;
font-size: 1.25em;
text-indent: -100px;
overflow: hidden;
position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
content: "";
height: 2px;
width: 10px;
position: absolute;
display: block;
background: #000;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.qty-input .qty-count--minus {
border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
color: #ccc;
background: #f2f2f2;
cursor: not-allowed;
border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
background: #ccc;
}
.qty-input {
border-radius: 4px;
border:1px solid #ccc;
width:125px;
margin-bottom:-10px;
}
/*End QTY*/
/*Start Footer a*/
.footer-a .fa-brands{
font-size: 16px;
margin-right:5px;
}
/*End Footer a*/
/*Start Nav Mobile*/
.nav-mobile{
display:none;
}
/*End Nav Mobile*/
/*Start Product-page*/
.icons-product{
text-align:center;
width: 436px;
margin-bottom: -12px;
}
.icons-product img{
width: 50px;
height: 50px;
}
/*Start Product-page*/
/******End Edit Laptop*********************/

/******Start Edit Mobile*******************/

/******Start iPhone************************/
@media only screen and (max-width: 430px) and (orientation: portrait) {
#logo img {
max-width: 150px;
}
/*Edit gift cards*/
.gift-cards{
position: absolute;
margin-right: 219px;
margin-top: -50px;
width:110px;
text-align: center;
}
.gift-cards h6{
margin-left: 11px;
color: #777;
}
/*End gift cards*/
/*Edit E-wallet*/
.e-wallet-icon{
position: absolute;
margin-right: 329px;
width: 92px;
margin-top: -104px;
}
.e-wallet-title{
font-size:11px !important;
}
/*End E-wallet*/
/*Start Menu*/
#header-cart .dropdown-menu {
width:100%;
}
#menu .navbar-toggler i {
color: #595959;
}
#menu #category {
float: left;
font-size: 16px;
font-weight: none;
line-height: 40px;
color: #7d7d7d;
text-shadow: none;
}
#menu .dropdown-inner a {
color:#4b4b4b;
}
/*End Menu*/
/*Edit icons-top*/
.icons-top img{
width:34px;
height:34px;
}
.icons-top h5 {
font-size: 8px;
}
.icons-top h6{
display: none;
}
.ffgp img {
width:50px;
}
/*End icons-top*/
/*Edit categories*/
.owl-categories{
text-align:center;
}
.owl-categories .item img {
width: 70px;
height: 70px;
margin-left: 13px;
}
.categories-title h2{
font-size: 16px;
margin-top: 10px;
text-align:center;
}
.owl-categories .item a {
margin-top: 14px !important;
font-size: 14px;
}
.owl-categories a{
font-size: 12px;   
}
.owl-categories h3{
margin-bottom:1px;
}
/*End categories*/
/*Start info*/
.info .apps {
margin-top:20px;
}
.tabby-tamara{
margin-top:18px;
}
.info .apps img{
width:57px;
}
.info .tabby-tamara img{
width:58px;
}
.info .message h4{
margin-top:15px;
font-size: 10px;
}
.info .icons img {
margin-top: -6px;
width: 46px;
}
/*End info*/
/*Start Electronics*/
.electronics .elec-item img {
width: 80px;
}
.electronics .elec-item h4{
font-size: 12px;
}
/*End Electronics*/
/*Start beauty*/
.beauty .b-bar-item {
font-size: 12px;
}
.tab-beauty .item img {
width: 80px;
}
.tab-beauty .item h4 {
font-size: 10px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.fa-star, .fa-star-half-o, .fa-star-o {
font-size: 15px !important;
}
.tab-beauty .item .bbn {
font-size: 10px;
}
.fa-shopping-cart {
font-size: 16px;
}
/*End beauty*/
/*Start gifts-souvenir*/
.gifts-souvenir {
height: 80px;
}
.gifts-souvenir img {
width: 42px;
}
.gifts-souvenir h4 {
font-size: 10px;
}
/*End gifts-souvenir*/
/*Start Fashion Gallery*/
.fashion-gallery .title {
margin-bottom: 11px;
margin-top: -19px;
}
.fashion-gallery .item-1 img {
margin-left: 76px;
margin-bottom: 35px;
}
.fashion-gallery .item img {
margin-bottom: -10px;
margin-top: 3px;
width:84px;
}
.fashion-gallery .item h4 {
margin-top: 21px;
}
.fashion-gallery .logo .item img {
margin: 10px;
width: 50px;
border-radius: none;
border: 1px solid #ccc;
height: 47px;
padding: 0px;
box-shadow: none;
}
/*End Fashion Gallery*/
/*Start Perfume*/
.product-img img {
width: 77px;
}
/*End Perfume*/
/*Start Kids*/
.kids-menu {
width: 331px;
margin-left: 10%;
margin-top: 11px;
margin-bottom: 10px;
}
.kids-tab img {
width: 83px;
}
.k-bar-item img {
width: 42px;
}
.kids-tab h4 {
font-size: 11px;
}
/*End Kids*/
/*Start pets*/
.pets .item img {
width: 114px;
margin-top: -5px;
}
/*End pets*/
/*Start Candles*/
.candles-item .item img {
width: 82px;
}
/*End Candles*/
/*Edit Nav Mobile*/
.nav-mobile{
display:block;
position: fixed;
bottom: 0;
width: 100%;
left: 0;
right: 0;
background: #fff;
height: 55px;
border-top: 1px solid #ecebeb;
text-align:center;
z-index:11;
}
.nav-mobile i {
font-size:20px;
color :#333;
line-height:55px;
}
/*End Nav Mobile*/
.info .icons img {
margin-top: -6px;
width: 47px;
}
.info .icons h5 {
margin-top: 3px;
font-size: 9px;
margin-bottom: -6px;
}
.info .tabby-tamara h5 {
font-size: 12px;
}
.info .message h4 {
font-size: 8px;
}
}
/******End iPhonee*************************/

/******Start Samsung***********************/
@media only screen and (max-width: 414px) and (orientation: portrait) {
#logo img {
max-width: 150px;
}
/*Edit gift cards*/
.gift-cards{
position: absolute;
margin-right: 190px;
margin-top: -50px;
width:100px;
text-align: center;
}
.gift-cards h6{
margin-left: 9px;
color: #777;
}
/*End gift cards*/
/*Edit E-wallet*/
.e-wallet-icon{
position: absolute;
margin-right: 280px;
width: 100px;
margin-top: -104px;
}
.e-wallet-title{
font-size:12px !important;
}
/*End E-wallet*/
.icons-top img {
width: 30px;
height: 30px;
}
.gifts-souvenir img {
width: 30px;
}
.gifts-souvenir h4{
font-size:8px;
}
.fashion-gallery .item-1 img {
margin-left: 57px;
}
.owl-categories h3{
margin-bottom:0px;
}
.info .apps img {
width: 50px;
}
.info .tabby-tamara h5 {
font-size: 10px;
}
.info .tabby-tamara img {
width: 50px;
}
.info .message h4 {
font-size: 8px;
margin-bottom: -2px;
}
}
/******End Samsung*************************/
/******End Edit Mobile*********************/

/******Start Edit iPad*********************/
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation : portrait) {
#logo img {
max-width: 137px;
margin-top: 6px;
}
#header-cart .btn {
font-size: 12px !important;
}
.e-wallet-balance {
font-size:12px !important;
}
.gift-cards img {
margin: 3px 23px 0 24px;
width: 28px;
}
.gift-cards h6 {
display: none;
}
#header-cart{
width:40px;
font-size:12px;
}
#header-cart .btn{
font-size:14px;
}
#menu .navbar-toggler i {
color: #7b6e6e;
border-color: #2f2323;
}
#menu #category {
color: #959595;
text-shadow: none;
}
.icons-top h5 {
font-size: 9px;
}
.icons-top h6 {
font-size: 7px;
}
.owl-categories .item img {
margin-left: 18px;
}
.electronics .elec-item img {
width: 62px;
}
.electronics .elec-item h4{
font-size:10px;
}
.fashion-gallery .item img {
width: 92px;
margin-top: 30px;
}
.fashion-gallery .item-1 img {
width: 198px;
margin-left: -22px;
}
.info .apps img {
width: 76px;
}
.info .tabby-tamara img {
width: 75px;
}
.info .icons img {
margin-top: 7px;
width: 35px;
}
.info .icons h5 {
margin-top: 3px;
font-size: 8px;
margin-bottom: -6px;
}
.info .message h4 {
font-size: 9px;
}
.gifts-souvenir h4{
font-size:11px;
}
.kids-menu {
margin-left: 8%;
}
.k-bar-item img {
margin-bottom: 10px;
}
.icons-product {
width: 300px;
}
.info .apps img {
width: 69px;
}
.info .tabby-tamara img {
width: 69px;
}
}
/******End Edit iPad***********************/

/****************End Edit******************/
