﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

@font-face {
    font-family: 'Somar';
    src: url('../fonts/alfont_com_SomarGX.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

h1, .h1 {
    font-size: 32pt !important;
    font-weight: bold;
}

h2, .h2 {
    font-size: 28pt !important;
    font-weight: bold;
}

h3, .h3 {
    font-size: 24pt;
    font-weight: bold;
}

h4, .h4 {
    font-size: 20pt !important;
    font-weight: bold;
}

h5, .h5 {
    font-size: 16pt;
}

h4, h5, h6 {
    margin: 2px 0px 2px 0px;
}

/*Payment*/
.payment-tab {
    position:relative;
    float:left;
    width:22%;
    padding:1%;
}

.payment-logos {
    border: 1px solid #c6c6c7;
    background-color: ghostwhite;
    height: 100px;
    border-radius: 5px;
    width:100%;
}
    .payment-logos img {
        display: block;
        margin: auto;
        padding:15px;
        height:100%;
    }
    .imgCash {
        width:50%;
    }
    .imgCard {
        width:75%;
    }
    .imgBank {
        width:50%;
    }
    .imgCOD {
        width:77%;
    }
.addtocart #btnsubmit {
    font-size: 20px;
    width: 65%; 
}

@media screen and (max-width: 380px) {
.payment-tab {
    position:relative;
    float:left;
    width:45%;
    padding:1%;
}
    .payment-logos img {
        height: auto !important;
    }

    .imgCash {
        width:60%;
    }
    .imgCard {
        width:85%;
    }
    .imgBank {
        width:60%;
    }
    .imgCOD {
        width:92%;
    }
    .addtocart #btnsubmit {
        width: 90%;
    }
}
@media screen and (min-width: 381px) and (max-width: 450px) {
.payment-tab {
    position:relative;
    float:left;
    width:45%;
    padding:1%;
}
    .payment-logos img {
     height:auto !important;
    }

    .imgCash {
        width:60%;
    }
    .imgCard {
        width:85%;
    }
    .imgBank {
        width:60%;
    }
    .imgCOD {
        width:92%;
    }
    .addtocart #btnsubmit {
        width: 90%;
    }
}

/*New Grid classes*/
.breadcrumb-new {
    background: #f5f4f4 !important;
    color: #454646;
}
.breadcrumb > li + li::before {
    content: "\003E";
    color: #454646;
}
.breadcrumb > li a {
    color: #454646;
    font-size: 14pt;
    text-decoration: none;
    font-weight: bold;
}

.badge  {
    background-color: #f5f4f4 !important;
    color: #454646;
}

.filterpanel{
    border: 1px solid #c6c6c7;
    min-height: 344px;
    margin-bottom: 10px;
    border-radius: 7px;
    padding: 2px;
}
.panelseprator{
    border-left: 1px solid #1c7471;
    height: 266px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 15px;
}
.linkpos-left {
    float: right;
}
.productthumblinks-wishlist {
    text-align: right;
    margin-top: -40px;
    width: 95%;
}

.details-wishlist {
    font-size: 18pt !important;
    color: #E38713 !important;
    /*margin: 15px;*/
}
.details-sep {
    border: 1px solid #454646;
    width: 46%;
    float: left;
}
.tasheel-section {
    float: right !important;
}
.detailPg-wishlist li {
    width: 47%;
}

    .detailPg-wishlist li .QtyContainer {
        width: 75%;
    }

/*For tasheel*/
.tasheel-sec {
    margin-top: -10%;
}

.tasheel-txt-pos {
    text-align: center;
}

.tasheel-btn {
    background-color: #3c0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.tasheel-txt-pos p {
    padding: 10px;
}

.tasheel-table thead > tr > th, .tasheel-table tbody > tr > th, .tasheel-table tfoot > tr > th, .tasheel-table thead > tr > td, .tasheel-table tbody > tr > td, .tasheel-table tfoot > tr > td {
    line-height: 2.7;
}
.glyphicon-shopping-cart, .productthumblinks-wishlist .glyphicon {
    font-size: 20px !important;
}

/*End of tasheel section*/
/*For Ribbons*/
.ribbon-box.new-arrival {
    display: none;
    position: absolute;
}

.ribbon-box.Clearance {
    display: none;
    position: absolute;
}

.ribbon-box.LastPiece {
    display: none;
    position: absolute;
}

.ribbon-box.Promo {
    display: none;
    position: absolute;
}
.tags a {
    display: inline-block;
    height: 24px;
    line-height: 23px;
    position: relative;
    margin: 2px 12px 8px 0;
    padding: 0 12px 0 10px;
    background: #777;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif, Somar;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: bold;
    position:absolute;
}

.tags a:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}

.tags a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #777;
    border-style: solid;
    border-width: 12px 0 12px 12px;
}
.tags a.tag-color-arrival {
    background: #B14098;
}
.tags a.tag-color-arrival:after {
    border-color: transparent transparent transparent #B14098;
}

.tags a.tag-color-clearence {
    background: #F4852C;
}

.tags a.tag-color-clearence:after {
    border-color: transparent transparent transparent #F4852C;
}

.tags a.tag-color-promo {
    background: #fa0037;
}

.tags a.tag-color-promo:after {
    border-color: transparent transparent transparent #fa0037;
}
/*End of Ribbons*/

/*For detail Page wih list*/
.detailPg-wishlist{
    list-style:none;
    padding:0;
}
.detailPg-wishlist li {
    display:inline-block;
    }
.detailPg-wishlist li:nth-child(2) {
   margin:10px;
    }


/*For Lightbox on Details page*/
.lightbox > .row > .column {
    padding: 0 8px;
}

.lightbox > .row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 15%;
    margin: 4px 2px 4px 2px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    /*z-index: 999;*/
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    opacity: 1;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 850px;
}

/* The Close Button */
.close-lightbox {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35pt;
    font-weight: bold;
    opacity: 1;
}

    .close-lightbox :hover,
    .close-lightbox :focus {
        color: #B14098;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

#lighboxImage {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */

.next-lightbox {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    color: #000;
    font-size: 30pt;
}

.prev-lightbox {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #000;
    left: 0;
    font-weight: bold;
    font-size: 30pt;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next-lightbox {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev-lightbox:hover,
    .next-lightbox:hover {
        background-color: #fff;
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -22px;
}

#headersubmenu img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.enalrgeImage {
    position: absolute;
    top: 1%;
    left: 3%;
    z-index: 998;
}
/*End of Lightbox*/

/*For Details Pages*/
/* limit text*/
.text {
    position: relative;
    font-size: 14px;
    color: black;
    width: 90%; /* Width of outer Div to contain texts. */
}

.fa-angle-double-left {
    display: none;
}

.fa-angle-double-right {
    display: none;
}

ul#detail-top li {
    display: inline-block;
    margin: 0px;
    color:#1B6E6B;
}

.profile-submenu .divider {
    margin-top: 2px !important;
}

#detail-top {
    list-style: none;
    padding: 0;
    color:#1B6E6B;
}

.detail-payments {
    /*margin-right: 41%;*/
    margin-top: -25%;
    width: 50%;
    height: auto;
}

.detail-mobileonly {
    display: none;
}

.detail-pc-width {
    width: 50%;
}

.text-concat {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 100%; /* (Number of lines to be  visible) * (line-height) */
    line-height: 1.3em;
    text-align: justify;
}

.clear-rating .glyphicon-minus-sign {
    display: none !important;
}

.detail-border {
    border-right: 1px solid #ccc5c5;
}

.text.ellipsis::after {
    position: absolute;
    right: -12px;
    bottom: 4px;
}

.detail-price-section .addtocart .btn {
    font-size: 13pt !important;
    width: 100%;
}

.PaymentlogosPosition {
    position: absolute;
    float: left;
    top: 130px;
    /*right: 469px;*/
    width: 35%;
    display: block;
}

.detail-comment {
    margin-left: 0%;
    margin-top: 0%;
}

hr.new1 {
    border-top: 1px solid #f3f1f1;
}

.product-padding {
    padding-top: 110px;
}

.details-padding {
    padding-top: 65px;
}

.imgsideslidercontainer {
    float: right;
    /*width: 40%;*/
}
/*End For Details Pages*/



/*.bannercontainer .bx-viewport {
    min-height: 550px !important;
}*/

.bannercontainer {
    min-height: 400px !important;
}

.BannerImage {
    width: 100%;
    height: auto;
}

.seprator-div {
    width: 22%;
    text-align: left;
    padding: 1px 5px;
    margin-bottom: 20px;
    list-style: none;
    position:relative;
    float: left;
}

.topbarpadding .btn-default {
    height: 28px !important;
    top: 11px;
    background-color: #f5f4f4;
    border-color: #454646;
    line-height: 13px;
}

    .topbarpadding .btn-default:hover {
        border-color: #c1c1c1;
    }

    .topbarpadding .btn-default a {
        margin-top: -4px;
        color: #454646;
        font-family: Somar;
        font-size: 11pt;
        font-weight: bold;
        text-decoration: none;
    }

        .topbarpadding .btn-default a:hover {
            background-color: #e9e9e9;
            color: #E38713;
        }

.seprator-div:hover {
    /*border: solid 1px #cfcfcf;
    border-radius: 3px;
    background: none;
    background-color: #ebebeb;
    opacity: 0.5;
    text-shadow: 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px rgba(0,0,0,0.57);
    transition: all 0.5s ease 0s;*/
}

.seprator-div-shadow {
    width: 100%;
    text-align: center;
}

    .seprator-div-shadow:hover {
        width: 100%;
        text-align: center;
        border: solid 1px #cfcfcf;
        border-radius: 3px;
        background: none;
        background-color: #ebebeb;
        opacity: 0.8;
        text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        transition: all 0.4s ease 0s;
    }

.user-sigin {
    margin-top: 8px;
}

    .user-sigin ul {
        /*left: -122px;*/
    }

    .user-sigin li > a {
        color: #000 !important;
    }

.register-submenu {
    /*color: #c46e11;*/
    padding-left: 2px;
}

    .register-submenu span > a {
        color: #454646;
        padding: 5px;
    }

    .register-submenu span > a:hover {
        color: #c46e11;
        text-decoration: none;
    }

    .register-submenu:hover {
        background-color: #f5f4f4;
        /*background-color: #1B6E6B;*/
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
}

/*.dropdown-menu {
    min-width: 0px !important;
}*/
/*For Page hotlinks*/
.cms_banner {
    margin: 10px 20px 0;
    position: relative;
}

.banner {
    overflow: hidden;
    margin: 20px 0 0;
}

.sub-hover:hover img {
    transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.bannertext {
    position: absolute;
    top: 35%;
    left: 10%;
    text-align: left;
}

    .bannertext > h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .bannertext > p {
        color: #000;
        font-size: 13px;
    }

    .bannertext > span {
        font-size: 9pt;
        text-transform: uppercase;
        position:relative;
        top: 17px;
        float: left;
        left: 2px;
        min-width: 100px;
        text-align:left;
    }

#btnclrfilter {
    margin-top: -3px;
    margin-right: -13%;
    line-height: 13px;
}

/*#btnclrfilterProduct {
    margin-top: -3px;
    margin-right: -40%;
    line-height: 13px;
}*/

#price_end {
    float: right;
    margin-right: -6%;
}

.img-responsive {
    margin: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.cms_banner .btn {
    padding: 4px 6px;
    font-size: 14px;
    color: #3ab54a;
    font-weight: 400;
    border: 1px solid #3ab54a;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    float: left;
    left: 25px;
    top: 10px;
}
/* Columns for homepage */
@media (min-width: 768px) {
    .ten-columns > .col-sm-2 {
        width: 20%;
    }
}

.col-sm-2 {
    font-size: 28px;
    font-weight: bold;
    min-height: 150px;
    padding-top: 6px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#menubg .navbar-nav > li > .dropdown-menu {
    /*width: 100%;*/
    min-width: 200px;
}

.profile-submenu {
    width: 200px;
}

.quickaccess2 {
    position: absolute;
    top: 0%;
    float: right !important;
    right: 3% !important;
    margin: auto 0px;
    z-index: 55;
    padding-top: 1%;
}

.product-padding {
    padding-top: 110px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}



/*.logo img{
        width:60%;
        height:50%;
        box-shadow: 0 0 5px #ccc;
    }*/


.dropdown-submenu {
    position: relative;
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0px 5px 5px;
        border-right-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-right {
        float: none;
    }

        .dropdown-submenu.pull-right > .dropdown-menu {
            right: 100%;
            margin-right: 10px;
            -webkit-border-radius: 6px 6px 6px 0px;
            -moz-border-radius: 6px 6px 6px 0px;
            border-radius: 6px 6px 6px 0px;
        }

.glyphicon-shopping-cart {
    color: #c1c1c1;
    font-size: 14px;
}

    .glyphicon-shopping-cart:hover {
        color: #454646;
        font-size: 14px;
        text-decoration: none;
    }

.glyphicon-heart {
    color: #ffffff;
    font-size: 24pt;
}

    .glyphicon-heart:hover {
        color: whitesmoke;
        font-size: 24pt;
        text-decoration: none;
    }

.productthumblinks-wishlist .glyphicon-heart {
    color: #c1c1c1;
    font-size: 16px;
}

    .productthumblinks-wishlist .glyphicon-heart:hover {
        color: #454646;
        font-size: 16px;
        text-decoration: none;
    }

.glyphicon-home {
    color: #ffffff;
    font-size: 23pt;
}

    .glyphicon-home:hover {
        color: whitesmoke;
        font-size: 23pt;
        text-decoration: none;
    }

.glyphicon-circle-arrow-right {
        color: #c4ca2b;
    font-size: 16px;
}

    .glyphicon-circle-arrow-right:hover {
        color: #c4ca2b;
        font-size: 16px;
        text-decoration: none;
    }

.glyphicon-check {
    color: rgba(177, 67, 64, 0.70);
    font-size: 16px;
}

    .glyphicon-check:hover {
        color: rgb(177, 67, 64);
        font-size: 16px;
        text-decoration: none;
    }

.glyphicon-remove {
    color: rgba(177, 67, 64, 0.70);
    font-size: 16px;
}

    .glyphicon-remove:hover {
        color: rgb(177, 67, 64);
        font-size: 16px;
        text-decoration: none;
    }

.glyphicon-eye-open {
    color: rgba(177, 67, 64, 0.70);
    font-size: 16px;
}

    .glyphicon-eye-open:hover {
        color: rgb(177, 67, 64);
        font-size: 16px;
        text-decoration: none;
    }

.cat1:hover {
    transition: .5s ease-in-out;
    opacity: 0.8;
}

.cat2:hover {
    transition: .5s ease-in-out;
    opacity: 0.8;
}

.cat3:hover {
    transition: .5s ease-in-out;
    opacity: 0.8;
}

.cat4:hover {
    transition: .5s ease-in-out;
    opacity: 0.8;
}

.cat5:hover {
    transition: .5s ease-in-out;
    opacity: 0.8;
}

.cat6:hover {
    transition: .5s ease-in-out;
    opacity: 0.8;
}

.searchbutton:hover {
    transition: .5s ease-in-out;
    opacity: 0.8;
    color: #560056;
}

.registerbutton:hover {
    transition: .5s ease-in-out;
    opacity: 0.8;
    color: #E38713;
}

#ItemDetails {
    width: 60%;
    left: 10px;
}

#RatesAndComments {
    float: left;
}

#MyRatesAndComments {
    float: left;
}

#fblikes {
    float: left;
    text-align: left;
    padding: 5px 2px 2px 2px;
    /*width:100%;*/
}

#tweets {
    float: left;
    text-align: left;
    padding: 5px 2px 2px 2px;
    /*width:100%;*/
}

#glikes {
    float: left;
    text-align: left;
    padding: 5px 2px 2px 2px;
    /*width:100%;*/
}

.carttotal {
    position: relative;
    /*float: right;*/
    direction: ltr;
    min-height: 230px;
}

.cartqtymsg {
    background-color: #f22121;
    width: 100%;
    padding: 5px;
    color: whitesmoke;
    font-size: 14pt;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    margin: 0px auto;
    position: relative;
}

.loader1 {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    margin: 0px auto;
    position: relative;
}

.loader2 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
    margin: 0px auto;
    position: relative;
}

.loader3 {
    border: 6px dotted #f3f3f3 !important;
    border-radius: 50%;
    border-top: 6px dotted #3498db;
    width: 24px !important;
    height: 24px !important;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
    margin: 0px auto;
    position: relative;
}

.loader4 {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #3498db;
    width: 64px;
    height: 64px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    margin: 0px auto;
    position: absolute;
    top: 30%;
    left: 50%;
}

.loader5 {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #3498db;
    width: 64px;
    height: 64px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    margin: 0px auto;
    position: relative;
    /*top: 30%;
    left: 50%;*/
}

.ca-content {
    /*position: relative;*/
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}

.ca-main {
    font-size: 15px;
    opacity: 0.8;
    /*font-family: 'Josefin Sans', sans-serif;*/
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    font-weight: bold;
}

.ca-sub {
    text-align: center;
    font-size: 14px;
    color: #323232;
    /*font-family: 'Josefin Sans', sans-serif;*/
    line-height: 5px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-menu {
    padding: 0;
    margin: 20px auto;
    position: relative;
}

.node a {
    color: #414141;
}

.ca-menu .fa-star {
    color: #7bb000;
    font-size: 54px !important;
}

.ca-menu node:hover .ca-icon {
    color: rgb(50, 47, 48);
    opacity: 0.7;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}

.fa-star {
    color: #f2e50e;
    font-size: 39px !important;
}

.ca-icon {
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 54px !important;
    color: #7bb000;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
    line-height: 150px;
    position: relative;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.HomePageThumbnails {
    position: relative;
    float: left;
    width: 380px;
    height: 218px;
}

.HomePageThumbnails1 {
    position: relative;
    float: left;
    width: 380px;
    height: 218px;
}

.divdir {
    direction: ltr;
    text-align: left;
}

.divdir1 {
    direction: ltr;
    text-align: left;
}
/*-----Inline Style------*/

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    /*z-index: 10000;*/
    direction: ltr;
}

    .navbar-inverse .navbar-nav > li > a {
        font-size: 14pt;
        font-weight: bold;
    }

ul#headermenu li {
    position: relative;
    top: 1px;
    list-style: none;
    color: #454646;
    display: inline;
    /*padding: 5px 2px 2px 2px;*/
    float:right;
}

    ul#headermenu li a {
        color: #000;
        text-decoration: none;
    }

    ul#headermenu li .login {
        position: absolute;
        top: 0px;
        float: right;
        right: 70%;
    }

ul#headersubmenu li {
    position: relative;
    top: 1px;
    list-style: none;
    color: #454646;
    display: inline;
    padding: 5px 2px 2px 2px;
    float: right;
}

#quickaccess {
    position: absolute;
    float: left;
    top: 0%;
    left: 5%;
    width: 50%;
    padding-top: 1%;
}

    #quickaccess li {
        position: relative;
        top: 1px;
        list-style: none;
        color: black;
        display: inline;
        padding: 5px 2px 2px 2px;
    }

        #quickaccess li a {
            color: #1B6E6B;
            text-decoration: none;
        }

.topbarpadding {
    margin-left: 5px;
}

    .topbarpadding > li > a {
        /*padding:18px 15px 0px 15px;*/
    }

.fa-facebook, .fa-twitter, .fa-instagram, .fa-rss, .fa-whatsapp, .fa-google {
    /*color:#B14098;*/
    /*color:#7BB000;*/
    color: #ffffff;
    font-size: 18pt !important;
    /*background-color: #c46e11;*/
    border-radius: 24px;
}

.fa-facebook {
    padding-left:15px;
    padding-right:15px;
}

.fa-envelope, .fa-lock, .fa-mobile {
    color:#1B6E6B;
    font-size:12pt;
}

.socialmedialogin .fa-facebook {
    font-size: 16pt !important;
    background-color: #48649F !important;
    padding-left:15px !important;
    padding-right:15px !important;
}

.socialmedialogin .fa-google {
    font-size: 16pt !important;
    border-radius:32px !important;
    background-color: #4285F4 !important;*/
}

.socialmedialogin .fa-twitter {
    font-size: 16pt !important;
    background-color: #1DA1F2 !important;
}

.SocialLinks > li {
    display: inline-block;
    list-style-type: none;
    right: 3%;
    position: relative;  
    padding: 0px 10px 0px 10px;
}

#PaymentLogos > li {
    display: inline-block;
    list-style-type: none;
}

/*.footerlinks > li {
    list-style-type: none;
    direction: ltr;
    padding: 2px;
}

    .footerlinks > li > a {
        color: whitesmoke;
        text-decoration: none;
    }

        .footerlinks > li > a:hover {
            color: #4B4B4B;
            text-decoration: none;
        }*/

.footerlinkscontainer {
    margin: 0px auto !important;
    background-color: #f5f4f4;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.footerlinks {
    width:90%;
    text-align:center;
    /*height:60px;*/
    margin:0px auto;
}

.footerlinks > li {
    list-style-type: none;
    direction: ltr;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    text-align: center;
/*    display:inline;
    width:15%;
*/}

.footerlinks p {
    color: #464545;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}

.footerlinks > li > a {
    color: #E38713;
    text-decoration: none;
    font-weight: bolder;
    font-size: 16pt;
}

.footerlinks > li > a:hover {
    color: #4B4B4B;
    text-decoration: none;
}

.miscellaneouscontainer {
    width: 100%;
    height: 140px;
    background-color: #fff;
    padding: 2px;
    margin-top: 2px;
    text-align: center;
}

.container {
    direction: ltr;
    text-align: left;
}

.container-fluid {
    direction: ltr;
    text-align: left;
}

.form-ar {
    direction: ltr;
    text-align: left;
}

.input-group {
    direction: ltr;
}

.ExText {
    position: absolute;
    float: right;
    right: 5%;
    top: 20%;
    color: whitesmoke;
    /*font-family: MOLarabic;*/
    /*font-weight: bold;*/
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    /*opacity: 0.2;*/
    width: 30%;
    min-height: 30%;
    direction: ltr;
}

.TileDescription, .TileHeader {
    position: absolute;
    float: right;
    right: 5%;
    top: 10%;
    color: whitesmoke;
    /*font-family: MOLarabic;*/
    /*font-weight: bold;*/
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    /*opacity: 0.2;*/
    width: 20%;
    direction: ltr;
}

.TileHeader {
    top: 85%;
    width: 4%;
    float: left;
    left: 5%;
    background-color: rgba(246, 79, 148, 0.9);
}

.TileDescription {
    top: 85%;
    width: 55%;
    float: left;
    left: 9%;
}

.bxslider {
    direction: ltr;
}

.PartnersTicker div {
    display: block;
    height: 200px;
    width: 100%;
}

.bannerdirection {
    direction: ltr;
}

.staticbannerdirection {
    direction: ltr;
    padding-right: 78px;
}

.tbl th {
    text-align: left;
}

.headermenupos {
    float: right;
}

.headermenupos1 {
    float: right;
    right: 70px;
    z-index: 999;
    display: none;
}

.welcomeMsg {
    float: left;
}

.divpos {
    position: relative;
    float: left;
}

.calpos {
    position: relative;
    float: left;
}

.calstyle {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.calstyle1 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.paggingdivpos {
    float: left;
    left: 0%;
}

.paggingdivpos1 {
    float: right;
    right: 2%;
    padding-right: 30px;
}

.taxpos {
    float: right;
    right: 8%;
}

.productthumblinks {
    text-align: left;
}

.linkpos {
    float: left;
    left: 7%;
 }

.linkpos1 {
    float: left;
    padding-right: 4px;
}

.row {
    direction: ltr;
    text-align: left;
}

.nav-tabs > li {
    float: left;
}

.panel {
    border: 1px solid rgba(211, 211, 211, 0.24);
    text-align: center;
    width: 150px;
    height: 150px;
    position: relative;
    float: right;
    right: 8%;
    padding-top: 40px;
}

.ratttingpos {
    direction: ltr;
    text-align: left;
}

/*----------------------*/
.PriceTag {
    background-color: #91278F !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    color: whitesmoke;
    font-size: 16pt;
    -webkit-print-color-adjust: exact;
}

.hrform {
    background-image: url(../../images/HRformBg1.jpg);
    width: 1140px;
    height: 491px;
    padding-top: 80px;
    padding-right: 110px;
    padding-left: 110px;
}

    .hrform h2 {
        font-family: Frutiger LT Arabic;
        font-weight: normal;
        font-size: 24pt;
        color: #444444;
    }

    .hrform p {
        font-family: Frutiger LT Arabic;
        font-size: 15pt;
        color: #444444;
    }

.aboutus p, h4, h3, h2 {
    color: #58585a;
}

.aboutus span {
    padding-bottom: 10px;
    color: #58585a;
    font-weight: bold;
    font-size: 12pt;
}

.aboutustext {
    border-right: solid 2px #58585a;
    padding-right: 4%;
}

.aboutusheadlines {
    padding-left: 6%;
    vertical-align: middle;
    padding-top: 7%;
}

.mainContainer {
    background: url('../../images/AboutusBG_en.jpg');
    min-height: 1762px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media print {
    .myDivToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }

    .PriceTag {
        background-color: #91278F !important;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
        color: whitesmoke;
        font-size: 16pt;
        -webkit-print-color-adjust: exact;
    }
}

.addtocart .btn {
    color: whitesmoke;
    background-color: #454646;
}

    .addtocart .btn:hover {
        color: whitesmoke;
        background-color: #454646;
    }


.addtocartmbl .btn {
    color: whitesmoke;
    background-color: #A22876;
    display: none;
}

    .addtocartmbl .btn:hover {
        color: whitesmoke;
        background-color: #B14098;
    }

#pricetag {
    display: block;
}

.PayFortLogo {
    width: 50%;
    height: 50%;
}

.ShowMenu {
    display: block !important;
}

.HideMenu {
    display: none !important;
}

.DeclinedPaymentMessage {
    position: absolute;
    top: 0;
    direction: ltr;
    background-color: gold;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

.ContainerTop {
    margin-top: 100px;
}

.SliderImage {
    /*width:200px;
    height:220px;*/
    width: 100%;
    height: 100%;
    max-height: 280px;
}

.accordion1 {
    /*background-color: #fff;*/
    color: #454646;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24pt;
    font-weight: bold;
    transition: 0.4s;
}

    .active1, .accordion1:hover {
        background-color: #fff;
    }

    .accordion1:after {
        content: '\002B';
        color: #454646;
        font-weight: bold;
        float: right;
        margin-right: 5px;
        font-size: 19px;
        border: 1px solid #1B6E6B;
    }

.active1:after {
    content: "\2212";
}

.panel1 {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 60%;
}



.blinking {
    animation: blinkingText 1.2s infinite;
}

.countercontainer {
    position: absolute;
    top: -7px;
    left: 55%;
    /*background-color: #F48531;
    opacity: 0.7;*/
    border-radius: 50%;
    width: 10px;
    height: -1px;
    text-align: center;
    vertical-align: top;
    color: red;
    font-weight: bold;
    font-size: 10pt;
    padding-right: 13px;
    padding-left: 6px;
}

.pointscontainer {
    position: absolute;
    top: -4px;
    left: 76%;
    width: 10px;
    height: -1px;
    text-align: center;
    vertical-align: top;
    color: red;
    font-weight: bold;
    font-size: 11pt;
}



.PriceSliderContainer {
    position: relative;
    top: 54px;
    left: 120px;
    width: 50%;
    z-index: 99;
}

.PriceSliderProduct {
    position: relative;
    top: 25px;
    left: 5px;
    width: 50%;
    z-index: 99;
}

.ClearFilter {
    height: 25px !important;
    position: relative;
    float: right;
    top: -6px;
    font-size: 9pt;
    font-weight: bold;
    color: #454646;
    right: -12%;
    line-height: 13px;
}

.PriceRangeLable {
    border: 0;
    color: #1c7471;
    font-weight: normal;
    font-size: 12px;
    width: 100px !important;
    background-color: transparent;
}

.mobileheaderlang {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 999 !important;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

.navbar-collapse.in {
    overflow-y: auto !important;
}

.navbar-toggle {
    left: 50px;
}

.wishlist {
    position: relative;
    float: left;
    left: 52%;
    top: 6px;
}

.homepc {
    position:absolute; 
    float:left;
    left:10%;
    top:6%;
}

.mycart {
    position: relative;
    float: left;
    left: 55%;
    top: 6px;
}

.language {
    position: relative;
    top: -15px;
    padding-bottom: 10px;
    font-weight: 200;
    left: 15%;
}

    .language a {
        color: #58595b !important;
    }

.marker {
    position: relative;
    float: left;
    left: 85%;
    top: 6px;
}

.mypoints {
    position: relative;
    float: left;
    left: 40%;
    top: 6px;
}

.navbar-nav {
    float: none !important;
    margin: 2.5px 11%;
    position: relative;
    left: 17%;
}

.navbar-nav-style {
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
}

#menubg .dropdown {
    /*border-top: 1px solid #eeeeee !important;*/
    width: 10%;
}

/*#menubg .dropdown > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-right-color: #ccc;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
}*/

#menubg .dropdown:hover > a:after {
    border-left-color: #fff;
}

#menubg .dropdown .dropdown-menu li {
    /*border-top: 1px solid #eeeeee !important;*/  
    padding-top:5px;
    padding-bottom:5px; 
    min-width: 150px;
}

.helpandinquiry {
    /*border-left: 2px solid #ffffff;*/
    border-right: 2px solid #e9e9e9;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    margin-top: 5px;
}

.sociallogindialog {
    border-left:solid 1px #cecece;
    top:5%;
}

.searchcontainer {
    display:none;
    position:relative;
    float: left;
    left: 0.5%;
    top:-1px;
    width:99%;
    z-index: 997;
}

.searchdropdownbutton {
    position: absolute;
    float: right;
    right: 0px;
    /*top:10px;*/
    font-weight: 600;
    width: 28px;
    height: 31px;
    background-color: #e9e9e9;
    border: solid 1px #000000;
    /*    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
    text-align: center;
    padding-top: 6px;
    z-index: 999;
}

.searchdropdown {
    display: inline-block;
    list-style: none;
    width: 100%;
    height: 50px auto;
    max-height: 500px;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
    margin-top: 0px !important;
}

.searchdropdown li a {
    color: #c46e11 !important;
    text-decoration:none;    
}

.searchdropdown li a i {
    color: #000;
}

input[name="product_name"] {
    padding-left: 30px;
}

.SearchButtonContainer {
    position: relative;
    float: left;
    left: 2px;
    width: 30%;
    padding: 0px 3px 0px 3px;
    border: solid 1px #000000;
    height: 30px;
    z-index: 998;
    /*    background-image: url('../images/search2.png');
    background-repeat: no-repeat;*/
    background-color: #000000;
}

.SearchButtonContainer i {
    color: #fff;
    font-size: 12pt;
}

.SearchButtonContainer span {
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
}

.navbar-fixed-top {
    background-color: #fff;
}

.slidersection {
    width: 100%;
    margin: auto;
}

.MainBanner {
    background-color: #f5f4f4;
    /*border: solid 10px;*/
    margin-top: 35px;
    margin-left: 0px;
}

/*.wishlistbtnbg {
    position: relative;
    float: left;
    left: 1%;
    background-color: #f5f4f4;
    width: 15% !important;
    border-radius: 50%;
    padding-top: 9px;
    padding-bottom: 3px;
    padding-left: 11px
}*/

.wishlistbtncaption {
    position: relative;
    float: left;
    left: 5%;
    width: 50% !important;
    padding-top: 15px;
    font-size: 14pt;
}

.container #CartItmDltBtn {
    position: relative;
    float: right;
}

.CartSbmtBtn {
    width: 75%;
    margin: 0px auto;
    background-color: #61d66a;
    color: #fff;
    font-size: 18pt;
}

    .CartSbmtBtn:hover {
        background-color: #454646;
        color: #fff;
    }

#VideosContainer {
    background-color: #f5f4f4;
    padding: 10px 3px 10px 3px;
}

.PaymentsSections {
    border-left: solid 1px #c1c1c1;
    padding-left: 10px;
}


.PaymentsSectionLabel {
    padding: 10px 5px 0px 0px !important;
    position: relative;
    float: left;
    left: -17px;
    top: 10px;
}

.logincontainer {
    width: 55%;
    margin: 0px auto;
    padding: 20px 0px 20px 0px;
}

.UserProfileContainer {
    background-color: #f4f5f5;
    padding: 50px 50px 30px 50px;
}

.UserProfileBackground {
    position: absolute;
    float: right;
    right: 13%;
    top: 50%;
}

.UserProfileBackgroundMsg {
    position: absolute;
    float: right;
    right: 18%;
    top: 29%;
    text-align: center;
}

.ContactUsContainer {
    background-color: #f4f5f5;
    padding: 5px 20px 5px 20px;
}

.mapouter {
    overflow: hidden;
    height: 280px;
    width: 500px;
}

.sociallinkscontainer {
    margin: 0px auto;
    width: 90%;
    /*position: relative;*/
}

.sidenavcontainer {
    z-index: 999;
}

.shareit {
    position: fixed;
    top: 41%;
    right: 0%;
    z-index: 999;
}

.shareit a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    text-decoration: none;
}

.shareit a:hover {
    opacity: 1;
}

.StoreLocatorBig {
    position: fixed;
    float: left;
    left: 19%;
    top: 12%;
    border: solid 2px #808080;
    padding: 10px;
    z-index: 999;
    background-color: transparent;
    background-image: url('../images/Popupdesktop.jpg');
    background-repeat: no-repeat;
    border-radius: 28px 28px;
    opacity: 0.94;
    min-width: 1200px;
    /*min-height: 600px;*/
    min-height: 700px;
    font-size: 18pt;
    text-align: right;
    padding: 10px;
    box-shadow: #686868 3px 3px 13px 2px;
    display: none;
}

.StoreLocatorBig_Close {
    text-align: center;
    position: absolute;
    float: right;
    right: -17px;
    top: 22px;
}

.StoreLocatorBig_Text {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    top: 60px;
    right: 31%;
}

@media screen and (min-width: 1367px) {

    .container {
        max-width: 1267px !important;
    }

    .logo {
        position: absolute;
        margin: 0px auto;
        top: 15%;
        left: 43%;
        max-width: 290px;
    }

        .logo img {
            width: 65%;
            height: 40%;
            /*box-shadow: 0 0 5px #ccc;*/
        }

    .navtop {
        /*background-color: #F64F94;*/
        color: #000;
        height: 10%;
        font-size: 9pt;
        padding: 10px;
        border-top: solid 10px #f5f4f4;
    }

    .navbar-nav {
        float: none !important;
        margin: 2.5px 7%;
        position: relative;
        left: 17%;
    }

    #mainmenu {
        position: relative;
        top: 45px;
        height: 50px !important;
        max-height: 50px;
        color: whitesmoke;
        background-color: #c4ca2b;
    }

        #mainmenu a {
            color: whitesmoke;
        }

        #mainmenu li ul li a {
            color: #322F30;
        }

    #menubg {
        min-height: 55px;
        background-color: #ffffff;
/*        border-top: solid 1px #e9e9e9;
        border-bottom: solid 1px #e9e9e9;
*/        /*        width: 25%;
        top:45px;
        left:10px;      
        position:relative;
        overflow-x:hidden !important;
        border: 1px solid #e9e9e9;*/
    }

        #menubg ul li a {
            color: #464545 !important;
        }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/*    .dropdown-submenu > .dropdown-menu {
        top: 0;
        margin-top: 26px;
        -webkit-border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        width:100%;
    }*/

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 4px;
        margin-left: -1px;
        -webkit-border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        width: 100%;
    }

    .dropdown-submenu > .dropdown-menu li {
        border-top: 1px solid #eeeeee;
    }

    .Registration {
        float: left;
        position: absolute;
        left:18%;
        top: 0%;
    }

    .cat1 {
        width: 52%;
        padding-left: 1px;
        padding-right: 0px;
    }

    .cat2 {
        width: 48%;
        padding-right: 3px;
        padding-left: 0px;
    }

    .cat3 {
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 3px;
    }

    .cat4 {
        padding-left: 0px;
        padding-right: 2px;
        padding-top: 3px;
    }

    .cat5 {
        padding-left: 2px;
        padding-right: 3px;
        padding-top: 3px;
    }

    .cat6 {
        width: 100%;
        padding-right: 14px;
    }

    .picframe {
        float: left;
        /*left: 30px;
    border: solid 2px white;
    box-shadow: 0 0 5px #ccc;
    padding: 7px 5px 0px 5px;*/
    }

        .picframe img {
            width: 100%;
            height: 97%;
        }

    .form-control {
        width: 40%;
        display: inline-block;
    }

    .ExText, .TileDescription {
        font-size: 12pt;
    }

    .bx-caption {
        font-size: 14pt;
    }

    .searchbox {
        position: absolute;
        top: 20%;
        float: left;
        left: 6%;
        margin: auto 0px;
        z-index: 55;
        padding-top: 0.7%;
        width: 20%;
    }

    .searchbox1 {
        display: none;
    }

    .searchtext {
        position: relative;
        float: right;
        width: 70%;
        height: 30px;
        border: 1px solid #000000;
        border-left: none;
        text-align: left;
        padding: 3px;
        /*box-shadow: 0 0 5px #ccc;*/
        background-color: rgba(255, 255, 255, 0.90);
        font-size: 13pt;
        /*        border-radius: 12px;
        right:100px;      
*/
        z-index: 998;
    }

    datalist {
        width: 500px !important;
    }

    datalist option {
        width: 500px !important;
    }

    .searchbutton {
/*        position: absolute;
        float: right;*/
        width: 30px;
        height: 30px;
        border: none;
        background-color: rgba(246, 79, 148, 0);
        /*right: 100px;*/
    }

    .registertext {
        position: relative;
        float: right;
        /*right: 33.5%;*/
        display: inline-block;
        height: 30px;
        width: 65%;
        text-align: left;
        border: solid 2px #c1c1c1;
        color: #464545;
        background-image: url(../images/NewsletterBg.png);
        background-repeat: no-repeat;
    }

    .registerbutton {
        position: relative;
        float: right;
        right: 0;
        /*top: -1px;*/
        background-color: rgba(255, 255, 255, 0.9);
        color: #464545;
        font-size: 12pt;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        width: 117px;
        height: 30px;
        background-image: url(../images/search2.png);
        background-repeat: no-repeat;
    }

    #quickaccess {
        position: absolute;
        top: 0;
        float: left;
        left: 0%;
        margin: auto 0px;
        z-index: 55;
        padding-top: 1%;
        width: 40%;
    }

    .productslist {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
        width: 75%;
    }

    .productslist1 {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
    }

    .ca-menu .node {
        width: 19%;
        height: 135px;
        overflow: hidden;
        position: relative;
        float: left;
        background: #fff;
        margin-right: 6px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        border-right: 1px dashed #dad9d9;
        margin-top: 3%;
    }

    .SideLogo {
        position: relative;
        float: left;
        left: 8px;
        top: 0px;
        z-index: 999;
        display: none;
    }

    .SideLogoMobile {
        position: relative;
        float: left;
        left: 35px;
        top: 0px;
        z-index: 999;
        display: none;
    }

    /*-----Side Menu-------*/
    .sidenavcontainer {
        position: relative;
        float: left;
        padding-right: 5px;
        width: 100%;
    }

    .sidenav {
        height: 100%;
        width: 100%;
        /*position: fixed;*/
        z-index: 1;
        top: 0;
        right: 0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
        /*border-top: solid 5px #e9e9e9;*/
    }

        .sidenav a {
            padding: 0px 0px 9px 4px;
            text-decoration: none;
            font-size: 18px;
            color: #000;
            display: block;
            transition: 0.3s;
             background: #fff;
        }

            .sidenav a:hover, .offcanvas a:focus {
                color: #E38713;
                background-color: #f5f4f4;
            }

        .sidenav hr {
            padding: 0px;
            margin: 0px;
        }

        .sidenav .closebtn {
            position: relative;
            /*top: 0;*/
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .closebtn, .openbutton {
        display: none !important;
    }

    /*-----Side Menu------*/


    #mosratedonpc {
        display: block;
    }

    #mostratedonmobile {
        display: none;
    }

    .PCOnly {
        display: block;
    }

    .mobileonly {
        display: none;
    }

    .slidercontainer {
        padding-top: 2.7%;
    }

    .PopUpDialogePC {
        display: block !important;
    }

    .PopUpDialogeMobile {
        display: none !important;
    }

    /*For Mega Menu*/

    .mega-dropdown {
        position: static !important;
        float: left !important;
    }

    .mega-dropdown-menu {
        background-color: #fff;
        padding: 20px 0px;
        /*width: 100%;*/
        box-shadow: none;
        -webkit-box-shadow: none;
        font-size: 10pt;
        /*-webkit-transition: 0.2s 1s;
    -moz-transition: 0.2s 1s;
    -o-transition: 0.2s 1s;
    transition: 0.2s 1s;*/
    }

        .mega-dropdown-menu > li > ul {
            padding: 0;
            margin: 0;
        }

            .mega-dropdown-menu > li > ul > li {
                list-style: none;
                width: 25%;
            }

        .mega-dropdown-menu li {
            padding: 3px;
            display: block;
            padding: 3px 20px;
            line-height: 1.2;
            color: #B14098;
            white-space: normal;
            font-size: 13pt;
        }

        .mega-dropdown-menu hr {
            margin: 4px !important;
            border-top: 1px solid #eeeeee;
        }

    .MenuHeading p {
        text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        margin-bottom: 2px !important;
        font-size: 14pt;
        color: #464545;
        min-width: 100px;
    }

    .rtl-col-sm-4 {
        /*float: right !important;*/
        width: 17%;
    }

    .carouselalignment {
        height: 300px;
        float: right;
    }
    /*Mega Menu End*/

    .wishlistbtnbg {
        position: relative;
        float: left;
        left: 1%;
        background-color: #f5f4f4;
        /*width: 15% !important;*/
        border-radius: 50%;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 7px
    }

    .UserProfileBackground {
        position: absolute;
        float: right;
        right: 13%;
        top: 50%;
    }
}

@media screen and (min-width: 1467px) and (max-width: 1566px) {

    .container {
        max-width: 1267px !important;
    }

    .logo {
        position: absolute;
        margin: 0px auto;
        top: 15%;
        left: 45%;
        max-width: 290px;
    }

        .logo img {
            width: 65%;
            height: 40%;
            /*box-shadow: 0 0 5px #ccc;*/
        }

    .quickaccess2 {
        right: 5% !important;
    }

    .searchbox {
        position: absolute;
        top: 20%;
        float: left;
        left: 6%;
        margin: auto 0px;
        z-index: 55;
        padding-top: 0.7%;
        width: 18%;
    }

    .searchbox1 {
        display: none;
    }

    .searchtext {
        position: relative;
        float: right;
        width: 70%;
        height: 30px;
        border: 1px solid #000000;
        border-left: none;
        text-align: left;
        padding: 3px;
        /*box-shadow: 0 0 5px #ccc;*/
        background-color: rgba(255, 255, 255, 0.90);
        font-size: 13pt;
        /*        border-radius: 12px;
        right:100px;
*/
        z-index: 998;
    }

    datalist {
        width: 500px !important;
    }

    datalist option {
        width: 500px !important;
    }

    .searchbutton {
/*        position: absolute;
        float: right;*/
        width: 30px;
        height: 30px;
        border: none;
        background-color: rgba(246, 79, 148, 0);
        border-radius: 2px;
        /*right: 100px;*/
    }

    .registertext {
        position: relative;
        float: right;
        /*right: 33%;*/
        display: inline-block;
        height: 30px;
        width: 65%;
        text-align: left;
        border: solid 2px #c1c1c1;
        color: #464545;
        background-image: url(../images/NewsletterBg.png);
        background-repeat: no-repeat;
    }

    .registerbutton {
        position: relative;
        float: right;
        right: 0;
        /*top: -1px;*/
        background-color: rgba(255, 255, 255, 0.9);
        color: #464545;
        font-size: 12pt;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        width: 117px;
        height: 30px;
        background-image: url(../images/search2.png);
        background-repeat: no-repeat;
    }

    #quickaccess {
        position: absolute;
        top: 0;
        float: left;
        left: 0%;
        margin: auto 0px;
        z-index: 55;
        padding-top: 1%;
        width: 40%;
    }


    #mosratedonpc {
        display: block;
    }

    #mostratedonmobile {
        display: none;
    }


    .PCOnly {
        display: block;
    }

    .mobileonly {
        display: none;
    }

    .slidercontainer {
        padding-top: 2.1%;
    }

    .PopUpDialogePC {
        display: block !important;
    }

    .PopUpDialogeMobile {
        display: none !important;
    }

    /*For Mega Menu*/

    .mega-dropdown {
        position: static !important;
        float: left !important;
    }

    .mega-dropdown-menu {
        background-color: #fff;
        padding: 20px 0px;
        /*width: 100%;*/
        box-shadow: none;
        -webkit-box-shadow: none;
        font-size: 10pt;
        /*-webkit-transition: 0.2s 1s;
    -moz-transition: 0.2s 1s;
    -o-transition: 0.2s 1s;
    transition: 0.2s 1s;*/
    }

        .mega-dropdown-menu > li > ul {
            padding: 0;
            margin: 0;
        }

            .mega-dropdown-menu > li > ul > li {
                list-style: none;
                width: 25%;
            }

        .mega-dropdown-menu li {
            padding: 3px;
            display: block;
            padding: 3px 20px;
            line-height: 1.2;
            color: #B14098;
            white-space: normal;
            font-size: 13pt;
        }

        .mega-dropdown-menu hr {
            margin: 4px !important;
            border-top: 1px solid #eeeeee;
        }

    .MenuHeading p {
        text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        margin-bottom: 2px !important;
        font-size: 14pt;
        color: #464545;
        min-width: 100px;
    }

    .rtl-col-sm-4 {
        /*float: right !important;*/
        width: 17%;
    }

    .carouselalignment {
        height: 300px;
        float: right;
    }
    /*Mega Menu End*/

    .navtop {
        /*background-color: #F64F94;*/
        color: #000;
        height: 10%;
        font-size: 9pt;
        padding: 10px;
        border-top: solid 10px #f5f4f4;
    }

    .wishlistbtnbg {
        position: relative;
        float: left;
        left: 1%;
        background-color: #f5f4f4;
        /*width: 15% !important;*/
        border-radius: 50%;
        padding-top: 7px;
        padding-bottom: 1px;
        padding-left: 9px
    }

    .navbar-nav {
        float: none !important;
        margin: 2.5px 8.5%;
        position: relative;
        left: 17%;
    }

    .UserProfileBackground {
        position: absolute;
        float: right;
        right: 7%;
        top: 39.5%;
    }

}

@media screen and (min-width: 1567px) and (max-width: 2100px) {

    .container {
        max-width: 1290px !important;
    }

    .logo {
        position: absolute;
        margin: 0px auto;
        top: 15%;
        left: 49%;
        max-width: 290px;
    }

        .logo img {
            width: 65%;
            height: 40%;
            /*box-shadow: 0 0 5px #ccc;*/
        }

    .quickaccess2 {
        right: 10% !important;
    }

    .searchbox {
        position: absolute;
        top: 20%;
        float: left;
        left: 12.3%;
        margin: auto 0px;
        z-index: 55;
        padding-top: 0.7%;
        width: 18%;
    }

    .searchbox1 {
        display: none;
    }

    .searchtext {
        position: relative;
        float: right;
        width: 70%;
        height: 30px;
        border: 1px solid #000000;
        border-left: none;
        text-align: left;
        padding: 3px;
        /*box-shadow: 0 0 5px #ccc;*/
        background-color: rgba(255, 255, 255, 0.90);
        font-size: 13pt;
        /*        border-radius: 12px;
        right:100px;
*/
        z-index: 998;
    }

    datalist {
        width: 500px !important;
    }

    datalist option {
        width: 500px !important;
    }

    .searchbutton {
/*        position: absolute;
        float: right;*/
        width: 30px;
        height: 30px;
        border: none;
        background-color: rgba(246, 79, 148, 0);
        /*right: 100px;*/
    }

    .registertext {
        position: relative;
        float: right;
        /*right: 33%;*/
        display: inline-block;
        height: 30px;
        width: 65%;
        text-align: left;
        border: solid 2px #c1c1c1;
        color: #464545;
        background-image: url(../images/NewsletterBg.png);
        background-repeat: no-repeat;
    }

    .registerbutton {
        position: relative;
        float: right;
        right: 0;
        /*top: -1px;*/
        background-color: rgba(255, 255, 255, 0.9);
        color: #464545;
        font-size: 12pt;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        width: 117px;
        height: 30px;
        background-image: url(../images/search2.png);
        background-repeat: no-repeat;
    }

    #quickaccess {
        position: absolute;
        top: 0;
        float: left;
        left: 0%;
        margin: auto 0px;
        z-index: 55;
        padding-top: 1%;
        width: 40%;
    }


    #mosratedonpc {
        display: block;
    }

    #mostratedonmobile {
        display: none;
    }

    .PCOnly {
        display: block;
    }

    .mobileonly {
        display: none;
    }

    .slidercontainer {
        padding-top: 2.1%;
    }

    .PopUpDialogePC {
        display: block !important;
    }

    .PopUpDialogeMobile {
        display: none !important;
    }

    /*For Mega Menu*/

    .mega-dropdown {
        position: static !important;
        float: left !important;
    }

    .mega-dropdown-menu {
        background-color: #fff;
        padding: 20px 0px;
        /*width: 100%;*/
        box-shadow: none;
        -webkit-box-shadow: none;
        font-size: 10pt;
        /*-webkit-transition: 0.2s 1s;
    -moz-transition: 0.2s 1s;
    -o-transition: 0.2s 1s;
    transition: 0.2s 1s;*/
    }

        .mega-dropdown-menu > li > ul {
            padding: 0;
            margin: 0;
        }

            .mega-dropdown-menu > li > ul > li {
                list-style: none;
                width: 25%;
            }

        .mega-dropdown-menu li {
            padding: 3px;
            display: block;
            padding: 3px 20px;
            line-height: 1.2;
            color: #B14098;
            white-space: normal;
            font-size: 13pt;
        }

        .mega-dropdown-menu hr {
            margin: 4px !important;
            border-top: 1px solid #eeeeee;
        }

    .MenuHeading p {
        text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        margin-bottom: 2px !important;
        font-size: 14pt;
        color: #464545;
        min-width: 100px;
    }

    .rtl-col-sm-4 {
        /*float: right !important;*/
        width: 17%;
    }

    .carouselalignment {
        height: 300px;
        float: right;
    }
    /*Mega Menu End*/

    .navtop {
        /*background-color: #F64F94;*/
        color: #000;
        height: 10%;
        font-size: 9pt;
        padding: 10px;
        border-top: solid 10px #f5f4f4;
    }

    .wishlistbtnbg {
        position: relative;
        float: left;
        left: 1%;
        background-color: #f5f4f4;
        /*width: 15% !important;*/
        border-radius: 50%;
        padding-top: 9px;
        padding-bottom: 3px;
        padding-left: 10px
    }

    .navbar-nav {
        float: none !important;
        margin: 2.5px 13%;
        position: relative;
        left: 17%;
    }

    .UserProfileBackground {
        position: absolute;
        float: right;
        right: 10%;
        top: 34.7%;
    }
}

@media screen and (min-width: 1873px) and (max-width: 2100px) {

    .container {
        max-width: 1425px !important;
    }

    .logo {
        position: absolute;
        margin: 0px auto;
        top: 15%;
        left: 49%;
        max-width: 290px;
    }

        .logo img {
            width: 65%;
            height: 40%;
            /*box-shadow: 0 0 5px #ccc;*/
        }

    .quickaccess2 {
        right: 10% !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 2.5px 13%;
        position: relative;
        left: 17%;
    }

    .UserProfileBackground {
        position: absolute;
        float: right;
        right: 13%;
        top: 31.7%;
    }
}


@media screen and (min-width: 1067px) and (max-width: 1366px) {

    .container {
        max-width: 1067px !important;
    }

    .sociallinkscontainer {
        margin: 0px auto;
        width: 86%;
    }

    /*For lightbox*/
    .enalrgeImage {
        position: absolute;
        top: -4%;
        right: 7%;
    }
    /*End of light Box*/
    .profile-submenu .divider {
        margin-top: 2px !important;
    }

    .detail-payments {
        /*margin-right: 41%;*/
        margin-top: -34%;
        width: 52%;
        height: auto;
    }

    .logo {
        position: absolute;
        margin: 0px auto;
        top: 15%;
        left: 44%;
        max-width: 290px;
    }

        .logo img {
            width: 65%;
            height: 40%;
            /*box-shadow: 0 0 5px #ccc;*/
        }

    .quickaccess2 {
        right: 4% !important;
    }

    .navtop {
        /*background-color: #F64F94;*/
        color: #000;
        height: 10%;
        font-size: 9pt;
        padding: 10px;
        border-top: solid 10px #f5f4f4;
    }

    .navbar-nav {
        float: none !important;
        margin: 2.5px 7%;
        position: relative;
        left: 17%;
    }

    #mainmenu {
        position: relative;
        top: 45px;
        height: 48px !important;
        max-height: 50px;
        color: whitesmoke;
        background-color: #c4ca2b;
    }

        #mainmenu a {
            color: whitesmoke;
        }

        #mainmenu li ul li a {
            color: #322F30;
        }

    #menubg {
        min-height: 55px;
        background-color: #ffffff;
/*        border-top: solid 1px #e9e9e9;
        border-bottom: solid 1px #e9e9e9;
*/        /*        width: 25%;
        top:45px;
        left:10px;      
        position:relative;
        overflow-x:hidden;*/
    }

        #menubg ul li a {
            color: #464545 !important;
        }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    #quickaccess {
        position: absolute;
        float: left;
        top: 0;
        left: 0% !important;
        width: 50%;
        padding-top: 1%;
        width: 40%;
    }

/*    .dropdown-submenu > .dropdown-menu {
        top: 0;
        margin-top: 26px;
        -webkit-border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        width: 100%;
    }*/

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 4px;
        margin-left: -1px;
        -webkit-border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        width: 100%;
    }

        .dropdown-submenu > .dropdown-menu li {
            border-top: 1px solid #eeeeee;
        }

    .Registration {
        float: left;
        position: absolute;
        left: 18%;
        top: 0%;
    }

    .cat1 {
        width: 52%;
        padding-left: 1px;
        padding-right: 0px;
    }

    .cat2 {
        width: 48%;
        padding-right: 3px;
        padding-left: 0px;
    }

    .cat3 {
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 3px;
    }

    .cat4 {
        padding-left: 0px;
        padding-right: 2px;
        padding-top: 3px;
    }

    .cat5 {
        padding-left: 2px;
        padding-right: 3px;
        padding-top: 3px;
    }

    .cat6 {
        width: 100%;
        padding-right: 14px;
    }

    .picframe {
        float: left;
        /*left: 30px;
    border: solid 2px white;
    box-shadow: 0 0 5px #ccc;
    padding: 7px 5px 0px 5px;*/
    }

        .picframe img {
            width: 100%;
            height: 97%;
        }

    .form-control {
        width: 40%;
        display: inline-block;
    }

    .ExText, .TileDescription {
        font-size: 12pt;
    }

    .bx-caption {
        font-size: 14pt;
    }

    .searchbox {
        position: absolute;
        top: 20%;
        float: left;
        left: 6%;
        margin: auto 0px;
        z-index: 55;
        padding-top: 0.7%;
        width: 20%;
    }

    .searchbox1 {
        display: none;
    }

    .searchtext {
        position: relative;
        float: right;
        width: 70%;
        height: 30px;
        border: 1px solid #000000;
        border-left: none;
        text-align: left;
        padding: 3px;
        /*box-shadow: 0 0 5px #ccc;*/
        background-color: rgba(255, 255, 255, 0.90);
        font-size: 13pt;
        /*        border-radius: 12px;
        right:100px;
*/
        z-index: 998;
    }

    datalist {
        width: 450px !important;
    }

        datalist option {
            width: 450px !important;
        }

    .searchbutton {
        /*        position: absolute;
        float: right;*/
        width: 30px;
        height: 25px;
        border: none;
        background-color: rgba(246, 79, 148, 0);
        /* right: 93px;*/
    }

    .registertext {
        position: relative;
        float: right;
        /*right: 33%;*/
        display: inline-block;
        height: 30px;
        width: 65%;
        text-align: left;
        border: solid 2px #c1c1c1;
        color: #464545;
        background-image: url(../images/NewsletterBg.png);
        background-repeat: no-repeat;
    }

    .registerbutton {
        position: relative;
        float: right;
        right: 0;
        /*top: -1px;*/
        background-color: rgba(255, 255, 255, 0.9);
        color: #464545;
        font-size: 12pt;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        width: 117px;
        height: 30px;
        background-image: url(../images/search2.png);
        background-repeat: no-repeat;
    }

    .productslist {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
        width: 75%;
    }

    .productslist1 {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
    }

    .ca-menu .node {
        width: 19%;
        height: 135px;
        overflow: hidden;
        position: relative;
        float: left;
        background: #fff;
        margin-right: 6px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        border-right: 1px dashed #dad9d9;
    }

    .SideLogo {
        position: relative;
        float: left;
        left: 10px;
        top: 0px;
        z-index: 999;
        display: none;
    }

    .SideLogoMobile {
        position: relative;
        float: left;
        left: 35px;
        top: 0px;
        z-index: 999;
        display: none;
    }

    /*-----Side Menu-------*/
    .sidenavcontainer {
        position: relative;
        float: left;
        padding-right: 5px;
        width: 100%;
    }

    .sidenav {
        height: 100%;
        width: 100%;
        /*position: fixed;*/
        z-index: 1;
        top: 0;
        right: 0;
        /*background-color: #f8f8f8;*/
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
        /*border-top:solid 10px #e9e9e9;*/
        /*border-top: solid 10px #ebe4ea;*/
    }

        .sidenav a {
            padding: 12px 8px 12px 32px;
            text-decoration: none;
            font-size: 18px;
            color: #000;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover, .offcanvas a:focus {
                color: #454646;
                background-color: #f5f4f4;
            }

    .filterpanel {
        border: 1px solid #c6c6c7;
        min-height: 500px;
        margin-bottom: 10px;
        border-radius: 7px;
        padding: 2px;
        height: auto;
    }

    .sidenav hr {
        padding: 0px;
        margin: 0px;
    }

    .sidenav .closebtn {
        position: relative;
        /*top: 0;*/
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .closebtn, .openbutton {
        display: none !important;
    }

    /*-----Side Menu------*/


    #mosratedonpc {
        display: block;
    }

    #mostratedonmobile {
        display: none;
    }

    .PCOnly {
        display: block;
    }

    .mobileonly {
        display: none;
    }

    .slidercontainer {
        padding-top: 3%;
    }

    .PopUpDialogePC {
        display: block !important;
    }

    .PopUpDialogeMobile {
        display: none !important;
    }

    .PaymentlogosPosition {
        position: absolute;
        float: left;
        top: 130px;
        left: 432px;
        width: 35%;
        display: block;
    }

    /*For Mega Menu*/

    .mega-dropdown {
        position: static !important;
        float: left !important;
    }

    .mega-dropdown-menu {
        background-color: #fff;
        padding: 20px 0px;
        /*width: 100%;*/
        box-shadow: none;
        -webkit-box-shadow: none;
        font-size: 10pt;
        /*-webkit-transition: 0.2s 1s;
    -moz-transition: 0.2s 1s;
    -o-transition: 0.2s 1s;
    transition: 0.2s 1s;*/
    }

        .mega-dropdown-menu > li > ul {
            padding: 0;
            margin: 0;
        }

            .mega-dropdown-menu > li > ul > li {
                list-style: none;
                width: 25%;
            }

        .mega-dropdown-menu li {
            padding: 3px;
            display: block;
            padding: 3px 20px;
            line-height: 1.2;
            color: #B14098;
            white-space: normal;
            font-size: 13pt;
        }

        .mega-dropdown-menu hr {
            margin: 4px !important;
            border-top: 1px solid #eeeeee;
        }

    .MenuHeading p {
        text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        margin-bottom: 2px !important;
        font-size: 14pt;
        color: #464545;
        min-width: 100px;
    }

    .rtl-col-sm-4 {
        /*float: right !important;*/
        width: 17%;
    }

    .carouselalignment {
        height: 300px;
        float: right;
    }
    /*Mega Menu End*/

    .wishlistbtnbg {
        position: relative;
        float: left;
        left: 1%;
        background-color: #f5f4f4;
        /*width: 15% !important;*/
        border-radius: 50%;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 4px
    }
}

@media screen and (min-width: 767px) and (max-width: 1066px) {

    .container {
        max-width: 667px !important;
    }

    /*For lightbox*/
    .enalrgeImage {
        position: absolute;
        top: -4%;
        right: 7%;
    }
    /*End of light Box*/
    .profile-submenu .divider {
        margin-top: 2px !important;
    }

    .detail-payments {
    /*margin-right: 41%;*/
    margin-top: -34%;
    width: 52%;
    height: auto;
    }

    .logo {
        position: absolute;
        margin: 0px auto;
        top: 15%;
        left: 41%;
        max-width: 290px;
    }

        .logo img {
            width: 65%;
            height: 40%;
            /*box-shadow: 0 0 5px #ccc;*/
        }

    .quickaccess2 {
        right: 5% !important;
    }

    .navtop {
        /*background-color: #F64F94;*/
        color: #000;
        height: 10%;
        font-size: 9pt;
        padding: 10px;
        border-top: solid 10px #f5f4f4;
    }

    .navbar-nav {
        float: none !important;
        margin: 2.5px 3%;
        position: relative;
        left: 17%;
    }

    #mainmenu {
        position: relative;
        top: 45px;
        height: 48px !important;
        max-height: 50px;
        color: whitesmoke;
        background-color: #c4ca2b;
    }

        #mainmenu a {
            color: whitesmoke;
        }

        #mainmenu li ul li a {
            color: #322F30;
        }

    #menubg {
        min-height: 55px;
        background-color: #ffffff;
/*        border-top: solid 1px #e9e9e9;
        border-bottom: solid 1px #e9e9e9;
*/        /*        width: 25%;
        top:45px;
        left:10px;      
        position:relative;
        overflow-x:hidden;*/
    }

        #menubg ul li a {
            color: #464545 !important;
        }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    #quickaccess {
        position: absolute;
        float: left;
        top: 0;
        left: 0% !important;
        width: 50%;
        padding-top: 1%;
        width: 40%;
    }

/*    .dropdown-submenu > .dropdown-menu {
        top: 0;
        margin-top: 26px;
        -webkit-border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        width:100%;
    }*/

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 4px;
        margin-left: -1px;
        -webkit-border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        width: 100%;
    }

    .dropdown-submenu > .dropdown-menu li {
        border-top: 1px solid #eeeeee;
    }

    .Registration {
        float: left;
        position: absolute;
        left:18%;
        top: 0%;
    }

    .cat1 {
        width: 52%;
        padding-left: 1px;
        padding-right: 0px;
    }

    .cat2 {
        width: 48%;
        padding-right: 3px;
        padding-left: 0px;
    }

    .cat3 {
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 3px;
    }

    .cat4 {
        padding-left: 0px;
        padding-right: 2px;
        padding-top: 3px;
    }

    .cat5 {
        padding-left: 2px;
        padding-right: 3px;
        padding-top: 3px;
    }

    .cat6 {
        width: 100%;
        padding-right: 14px;
    }

    .picframe {
        float: left;
        /*left: 30px;
    border: solid 2px white;
    box-shadow: 0 0 5px #ccc;
    padding: 7px 5px 0px 5px;*/
    }

        .picframe img {
            width: 100%;
            height: 97%;
        }

    .form-control {
        width: 40%;
        display: inline-block;
    }

    .ExText, .TileDescription {
        font-size: 12pt;
    }

    .bx-caption {
        font-size: 14pt;
    }

    .searchbox {
        position: absolute;
        top: 20%;
        float: left;
        left: 6%;
        margin: auto 0px;
        z-index: 55;
        padding-top: 0.7%;
        width: 23%;
    }

    .searchbox1 {
        display: none;
    }

    .searchtext {
        position: relative;
        float: right;
        width: 70%;
        height: 30px;
        border: 1px solid #000000;
        border-left: none;
        text-align: left;
        padding: 3px;
        /*box-shadow: 0 0 5px #ccc;*/
        background-color: rgba(255, 255, 255, 0.90);
        font-size: 13pt;
        /*        border-radius: 12px;
        right:100px;
*/
        z-index: 998;
    }

    datalist {
        width: 450px !important;
    }

    datalist option {
        width: 450px !important;
    }

    .searchbutton {
/*        position: absolute;
        float: right;*/
        width: 30px;
        height: 25px;
        border: none;
        background-color: rgba(246, 79, 148, 0);
       /* right: 93px;*/
    }

    .registertext {
        position: relative;
        float: right;
        /*right: 33%;*/
        display: inline-block;
        height: 30px;
        width: 65%;
        text-align: left;
        border: solid 2px #c1c1c1;
        color: #464545;
        background-image: url(../images/NewsletterBg.png);
        background-repeat: no-repeat;
    }

    .registerbutton {
        position: relative;
        float: right;
        right: 0;
        /*top: -1px;*/
        background-color: rgba(255, 255, 255, 0.9);
        color: #464545;
        font-size: 12pt;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        width: 117px;
        height: 30px;
        background-image: url(../images/search2.png);
        background-repeat: no-repeat;
    }

    .productslist {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
        width: 75%;
    }

    .productslist1 {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
    }

    .ca-menu .node {
        width: 19%;
        height: 135px;
        overflow: hidden;
        position: relative;
        float: left;
        background: #fff;
        margin-right: 6px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        border-right: 1px dashed #dad9d9;
    }

    .SideLogo {
        position: relative;
        float: left;
        left: 10px;
        top: 0px;
        z-index: 999;
        display: none;
    }

    .SideLogoMobile {
        position: relative;
        float: left;
        left: 35px;
        top: 0px;
        z-index: 999;
        display: none;
    }

    /*-----Side Menu-------*/
    .sidenavcontainer {
        position: relative;
        float: left;
        padding-right: 5px;
        width: 100%;
    }

    .sidenav {
        height: 100%;
        width: 100%;
        /*position: fixed;*/
        z-index: 1;
        top: 0;
        right: 0;
        /*background-color: #f8f8f8;*/
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
        /*border-top:solid 10px #e9e9e9;*/
        /*border-top: solid 10px #ebe4ea;*/
    }

        .sidenav a {
            padding: 12px 8px 12px 32px;
            text-decoration: none;
            font-size: 18px;
            color: #000;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover, .offcanvas a:focus {
                color: #454646;
                background-color: #f5f4f4;
            }

    .filterpanel {
        border: 1px solid #c6c6c7;
        min-height: 500px;
        margin-bottom: 10px;
        border-radius: 7px;
        padding: 2px;
        height: auto;
    }

        .sidenav hr {
            padding: 0px;
            margin: 0px;
        }

        .sidenav .closebtn {
            position: relative;
            /*top: 0;*/
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .closebtn, .openbutton {
        display: none !important;
    }

    /*-----Side Menu------*/


    #mosratedonpc {
        display: block;
    }

    #mostratedonmobile {
        display: none;
    }

    .PCOnly {
        display: block;
    }

    .mobileonly {
        display: none;
    }

    .slidercontainer {
        padding-top: 2.1%;
    }

    .PopUpDialogePC {
        display: block !important;
    }

    .PopUpDialogeMobile {
        display: none !important;
    }

    .PaymentlogosPosition {
        position: absolute;
        float: left;
        top: 130px;
        left: 432px;
        width: 35%;
        display: block;
    }

    /*For Mega Menu*/

    .mega-dropdown {
        position: static !important;
        float: left !important;
    }

    .mega-dropdown-menu {
        background-color: #fff;
        padding: 20px 0px;
        /*width: 100%;*/
        box-shadow: none;
        -webkit-box-shadow: none;
        font-size: 10pt;
        /*-webkit-transition: 0.2s 1s;
    -moz-transition: 0.2s 1s;
    -o-transition: 0.2s 1s;
    transition: 0.2s 1s;*/
    }

        .mega-dropdown-menu > li > ul {
            padding: 0;
            margin: 0;
        }

            .mega-dropdown-menu > li > ul > li {
                list-style: none;
                width: 25%;
            }

        .mega-dropdown-menu li {
            padding: 3px;
            display: block;
            padding: 3px 20px;
            line-height: 1.2;
            color: #B14098;
            white-space: normal;
            font-size: 13pt;
        }

        .mega-dropdown-menu hr {
            margin: 4px !important;
            border-top: 1px solid #eeeeee;
        }

    .MenuHeading p {
        text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        margin-bottom: 2px !important;
        font-size: 14pt;
        color: #464545;
        min-width: 100px;
    }

    .rtl-col-sm-4 {
        /*float: right !important;*/
        width: 17%;
    }

    .carouselalignment {
        height: 300px;
        float: right;
    }
    /*Mega Menu End*/

    .wishlistbtnbg {
        position: relative;
        float: left;
        left: 1%;
        background-color: #f5f4f4;
        /*width: 15% !important;*/
        border-radius: 50%;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 4px
    }

}

@media screen and (max-width: 766px) and (min-width: 449px) {

    .container {
        max-width: 400px !important;
    }

    .logo {
        position: fixed;
        top: 10px;
        left: 10px;
        max-width: 200px;
    }

        .logo img {
            width: 60%;
            height: 50%;
            /*box-shadow: 0 0 5px #ccc;*/
        }

    #mainmenu {
        position: relative;
        top: 67px;
        min-height: 50px;
        color: whitesmoke;
        background-color: #c4ca2b;
    }

        #mainmenu a {
            color: whitesmoke;
        }

        #mainmenu li ul li a {
            color: #322F30;
        }

    #menubg {
        min-height: 400px;
        background-color: #ffffff;
    }

        #menubg ul li a {
            color: #464545 !important;
        }

        #menubg .dropdown {
            width: 100%;
        }

    .navtop {
        display: none;
    }

    .navbar-header {
        background-color: rgba(51, 51, 51, 0.95)
    }

    .navbar-collapse {
        background-color: rgba(203, 202, 202, 0.95)
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        background-color: rgba(216, 216, 216, 0.95);
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 20%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 6px 0px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 6px 0px 6px 6px;
        border-color: rgba(51, 51, 51, 0.95);
    }

    .cat2 {
        width: 100%;
        padding: 2px;
    }

        .cat2 img {
            width: 100%;
            height: 100%
        }

    .cat1 {
        width: 100%;
        padding: 2px;
    }

        .cat1 img {
            width: 100%;
            height: 100%
        }

    .cat3, .cat4, .cat5 {
        padding: 2px;
        width: 100%;
    }

        .cat3 img, .cat4 img, .cat5 img {
            width: 100%;
            height: 100%;
        }

    .cat6 {
        width: 100%;
        height: 100%;
        padding-right: 14px;
    }

        .cat6 img {
            width: 96.7%;
            height: 100%;
        }

    .picframe {
        float: left;
        left: 30px;
        /*border: solid 2px white;
            box-shadow: 0 0 5px #ccc;
            padding: 7px 5px 0px 5px;   
            width: 71%;
            height: 68%;*/
    }

        .picframe img {
            width: 100%;
            height: 100%;
        }

    .form-control {
        width: 40%;
        display: inline-block;
    }

    .ExText, .TileDescription {
        font-size: 12pt;
    }

    .bx-caption {
        font-size: 14pt;
    }

    .searchbox {
        position: fixed;
        top: 17px;
        float: left;
        left: 100px;
        margin: auto 0px;
        z-index: 10000;
    }

    .searchbox1 {
        display: none;
    }

    .searchtext {
        position: relative;
        float: right;
        width: 270px;
        height: 40px;
        border: 1px solid #000000;
        text-align: left;
        padding: 3px;
        box-shadow: 0 0 5px #ccc;
        background-color: rgba(255, 255, 255, 0.90);
        /*border-radius: 12px;*/
    }

    datalist {
        width: 270px !important;
    }

    datalist option {
        width: 270px !important;
    }

    .searchbutton {
        position: relative;
        float: left;
        width: 40px;
        height: 40px;
        border: none;
        background-color: rgba(246, 79, 148, 0);
        left: 87%;
        line-height: 6px;
    }

    .registertext {
        position: relative;
        float: right;
        /*right: 33%;*/
        display: inline-block;
        height: 30px;
        width: 65%;
        text-align: left;
        border: solid 2px #c1c1c1;
        color: #464545;
        background-image: url(../images/NewsletterBg.png);
        background-repeat: no-repeat;
    }

    .registerbutton {
        position: relative;
        float: right;
        right: 0;
        /*top: -1px;*/
        background-color: rgba(255, 255, 255, 0.9);
        color: #464545;
        font-size: 12pt;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        width: 117px;
        height: 30px;
        background-image: url(../images/search2.png);
        background-repeat: no-repeat;
    }

    .productslist {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
        width: 75%;
    }

    .productslist1 {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
        width: 100%;
    }

    .ca-menu .node {
        width: 19%;
        height: 135px;
        overflow: hidden;
        position: relative;
        float: left;
        background: #fff;
        margin-right: 6px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        border-right: 1px dashed #dad9d9;
    }

    .SideLogo {
        position: relative;
        float: left;
        left: 25px;
        top: 0px;
        z-index: 999;
        display: none;
    }


    .SideLogoMobile {
        position: relative;
        float: left;
        left: 35px;
        top: 0px;
        z-index: 999;
        display: none;
    }

    /*-----Side Menu-------*/
    .sidenavcontainer {
        position: relative;
        float: left;
        padding-right: 5px;
        width: 100%;
        z-index: 999;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #f8f8f8;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 90px;
    }

        .sidenav a {
            padding: 12px 8px 12px 32px;
            text-decoration: none;
            font-size: 18px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover, .offcanvas a:focus {
                color: #454646;
                background-color: #f5f4f4;
            }

        .sidenav hr {
            padding: 0px;
            margin: 0px;
        }

        .sidenav .closebtn {
            position: absolute;
            top: 40px;
            left: 130px;
            font-size: 20pt;
            margin-left: 50px;
            color: red;
        }

    .closebtn, .openbutton {
        display: block !important;
    }

    /*-----Side Menu------*/

    #mosratedonpc {
        display: none;
    }

    #mostratedonmobile {
        display: block;
    }


    .PCOnly {
        display: none !important;
    }

    .mobileonly {
        display: block;
    }

    .slidercontainer {
        padding-top: 2.1%;
    }

    .PopUpDialogePC {
        display: none !important;
    }

    .PopUpDialogeMobile {
        display: block !important;
    }

.navbar-toggle {
    left: 10px;
}

.searchcontainer {
    display:none;
    position:absolute;
    right:-14%;
    top:0px;
    width: 416px;
}

    .searchdropdownbutton {
        position: absolute;
        float: left;
        left: 18px;
        top: 7px;
        font-weight: 600;
        width: 28px;
        height: 31px;
        background-color: #e9e9e9;
        border: solid 1px #000000;
        /*        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
*/ text-align: center;
        padding-top: 6px;
        z-index: 999;
    }

.searchdropdown {
    display: inline-block;
    list-style: none;
    width: 90%;
    height: 50px auto;
    max-height: 500px;
    background-color: #ffffff;
    border: solid 1px #000000;
    margin-top: 0px !important;
}

.searchdropdown li a {
    color: #c46e11 !important;
    text-decoration:none;    
}

.searchdropdown li a i {
    color: #000;
}


input[name="product_name"] {
    padding-left: 30px;
}

    .PriceSliderProduct {
        width: 75%;
    }

    .MainBanner {
        border:none;
    }

    .navbar-nav-style {
        border:none;
    }

    .wishlistbtnbg {
        position: relative;
        float: left;
        left: 1%;
        background-color: #f5f4f4;
        width: 15% !important;
        border-radius: 50%;
        padding-top: 9px;
        padding-bottom: 3px;
        padding-left: 12px
    }

    .invokeShareButton {
        margin: 0px !important;
        padding: 0px !important;
        float: right;
        right: 0%;
        text-align: right;
    }
}

@media screen and (min-width: 381px) and (max-width: 450px) {

    .container {
        max-width: 412px !important;
    }

    /*New CSS*/
    .glyphicon-shopping-cart, .productthumblinks-wishlist .glyphicon {
        font-size: 12px !important;
    }
    .paggingdivpos1 {
        float: right !important;
        /*right: 15%;*/
        top: -5px !important;
    }
    .prices-sec {
        font-size: 11px !important;
    }
    .product-padding {
        padding-top: 10px;
    }
    .accordion1 {
        width: 100%;
    }
    .details-sep {
    width:98%;
    }
    .detailPg-wishlist li {
        width: 98%;
    }

        .detailPg-wishlist li .QtyContainer {
            width: 50%;
        }

        .detailPg-wishlist li:nth-child(2) {
            margin: 0px !important;
        }

    /*For Tasheel*/
    .tasheel-table {
        font-size: 11px;
    }
    /*End of Tasheel*/
/*Tidio Chatbot*/
#tidio-chat-iframe {
    bottom: 30px !important;
}
/*End of Tidio Chatbot*/

    /*For Mega menu*/
    .mega-dropdown-menu li {
        padding: 0px 0px;
    }

        .mega-dropdown-menu li a {
            color: rgb(50, 47, 48);
        }

    .topbarpadding hr {
        margin: 4px !important;
        border-top: 1px solid #eeeeee;
    }

    .mega-dropdown-menu li {
        line-height: 1.6;
    }

    .rtl-col-sm-4 {
        width: 100%;
    }
    /**End of Mega menu*/

    /*For Lightbox*/

    .column {
        padding: 10px;
    }

    .enalrgeImage {
        position: absolute;
        top: 3%;
        left: 7%;
    }
    /*End of Lightbox*/

    .fa-angle-double-right {
        display: inline;
    }

    .detail-mobileonly {
        display: block;
    }

    .detail-payments {
        margin-left: 86%;
        width: 25%;
        height: auto;
        margin-top: -60%;
    }

    #ItemDetails {
        width: 95%;
        right: 10px;
    }

    #detail-top {
        list-style: none;
        padding: 0;
        margin-top: 12px;
    }

    .detail-border {
        border: none;
    }

    .detail-comment {
        margin-left: 0%;
        margin-top: 5%;
    }

    .detail-pc-width {
        width: 100% !important;
    }

    .detail-border {
        display: none;
    }

    .relatedsliderli {
        margin-right: 60px !important;
    }

    #btnclrfilterProduct {
        margin-top: 25px;
        margin-right: -20%;
        line-height: 13px;
    }

    .prodslider li {
        margin-right: 50px !important;
    }

    .relatedsliderli {
        margin-right: 50px !important;
    }

    .body-content {
        padding-top: 50px;
    }

    /*.bannercontainer .bx-viewport {
        min-height: 320px !important;
    }*/

    .bx-wrapper .bx-caption {
        padding: 10px;
    }

    .logo {
        position: fixed;
        top: 10px;
        left: 10px;
        max-width: 170px;
        display: none;
    }

        .logo img {
            width: 60%;
            height: 50%;
            /*box-shadow: 0 0 5px #ccc;*/
        }

    .navtop {
        display: none;
    }

    .navbar-header {
        /*background-color: rgba(51, 51, 51, 0.95);*/
        background-color:#ffffff;
        /*max-width:375px;*/
    }

    .navbar-collapse {
        /*background-color: rgba(242, 242, 242, 0.97);*/
        background-color: #fff;
    }

    .navbar-nav {
        float: none !important;
        margin: 0px -4%;
    }

    #menubg {
        background-color: #ffffff;
        opacity: 0.98;
        min-height:450px;
    }

        #menubg ul li a {
            color: #464545 !important;
        }

        #menubg .dropdown {
            width: 100%;
        }

    /*.dropdown-submenu:hover > .dropdown-menu {
        display: block;
        background-color: rgba(216, 216, 216, 0.95);
        border: solid 1px #808080;
        box-shadow: 0 5px 5px #ccc;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 20%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 6px 0px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 6px 0px 6px 6px;
    }*/

    .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: 26px;
        width:100%;
    }

    .dropdown-submenu > .dropdown-menu li {
        border-top: 1px solid #eeeeee;
    }

    .cat2 {
        width: 100%;
        padding: 2px;
    }

        .cat2 img {
            width: 100%;
            height: 100%
        }

    .cat1 {
        width: 100%;
        padding: 2px;
    }

        .cat1 img {
            width: 100%;
            height: 100%
        }

    .cat3, .cat4, .cat5 {
        padding: 2px;
        width: 100%;
    }

        .cat3 img, .cat4 img, .cat5 img {
            width: 100%;
            height: 100%;
        }

    .cat6 {
        width: 100%;
        height: 100%;
        padding-right: 14px;
    }

        .cat6 img {
            width: 91%;
            height: 100%;
        }

    .picframe {
        /*float:left;
            left: 30px;
            border: solid 2px white;
            box-shadow: 0 0 5px #ccc;
            padding: 7px 5px 0px 5px;   
            width: 71%;
            height: 68%;*/
    }

        .picframe img {
            width: 100%;
            height: 100%;
        }

    .form-control {
        width: 60%;
        display: inline-block;
    }

    .ExText, .TileDescription {
        font-size: 14pt;
    }

    .bx-caption {
        font-size: 14pt;
    }

    .searchbox {
        display: none;
    }

    .searchbox1 {
        position: fixed;
        top: 50px;
        float: left;
        left: 0px;
        margin: auto 0px;
        z-index: 100;
        display: block;
        width: 100%;
        background-color: #e9e9e9;
        padding: 5px 0px 5px 0px;
        border-bottom: solid 1px #c1c1c1;
    }

    .searchtext {
        position: relative;
        float: right;
        right: 4%;
        width: 92%;
        height: 35px;
        border: 1px solid #000000;
        text-align: left;
        padding: 3px;
        box-shadow: 0 0 5px #ccc;
        background-color: rgba(255, 255, 255, 0.90);
        /*border-radius: 12px;*/
    }

    datalist {
        width: 92% !important;
    }

    datalist option {
        width: 92% !important;
    }

    .searchbutton {
        position: relative;
        float: left;
        width: 31px;
        height: 35px;
        border: none;
        background-color: rgba(246, 79, 148, 0);
        line-height: 6px;
        left: 87%;
    }

    .registertext {
        position: relative;
        float: right;
        /*right: 8%;*/
        display: inline-block;
        height: 30px;
        width: 65%;
        text-align: left;
        border: solid 2px #c1c1c1;
        color: #464545;
        background-image: url(../images/NewsletterBg.png);
        background-repeat: no-repeat;
    }

    .registerbutton {
        position: relative;
        float: right;
        right: 0;
        /*top: -1px;*/
        background-color: rgba(255, 255, 255, 0.9);
        color: #464545;
        font-size: 12pt;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        width: 117px;
        height: 30px;
        background-image: url(../images/search2.png);
        background-repeat: no-repeat;
    }

    #quickaccess {
        position: absolute;
        top: 400px;
        float: left;
        left: 2%;
        margin: auto 0px;
        z-index: 55;
        display: none;
    }

    .productslist, productslist1 {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
        width: 100%;
    }

    .ca-menu .node {
        width: 100%;
        height: 135px;
        overflow: hidden;
        position: relative;
        float: left;
        background: #fff;
        margin-right: 6px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        border-right: 1px dashed #dad9d9;
    }

    .SideLogo {
        position: relative;
        float: left;
        left: 185px;
        top: 0px;
        z-index: 999;
        display: block;
    }

    .SideLogoMobile {
        position: relative;
        float: left;
        left: 35px;
        top: 0px;
        z-index: 999;
        display: block;
    }

    ul#headermenu1 li {
        position: relative;
        top: 10px;
        list-style: none;
        color: black;
        display: inline;
        padding: 5px 2px 2px 8px;
    }

        ul#headermenu1 li a {
            color: black;
            text-decoration: none;
        }

    .headermenupos1 {
        float: left;
        left: 70px;
        z-index: 999;
        display: block;
        width: 100%;
        text-align: center;
        background-color: #e9e9e9;
        border: solid 1px #c1c1c1;
    }
    #headermenu1 {
        padding: 0px;
    }

    .headermenupos {
        display: none;
    }

    .divpos {
        position: relative;
        float: left;
    }

    .calpos {
        position: relative;
        float: left;
        width: 16%;
    }

    .welcomeMsg {
        display: none;
    }

    /*-----Side Menu-------*/
    .sidenavcontainer {
        position: relative;
        float: left;
        padding-right: 5px;
        width: 100%;
        z-index: 999;
    }

    .sidenav {
        height: 100%;
        background-color: #fff;
        width: 0;
        position: fixed;
        z-index: 166;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 90px;
    }

        .sidenav a {
            padding: 12px 8px 12px 32px;
            text-decoration: none;
            font-size: 18px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover, .offcanvas a:focus {
                color: #454646;
                background-color: #f5f4f4;
            }

        .sidenav hr {
            padding: 0px;
            margin: 0px;
        }

        .sidenav .closebtn {
            position: absolute;
            top: 40px;
            left: 130px;
            font-size: 20pt;
            margin-left: 50px;
            color: red;
        }

    .closebtn, .openbutton {
        display: block !important;
    }

    /*-----Side Menu------*/

    #mosratedonpc {
        display: none;
    }

    #mostratedonmobile {
        display: block;
    }


    .addtocart .btn {
        color: whitesmoke;
        background-color: #454646;
    }

        .addtocart .btn:hover {
            color: whitesmoke;
            background-color: #454646;
        }

    .addtocartmbl .btn {
        color: whitesmoke;
        background-color: #A22876;
        display: block;
    }

        .addtocartmbl .btn:hover {
            color: whitesmoke;
            background-color: #B14098;
        }

    #pricetag {
        display: none;
    }

    .PCOnly {
        display: none !important;
    }

    .mobileonly {
        display: block;
    }

    .PopUpDialogePC {
        display: none !important;
    }

    .PopUpDialogeMobile {
        display: block !important;
    }

    .ContainerTop {
        margin-top: -40px;
    }

    .MenuHeading {
        /*display: none;*/
        list-style: none;
    }

        .MenuHeading p {
            text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
            /*margin-bottom: 2px !important;*/
            font-size: 14pt;
            color: #464545;
            min-width: 100px;
        }

    .SliderImage {
        width: 100%;
        height: 100%;
        max-height: 125px;
    }

    .ItemTitle {
        display: none !important;
    }

    .BannerImage {
        width: 100%;
        height: auto;
    }

    .HomePageThumbnailsContainer {
        background-color: #373737;
    }

    .HomePageThumbnailsContainer1 {
        background-color: whitesmoke;
    }

    .HomePageThumbnails {
        position: relative;
        float: left;
        width: 345px !important;
        height: 200px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: solid 5px #373737;
    }

    .HomePageThumbnails1 {
        position: relative;
        float: left;
        width: 345px !important;
        height: 200px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: solid 5px whitesmoke;
    }

    .HomePageThumbnailsImage {
        width: 335px !important;
        height: 190px;
    }

    .bannercontainer {
        padding: 0px !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
        min-height: 320px !important;
    }

    .sliderheading {
        font-size: 14pt;
        text-align: left;
    }

    #wh-widget-send-button.wh-widget-left {
        bottom: 35px !important;
    }

    .dLavay {
        bottom: 33px !important;
    }

    .bOaIxr {
        display: none !important;
        /*        position: relative !important;
        bottom: 24px !important;
*/
    }

    .countercontainer {
        position: absolute;
        top: 56%;
        left: 2%;
        /*background-color: #F48531;*/
        /*opacity: 0.7;*/
        border-radius: 50%;
        width: 18px;
        height: 18px;
        text-align: center;
        vertical-align: middle;
        color: white;
        font-weight: bold;
    }

    .PaymentlogosPosition {
        position: relative;
        top: 10px;
        left: -40px;
        width: 100%;
        display: block;
    }

    .imgsideslidercontainer {
        width: 380px;
        margin-bottom:10px;
        margin-right: -20px;
    }

    .PriceSliderContainer {
        position: relative;
        top: -10px;
        left: 5px;
        width: 75%;
        z-index: 99;
    }

    #btnclrfilter {
        margin-top: 21px;
        margin-right: -34%;
        line-height: 13px;
    }

    #price_end {
        float: right;
        margin-right: -20%;
    }

    .ClearFilter {
        height: 25px !important;
        position: relative;
        float: right;
        top: -30px;
        font-size: 12px;
        color: #454646;
        line-height: 5px;
        right: -80px;
    }

    .PriceRangeLable {
        border: 0;
        color: #b9cd6d;
        font-weight: normal;
        font-size: 14px;
        background-color: transparent;
    }

    .mobileheaderlang {
        position: relative;
        float: right;
        right: 2%;
        z-index: 9999;
        display: block;
        background-color: #ffffff;
        /*border: solid 1px #333333;*/
        border-radius: 4px;
        width: 35px;
        top: 0px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        font-size: 22pt;
        font-weight: bold;
        /*color: #ffffff !important;*/
        padding-bottom: 3px;
    }
    .mobileheaderlang a {
        color: #454646 !important;
    }
    .mobilelogo {
        margin-left: -39%;
        width: 160px;
        height: auto;
        margin-top: 5px;
    }

        .mobilelogo img {
            width: 100%;
            height: 100%;
        }
    /*for mobile Footer*/

    .social-section {
        margin: 0 -10px 1px;
        line-height: 27px;
    }

    .pull-left-div {
        float: right !important;
    }

    .facebook {
        background: #eceff8;
    }

    .instagram {
        background: #eef7fd;
    }

    .social-section .headline {
        margin: 0;
        padding: 25px 10px 12px 24px;
        overflow: hidden;
    }

    .social-section .facebook .btn {
        background: #4762b7;
    }

    .social-section .instagram .btn {
        background: #845EC2;
    }

    .instagram .fa-instagram {
        color: #fff;
        font: 14px !important;
    }

    .social-section .btn {
        padding: 5px 17px;
        height: 33px;
        width: 104px;
        border-radius: 2px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
    }

    .headline h2 {
        color: #3b5998;
        display: block;
        margin: 1px 0 -2px;
        font-size: 16px;
        font-weight: bold;
    }

    .social-section .name {
        color: #9baac9;
        font-size: 12px;
    }

    .social-section .btn i {
        margin: -2px 6px 0 -2px;
        font-size: 20px;
    }

    .map-section .map-placeholder .content {
        position: absolute;
        right: 25px;
        left: 25px;
        top: 50%;
        height: 36px;
        margin-top: -17px;
        font-size: 14px;
        line-height: 1.1;
    }

    .map-placeholder > img {
        width: 99%;
        min-width: 0;
        vertical-align: middle;
        margin: 0 !important;
    }

    .map-section .map-placeholder .btn {
        color: #fff;
        border: 0;
        background: #3d464d;
        width: 104px;
        height: 33px;
        float: right;
        margin: 0 -10px 0 0px;
        font-size: 11px;
        padding: 10px;
        font-weight: bold;
    }

    .map-section .map-placeholder h2 {
        font-weight: bold;
        margin: 1px 0 0;
        color: #3d464d;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 1;
    }

    .map-section .map-placeholder a {
        color: #666;
    }

    .mobile-nav {
        border-top: 1px solid #333538;
        margin: 0 -11px 0 -10px;
        font-size: 14px;
        overflow: hidden;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
        text-align:center;
    }


    .mobile-nav a {
        display: block;
        padding: 22px 21px;
    }

    .footer {
        background: #292c2f;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }

    .socials-column {
        padding: 0;
        background: #242428;
    }

    .mobilefooter-block {
        color: #a6a6a6;
        font-size: 13px;
    }

    .change-prefs {
        padding: 5px 0;
        border-bottom: 1px solid #626467;
        text-align: left;
    }

    .country-label {
        display: inline-block;
        vertical-align: middle;
        margin: 15px 0px 6px 40px;
    }

    .change-prefs .country-label {
        min-width: 60%;
        position: relative;
    }

    .change-prefs {
        text-align: left;
    }

    .overlay-bg {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: none;
    }

    .select-country {
        border: 1px solid #38383b;
        padding: 12px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0px 10px 10px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .country-dropdown-logo {
        padding-right: 10px;
    }

    .change-prefs {
        text-align: left;
    }

    .language-switcher {
        padding: 0 10px 10px 20px;
        width: calc(40% - 70px);
    }

    .socials-column .language-switcher {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 10px 10px 0;
    }

    .socials {
        width: 100%;
        padding: 15px 0 5px;
        margin: 0;
        border-color: #626467;
        text-align: center;
    }

    .list-item {
        margin: 0 5px 5px;
        padding: 0 4px 5px;
        vertical-align: top;
    }

    .social-link {
        overflow: hidden;
        display: block;
        text-align: center;
        width: auto;
        height: 46px;
        width: 46px;
        border: 2px solid #626467;
        border-radius: 50%;
        color: #DBDBDB;
        font-size: 24px;
        line-height: 47px;
    }

    .mobile-footerlogo {
        float: left;
        margin: 8px 0 0 10px;
        width: 100px;
    }

    .mb-copyright-section {
        margin: 0.5px 0px;
        background: #242428;
    }

        .mb-copyright-section img {
            max-width: none;
            padding: 10px;
            width: 55px;
        }

    .mbtext-holder {
        margin-top: 20px;
        margin-bottom: 60px;
    }
     .mobile-nav li {
        float: left;
        width: 50%;
      
    }
   .mobile-nav li:nth-child(1) { 
         border: 0 solid #333538;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-width: 0 0 1px 0px;
   }
      .mobile-nav li:nth-child(2) { 
         border: 0 solid #333538;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-width: 0 0 1px 1px;
   }
        .mobile-nav li:nth-child(3) { 
         border: 0 solid #333538;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-width: 0 0 1px 0px;
   }
     .mobile-nav li:nth-child(4) { 
         border: 0 solid #333538;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-width: 0 0 1px 1px;
   }
/*    .row {
        margin-left: 0px !important;
    }*/
    /*End of Mobile Footer*/


    .bannertext > span {
        font-size: 9pt;
        text-transform: uppercase;
        position:relative;
        top: 39px;
        float: left;
        left: 2px;
        min-width: 100px;
        text-align:left;
    }


.cms_banner .btn {
    padding: 4px 6px;
    font-size: 14px;
    color: #3ab54a;
    font-weight: 400;
    border: 1px solid #3ab54a;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    float: left;
    left: 100px;
    top: 31px;
}

.navbar-toggle {
    float: left;
    left: -155px;
    border-color: transparent !important;
}

.wishlist {
    display: none;
}

.homepc {
    display: none;
}

.mycart {
    position: absolute;
    float: left;
    left: 16%;
    top: 0%;
    padding-top: 2%;
}

.navbar-inverse .navbar-toggle .icon-bar  {
    background-color:#454646 !important;
}

.seprator-div {
    width: 100%;
    text-align: left;
    padding: 1px 5px;
    margin-bottom: 20px;
    list-style: none;
    position:relative;
    float: left;
}


.mobilesliderstabs {
    position:absolute;
    float:left;
    left:0px;
    height:40px;
    padding-top:2px;
    padding-bottom:2px;
    list-style:none;
    width:100%;
    background-color:#454646;
    text-align:center;
    font-size:10pt;
    transition: background-color 1s;
}

.mobilesliderstabs:active {
    background-color:#000;
}

.mobilesliderstabs li {
    float:left;
    display:inline; 
    padding:0px 10px 0px 10px;
    border-right: 1px solid #ffffff;
    height:36px;
}

.mobilesliderstabs li span {
    color:#fff;
    position:relative;
    top:22%;
}

.mobilesliderstabs li span:active {
    color:#c1c1c1;
}

.staticbannerdirection {
    direction: ltr;
    float: left !important;
    right: 0px;
}

.staticbannerdirection img {
    max-width: 415px !important;
}

.footerlinks {
    width:100%;
    text-align:left;
    height:auto;
    margin:0px auto;
}

.footerlinks > li {
    list-style-type: none;
    direction: ltr;
    padding-top: 15px;
    padding-bottom: 15px;
    width:90%;
    border: solid 1px #c1c1c1;
    background-color: #F7F4F4;
    display:list-item;
    padding-left: 10px;
}

.footerlinks > li > a {
    color: #454646;
    text-decoration: none;
    font-weight:bolder;
}

    .footerlinks > li > a:hover {
        color: #c46e11;
        text-decoration: none;
    }


.navbar-fixed-bottom {
    bottom: -4px !important;
}

    .glyphicon-heart {
        color: #454646;
        font-size: 18pt;
    }

        .glyphicon-heart:hover {
            color: #000;
            font-size: 18pt;
            text-decoration: none;
        }

.glyphicon-home {
    color: #454646;
    font-size: 18pt;
}

.glyphicon-home:hover {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

.glyphicon-map-marker {
    color: #454646;
    font-size: 18pt;
}

.glyphicon-map-marker:hover {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

.glyphicon-comment {
    color: #454646;
    font-size: 18pt;
}

.glyphicon-comment:hover {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

.glyphicon-user {
    color: #454646;
    font-size: 18pt;
}

.glyphicon-user:hover {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

    .glyphicon-shopping-cart {
        color: #454646;
        font-size: 18pt !important;
    }

        .glyphicon-shopping-cart:hover {
            color: #000;
            font-size: 18pt !important;
            text-decoration: none;
        }

.SocialLinks > li {
    display: inline-block;
    list-style-type: none;
    right: 3%;
    position: relative;   
    width:12%;
}

.table-responsive {
    border:none !important;
}

.searchcontainer {
    display:none;
    position:absolute;
    left:5%;
    top:35px;
    width:416px;
}

    .searchdropdownbutton {
        position: absolute;
        float: left;
        left: 18px;
        top: 7px;
        font-weight: 600;
        width: 28px;
        height: 31px;
        background-color: #e9e9e9;
        border: solid 1px #000000;
        /*    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
*/ text-align: center;
        padding-top: 6px;
    }

.searchdropdown {
    display: inline-block;
    list-style: none;
    width: 90%;
    height: 50px auto;
    max-height: 500px;
    background-color: #ffffff;
    border: solid 1px #000000;
    margin-top: 0px !important;
}

.searchdropdown li a {
    color: #c46e11 !important;
    text-decoration:none;    
}

.searchdropdown li a i {
    color: #000;
}

input[name="product_name"] {
    padding-left: 30px;
}

    .PriceSliderProduct {
        width: 75%;
    }

    .MainBanner {
        border: none;
    }

    .navbar-nav-style {
        border: none;
    }

    .wishlistbtnbg {
        position: relative;
        float: left;
        left: 1%;
        background-color: #f5f4f4;
        width: 15% !important;
        border-radius: 50%;
        padding-top: 7px;
        padding-bottom: 2px;
        padding-left: 12px
    }

    h2, .h2 {
        font-size: 18pt !important;
        font-weight: bold;
    }

    h3, .h3 {
        font-size: 14pt !important;
        font-weight: bold;
    }

    h4, .h4 {
        font-size: 12pt !important;
        font-weight: bold;
    }

    h5, .h5 {
        font-size: 12pt !important;
    }

    .logincontainer {
        width: 90%;
        margin: 0px auto;
        padding: 20px 0px 20px 0px;
    }

    .UserProfileContainer {
        background-color: #f4f5f5;
        padding: 0px;
    }

    .panel1 {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow-y: hidden;
        overflow-x: scroll;
        transition: max-height 0.2s ease-out;
        width: 100%;
    }


    .ContactUsContainer {
        background-color: #f4f5f5;
        padding: 0px;
    }

    .mapouter {
        overflow: hidden;
        height: 280px;
        width: 320px;
    }

    .invokeShareButton {
        margin: 0px !important;
        padding: 0px !important;
        float: right;
        right: 0%;
        text-align: right;
    }

    .StoreLocatorBig {
        position: absolute;
        float: left;
        left: 2%;
        top: 25%;
        border: solid 2px #808080;
        padding: 10px;
        z-index: 999;
        background-color: transparent;
        background-image: url('../images/Popupmobile.jpg');
        background-repeat: no-repeat;
        border-radius: 28px 28px;
        opacity: 0.94;
        min-width: 335px;
        /*min-height: 558px;*/
	min-height: 470px;
        font-size: 18pt;
        text-align: left;
        padding: 10px;
        box-shadow: #686868 3px 3px 13px 2px;
        display: none;
    }

    .StoreLocatorBig_Close {
        text-align: center;
        position: absolute;
        float: right;
        right: 2px;
        top: 3px;
    }

    .StoreLocatorBig_Text {
        margin-top: 20px;
        margin-bottom: 10px;
        position: relative;
        top: 15px;
        left: 12px;
        width: 300px;
    }

}

@media screen and (max-width: 380px) {

    .container {
        max-width: 392px !important;
    }

    /*New CSS*/
    .glyphicon-shopping-cart, .productthumblinks-wishlist .glyphicon {
        font-size: 12px !important;
    }
    .paggingdivpos1 {
        float: right !important;
        right: 12%;
        top: -5px !important;
    }
    .prices-sec {
        font-size: 11px !important;
    }
    .product-padding {
    padding-top:10px;
    }
    .accordion1 {
        width: 100%;
    }
    .details-sep {
        width: 98%;
    }
    .detailPg-wishlist li {
        width: 98%;
    }
        .detailPg-wishlist li .QtyContainer {
            width: 50%;
        }

        .detailPg-wishlist li:nth-child(2){
            margin:0px !important;
        }
        /*For Tasheel*/
        .tasheel-table {
            font-size: 11px;
        }

    /*For Tasheel*/
    .tasheel-table {
        font-size: 11px;
    }
    /*End of Tasheel*/
    /*Tidio Chatbot*/
    #tidio-chat-iframe {
        bottom: 30px !important;
    }
    /*End of Tidio Chatbot*/
    /*For Mega menu*/
    .mega-dropdown-menu li {
        padding: 0px 0px;
    }

        .mega-dropdown-menu li a {
            color: rgb(50, 47, 48);
        }

    .topbarpadding hr {
        margin: 4px !important;
        border-top: 1px solid #eeeeee;
    }

    .mega-dropdown-menu li {
        line-height: 1.6;
    }

    .rtl-col-sm-4 {
        width: 100%;
    }
    /**End of Mega menu*/
    /*For Lightbox*/

    .column {
        padding: 10px;
    }

    .enalrgeImage {
        position: absolute;
        top: 4%;
        left: 7%;
    }
    /*End of Lightbox*/
    .prodslider li {
        /*margin-right: 50px !important;*/
        margin-right: 34px !important;
    }

    .fa-angle-double-right {
        display: inline;
    }

    .detail-mobileonly {
        display: block;
    }

    .detail-payments {
        margin-left: 80%;
        width: 27%;
        height: auto;
        margin-top: -71%;
    }

    #ItemDetails {
        width: 95%;
        left: 10px;
    }

    #detail-top {
        list-style: none;
        padding: 0;
        margin-top: 12px;
    }

    .detail-border {
        border: none;
    }

    .detail-comment {
        margin-left: 1%;
        margin-top: 0%;
    }

    .detail-pc-width {
        width: 100%;
    }

    .detail-pc-width {
        width: 100% !important;
    }

    .relatedsliderli {
        margin-right: 60px !important;
    }

    #btnclrfilterProduct {
        margin-top: 23px;
        margin-right: -20%;
        line-height: 13px;
    }

    .prodslider li {
        /*margin-right: 50px !important;*/
        margin-right: 12px !important;
    }

    .logo {
        position: fixed;
        top: 10px;
        left: 10px;
        max-width: 170px;
        display: none;
    }

    /*.bannercontainer .bx-viewport {
        min-height: 320px !important;
    }*/

    .logo img {
        width: 60%;
        height: 50%;
        /*box-shadow: 0 0 5px #ccc;*/
    }

    .navtop {
        display: none;
    }

    .navbar-header {
        /*background-color: rgba(51, 51, 51, 0.95);*/
        background-color:#ffffff;
        max-width: 375px;
    }

    .navbar-collapse {
        background-color: #c4ca2b;
    }

    .navbar-nav {
        float: none !important;
        margin: 0px -4%;
    }

    #menubg {
        background-color: #ffffff;
        opacity: 0.98;
        min-height:400px;
    }

        #menubg ul li a {
            color: #464545 !important;
        }

        #menubg .dropdown {
            width: 100%;
        }
    /*.dropdown-submenu:hover>.dropdown-menu {
        display: block;
        background-color: rgba(216, 216, 216, 0.95);
        border: solid 1px #808080;
        box-shadow: 0 5px 5px #ccc;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        right: 20%;
        margin-top: -6px;
        margin-right: -1px;
        -webkit-border-radius: 6px 0px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 6px 0px 6px 6px;*/
    /*background-color: rgba(176, 176, 176, 0.95);*/
    /*}*/

    .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: 26px;
        width:100%;
    }

    .dropdown-submenu > .dropdown-menu li {
        border-top: 1px solid #eeeeee;
    }

    .cat2 {
        width: 100%;
        padding: 2px;
    }

        .cat2 img {
            width: 100%;
            height: 100%
        }

    .cat1 {
        width: 100%;
        padding: 2px;
    }

        .cat1 img {
            width: 100%;
            height: 100%
        }

    .cat3, .cat4, .cat5 {
        padding: 2px;
        width: 100%;
    }

        .cat3 img, .cat4 img, .cat5 img {
            width: 100%;
            height: 95%;
        }

    .cat6 {
        width: 100%;
        height: 100%;
        padding-right: 14px;
    }

        .cat6 img {
            width: 97%;
            height: 100%;
        }

    .picframe {
        /*float:left;
            left: 30px;
            border: solid 2px white;
            box-shadow: 0 0 5px #ccc;
            padding: 7px 5px 0px 5px;   
            width: 71%;
            height: 68%;*/
    }

        .picframe img {
            width: 100%;
            height: 100%;
        }

    .form-control {
        width: 70%;
    }

    .ExText, .TileDescription {
        font-size: 10pt;
    }

    .bx-caption {
        font-size: 10pt;
    }

    .searchbox {
        display: none;
    }

    .searchbox1 {
        position: fixed;
        top: 50px;
        float: left;
        left: 0px;
        margin: auto 0px;
        z-index: 100;
        display: block;
        width: 100%;
        background-color: #e9e9e9;
        padding: 5px 0px 5px 0px;
        border-bottom: solid 1px #c1c1c1;
    }

    .bx-wrapper .bx-caption {
        padding: 10px;
    }

        .bx-wrapper .bx-caption span {
            font-size: 1.40em !important;
        }

    .searchtext {
        position: relative;
        float: right;
        right:4.5%;
        width: 91%;
        height: 35px;
        border: 1px solid #000000;
        text-align: left;
        padding: 2px;
        box-shadow: 0 0 5px #ccc;
        background-color: rgba(255, 255, 255, 0.90);
        font-size: 11px;
        /*border-radius: 12px;*/
    }

    datalist {
        width: 91% !important;
    }

    datalist option {
        width: 91% !important;
    }

    .searchbutton {
        position: relative;
        float: left;
        width: 33px;
        height: 35px;
        border: none;
        background-color: rgba(246, 79, 148, 0);
        line-height: 6px;
        left: 87%;
    }

    .registertext {
        position: relative;
        float: right;
        /*right: 5%;*/
        display: inline-block;
        height: 30px;
        width: 65%;
        text-align: left;
        border: solid 2px #c1c1c1;
        color: #464545;
        background-image: url(../images/NewsletterBg.png);
        background-repeat: no-repeat;
    }

    .registerbutton {
        position: relative;
        float: right;
        right: 0;
        /*top: -1px;*/
        background-color: rgba(255, 255, 255, 0.9);
        color: #464545;
        font-size: 12pt;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        width: 117px;
        height: 30px;
        background-image: url(../images/search2.png);
        background-repeat: no-repeat;
    }

    #quickaccess {
        position: absolute;
        top: 230px;
        float: left;
        left: 0px;
        margin: auto 0px;
        z-index: 55;
        font-size: 7.5pt;
        width: 100%;
        display: none;
    }

    .productslist, productslist1 {
        position: relative;
        float: right;
        padding-right: 15px;
        padding-left: 5px;
        width: 100%;
    }

    .ca-menu .node {
        width: 100%;
        height: 135px;
        overflow: hidden;
        position: relative;
        float: left;
        background: #fff;
        margin-right: 6px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        border-right: 1px dashed #dad9d9;
    }

    .SideLogo {
        position: relative;
        float: left;
        left: 168px;
        top: 0px;
        z-index: 999;
        display: block;
    }

    .SideLogoMobile {
        position: relative;
        float: left;
        left: 35px;
        top: 0px;
        z-index: 999;
        display: block;
    }

    ul#headermenu1 li {
        position: relative;
        top: 10px;
        list-style: none;
        color: black;
        display: inline;
        padding: 5px 2px 2px 8px;
    }

        ul#headermenu1 li a {
            color: black;
            text-decoration: none;
        }

    .headermenupos1 {
        float: left;
        left: 70px;
        z-index: 999;
        display: block;
        background-color: #e9e9e9;
        width: 100%;
        text-align: center;
        border: solid 1px #c1c1c1;
    }

    #headermenu1 {
        padding: 0px;
    }
    .headermenupos {
        display: none;
    }

    .divpos {
        position: relative;
        float: left;
    }

    .calpos {
        position: relative;
        float: left;
        width: 16%;
    }

    .welcomeMsg {
        display: none;
    }

    /*-----Side Menu-------*/
    .sidenavcontainer {
        position: relative;
        float: left;
        padding-right: 5px;
        width: 100%;
        z-index: 999;
    }

    .sidenav {
        height: 100%;
        background-color: #fff;
        width: 0;
        position: fixed;
        z-index: 166;
        top: 0;
        left: 0;        
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 90px;
    }

        .sidenav a {
            padding: 12px 8px 12px 32px;
            text-decoration: none;
            font-size: 18px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover, .offcanvas a:focus {
                color: #454646;
                background-color: #f5f4f4;
            }

        .sidenav hr {
            padding: 0px;
            margin: 0px;
        }

        .sidenav .closebtn {
            position: absolute;
            top: 40px;
            left: 130px;
            font-size: 20pt;
            margin-left: 50px;
            color: red;
        }

    .closebtn, .openbutton {
        display: block !important;
    }

    /*-----Side Menu------*/

    #mosratedonpc {
        display: none;
    }

    #mostratedonmobile {
        display: block;
    }


    .addtocart .btn {
        color: whitesmoke;
        background-color: #454646;
    }

        .addtocart .btn:hover {
            color: whitesmoke;
            background-color: #454646;
        }

    .addtocartmbl .btn {
        color: whitesmoke;
        background-color: #A22876;
        display: block;
    }

        .addtocartmbl .btn:hover {
            color: whitesmoke;
            background-color: #B14098;
        }

    #pricetag {
        display: none;
    }

    .PCOnly {
        display: none !important;
    }

    .mobileonly {
        display: block;
    }

    .PayFortLogo {
        width: 100%;
        height: 100%;
    }

    #mainmenu {
        max-width: 375px;
    }

    .navbar-fixed-top {
        position: fixed;
    }

    .PopUpDialogePC {
        display: none !important;
    }

    .PopUpDialogeMobile {
        display: block !important;
    }

    .ContainerTop {
        margin-top: -40px;
    }

    .MenuHeading {
        /*display: none;*/
        list-style: none;
    }

        .MenuHeading p {
            text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
            /*margin-bottom: 2px !important;*/
            font-size: 14pt;
            color: #464545;
            min-width: 100px;
        }

    .SliderImage {
        width: 100%;
        height: 100%;
        max-height: 125px;
    }

    .ItemTitle {
        display: none !important;
    }

    .BannerImage {
        width: 100%;
        height: auto;
    }

    .HomePageThumbnailsContainer {
        background-color: #373737;
    }

    .HomePageThumbnailsContainer1 {
        background-color: whitesmoke;
    }

    .HomePageThumbnails {
        position: relative;
        float: left;
        width: 305px !important;
        height: 200px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: solid 5px #373737;
    }

    .HomePageThumbnails1 {
        position: relative;
        float: left;
        width: 308px !important;
        height: 200px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: solid 5px whitesmoke;
    }

    .HomePageThumbnailsImage {
        width: 298px !important;
        height: 190px;
    }

    .bannercontainer {
        padding: 0px !important;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: -10px;
        min-height: 223px !important;
    }

    .sliderheading {
        font-size: 14pt;
        text-align: left;
    }

    #wh-widget-send-button.wh-widget-left {
        bottom: 35px !important;
    }

    .dLavay {
        bottom: 33px !important;
    }

    .bOaIxr {
        display: none !important;
        /*        position: relative !important;
        bottom: 24px !important;
*/
    }

    .countercontainer {
        position: absolute;
        top: 56%;
        left: 2%;
        /*background-color: #F48531;*/
        /*opacity: 0.7;*/
        border-radius: 50%;
        width: 18px;
        height: 18px;
        text-align: center;
        vertical-align: middle;
        color: white;
        font-weight: bold;
    }

    .PaymentlogosPosition {
        position: relative;
        top: 10px;
        left: -40px;
        width: 100%;
        display: block;
    }

    .imgsideslidercontainer {
        width: 350px;
        margin-bottom:10px;
        margin-right:-20px;
    }

    .PriceSliderContainer {
        position: relative;
        top: 0px;
        left: 5px;
        width: 70%;
        z-index: 99;
    }

    #btnclrfilter {
        margin-top: 24px;
        margin-right: -43%;
        line-height: 13px;
    }

    #price_end {
        float: right;
        margin-right: -20%;
    }

    .ClearFilter {
        height: 25px !important;
        position: relative;
        float: right;
        top: -30px;
        font-size: 12px;
        color: #454646;
        line-height: 5px;
        right: -80px;
    }

    .PriceRangeLable {
        border: 0;
        color: #b9cd6d;
        font-weight: normal;
        font-size: 12px;
        background-color: transparent;
    }

    .mobileheaderlang {
        position: relative;
        float: right;
        right: 2%;
        z-index: 9999;
        display: block;
        background-color: #ffffff;
        /*border: solid 1px #333333;*/
        border-radius: 4px;
        width: 35px;
        top: 0px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        font-size: 22pt;
        font-weight: bold;
        /*color: #ffffff !important;*/
        padding-bottom: 3px;
    }
    .mobileheaderlang a {
        color: #454646 !important;
    }
    .mobilelogo {
        margin-left: -39%;
        width: 160px;
        height: auto;
        margin-top: 5px;
    }

        .mobilelogo img {
            width: 100%;
            height: 100%;
        }

    .row {
        margin-right: 0px !important;
    }
    /*for mobile Footer*/

    .social-section {
        margin: 0 -10px 1px;
        line-height: 27px;
    }

    .pull-left-div {
        float: right !important;
    }

    .facebook {
        background: #eceff8;
    }

    .instagram {
        background: #eef7fd;
    }

    .social-section .headline {
        margin: 0;
        padding: 25px 10px 12px 24px;
        overflow: hidden;
    }

    .social-section .facebook .btn {
        background: #4762b7;
    }

    .social-section .instagram .btn {
        background: #845EC2;
    }

    .instagram .fa-instagram {
        color: #fff;
        font: 14px !important;
    }

    .social-section .btn {
        padding: 5px 17px;
        height: 33px;
        width: 104px;
        border-radius: 2px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
    }

    .headline h2 {
        color: #3b5998;
        display: block;
        margin: 1px 0 -2px;
        font-size: 16px;
        font-weight: bold;
    }

    .social-section .name {
        color: #9baac9;
        font-size: 12px;
    }

    .social-section .btn i {
        margin: -2px 6px 0 -2px;
        font-size: 20px;
    }

    .map-section .map-placeholder .content {
        position: absolute;
        right: 25px;
        left: 25px;
        top: 50%;
        height: 36px;
        margin-top: -17px;
        font-size: 14px;
        line-height: 1.1;
    }

    .map-placeholder > img {
        width: 99%;
        min-width: 0;
        vertical-align: middle;
        margin: 0 !important;
    }

    .map-section .map-placeholder .btn {
        color: #fff;
        border: 0;
        background: #3d464d;
        width: 104px;
        height: 33px;
        float: right;
        margin: 0 -10px 0 0px;
        font-size: 11px;
        padding: 10px;
        font-weight: bold;
    }

    .map-section .map-placeholder h2 {
        font-weight: bold;
        margin: 1px 0 0;
        color: #3d464d;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 1;
    }

    .map-section .map-placeholder a {
        color: #666;
    }

    .mobile-nav {
        border-top: 1px solid #333538;
        margin: 0 -11px 0 -10px;
        font-size: 14px;
        overflow: hidden;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
        text-align:center;
    }



    .mobile-nav a {
        display: block;
        padding: 22px 21px;
    }

    .footer {
        background: #292c2f;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }

    .socials-column {
        padding: 0;
        background: #242428;
    }

    .mobilefooter-block {
        color: #a6a6a6;
        font-size: 13px;
    }

    .change-prefs {
        padding: 5px 0;
        border-bottom: 1px solid #626467;
        text-align: left;
    }

    .country-label {
        display: inline-block;
        vertical-align: middle;
        margin: 15px 0px 6px 40px;
    }

    .change-prefs .country-label {
        min-width: 60%;
        position: relative;
    }

    .change-prefs {
        text-align: left;
    }

    .overlay-bg {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: none;
    }

    .select-country {
        border: 1px solid #38383b;
        padding: 12px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0px 10px 10px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .country-dropdown-logo {
        padding-right: 10px;
    }

    .change-prefs {
        text-align: left;
    }

    .language-switcher {
        padding: 0 10px 10px 20px;
        width: calc(40% - 70px);
    }

    .socials-column .language-switcher {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 10px 10px 0;
    }

    .socials {
        width: 100%;
        padding: 15px 0 5px;
        margin: 0;
        border-color: #626467;
        text-align: center;
    }

    .list-item {
        margin: 0 5px 5px;
        padding: 0 4px 5px;
        vertical-align: top;
    }

    .social-link {
        overflow: hidden;
        display: block;
        text-align: center;
        width: auto;
        height: 46px;
        width: 46px;
        border: 2px solid #626467;
        border-radius: 50%;
        color: #DBDBDB;
        font-size: 24px;
        line-height: 47px;
    }

    .mobile-footerlogo {
        float: left;
        margin: 8px 0 0 10px;
        width: 100px;
    }

    .mb-copyright-section {
        margin: 0.5px 0px;
        background: #242428;
    }

        .mb-copyright-section img {
            max-width: none;
            padding: 10px;
            width: 55px;
        }

    .mbtext-holder {
        margin-top: 20px;
        margin-bottom: 60px;
    }

 .mobile-nav li {
        float: left;
        width: 50%;
      
    }
   .mobile-nav li:nth-child(1) { 
         border: 0 solid #333538;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-width: 0 0 1px 0px;
   }
      .mobile-nav li:nth-child(2) { 
         border: 0 solid #333538;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-width: 0 0 1px 1px;
   }
        .mobile-nav li:nth-child(3) { 
         border: 0 solid #333538;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-width: 0 0 1px 0px;
   }
     .mobile-nav li:nth-child(4) { 
         border: 0 solid #333538;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-width: 0 0 1px 1px;
   }
      

    /*End of Mobile Footer*/

    .bannertext > span {
        font-size: 9pt;
        text-transform: uppercase;
        position:relative;
        top: 30px;
        float: left;
        left: 2px;
        min-width: 100px;
        text-align:left;
    }

.cms_banner .btn {
    padding: 4px 6px;
    font-size: 14px;
    color: #3ab54a;
    font-weight: 400;
    border: 1px solid #3ab54a;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    float: left;
    left: 75px;
    top: 23px;
}

.navbar-toggle {
    float: left;
    left: -155px;
    border-color: transparent !important;
}

.wishlist {
    display: none;
}

.homepc {
    display: none;
}

.mycart {
    position: absolute;
    float: left;
    left: 16%;
    top: 0%;
    padding-top: 2%;
}

.navbar-inverse .navbar-toggle .icon-bar  {
    background-color:#454646 !important;
}

.seprator-div {
    width: 100%;
    text-align: left;
    padding: 1px 5px;
    margin-bottom: 20px;
    list-style: none;
    position:relative;
    float: left;
}

.mobilesliderstabs {
    position:absolute;
    float:left;
    left:0px;
    height:40px;
    padding-top:2px;
    padding-bottom:2px;
    list-style:none;
    width:100%;
    background-color:#454646;
    font-size:9pt;
    text-align:center;
    transition: background-color 1s;
}

.mobilesliderstabs:active {
    background-color:#000;
}

.mobilesliderstabs li {
    float:left;
    display:inline; 
    padding:0px 10px 0px 10px;
    border-right: 1px solid #ffffff;
    height:36px;
}

.mobilesliderstabs li span {
    color:#fff;
    position:relative;
    top:22%;
}

.mobilesliderstabs li span:active {
    color:#c1c1c1;
}

.staticbannerdirection {
    direction: ltr;
    float: left !important;
    left: 0px;
}

.staticbannerdirection img {
    max-width: 400px !important;
}

.footerlinks {
    width:100%;
    text-align:left;
    height:auto;
    margin:0px auto;
}

.footerlinks > li {
    list-style-type: none;
    direction: ltr;
    padding-top: 15px;
    padding-bottom: 15px;
    width:90%;
    border: solid 1px #c1c1c1;
    background-color: #F7F4F4;
    display:list-item;
    padding-left: 10px;
}

.footerlinks > li > a {
    color: #454646;
    text-decoration: none;
    font-weight:bolder;
}

    .footerlinks > li > a:hover {
        color: #c46e11;
        text-decoration: none;
    }


.navbar-fixed-bottom {
    bottom: -4px !important;
}

    .glyphicon-heart {
        color: #454646;
        font-size: 18pt;
    }

        .glyphicon-heart:hover {
            color: #000;
            font-size: 18pt;
            text-decoration: none;
        }

.glyphicon-home {
    color: #454646;
    font-size: 18pt;
}

.glyphicon-home:hover {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

.glyphicon-map-marker {
    color: #454646;
    font-size: 18pt;
}

.glyphicon-map-marker:hover {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

.glyphicon-comment {
    color: #454646;
    font-size: 18pt;
}

.glyphicon-comment:hover {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

.glyphicon-user {
    color: #454646;
    font-size: 18pt;
}

.glyphicon-user:hover {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

    .glyphicon-shopping-cart {
        color: #454646;
        font-size: 18pt !important;
    }

        .glyphicon-shopping-cart:hover {
            color: #000;
            font-size: 18pt !important;
            text-decoration: none;
        }

.SocialLinks > li {
    display: inline-block;
    list-style-type: none;
    right: 3%;
    position: relative;   
    width:12%;
}

.table-responsive {
    border:none !important;
}

.searchcontainer {
    display:none;
    position:absolute;
    left:5%;
    top:35px;
    width: 371px;
}

    .searchdropdownbutton {
        position: absolute;
        float: left;
        left: 18px;
        top: 7px;
        font-weight: 600;
        width: 28px;
        height: 31px;
        background-color: #e9e9e9;
        border: solid 1px #000000;
        /*    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
*/ text-align: center;
        padding-top: 6px;
    }

.searchdropdown {
    display: inline-block;
    list-style: none;
    width: 90%;
    height: 50px auto;
    max-height: 500px;
    background-color: #ffffff;
    border: solid 1px #000000;
    margin-top: 0px !important;
}

.searchdropdown li a {
    color: #c46e11 !important;
    text-decoration:none;    
}

.searchdropdown li a i {
    color: #000;
}

input[name="product_name"] {
    padding-left: 30px;
}

    .PriceSliderProduct {
        width: 75%;
    }

    .MainBanner {
        border: none;
    }

    .navbar-nav-style {
        border: none;
    }

    .wishlistbtnbg {
        position: relative;
        float: left;
        left: 1%;
        background-color: #f5f4f4;
        width: 15% !important;
        border-radius: 50%;
        padding-top: 7px;
        padding-bottom: 0px;
        padding-left: 10px
    }

    h2, .h2 {
        font-size: 18pt !important;
        font-weight: bold;
    }

    h3, .h3 {
        font-size: 14pt !important;
        font-weight: bold;
    }

    h4, .h4 {
        font-size: 12pt !important;
        font-weight: bold;
    }

    h5, .h5 {
        font-size: 12pt !important;
    }

    .logincontainer {
        width: 90%;
        margin: 0px auto;
        padding: 20px 0px 20px 0px;
    }

    .UserProfileContainer {
        background-color: #f4f5f5;
        padding: 0px;
    }

    .panel1 {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow-y: hidden;
        overflow-x: scroll;
        transition: max-height 0.2s ease-out;
        width: 100%;
    }


    .ContactUsContainer {
        background-color: #f4f5f5;
        padding: 0px;
    }

    .mapouter {
        overflow: hidden;
        height: 280px;
        width: 310px;
    }

    .invokeShareButton {
        margin: 0px !important;
        padding: 0px !important;
        float: right;
        right: 0%;
        text-align: right;
    }

    .StoreLocatorBig {
        position: absolute;
        float: left;
        left: 2%;
        top: 25%;
        border: solid 2px #808080;
        padding: 10px;
        z-index: 999;
        background-color: transparent;
        background-image: url('../images/Popupmobile.jpg');
        background-repeat: no-repeat;
        border-radius: 28px 28px;
        opacity: 0.94;
        min-width: 335px;
        min-height: 558px;
        font-size: 18pt;
        text-align: left;
        padding: 10px;
        box-shadow: #686868 3px 3px 13px 2px;
        display: none;
    }

    .StoreLocatorBig_Close {
        text-align: center;
        position: absolute;
        float: right;
        right: 2px;
        top: 3px;
    }

    .StoreLocatorBig_Text {
        margin-top: 20px;
        margin-bottom: 10px;
        position: relative;
        top: 15px;
        left: 12px;
        width: 300px;
    }
}
