@import "fonts.css";
@import "animate.css";
/* All-color */
:root {
    --main-color: #102B80;
    --sec-color: #362999;
    --bg-color: #BBEDFF;
    --hover-color: #32bff2;
    --gray-color: #727990;
    --bg-gray: #F6F6F6;
    --bg-grid: linear-gradient(180deg, #00A9C4 0%, #BBEDFF 100%);
    --bg-grid-two: linear-gradient(248deg, #2ACAAD 0%, #11937B 100%);
}

/* End All-color */

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: tahoma;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--hover-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: tahoma;
    background: #fff;
    width: 100%;
    height: 100%;
    float: right;
    overflow-x: hidden;
    overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: tahoma;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    float: right;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

main {
    float: right;
    width: 100%;
}

.owl-carousel {
    direction: ltr;
    text-align: right;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}

/* Start Header */
.header-top {
    padding: 12px 0;
}

.menu-right p {
    font-size: 14px;
    color: var(--gray-color);
    font-family: 'neoLight';
    font-family: 'tahoma';
}

.menu-right p i {
    width: 20px;
}

.menu-left {
    display: block;
}

.menu-left ul {
    display: flex;
    justify-content: flex-end;
}

.menu-left ul li a {
    display: block;
    margin-right: 20px;
    font-size: 14px;
    color: var(--gray-color);
    font-family: 'tahoma';
}

.header-mid {
    background: var(--bg-color);
    padding: 20px 0;
}

.header-mid .container {
    display: flex;
    align-items: center;
}

.search {
    display: block;
}

.search form {
    max-width: 444px;
    position: relative;
    margin: 0 auto 0 0;
}

.search form input {
    height: 45px;
    background: #FFFFFF;
    border-radius: 25px;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    padding: 0 20px;
}

.search form button {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gray-color);
    font-size: 18px;
    padding: 0;
    border: none !important;
    background: none !important;
    margin: 10px 20px;
}

.menu-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-c a, .cart-ph {
    display: inline-block;
    flex: auto;
    width: 33.33%;
    text-align: center;
    padding: 0 2px;
}

.menu-c a .icon {
    font-size: 24px;
    color: var(--main-color);
    height: 30px;
    width: 30px;
    margin: auto;
    position: relative;
}

.menu-c a .details, .cart-ph .details {
    padding-top: 10px;
}

.menu-c a .details h4, .menu-c a .details h3, .cart-ph .details h3 {
    margin: 0;
    font-size: 14px;
    color: var(--gray-color);
    font-family: 'tahoma';
}

.menu-c a .icon .total-ca {
    position: absolute;
    right: -5px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #32BFF2;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}

/* End Header */

/* Start Nav */
.navbar.navbar-inverse {
    background: var(--main-color);
    border-radius: 0;
    border: none;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.navbar-inverse .navbar-nav li a {
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    font-family: 'tahoma';
}

.navbar-nav {
    display: flex;
    flex: 0 1;
    float: none !important;
}

.navbar-nav li {
    display: inline-flex;
    flex: auto;
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus {
    color: #32bff2;
}

/* End Nav */

/* Start Slider-top */
.top-slider,
.slider-img {
    height: 604px;
}

.slider-home {
    position: relative;
}

.slider-img .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: revert;
    position: relative;
}

.top-slider {
    border-radius: 0px 0px 50px 50px;
    overflow: hidden;
}

.slider-img .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--bg-grid);
    opacity: 0.75;
}

.top-slider .container {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.slider-text {
    text-align: center;
    width: 50%;
    margin: auto;
}

.slider-text h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'neoBold';
    line-height: 84px;
    margin: 0;
}

.slider-text .btn {
    padding: 0 40px;
    background: var(--main-color);
    line-height: 60px;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 50px;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.slider-text .btn:hover {
    background: var(--hover-color);
}

.nextSection {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 28px;
    margin: auto;
    width: 40px;
    height: 70px;
    border: 3px solid #FFFFFF;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
}

.nextSection i {
    font-size: 20px;
    color: #fff;
    transition: all .5s;
    animation: hvr-icon-down 5s ease-out infinite;
}


@-webkit-keyframes hvr-icon-down {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.nextSection:hover {
    background: var(--main-color);
    border-color: var(--hover-color);
}

.nextSection:hover i {
    color: var(--hover-color);
}

/* End Slider-top */

/* Start All-section */
.all-section {
    padding: 50px 0;
}

.block-sec {
    display: block;
    text-align: center;
    background: var(--main-color);
    margin: 15px 0;
    border-radius: 10px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-family: 'tahoma';
}

.block-sec:hover {
    background: var(--hover-color);
    color: var(--main-color);
}

/* End All-section */

/* Start Big-banner */
.block-banner {
    margin: 15px 0;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.block-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.block-banner a .img {
    display: block;
    width: 100%;
    height: 100%;
}

.block-banner a .img img {
    width: 100%;
    height: 100%;
}

.banner-big .col-md-6.col-xs-12:nth-child(1) {}

.banner-big .col-md-6.col-xs-12:nth-child(1) .block-banner {
    background: var(--bg-grid-two);
}

.banner-big .col-md-6.col-xs-12:nth-child(1) .block-banner .img {
    max-width: 196px;
    max-height: 185px;
    float: left;
    margin-left: 20px;
    position: relative;
}

.banner-big .col-md-6.col-xs-12:nth-child(1) .block-banner .img::after {
    content: "";
    position: absolute;
    width: 176px;
    height: 176px;
    background: #FFFFFF;
    opacity: 0.2;
    left: 0;
    border-radius: 50%;
}

.banner-big .col-md-6.col-xs-12:nth-child(1) .block-banner .img img {
    position: relative;
    z-index: 2;
}

.block-banner .details {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    padding: 30px;
}

.block-banner .details h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'tahoma';
}

.block-banner .details .btn {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    transition: all .5s;
    box-shadow: none !important;
    border: none !important;
    font-family: 'tahoma';
}

.block-banner:hover .details .btn {
    background: var(--main-color);
}

.banner-big .col-md-6.col-xs-12:nth-child(1) .block-banner:hover .details .btn {
    background: #159c83;
    /* color: #000; */
}

/* End Big-banner */

/* Start Products-h */
.products-h {
    padding: 80px 0;
}

.title {
    margin: 0 0 50px;
    text-align: center;
}

.title h3 {
    color: var(--main-color);
    font-size: 32px;
    font-family: 'neoBold';
    margin: 0;
}

.title p {
    width: 50%;
    margin: 20px auto 0;
    font-size: 13px;
    color: var(--gray-color);
    font-family: 'tahoma';
}

.block-pro {
    margin: 15px 0;
    display: block;
}

.block-pro .img-block {
    height: 351px;
    background: #F6F6F6;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.block-pro .img-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.block-pro .img-block a img {
    max-height: 200px;
}

.block-pro .img-block a .new-h {
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px;
    z-index: 3;
    letter-spacing: 0.36px;
    color: #FF0000;
    font-size: 13px;
    font-family: 'neoLight';
}

.block-pro .details {
    text-align: center;
    padding: 20px;
}

.block-pro .details .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    color: #191F31;
    font-size: 18px;
    margin-bottom: 10px;
}

.block-pro .details .new-price,
.block-pro .details .old-price {
    display: inline-block;
    margin: 0 5px;
}

.block-pro .details .new-price span {
    color: var(--sec-color);
    font-size: 12px;
}

.block-pro .details .old-price span {
    color: var(--gray-color);
    font-size: 12px;
    text-decoration: line-through;
}

.more-btn {
    display: table;
    margin: 30px auto 0;
    position: relative;
    color: #191F31;
    font-size: 16px;
    padding-bottom: 4px;
    font-family: 'tahoma';
}

.more-btn::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #32BFF2;
}

/* End Products-h */

/* Start Selling-h */
.selling-h {
    padding: 0 0 80px;
}

.selling-h .title h3 {
    font-family: 'neo';
}

.selling-h .title {
    text-align: start;
}

.selling-h ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.all-pro {
    clear: both;
}

.selling-h ul li a {
    margin: 0 10px;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    color: var(--gray-color);
}

.selling-h ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #32BFF2;
    margin: auto;
    transition: all .5s;
}

.selling-h ul li a:hover::after,
.selling-h ul li.active a::after {
    width: 100%;
}

.selling-h ul li a:hover, .selling-h ul li.active a, .selling-h .nav.nav-tabs li.active a, .selling-h .nav.nav-tabs li a:hover {
    color: var(--main-color);
}

/* End Selling-h */

/* Strat Features-h */
.features-h {
    padding: 0 0 50px;
}

.all-feat {
    display: flex;
    align-items: center;
}

.all-feat .block-feat {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.all-feat .block-feat .icon-block {
    height: 90px;
    line-height: 90px;
}

.all-feat .block-feat .icon-block img {
    max-height: 100%;
}

.all-feat .block-feat .details {
    padding-top: 25px;
}

.all-feat .block-feat .details h3 {
    margin: 0;
    font-size: 18px;
    color: var(--main-color);
    font-family: 'tahoma';
}

/* End Features-h */

/* Start Shopping-h */
.shopping-h {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}

.shopping-h::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #00A9C4;
    opacity: .7;
}

.shopping-h .container {
    position: relative;
    z-index: 2;
}

.shopping-h .text-inner {
    text-align: center;
    width: 50%;
    margin: auto;
}

.shopping-h .text-inner h1 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    font-family: 'neoBold';
}

.shopping-h .text-inner .btn {
    border-radius: 10px;
    padding: 0 40px;
    line-height: 60px;
    color: #fff;
    background: var(--main-color);
    border: none !important;
    box-shadow: none !important;
    font-size: 20px;
    margin: 40px 0 0;
}

.shopping-h .text-inner .btn:hover,
.shopping-h .text-inner .btn:focus {
    background: var(--hover-color);
    color: var(--main-color);
}

/* End Shopping-h */

/* Start More-banner */
.more-banners {
    padding: 50px 0;
}

a.block-client {}

.block-client {
    display: block;
    height: 80px;
}

.block-client .img-block {
    text-align: center;
    width: 100%;
    line-height: 80px;
}

.block-client .img-block img {
    max-height: 80px;
}

/* End More-banner */

/* Start Footer */
.footer-top {
    padding: 50px 0;
}

.logo-f {
    display: block;
    margin-bottom: 20px;
}

.logo-f img {
    max-height: 100px;
}

.details-con {
    display: block;
}

.details-con li {
    margin: 5px 0;
    line-height: 1.8;
}

.details-con li,
.details-con li a {
    color: #393936;
    font-size: 16px;
}

.footer-top h3 {
    color: #393936;
    margin: 30px 0;
    font-size: 24px;
    font-family: 'tahoma';
}

.footer-top .links {
    display: block;
}

.footer-top .links li {
    display: block;
    line-height: 2;
    margin: 5px 0;
}

.footer-top .links li a {
    color: #666666;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'tahoma';
}

.footer-top .links li a:hover,
.footer-top .links li a:focus {
    color: var(--hover-color);
}

.form-f p {
    color: #666666;
    font-size: 13px;
    margin-bottom: 15px;
    font-family: 'tahoma';
}

.form-f form {
    display: flex;
}

.form-f form input {
    border: none !important;
    width: 260px;
    height: 37px !important;
    border-bottom: 1px solid var(--main-color) !important;
    transition: all .5s;
    color: #666666;
    font-size: 16px;
    border-radius: 0 !important;
    font-family: 'tahoma';
}

.form-f form .btn-form {
    width: 76px;
    height: 37px;
    border: none;
    border-bottom: 1px solid var(--main-color);
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 5px;
    font-family: 'tahoma';
}

.form-f form .btn-form:hover,
.form-f form .btn-form:focus {
    background: var(--main-color) !important;
    color: #fff;
}

.form-f .social-f {
    margin-top: 30px;
}

.form-f .social-f a i {
    transition: all .5s;
    margin-left: 20px;
    font-size: 26px;
    /* width: 44px; */
    /* height: 44px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.form-f .social-f a i.fa.fa-facebook {
    background: #4267B2;
    color: #fff;
    width: 44px;
    height: 44px;
}

.form-f .social-f a i.fa.fa-whatsapp {
    font-size: 30px;
    color: green;
}

.form-f .social-f a i.fa.fa-instagram {
    background: linear-gradient(45deg, #FF6400 0%, #FF0100 50%, #FD0056 100%) 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-f .social-f a i.fa.fa-twitter {
    color: #1DA1F2;
}

.form-f .social-f a i.fa.fa-youtube {
    color: #FF0000;
}

.footer-mid p {
    color: var(--gray-color);
    font-size: 12px;
    font-family: 'tahoma';
}

.ryad-logo {
    float: left;
}

.footer-mid .container {
    display: flex;
    align-items: center;
}
/* End Footer */
.fa-shopping-basket:before {
    content: "\f291";
}

.fa {
    font-size: inherit;
}

#cart > .btn {
    line-height: 30px;
    height: auto;
    text-align: center;
    position: relative;
    float: none;
    display: inline-block;
    width: auto;
    border: none !important;
}

#cart > .btn > i.fa.fa-shopping-cart, #cart-total i.fa.fa-shopping-cart {
    font-size: 24px;
    color: var(--main-color);
    height: auto;
    width: auto;
    line-height: normal;
}

#cart .btn #cart-total {
    position: absolute;
    right: -10px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #32BFF2;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cart > .btn > i.fa.fa-angle-down, #cart-total i.fa.fa-angle-down {
    color: var(--gray-color);
}

.search #search {
    max-width: 444px;
    position: relative;
    margin: 0 auto 0 0;
    display: block;
}

.search #search .form-control {
    height: 45px !important;
    background: #FFFFFF;
    border-radius: 25px !important;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    padding: 0 20px;
}

.search #search  .input-group-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.menu-left ul li a.lng2 {
    display: none;
}

.search #search .input-group-btn .btn.btn-default {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gray-color);
    font-size: 18px;
    padding: 0;
    border: none !important;
    background: none !important;
    margin: 10px 20px;
    height: 100%;
}

.hiden-none {
    display: none;
}

.block-pro .details a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    color: #191F31;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'tahoma';
}

.block-pro .details .price {
    display: inline-block;
    margin: 0 5px;
}

.block-pro .details .price .new-price, .block-pro .details .price .old-price {
    display: inline-block;
}

.block-pro .details .price .new-price span {
    color: var(--sec-color);
    font-size: 12px;
}

.selling-h .nav.nav-tabs {
    padding: 0 !important;
    display: block;
    text-align: left;
}

.selling-h .nav.nav-tabs li {
    float: none !important;
    display: inline-block;
}

.selling-h .nav.nav-tabs li a {
    margin: 0 10px;
    padding: 0;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    color: var(--gray-color);
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    font-family: 'tahoma';
}

#cart .dropdown-menu {
    margin: 0;
    padding: 0;
    background: #fff;
}

#cart .dropdown-menu td {
    vertical-align: middle;
    font-size: 15px;
    text-align: start;
}

#cart .dropdown-menu td a img.img-thumbnail {
    width: 100%;
    height: 100%;
}

#cart .dropdown-menu td a {
    width: auto;
    height: auto;
    display: block;
}

#cart .dropdown-menu td a {
    text-align: start;
    font-size: 15px;
}

#cart .dropdown-menu td .btn.btn-danger {
    border: transparent !important;
    padding: 0;
    background: transparent;
    color: #da4f49;
    font-size: 16px;
    text-shadow: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #edfaff;
}

#cart .dropdown-menu table tr td {
    padding: 12px;
    font-size: 15px;
}

#cart .dropdown-menu li p a {
    width: auto;
    padding: 0 20px;
    line-height: 40px;
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
}

#cart .dropdown-menu li p a:nth-child(2) {
    background: var(--gray-color);
}

#cart .dropdown-menu li p a i {
    position: relative;
    right: -4px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: var(--bg-color);
    color: var(--main-color);
}

.breadcrumb {
    margin: 40px 0;
    border-color: #f1f1f1;
    border-radius: 5px;
    background: #fafafa;
}

#category-list h3.main_title {
    height: auto;
    line-height: normal;
    text-align: start;
    font-size: 16px;
    background: var(--main-color);
    padding: 20px;
    color: #fff;
    margin: 0;
    border-color: var(--sec-color);
}

.list-group {
    padding: 0;
    border-radius: 6px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: #fafafa;
    color: var(--main-color);
}

.title-general-w h3 {
    height: auto;
    padding-bottom: 28px;
    color: var(--main-color);
    font-size: 25px;
    margin: 0;
}

.category-top-oneway .col-md-4:nth-child(1) {
    padding: 0;
}

button#grid-view, button#list-view {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

button#grid-view:focus, button#list-view:focus {
    background: var(--hover-color);
    color: #333;
}

.category-top-oneway select {
    height: 45px !important;
    box-shadow: none !important;
    border: 1px #ccc solid !important;
    border-radius: 6px !important;
}

.product-layout.product-list .general-box-item-dez.general-box-item-dez-marg {
    display: flex;
    text-align: start;
    border: 1px #ededed solid;
    margin: 20px 0;
}

.product-layout.product-list .general-box-item-dez.general-box-item-dez-marg .image {
    margin: 0;
    height: 100%;
    width: 230px;
    line-height: 267px;
    border-left: 1px #ededed solid;
}

.product-layout.product-list .general-box-item-dez.general-box-item-dez-marg .caption {
    text-align: start;
    padding: 20px;
    width: calc(100% - 230px);
}

.product-layout.product-list .general-box-item-dez.general-box-item-dez-marg .caption .price {
    text-align: -webkit-right;
}

.product-layout.product-list .general-box-item-dez.general-box-item-dez-marg .caption .price::after {
    margin-right: 0;
}

.product-layout.product-list .general-box-item-dez.general-box-item-dez-marg .caption .button {
    /* margin-right: 0; */
}

.product-layout.product-grid .general-box-item-dez.general-box-item-dez-marg {
    border: 1px #ededed solid;
}

.product-layout.product-grid .general-box-item-dez.general-box-item-dez-marg .image {
    border-bottom: 1px #ededed solid;
    line-height: 230px;
    height: auto;
    margin: 0;
}

.product-layout.product-grid .general-box-item-dez.general-box-item-dez-marg .image img {
    max-width: 95%;
    max-height: 95%;
}

.product-layout.product-grid .general-box-item-dez.general-box-item-dez-marg  .caption {
    padding: 20px;
}

.general-box-item-dez .button {
    border-color: var(--main-color) !important;
    color: var(--main-color) !important;
}

.general-box-item-dez .button:hover {
    background: var(--main-color);
    color: #fff !important;
}

.general-box-item-dez:hover h4 a {
    color: var(--main-color);
}

.product-layout.product-list .general-box-item-dez.general-box-item-dez-marg .image img {
    max-width: 95%;
    max-height: 95%;
}

.text-right {
    text-align: start;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: var(--hover-color) !important;
}

select option {
    background: #fff;
    color: #666;
}

a.thumbnail.min-h img.main_image {}

.title-pro {
    font-size: 20px;
    margin-bottom: 16px;
}

.productdes1 #norating a {
    font-size: 15px;
    color: var(--main-color);
}

.productdes1 .list-unstyled {
    margin: 20px 0 0;
}

.productdes1 .list-unstyled li {
    display: inline-block;
    margin-left: 11px;
    font-size: 15px;
}

.productdes1 .list-unstyled li h2 {
    margin: 0;
    color: var(--main-color);
}

.product.product-img .form-control {
    max-width: 120px !important;
    margin-top: 10px;
}

button#button-cart {
    display: table;
    width: auto;
    min-width: 160px;
    line-height: 45px;
    padding: 0;
    background: var(--main-color);
    box-shadow: none !important;
}

button#button-cart:hover, button#button-cart:focus {
    background: var(--hover-color);
    color: #fff;
}

.tab-wrapper {
    border: none;
    border-radius: 0;
}

.nav-tabs li a {
    background: var(--main-color);
    color: #fff;
    padding: 0 25px;
    line-height: 45px;
    border-radius: 5px 5px 0 0;
    border: 1px solid var(--main-color) !important;
    border-bottom: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: var(--main-color);
    border-color: #d3d9ef !important;
}

.tab-content {
    border-radius: 5px 0 5px 5px;
    border: 1px #eceef5 solid;
}

::selection {
    background: var(--main-color);
    color: #fff;
}

.thumbnail.min-h {}

#tab-review h2 {
    color: var(--main-color);
    font-size: 28px;
    font-family: 'neoBold';
    margin: 20px 0;
}

.form-horizontal .control-label {
    text-align: start;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
}

.form-control {
    height: 50px !important;
    width: 100% !important;
    border: 1px #eaeaea solid !important;
    color: var(--main-color) !important;
}

.btn.btn-primary {
    background: var(--main-color);
    font-size: 16px;
    padding: 7.5px 12px;
}

#tab-review #form-review {
    width: 80%;
    padding: 35px;
    border: 1px #f5f5f5 solid;
    margin: 30px auto;
    border-radius: 6px;
    box-shadow: 0 0 20px #fdfdfd;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: var(--hover-color);
    color: #fff;
}

#cart > .btn > i.fa.fa-shopping-cart:after, #cart-total i.fa.fa-shopping-cart:after {
    display: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], textarea, select, input[type="tel"] {
    height: 50px !important;
    padding: 0 20px;
}

.checkout-cart #content h1, .checkout-cart #content h2 {
    color: var(--main-color);
    margin: 20px 0 40px;
    font-size: 22px;
    font-family: 'neoMed';
}

.table-bordered > thead > tr > td {
    background: var(--main-color);
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    border-color: var(--sec-color) !important;
}

.table-bordered > tbody > tr > td {
    vertical-align: middle;
}

.table-bordered > tbody > tr > td img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

.input-group .form-control[name^=quantity] {
    height: 40px !important;
    border-radius: 0 5px 5px 0 !important;
}

.input-group-btn .btn {
    height: 40px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #f1f1f1;
}

.checkout-cart #content h2 + p {
    font-size: 16px;
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    padding: 0;
}

.panel-default > .panel-heading .panel-title {
    padding: 15px;
    background: var(--main-color);
    color: #fff;
}

.panel-body .input-group .form-control {
    height: 40px !important;
    border-radius: 0 5px 5px 0 !important;
}

.btn.btn-default {
    background: #161a2d;
    color: #fff;
    font-size: 16px;
    border-color: #161a2d;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 7.5px 12px;
}

.btn.btn-default:hover, .btn.btn-default:focus {
    background: var(--main-color);
}

.table-bordered > tbody > tr > td {
    padding: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body h2 {
    font-size: 20px;
    font-family: 'neoMed';
    color: var(--main-color);
    margin: 10px 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body p {
    margin: 15px 0;
}

.checkout-success #content h1 {font-family: 'neoBold';color: var(--main-color);margin: 20px 0;}

.checkout-success #content p {
    margin: 10px 0;
}

.checkout-success #content p a {
    color: blue;
}

.account-account .list-unstyled li {
    line-height: 2;
    margin: 5px 0;
}

.account-account #content h2 {
    font-size: 22px;
    font-family: 'neoMed';
    color: var(--main-color);
}

.list-group {
    border-color: #ececec;
}

.list-group .list-group-item {
    padding: 17px;
    font-size: 15px;
    color: #666;
}

.list-group .list-group-item:hover, .list-group .list-group-item:focus {
    background: var(--main-color);
    color: #fff;
}

a.btn.btn-info {
    background: var(--main-color);
    border-color: var(--main-color);
}

.account-order-info .table-bordered > tbody > tr > td .btn {
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0;
}

.input-group.date .input-group-btn {
    padding: 0;
}

.input-group.date .input-group-btn button.btn.btn-default {
    height: 50px;
    width: 50px;
}

.radio-inline, .checkbox-inline {margin: 16px 0;}

.product-search #content h2 {
    font-size: 25px;
    color: var(--main-color);
    margin: 30px 0 20px;
}

.panel-body .col-sm-3 strong {margin-bottom: 10px;display: inline-block;}

.information-contact .panel-default {
    margin: 30px 0;
}

.ryad-logo a, .ryad-logo span, .ryad-logo p {
    color: #000 !important;
}

.footer-mid {
    padding-bottom: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body label.col-sm-2.control-label {
    margin-top: 10px;
}

.social-king {
    position: fixed;
    right: 15px;
    top: 35%;
    z-index: 99;
}

.social-king a {
    display: block;
    margin: 10px 0;
}

.social-king a i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
}

.social-king a i.fa.fa-envelope {
    background: #00a9c4;
}

.social-king a i.fa.fa-phone {
    background: #3b3b3b;
}

.social-king a i.fa.fa-comment {
    background: #0282f9;
}

.social-king a i.fa.fa-whatsapp {
    background: #2fd94b;
}

.all-section .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}