a, button {
    outline: none;
}

a,
.breadcrumbs a {
    color: #7F9FC4;
    transition: all 0.2s ease-in;
}

a:hover,
a:focus,
.breadcrumbs a:hover {
    color: #232323;
}

/*   TOP-BAR   */


header .top-bar {
    padding: 0;
    justify-content: center;
    background-color: #232323;
}

header .top-bar .menu {
    margin: 0 auto;
    padding: .3rem 0;
    background-color: #232323;
}

header .top-bar .menu li {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

header .top-bar .menu li a {
    font-size: 12px;
    padding: 2px;
    color: #fff;
    border-bottom: 1px solid transparent;
}

header .top-bar .menu li a:hover {
    color: #afc7e1;
    border-bottom: 1px solid #afc7e1;
}

header .top-bar .menu li.active a {
    text-decoration: underline;

    color: #afc7e1;
}

header .top-bar .menu li:last-child {
    border-right: none;
}

.title-area {
    margin: 1.8rem 0 1.3rem;
}


/*   LOG IN    */
.login-top {
    position: relative;
    margin: 0 10px;
}

.login-top .login-button {
    background-color: #7f9fc4;
    padding: 4px 14px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: all .25s ease-out;
}

.login-top .login-button a {
    color: #FFF;
}
input.login-button:hover {
    background-color: #232323;
}

.login-top form {
    opacity: 0;
    display: none;
    position: absolute;
    background-color: #fff;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 3px solid #fcd08a;
    padding: 10px 15px;
    width: 255px;
    z-index: 1002;
}

.login-top form.open,
.login-top form.open-form {
    opacity: 1;
    display: block;
    transition: all 0.5s;
}

.login-top form p {
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 10px;
    text-align: center;
}

.login-top form .add-on {
    display: none;
}

.login-top form input {
    max-width: 100%;
    border-radius: 0;
    font-size: 0.8rem;
    background-color: #eaeaea;
    border: 1px solid #b2b2b2;
    height: 2rem;
}

.login-top form input::placeholder {
    color: #818181;
    font-style: italic;
}

#form-login-submit {
    text-align: center;
}

.login-top form .login-button {
    width: 100%;
    border-radius: 0;
    padding: 7px;
    font-size: 0.8rem;
}

.login-top .forgot {
    border-bottom: 1px solid #b2b2b2;
}

.login-top .forgot p {
    margin-bottom: 5px;
}

.login-top .register {
    margin-top: 5px;
}

.login-top .register-button {
    width: 100%;
    font-style: normal;
    text-transform: uppercase;
    background-color: #7f9fc4;
    padding: 7px;
    text-align: center;
    font-size: 0.8rem;
}

.login-top .register-button a {
    color: #FFF;
}

.login-top button:hover, .login-top .register-button:hover {
    background-color: #232323;
    transition: all 0.5s;
}

.login-greeting {
    margin-bottom: 10px;
}

/*         MENU         */

header .menu-main {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 100%;

    background-color: rgba(234, 234, 234, 1);
    position: relative;
}

.menu .active > a {
    background: none;
}

header .menu-main .menu {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

header .menu-main ul li {
    display: block;
    border-left: 1px solid #cacaca;
    flex: 1;
    text-align: center;
}

header .menu-main ul li a,
header .menu-main ul li span {
    display: inline-block;
    width: 100%;
    font-size: .8rem;
    line-height: 1.2rem;
    padding: .6rem .4rem;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    color: #222;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    letter-spacing: 0.5px;
}

header .menu-main ul li a:hover {
    color: #7F9FC4;
    border-bottom: 2px solid #7F9FC4;
}

header .menu-main ul li.active > a {
    color: #7F9FC4;
    border-bottom: 2px solid #7F9FC4;
    background-color: inherit;
}

header .menu-main ul li:last-child {
    border-right: 1px solid #cacaca;
}

header .menu-main .separator:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 11px;
    margin-left: 5px;
    content: '';
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header .menu-main .deeper {
    position: relative;
    cursor: pointer;
}

header .menu-main .submenu li {
    padding: .4rem 1rem;
    text-align: left;
}

header .menu-main .submenu {
    display: none;
    opacity: 0;
    min-width: 210px;
    margin-left: 0;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #FFF;
    border: 1px solid #cacaca;
}

header .menu-main .submenu li {
    border-left: none;
}

header .menu-main .deeper:hover .submenu {
    opacity: 1;
    display: block;
    transition: all 0.5s;
}

/*    CALL    */
.call {
    font-size: 1rem;
    color: #8c8c8c;
    margin-top: 12px;
}

.call p {
    margin-bottom: 0;
    color: #000;
}

.call .tel {
    font-size: 1.1rem;
    background: url(https://orientsilverworld.com/templates/orientsilver/images/icon-tel.png) no-repeat top left;
    padding-left: 30px;
    font-weight: bold;
}

.call .info-work p {
    font-weight: bold;
}

.call .info-feature {
    margin-top: 15px;
    font-size: 0.9rem;
}

header .title-area .logo img {
    max-height: 120px;
}

header .basket {
    margin-top: 12px;
}

/*    SEARCH    */
.search input {
    font-size: 14px;

    display: inline-block;

    width: 230px;
    height: 40px;
    margin-top: 25px;
    color: #999898;
    border: 1px solid #b2b2b2;
    border-right: none;
    border-radius: 0;
    font-style: italic;
}

.search input:focus,
.search input:active {
    color: #000;
    font-style: normal;
}

.search .button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -3px 0 0 0;
    padding: 8px;
    border: 1px solid #7F9FC4;
    border-left: none;
    background: #7F9FC4 url(https://orientsilverworld.com/templates/orientsilver/images/icon-search.png) no-repeat center center;
    background-size: 25px;
}

.search .button:hover {
    background-size: 27px;
    background-color: #232323;
}

/*BREADCRUMBS*/

.wrapper-breadcrumbs .breadcrumb {
    margin: .5rem 0 .5rem 0;
}

.wrapper-breadcrumbs .breadcrumb li:not(:last-child)::after {
    display: none;
}

.wrapper-breadcrumbs .breadcrumb li {
    font-size: .9rem;

    text-transform: none;

    color: #6a6a6a;
}

.wrapper-breadcrumbs .divider {
    margin: 0 .5rem;

    color: #6a6a6a;
}


/*   OWL CAROUSEL   */

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    z-index: 99;
    top: -48px;
    right: 10px;
    display: block;
    width: 28px;
    height: 28px;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    text-align: center;
    border: 1px solid #e4e4e2;
    outline: none !important;
    background: #ddd;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    border: 1px solid #e4e4e2;
    background-color: #7F9FC4 !important;
}

.owl-carousel .owl-prev {
    left: -25px;
    top: 30%;
}

.owl-carousel .owl-prev:hover span {
    background-position: left top;
}

.owl-carousel .owl-next {
    right: -25px;
    top: 30%;
}

.owl-carousel .owl-next:hover span {
    background-position: -12px bottom;
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    margin-left: -3px;

    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    text-indent: -9999px;

    background: url(https://orientsilverworld.com/templates/orientsilver/images/list_arrows.png) no-repeat;
}

.owl-carousel .owl-prev span {
    background-position: -7px top;
}

.owl-carousel .owl-next span {
    background-position: -5px bottom;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    z-index: 99;
    top: -48px;
    right: 10px;

    display: block;

    width: 28px;
    height: 28px;

    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    text-align: center;

    border: 1px solid #e4e4e2;
    outline: none !important;
    background: #ddd;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    border: 1px solid #e4e4e2;
    background-color: #7F9FC4 !important;
    cursor: pointer;
}

.owl-carousel .owl-prev {
    left: -25px;
    top: 30%;
}

.owl-carousel .owl-prev:hover span {
    background-position: left top;
}

.owl-carousel .owl-next {
    right: -25px;
    top: 30%;
}

.owl-carousel .owl-next:hover span {
    background-position: -12px bottom;
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    margin-left: -3px;

    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    text-indent: -9999px;

    background: url(https://orientsilverworld.com/templates/orientsilver/images/list_arrows.png) no-repeat;
}

.owl-carousel .owl-prev span {
    background-position: -7px top;
}

.owl-carousel .owl-next span {
    background-position: -5px bottom;
}


/* OWL SLIDER   */
.owl-carousel .slider-controls .owl-prev,
.owl-carousel .slider-controls .owl-next {
    position: absolute;
    width: 48px;
    height: 43px;

    border: none;
    background-color: rgba(0,0,0,0.1);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1rem;
    color: #fefefe;
}

.owl-carousel .slider-controls .owl-prev:hover,
.owl-carousel .slider-controls .owl-next:hover {
    border: none;
    background-color: #7F9FC4 !important;
}

.owl-carousel .slider-controls .owl-prev {
    left: 10px;
    top: 50%;
    border-radius: 5px 0 0 5px;
}

.owl-carousel .slider-controls .owl-prev span {
    background-position: left top;
}

.owl-carousel .slider-controls .owl-next {
    right: 10px;
    top: 50%;
    border-radius: 0 5px 5px 0;
}

.owl-carousel .slider-controls .owl-next span {
    background-position: -12px bottom;
}

/*       CART Button         */

.topcart .total a {
    color: #FFF;
}

.cart_top .total_products {
    background: #444;
}

.vmCartModule .cart, .vmCartModule .cart:hover {
    color: #FFF;
    line-height: 27px;
}

.vmCartModule .cart span {
    display: inline-block;
}

.cart_top .total_products {
    left: 50px;
}

.cart_content {
    padding: 10px 0;
}

#vmCartModule-topcart {
    background-color: #7F9FC4;
    border: none;
    border-radius: 0;
    padding: 7px 20px;
    height: 40px;
    width: 140px;
    text-align: center;
    z-index: 1001;
    position: relative;
    display: inline-block;
    transition: all .25s ease-out;
}

#vmCartModule-topcart:hover {
    background-color: #232323;
}

#vmCartModule-topcart svg {
    height: 25px;
}

#vmCartModule-topcart .vm_cart_products {
    width: 340px;
}

#vmCartModule-topcart .cart_content .block-left {
    width: 240px;
}

#vmCartModule-topcart .vm_cart_products img {
    width: 70px;
}

#vmCartModule-topcart .product-text {
    display: inline-block;
    width: 155px;
    text-align: left;
    vertical-align: top;
    padding: 0 5px;
}

#vmCartModule-topcart .product-name {
    margin-bottom: 5px;
    display: block;
}

#vmCartModule-topcart .subtotal_with_tax {
    font-weight: bold;
    width: 100px;
    margin-right: 0;
    font-size: 0.8rem;
}

#vmCartModule-topcart .total-discount {
    background-color: #f0f0f0;
    padding: 10px 20px 0;
    font-size: 1rem;
    text-align: right;
}

#vmCartModule-topcart .total-discount strong {
    padding: 0 30px;
    font-weight: normal;
}

#vmCartModule-topcart .total {
    background-color: #f0f0f0;
    padding: 20px;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    width: 420px;
}

#vmCartModule-topcart .total strong {
    color: #7F9FC4;
    padding: 0 30px;
}

.cart_content .show_cart {
    text-align: right;
    margin: 0;
}

.cart_content .show_cart a {
    padding: 5px 10px;
    margin: 10px 0;
    display: inline-block;
    background-color: #7F9FC4;
    border-radius: 0;
}

.cart_content .show_cart a:hover {
    opacity: 1;
    background-color: #232323;
}
/**********        FOOTER        **********/

footer {
    padding: 3rem 0 0;
    background-color: #222;
}

footer h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #7F9FC4;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

footer a {
    color: #ebeae7;
}

footer .menu {
    margin-bottom: 2rem;
}

footer .menu li {
    width: 100%;
}

footer .menu a {
    padding: .7rem 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

footer .menu .active a,
footer .menu a:hover {
    margin-left: 5px;
    color: #7F9FC4;
    border-bottom: 1px solid #7F9FC4;
}

footer .menu .active > a {
    background: none;
}

footer .payment {
    margin-bottom: 25px;
}

footer .social h3 {
    margin-bottom: 1rem;
}

footer .social .social-links a {
    position: relative;

    margin-right: 10px;
}

footer .social .social-links a img {
    width: 50px;
}

.copyright {
    padding: 20px 0;

    border: none;
    background: #1b1b1b;
}

.copyright section p {
    font-size: .9rem;
    margin-bottom: 0;
    color: #8c8c8c;
}

.copyright a:hover {
    transition: all .5s ease-out;
    text-decoration: underline;
    color: #7F9FC4;
}