@import "bootstrap/css/bootstrap.min.css";
@import "font-awesome.min.css";
@import "icomoon.css";
@import "owl.carousel.css";
@import "transitions.css";
@import "animation.css";
@import "ckeditor.css";
@import "cart.css";
@import "social.css";
@import "notfound.css";
@import "../../plugins/ProductViewer/product-viewer.css";
@import url('https://fonts.googleapis.com/css?family=Tajawal');

body,
html{
    height:100%;
    position:relative;
    margin: 0px;
    padding: 0px;
}
body {
    color: #666;
    font:400 18px/23px 'Tajawal', sans-serif;
    background: no-repeat url('../images/layers/pa-bg.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-color: #faf5dc;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #000;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    text-transform:capitalize;
    font-family: 'Tajawal', sans-serif;
}
h2 { font-size: 36px;}
h3 {font-size: 1.875em;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
h3 a,
h5 a,
h6 a {color: #000000;}
p {
    margin: 0 0 20px;
    line-height: 20px;
    letter-spacing: normal;
}
a { text-decoration: none; }
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #faf5dc;
}
ul { margin: 0; }
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
/*strong { color: #414141; }*/
iframe {
    width: 100%;
}
.payment-selection button {
    width: 1200px;
    height: 80px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.payment-selection button.active {
    border: 1px solid black;
    border-radius: 10px;
}

button { border: none; }

.search {
    background: rgb(0 0 0 / 80%) !important;
}


.form-control,.form-control:focus,
input[type="text"],
input[type="email"] {
    color: #000;
    outline: none;
    height: 44px;
    background: #fff;
    font-size: 14px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.geb-formnewsletter fieldset .form-control {
    color: #fff;
    outline: none;
    height: 45px;
    font-size: 14px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder { color: #666; } /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #666; } /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #666; } /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #666; } /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color:#66; } /* Microsoft Edge */
input:focus,
.form-control:focus {
    color: #000;
    border-color: #666;
    box-shadow:none !important;
    /*background: #edd074;*/
}
li {
    line-height: 28px;
    /* list-style: disc inside none; */
}
address { font-style: italic; }
/* =============================================
		Product Countdown Select
============================================= */
.offer-text {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.offer-text strong {
    font-weight: 500;
}

.product-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-countdown .single-countdown {
    text-align: center;
    margin-right: 10px;
    padding: 10px 0;
    border-radius: 5px;
    width: 50px;
    background-color: #000000;
}

.product-countdown .single-countdown__time {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.product-countdown .single-countdown__text {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    line-height: 1;
    text-transform: capitalize;
}

.product-countdown .single-countdown:first-child {
    background-color: #edd074;
}

.gebking-color {
    background-color: #edd074 !important;
}

.product-countdown .single-countdown:first-child .single-countdown__time,
.product-countdown .single-countdown:first-child .single-countdown__text {
    color: #000;
}
/* =============================================
		Global Elements
============================================= */
.geb-king-layout {
    width:100%;
    float:left;
}
.geb-king-section-navbar {/* padding: 150px 0 0 0; */}
.geb-king-section {padding-top: 30px;}
form.RLogin { margin: 0;}
.geb-breadcrumb-th2 span {
    line-height: 2rem;
}
.geb-btn {
    color: #000;
    padding: 10px 30px;
    background: #edd074;
    position:relative;
    text-align:center;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    text-transform: capitalize;
    font: 400 13px/19px 'Tajawal', sans-serif;
    display: flex;
    align-items: center;
    width: max-content;
}
section#geb-offer {
    margin-top: 50px;
    margin-bottom: 50px;

}
.geb-king-section:last-of-type {
    padding-bottom: 60px;
}

.geb-btn:hover,
a[aria-expanded="true"],
.geb-btn.geb-active {color: #edd074;}
.geb-socialicons {
    overflow: hidden;
    list-style: none;
    text-align:center;
    line-height: 30px;
}
.geb-socialicons li {
    float: left;
    padding: 0 4px;
    line-height: inherit;
    list-style-type: none;
}
.geb-socialicons li a {
    width:30px;
    height:30px;
    color: #fff;
    display:block;
    background:#000;
    overflow:hidden;
    line-height: 30px;
    position:relative;
    text-align: center;
    border-radius: 30px;
    text-transform:capitalize;
}
li.geb-facebook a { background:#3b5999!important; border: none !important; }
li.geb-twitter a { background:#55acee !important; border: none !important; }
li.geb-instagram a {background: #e4405f !important;border: none !important;}
.geb-socialicons li a i {
    color: #fff;
    width: 30px;
    display:
        block;
    font-size:13px;
    line-height:30px;
    text-align:
        center;
}
.geb-socialicons li a:hover { color: #fff; }
.geb-description {
    width: 100%;
    float: left;
}

.geb-light-bg {
    color: black;
    background-color: #f8ebb8;
    background-image: url("../images/layers/BG.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1480px;
}
.geb-stars span,
.geb-stars {
    width:80px;
    height: 13px;
    /*float: left;*/
    line-height:13px;
    position:relative;
}
.geb-stars span:after,
.geb-stars:before {
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    letter-spacing: 4px;
    font-family: 'FontAwesome';
    color: rgba(218, 218, 218, 0.80);
    content: '\f005 \f005 \f005 \f005 \f005';
}
.link_codiano{
    color: #fcd01e !important;
}
.geb-stars span {
    width:75%;
    overflow: hidden;
    color: #fcd01e !important;
}
.geb-stars span:after{ color: #fcd01e !important; }
.geb-stars span:after { color:#000; }
.geb-formtheme{
    width: 100%;
    float: left;
}
.geb-formtheme fieldset{
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}
/* =============================================
		Pagination Style
============================================= */

#page-navi {
    list-style: none;
    text-align: center;
    margin-top: 40px;
}

#page-navi li {
    display: inline;
    font-size: 12px;
}


a#DataTables_Table_0_previous ,
a#DataTables_Table_0_next,
a.gebking-pagination,
#page-navi li a {
    color: #000;
    padding: 0 30px;
    background: #edd074;
    position: relative;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    text-transform: capitalize;
    font: 400 13px/38px 'Tajawal', sans-serif;
    border-radius: 20px;
    cursor:pointer;
}
a#DataTables_Table_0_previous:hover ,
a#DataTables_Table_0_next:hover,
#page-navi li a:hover,
a.current.gebking-pagination,
#page-navi li a.current {
    background-color:  #000 !important;
    color: #edd074 !important;
    box-shadow: inset 0 -2px 0 0 #edd074;
    cursor: auto;
}
/* =============================================
		BreadCrumb Style
============================================= */
section#geb-breadcrumb {
    padding: 20px;
}
.geb-breadcrumb {
    list-style: none;
    display: inline-block;
}
.geb-breadcrumb li {
    float: left;
}
.geb-breadcrumb li a:before, .geb-breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #edd074;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}
.geb-breadcrumb li:nth-child(even) a:before {
    border-color: #edd074;
    border-left-color: transparent;
}
.geb-breadcrumb li:nth-child(even) a:after {
    border-left-color: #edd074;
}
.geb-breadcrumb li:nth-child(even) a {
    background-color: #edd074;
}
.geb-breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
.geb-breadcrumb li:first-child a:before {
    border: none;
}
.geb-breadcrumb li a {
    color: #FFF;
    display: block;
    background: #edd074;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}
.geb-breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
.geb-breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #edd074;
}

.geb-breadcrumb li:last-child a:before{
    border-color: #000000;
    border-left-color: transparent;
}
.geb-breadcrumb li:last-child a:after {
    border-left-color: #000000;
}
.geb-breadcrumb li:last-child a {
    background-color: #000000;
}
/* =============================================
		BreadCrumb-th2 Style
============================================= */

.geb-breadcrumb-th2 {
    list-style: none;
    display: inline-block;
}
.geb-breadcrumb-th2 li {
    float: right;
    padding: 3px;
    background-color: #faf5dc;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    margin-left: -40px;
}

.geb-breadcrumb-th2 li a {
    border-radius: 50px;
    text-decoration: none;
    height: 35px;
    color: #ffffff;
    background-color: #edd074;
    text-align: center;
    display: block;
    line-height: 35px;
    padding-left: 45px;
    padding-right: 20px;
    min-width: auto;
}

.geb-breadcrumb-th2 li:last-child a {border-top-left-radius: 0;border-bottom-left-radius: 0;padding-left: 20px;}
.geb-breadcrumb-th2 li:first-child a {
    color: #edd074;
    background-color: #000000;
}


/* =============================================
		Styling
============================================= */
.geb-sections-title {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    /*padding: 0 0 3.5rem 0;*/
    border-bottom: 1px solid #dbdbdb;
}
.geb-sections-title h2 {
    margin: 0;
    float: left;
    font-size: 35px;
    line-height: 20px;
}
.geb-sections-title img {
    float: left;
    height: 47px;
    margin: 0 10px 0 0;
}
.geb-sections-title h2 span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 10px;
}
geb-sections-title .geb-btn {
    float: right;
    padding: 6px 25px;
    margin: 6px 0 0;
    border-radius: 20px;
}
.geb-product-view-btn {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    background: #f16945;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font: 400 13px/34px 'Tajawal', sans-serif;
}
.geb-product-view-btn i,
.geb-product-view-btn span {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
}
.geb-product-view-btn i {
    font-size: 16px;
    padding: 0 5px 0 0;
}
.geb-product-view-btn:hover,
.geb-product-view-btn:focus,
.geb-product-view-btn:hover i,
.geb-product-view-btn:hover span,
.geb-product-view-btn:focus i { color: #fff; }
.geb-wrapper {overflow:hidden;}
/* =============================================
		Header Style
============================================= */
.geb-header-mob {
    display: none;
}
.geb-header {
    z-index: 3;
    position: relative;
    height: 8.5rem;
}
.geb-top-bar {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dbdbdb;
    background: white;
}
.geb-addnav {
    float: left;
    color: #666;
    padding: 10px 0;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
}
.geb-addnav li {
    float: left;
    padding: 0 15px;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none;
}
li.sessions {
    padding: 0 15px !important;
    border: none  !important;
}
.geb-addnav li:first-child { padding-left: 0; }
.geb-addnav li + li { border-left: 1px solid #dbdbdb; }
.geb-addnav li a {
    color: #666;
    display: block;
}
.geb-addnav li a i,
.geb-addnav li a em {
    float: left;
    font-style: normal;
    line-height: inherit;
}

.geb-addnav li a i { padding: 0 10px 0 0; }
.geb-logo {
    flex: 1;          /* shorthand for: flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 3;
}
.geb-logo a { display: block; }
.geb-logo a img {display: block;width: 9rem;}
.geb-wishlist-and-cart {
    flex: 0.3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 2;
}
.geb-king-drop-down {
    float: right;
    padding: 5px 6px;
}
.geb-king-drop-down + .geb-king-drop-down { border-left: 1px solid #dbdbdb; }
.geb-king-drop-down-button {
    color: #404040;
    display: block;
    font-size: 14px;
    font-weight: 600;
    /* line-height: 20px; */
    position: relative;
    text-transform: capitalize;
}
/*.geb-king-drop-down-button:focus,*/
.geb-king-drop-down-button:hover span,
.geb-king-drop-down-button:hover { color: #edd074; }

.geb-king-drop-down-button i,
.geb-king-drop-down-button span {
    color: #404040;
}
.geb-king-drop-down-button i {
    font-size: 20px;
    line-height: 20px;
    padding: 0 12px 0 0;
}
.geb-badge-counter {
    top: -9px;
    left: 9px;
    min-width: 18px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    background: #f16945;
    vertical-align: top;
    display: inline-block;
    color: #fff !important;
}

.geb-king-drop-menu .geb-description p { margin: 0; }
.menu-deactivate { display: none }
.menu-activate { display: block }
.geb-king-drop-menu {
    right: 0;
    left: auto !important;
    border: 0;
    z-index: 10;
    min-width: 13rem;
    width: max-content;
    padding: 15px;
    border-radius: 0;
    margin: 25px 0 0 !important;
    display: none;
    color: #fff;
    border-top: 3px solid;
    background: rgb(0 0 0 / 80%);
    transform: translateX(-25px);
}
.geb-min-cart-dropdown { padding-right: 0 }
.geb-min-cart-body {
    width: 100%;
    display: grid;
    max-height: 17.5rem;
    overflow: hidden;
    overflow-y: scroll;
    max-width: 30rem;
}
.geb-min-cart-product {
    width: 100%;
    display: flex;
    align-items: center;
}
.geb-min-cart-product:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 5px;
}

.geb-min-cart-product figure {
    float: left;
    margin: 0 20px 0 0;
}
.geb-min-cart-product figure img {
    z-index: 1;
    display: block;
    position: relative;
    width: 70px;
}
.geb-min-cart-product-data {
    padding: 12px 0;
    overflow: hidden;
    width: 100%;
}
.geb-min-cart-product-data h5 {
    margin: 0 0 9px;
    color: #000;
    font-size: 1rem;
    line-height: 17px;
}
.geb-min-cart-product-data h5 a {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.geb-min-cart-product-data h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.geb-minicartfoot {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}
.geb-btnemptycart {
    float: left;
    color: #666;
    font-size: 13px;
    line-height: 16px;
}
.geb-btnemptycart i,
.geb-btnemptycart span {
    float: left;
    font-size: inherit;
    line-height: inherit;
}
.geb-btnemptycart span {padding: 0 0 0 10px;}
.geb-subtotal {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.geb-subtotal strong { font-size: 16px; }
.geb-minicartfoot .geb-btns {padding: 20px 0 10px;}
.geb-minicartfoot .geb-btns .geb-btn {
    margin: 0;
    padding: 0;
    width: 45%;
    float: left;
}
.geb-minicartfoot .geb-btns .geb-btn + .geb-btn { float: right; }
.geb-searchbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.geb-formsearch fieldset{
    margin: 0 0 6px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}
.geb-formsearch fieldset .form-control{
    border: 0;
    z-index: 2;
    height: 44px;
    line-height: 24px;
    position: relative;
    padding: 10px 54px 10px 20px;
}
.geb-formsearch fieldset button{
    top: 0;
    right: 0;
    z-index: 2;
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    background: none;
    position: absolute;
}
.geb-navigation-area {
    width: 100%;
    float: left;
    position: relative;
    justify-content: center;
    padding: 0.5rem;
}
.geb-navigation-area:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20);
}
.geb-nav {
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    font: 500 14px/30px 'Tajawal', sans-serif;
}
.geb-navigation {
    padding: 0;
    width: auto;
    margin: auto;
    text-align: center;
}
.geb-navigation ul {
    list-style: none;
    font-size: inherit;
    line-height: inherit;
}
.geb-navigation > ul {
    width: 49rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.geb-navigation > ul > li{
    float: left;
    font-size: inherit;
    line-height: inherit;
}
.geb-navigation ul li {list-style-type: none;}
.geb-navigation ul li a {
    display: block;
    position: relative;
    background: transparent;
    color: #fff;
    height: 30px;
}
.geb-navigation > ul > li {
    padding: 0 4rem 0 0;
}
.geb-navigation > ul > li > a:hover,
.geb-navigation > ul > li.current-menu-item > a {color: #b7b7b7;border-bottom: 2px solid #edd074;}
.geb-wishlist-and-cart{padding:0;}
.geb-HT .geb-king-drop-down{
    border:0;
    padding:20px;
    background: rgba(0, 0, 0, 0.05);
}
.geb-HT .geb-king-drop-down-button i{
    padding:0;
    color:#fff;
}
.geb-HT .geb-king-drop-down + .geb-king-drop-down{margin:0 0 0 2px;}
.geb-HT .geb-badge-counter{
    background:#fff;
    color:#666 !important;
}
/* =============================================
			Home Slider Style
============================================= */
.geb-btns {
    width: 100%;
    text-align: center;
}
/* =============================================
			Status Style
============================================= */
.geb_testimonials_items{
    width: 100%;
    float: left;
}
.geb_testimonials_item{
    width: 100%;
    float: left;
}
.geb_testimonials_item blockquote:before{
    top: 0;
    right: 0;
    z-index: 2;
    color: #edd074;
    width: 50px;
    height: 50px;
    content: '\f10e';
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    font-family: 'FontAwesome';
}
.geb_testimonials_item .geb-stars{
    top: 0;
    left: 0;
    position: absolute;
}
.geb_testimonials_item blockquote:after{
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #edd074;
    width: 50px;
    height: 50px;
    content: '\f10d';
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    font-family: 'FontAwesome';
}
.geb_testimonials_item blockquote{
    border: 0;
    margin: 0;
    width: 100%;
    float: left;
    color: #484848;
    padding: 35px;
    text-align: left;
    font: 300 16px/26px 'Tajawal', sans-serif;
    position: relative;
}
.geb_testimonials_item blockquote q{
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.geb_testimonials_item_user{
    clear: both;
    width: 310px;
    margin: 0 auto;
    padding: 30px 0 0;
    border-top: 1px solid #dbdbdb;
}
.geb_testimonials_item_user h3{
    margin: 0;
    color: #404040;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}
.geb_testimonials_item_user span{
    width: 100%;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 0 0;
    text-align: center;
}
/* =============================================
			Product More Information
============================================= */
.tab-container > .nav.nav-tabs > li > a {
    background-color: #faf5dc;
    border: 1px solid #edd074;
    border-bottom-width: 0px;
    color: #455a64;
}

.tab-container > .nav.nav-tabs > li > a.nav-link.active {
    background-color: #edd074;
    border: 1px solid #edd074;
    color: #ffffff;

}
.tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #edd074;
    padding: 20px;
    background-color: #faf5dc;
}
.geb-product-table{
    /*display: table;*/
    /*table-layout: fixed;*/
    /*border-collapse: collapse;*/
}
.geb-product-table .geb-product-row{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.geb-product-table .geb-product-row .geb-product-cell:first-child{
    font-weight: 600;
}

.geb-product-table .geb-product-row .geb-product-cell{
    padding: 0.6rem;
    color:black;
    display: table-cell;
}

.geb-author {
    position: relative;
    width: 45px;
    height: 45px;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #edd074;
}

.geb-author span:first-child{
    position: absolute;
    top: 8px;
    width: 100%;
    min-width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.geb-author i{
    position: absolute;
    left: 30px;
    top: 28px;
    color: lightgreen;
    background: #faf5dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 19px;
    border-radius: 50%;
    text-align: center;
    width: 18px;
    height: 18px;
    font-size: 16px;
}

ul.geb-author-list.comments {
    list-style: none;
}

.geb-author-body {
    display: table-cell;
    vertical-align: top;
}
div.geb-author-heading:after {
    content: " ";
    display: table;
    clear: both;
}

/* =============================================
			Best Selling Product Style
============================================= */
.geb-best-selling-product-slider .owl-nav{
    right: 0px;
    top: -4rem;
    width: auto;
    float: none;
    position: absolute;
}
.geb-best-selling-products,
.geb-best-selling-products .item{
    width: 100%;
    float: left;
}
.geb-best-selling-products .item .geb-product{padding:15px 0 0;}
.geb-product {
    width: 100%;
    float: left;
    padding: 15px 0;
}
.geb-product-feature-img {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.geb-product-img{
    width: 100%;
    float: left;
    position: relative;
}
.geb-product-img img {
    width: 100%;
    height: auto;
    display: block;
}
.geb-product:hover .geb-product-img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
    -moz-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
    -ms-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
    -o-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
    transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
}
.geb-product-feature-img .geb-product-view-btn{
    bottom: 35%;
    left: 0;
    opacity: 0;
    z-index: 4;
    width: 100%;
    margin: 0 0 -17px;
    visibility: hidden;
    position: absolute;
}
.geb-product:hover .geb-product-view-btn{
    opacity: 1;
    bottom: 50%;
    visibility: visible;
}
.geb-product-box {
    width: 100%;
    display: grid;
    padding: 15px 0 0;
}
.geb-product-categories {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 13px;
    list-style: none;
    padding: 0 0 8px;
    border-bottom: 1px solid #dbdbdb;
}
.geb-product-categories li {
    float: left;
    position: relative;
    padding: 0 2px 0 8px;
    line-height: inherit;
    list-style-type: none;
}
.geb-product-categories li:first-child{padding-left: 0;}
.geb-product-categories li a {
    color: #666;
    display: block;
}
.geb-codiano-box{
    width: 100%;
    float: left;
    margin: 0 0 8px;
    min-height: 16px;
}
.geb-codiano-tags {
    float: left;
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px 0 0 4px;
}
.geb-codiano-tags:before {
    top: 0;
    width: 0;
    height: 0;
    left: 100%;
    content: '';
    position: absolute;
    border-left: 5px solid;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
}
.geb-product-title {
    width: 100%;
    padding: 0 0 20px;
}
.geb-product-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 20rem;
}
.geb-best-selling-products .geb-product-box .geb-stars {
    float: left;
    margin: 0 0 20px;
}
.geb-product-price h4{
    color: #000000;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: top;
}
.geb-grid-product{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 5px;
    height: 100%;
    justify-content: left;
}
.geb-grid-product .color-box{
    cursor: pointer;
    margin-right: 5px;
}
.color-box img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.color-box.selected img {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000;
}
.geb-product-price ins,
.geb-product-price del {
    float: left;
    font: 500 18px/18px 'Tajawal', sans-serif;
}
.geb-product-price del {
    color: #666;
    font-size: 13px;
    padding-left: 10px;
}
.geb-product-box .geb-btn {
    /*width: 100%;*/
    margin: 20px 0 0;
}
.geb-btnround{
    color: #666;
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 0 10px;
    border: 1px solid #dcdcdc;
}
.geb-btnround i {
    width: 100%;
    float: left;
    display: block;
    background: #edd074;
    color: white;
    font-size: 10px;
    line-height: inherit;
}
/* =============================================
			geb-king-gold Style
============================================= */
.cd-product-viewer-wrapper .product-viewer:after {
    content: "\e90d";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
}

.geb-light-bg .geb-stars span:after,
.geb-light-bg .geb-stars:before {
    color: rgb(255 255 255 / 80%);
}


.geb-light-bg .geb-stars span:after {
    color: #000000 !important;
}
/* =============================================
			Featured Item Container
============================================= */
.geb-best-discount-product{
    width: 100%;
}
.geb-best-discount-product .row {
    justify-content: center;
    align-items: center;
}
.geb-best-discount-product figure{
    width: 100%;
    margin: -30px 0 -36px -40px;
}
.geb-best-discount-product figure img {
    margin: auto;
    display: block;
    max-width: 340px;
}
.geb-best-discount-product-content{
    width: 100%;
    float: left;
    margin: 40px 0;
    position: relative;
    padding: 0 30% 0 0;
}
.geb-best-discount-product-content .geb-product-title h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 43px;
}
.geb-best-discount-product-content .geb-stars span,
.geb-best-discount-product-content .geb-stars {
    width:110px;
    height: 18px;
    line-height:18px;
}
.geb-best-discount-product-content .geb-stars span:after,
.geb-best-discount-product-content .geb-stars:before {
    font-size: 18px;
    line-height: 18px;
}
.geb-best-discount-product-content .geb-stars span { width:75%;}
.geb-product-price ins{text-decoration: none;}
.geb-priceandbtn{
    top: 0;
    right: 0;
    margin: 45px 0;
    text-align: center;
    position: absolute;
}
/* =============================================
			New Release Style
============================================= */
.geb-btns .geb-btn{
    margin: 0 30px 0 0;
}
/* =============================================
			Footer Style
============================================= */
.geb-footer{
    background: #f7f7f7;
    border-top: 2px solid;
}
.geb-footerarea{
    width: 100%;
    float: left;
}
.geb-king-features{
    width: 100%;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.geb-king-features li{
    width: 33%;
    float: left;
    padding: 0 15px;
    position: relative;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none;
}
.geb-king-features-icons{
    width: 50px;
    font-size: 38px;
    line-height: 50px;
    color: black;
}
.geb-king-features-icons i{
    display: block;
    line-height: inherit;
}
.geb-king-features-icons,
.geb-sub-title{
    display: inline-block;
    vertical-align: middle;
}
.geb-sub-title{text-align: left;}
.geb-sub-title h3{
    margin: 0 0 9px;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
}
.geb-sub-title p{
    margin: 0;
    line-height: 19px;
}
.geb-threecolumns{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.geb-footercol{
    width: 100%;
    float: left;
    max-height: 350px;
}
.geb-footercol .geb-logo{padding: 0 0 30px;}
.geb-contactinfo{
    width: 100%;
    float: left;
    list-style: none;
}
.geb-contactinfo li{
    width: 100%;
    float: left;
    padding: 0 0 20px;
    line-height: inherit;
    list-style-type: none;
}
.geb-contactinfo li > i{
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
}
.geb-contactinfo li > i,
.geb-contactinfo li address,
.geb-contactinfo li span{
    margin: 0;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.geb-contactinfo li address{
    width: 80%;
}
.geb-footercol .geb-socialicons{
    width: 100%;
    float: left;
}
.geb-widget{
    width: 100%;
    float: left;
}
.geb-widgettitle{
    color:#fff;
    width: 100%;
    float: left;
    padding:0 20px;
    border-radius:5px;
    background:#484848;
    border-bottom: 1px solid #dbdbdb;
}
.geb-widgettitle h3{
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight:500;
    line-height:40px;
}
.geb-widgetcontent{
    width: 100%;
    float: left;
}
.geb-widget ul{
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 17px;
    list-style: none;
    font-family: 'Tajawal', sans-serif;
}
.geb-widget ul li{
    width: 100%;
    float: left;
    padding:11px 0;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.geb-widget ul li + li{border-top:1px solid #e6e6e6;}
.geb-widget ul li a{
    color: #666;
    display:block;
}
.geb-category-items:hover figure{

    /*-webkit-animation-duration: 3s;*/
    /*animation-duration: 3s;*/

    /*-webkit-animation-iteration-count: infinite;*/
    /*animation-iteration-count: infinite;*/

    /*-webkit-animation-name: tada;*/
    /*animation-name: tada;*/

    cursor: pointer;

    -webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);
    transform:scale3d(.9,.9,.9) rotate(-3deg)
}
.geb-category-items figure:after{
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.20;
}
.geb-category-items picture{
    position:relative;
}

.geb-category-items img{
    width: 100%;
    vertical-align: top;
}

.geb-category-items picture:after{
    content: ' ';
    position: absolute;
    width: 100%; height:100%;
    border-radius: 50% 50%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.geb-category-items picture:hover:after{
    opacity: 0.3;
}
.geb-category-items picture:hover ~.carousel-caption{
    background: transparent;
}
.geb-category-items:hover figure:after{
    content: ' ';
    opacity: 0;
}
.geb-category-items h3{
    color: #faf5dc;
    line-height: 0.2;
    text-align: center;
    font-size: 2rem;
}
.geb-category-title .geb-btnprev {
    left: -6px;
}
.geb-category-title .geb-btnnext {
    right: -6px;
}
.geb-category-title .geb-btnround {
    top: 50%;
    float: none;
    margin: -20px 0 0;
    position: absolute;
}
.geb-widgetnavigation ul{
    width: 50%;
    float: left;
}
.geb-footercol .geb-widgettitle{
    padding:0;
    background:none;
    margin:0 0 15px;
}
.geb-footercol .geb-widgettitle h3{
    color:#404040;
    font-size:16px;
    padding:0 0 20px;
    line-height:normal;
}
.geb-widget.geb-widgetnavigation ul li{
    position:relative;
    padding:11px 0 11px 15px;
}
.geb-widget.geb-widgetnavigation ul li:before{
    left:0;
    top:50%;
    width:5px;
    height:5px;
    content:'';
    margin:-2px 0 0;
    background:#666;
    position:absolute;
    border-radius:50%;
}
.geb-footercol.geb-widget ul li + li{border:0;}
.geb-newsletter{
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #f2f2f2;
    border-top: 1px solid #dbdbdb;
}
.geb-newsletter h4{
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}
.geb-newsletter h5{
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
}
.geb-formnewsletter {margin: 6px 0;}
.geb-formnewsletter fieldset{position: relative;}

.geb-formnewsletter fieldset button{
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    background: transparent;
}
.geb-footerbar{
    width: 100%;
    float: left;
    padding: 20px 0;
    position: relative;
    background: #000000;
}
.geb-copyright{
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 21px;
}
.geb-paymenttype{float: right;}
.geb-paymenttype img{display: block;}
.geb-top-btn{
    top: -20px;
    right: 30px;
    width: 40px;
    height: 40px;
    color: #484848;
    background: #fff;
    line-height: 40px;
    border-radius: 3px;
    position: absolute;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
}
.geb-top-btn i{
    display: block;
    color: #484848;
    line-height: inherit;
}
/* ===========================================================================
			Inner Pages Style
=========================================================================== */
.order_discount{
    background-image: linear-gradient(
        to top right,
        transparent 48%,
        black,
        transparent 52%
    );
}
/* =============================================
			Inner Banner Style
============================================= */
.geb-breadcrumb-head{
    height:100px;
    text-align:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.geb-breadcrumb-content{
    width:100%;
    float:left;
}
.geb-breadcrumb-content h1{
    font-size:50px;
    line-height:40px;
    font-weight:bold;
}
/* =============================================
			StaticPages Us Style
============================================= */
/* =============================================
			FAQ Style
============================================= */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,...");
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,...");
    content: "\f068";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.accordion-collapse:not(.collapsed){
    color: #edd074;
    background-color: #000000;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #edd074;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
/* =============================================
			404 Error Style
============================================= */
/* =============================================
			Contact Us Style
============================================= */
.contact-info-item {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 30px;
}
.contact-info-item .con-info-icon {
    border: 1px solid #edd074;
    border-radius: 100px;
    color: #edd074;
    font-size: 35px;
    margin: 0 auto 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 60px;
    height: 60px;
    width: 60px;
}
.contact-info-item .con-info-txt h4 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 15px;
}
.comment-box .input-area {
    padding: 10px;
}
/* =============================================
			select product Style
============================================= */
.geb-product-inner .geb-product-title h3{
    font-size: 2rem;
}
.geb-product-inner .geb-product-price ins{
    font-size: 1.1rem;
}

.geb-product-inner .product-countdown {
    width: 100%;
    padding: 15px 0;
    justify-content: center;
}
.geb-product-inner .geb-product-available span{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

ul.geb-select-product {
    display: flex;
    list-style: none;
    justify-content: start;
}

ul.geb-select-product li {
    margin-left: 15px;
}
ul.geb-select-product li img {
    width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    border-radius: 50% 50%;
    transform: translateY(-0.2rem);
}
ul.geb-select-product  li.select button,
ul.geb-select-product  li:hover button {
    transform: scale(1.1);
    box-shadow: 0 0 0px 4px #ffffff;
}
.geb-product-review {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
ul.geb-select-product  li button
{
    overflow: hidden;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    text-decoration: none;
    height: 2.5rem;
    color: #ffffff;
    background-color: #edd074;
    text-align: center;
    min-width: 2.5rem;
    display: block;
    font-size: 2rem;
    line-height: 2.5rem;
    width: 2.5rem;
}
/* =============================================
			Geb Stars Review Style
============================================= */
.geb-stars-review .rate{color: #ccc; font-size: 20px;}
.geb-stars-review .rate-empty{color: #000;}
.geb-stars-review.rated .rate-full{color: #fcd01e;}
.geb-stars-review .rate-active{color: #fcd01e;}
/* =============================================
			filter Style
============================================= */
ul.geb-filter-options {
    display: flex;
    list-style: none;
    padding: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

ul.geb-filter-options li {
    padding: 2px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 15px;
    margin-top: 3px;
}
ul.geb-filter-options li.selected {
    box-shadow: 0 0 0 2px #edd074, 0 0 0 3px #edd074;
}
ul.geb-filter-options li.selected button{
    background: #ffffff;
    color: #edd074;
}
ul.geb-filter-options li img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 4px;
}
ul.geb-filter-options li.active button,
ul.geb-filter-options li:hover button {
    transform: scale(0.8);
}

ul.geb-filter-options li button
{
    overflow: hidden;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    height: 80px;
    color: #ffffff;
    background-color: #edd074;
    text-align: center;
    min-width: 80px;
    display: block;
    font-size: 35px;
    width: 80px;
}

/* =============================================
			blockquote Style
============================================= */
blockquote{
    margin:0;
    border:0;
    width:100%;
    float:left;
    quotes:none;
    color:#484848;
    text-align:center;
    padding:18px 80px 40px 80px;
    font: italic 24px/34px 'Tajawal', sans-serif;
}
/* =============================================
			Products Style
============================================= */
/* =============================================
			Product Detail Style
============================================= */
.contents.current p{
    margin:20px;
}

.contents.current .geb-grid-product{
    justify-content: left;
}
.geb-cart-product{
    display: flex;
    align-items: center;
}
.geb-amount-btns{
    width:100%;
    display: flex;
    justify-content: center;
}
.remove-cart-product,
.geb-amount-btns .minus,
.geb-amount-btns .plus{
    width:45px;
    height:45px;
    color:#484848;
    display:block;
    cursor:pointer;
    font-size:14px;
    line-height:40px;
    text-align:center;
    border-radius:5px;
    font-style:normal;
    border:1px solid #dbdbdb;
}
.geb-amount-btns .minus{margin:0 6px 0 0;}
.geb-amount-btns .plus{margin:0 0 0 7px;}
.geb-amount-btns input{
    width: 60px;
    text-align:center;
}
.geb-amount-btns .minus,
.geb-amount-btns input,
.geb-amount-btns .plus{
    display:inline-block;
    vertical-align:middle;
    background: #edd074;
}
.geb-amount-btns .minus:hover,
.geb-amount-btns .plus:hover{
    color:#fff;
    box-shadow: inset 0 -2px 0 0 #649b3c;
}
/* =============================================
			Geb Home slider Style
============================================= */
#geb_main-slider .carousel-caption h3 {
    color: #be8c41;
    text-transform: uppercase;
    font: 700 6rem/1.1 "Tajawal",sans-serif;
    margin-top: -0.1rem;
    margin-bottom: 0.4rem;
    letter-spacing: .035rem;
}

#geb_main-slider  .carousel-caption h2 {
    color: #be8c41;
    font: 300 4.6rem/1 "Tajawal",sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

#geb_main-slider  .carousel-caption p {
    color: #be8c41;
    font: 300 3rem/1 "Tajawal",sans-serif;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

#geb_main-slider .carousel-caption h2 span {
    color: #edd074;
    font-weight: 600;
}


#geb_main-slider .button-holder.center{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}

#geb_main-slider .button-holder.rtl{
    top: 50%;
    right: 20%;
    transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    position: absolute;
}

#geb_main-slider .button-holder a {
    font-weight: 400;
    font-size: 1.3rem;
    color: #fff;
    background-color: #edd074;
    min-width: 130px;
    padding: 0.8rem;
    margin:5px;
    border-radius: 2rem;
}
/* =============================================
			geb-king-words
============================================= */
.geb-king-words {position: relative; width:100%; height:100%;}
.geb-king-words:before {
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    background: url("../images/layers/gebking-icon.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 2;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 85px;
    height: 162px;
    transform: translateY(-50%);
}
.geb-king-words h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.geb-king-words p{
    font-size: 18px;
    line-height: 30px;
}
.geb-king-word-body{
    padding: 85px;
}
div#geb_main-slider img{
    max-height: 600px;
}
/* =============================================
			preloader
============================================= */
.preloader{
    position: fixed;
    left:0px;
    top:0px;
    height:100%;
    width: 100%;
    z-index:999999;
    background-color:#ffffff;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../images/preloader.gif);
}

/* =============================================
			geb-filter-box-section
============================================= */
.geb-filter-color,.geb-filter-size{ position: relative}
.geb-filter-box{
    display: none;
    height: 170px;
    background-color: #faf5dc;
    border: 1px solid #e3e3e3;
    position: absolute;
    z-index: 2;
    overflow: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 13rem;
}
.geb-filter-color ul.geb-filter-options li button,
.geb-filter-size ul.geb-filter-options li button{
    width: 100%;
    min-width: 3rem;
    height: 3rem;
    text-align: left;
}
.geb-filter-color ul.geb-filter-options li button  span,
.geb-filter-size ul.geb-filter-options li button span{
    font-size: 0.9rem;
}
.geb-filter-color ul.geb-filter-options li img {
    height: 1.5rem;
    width: 1.5rem;
}
.geb-filter-color ul.geb-filter-options li,
.geb-filter-size ul.geb-filter-options li {
    margin: 5px;
    flex: 100%;
    width: 100%;

}

.geb-filter-dropdown:hover .geb-filter-box{
    display: block;
}

/* =============================================
			modal
============================================= */

.modal.fade.in .modal-dialog {
    left: 0;
}
@media (max-width:767px){
    .menu-activate {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        background-color: #edd074;
        width: 100%;
        max-width: 74%;
        /*overflow-y: auto;*/
        box-shadow: 20rem 0px 0rem 20rem rgb(50 50 50 / 75%);
        visibility: visible;
        transform: translate(0, 75px);
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
        transition: all 0.35s;
    }
    .product-details .nav-item {
        padding: 0;
        margin: 0;
    }

    .product-details .nav-link:before {
        display:none;
    }

}
.geb-sections-title .geb-btn {
    margin-right: 6rem;
}
/* =============================================
			geb-nav-top
============================================= */

.geb-nav-top {
    -webkit-animation: .4s ease-in-out 0s normal both 1 running slideInDown;
    animation: .4s ease-in-out 0s normal both 1 running slideInDown;
    background: rgba(0,0,0,.9) none repeat scroll 0 0;
    box-shadow: 0 0 5px #bdbdbd;
    left: 0;
    position: fixed;
    top: 0;
    transition: margin-top 0.2s ease-out;
    width: 100%;
    z-index: 99;
}
.float-right {
    float: right;
}

.geb-navigation-holder {
    display: flex;
    /*padding: 10px 0;*/
}
.carousel-caption {
    left: 0;
    top: 70%;
    transform: translate(-50%, 100%);
    width: 100%;
    height: 3rem;
}

.carousel-caption-slider {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 3rem;
}
.item.geb-category-items {
    padding: 15px 0;
    border-radius: 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    border: none;
    font-size: 25px;
}


.item.geb-category-items:hover:after {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    margin-top: -20px;
    background: #fff;
    opacity: 0.6;
    filter: blur(20px);
    animation: login-blur 3s 3;
    animation-delay: 0s;
    transform-origin: top;
}

@keyframes login-blur {
    from {
        transform: translate(0) rotate(45deg);
    }
    to {
        transform: translateX(370px) rotate(45deg);
    }
}

/* =============================================
			dropdown-menu
============================================= */
.dropdown-menu>li>a {
    padding: 3px 20px;
    line-height: 1.42857143;
}
.geb_testimonial .owl-nav {
    right: 0;
    top: -135px;
    width: auto;
    float: none;
    position: absolute;
}

.disabled{
    display: none
}
.collapsing {
    height: 100%;
    overflow: visible;
    transition: none;
}
ul.geb-filter-options.geb-color-filter li,
ul.geb-filter-options.geb-size-filter li{
    /*flex: 100%;*/
}
.geb-btn {
    border-radius: 20px;
}
.geb-product-img-360 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.field-icon {
    position: absolute;
    left: 92%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 15px;
}



.dropdown-menu[data-bs-popper] , .dropdown-menu {
    top: 43px;
    right: -20px !important;
    margin-top: 1rem !important;
    border-radius: 20px;
    backdrop-filter: blur(12px);
}
.geb-wishlist-and-cart .dropdown-menu {
    top: 93% !important;
}

.dropdown-menu:after {
    position: absolute;
    top: -8px;
    left: 66%;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(0 0 0 / 80%);
    border-left: 8px solid transparent;
    content: '';
}
.search:after {
    border: none !important;
    content: "" !important;
}

.cart-triangle:after {
    position: absolute;
    top: -8px;
    left: 91%;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(0 0 0 / 80%);
    border-left: 8px solid transparent;
    content: '';
}
ul.nav.nav-pills.flex-column.mb-sm-auto.mb-0.align-items-end {
    display: block;
}
.modal-header , .modal-content , .modal-body  {
    background: rgb(250 245 220 / 50%);
    backdrop-filter: blur(5px);
}
