/* -------------------- *\
  Fonts
\* -------------------- */
@supports not (-ms-high-contrast: none) {
    /* Non-IE styles here */
    @font-face {
        font-family: "Frutiger LT Arabic 45 Light";
        src: url(../fonts/FrutigerLTArabic-45Light.ttf);
    }
}
@font-face {
    font-family: "Frutiger LT Arabic 55 Roman";
    src: url(../fonts/FrutigerLTArabic-55Roman.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: "Roboto Light";
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: "Roboto Medium";
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: "Roboto Bold";
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: "themify";
    src: url(../components/themify-icons/fonts/themify.ttf);
}
/* -------------------- *\
  Start Globals
\* -------------------- */
body {
    color: #000;
    background: #FEFDFC;
}
button {
    border: none;
}
button:focus {
    outline: none;
}
button, i {
    cursor: pointer;
}
.modal {
    padding: 0 !important;
}
::-webkit-input-placeholder {
    color: #777;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}
:-ms-input-placeholder {
    color: #777;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}
::-ms-input-placeholder {
    color: #777;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}
::placeholder {
    color: #777;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}
input:focus ~ .floating-label,
textarea:focus ~ .floating-label {
    top: 0;
    font-size: 14px;
}
.floating-label.active {
    top: 0;
    font-size: 14px;
}
.floating-label {
    pointer-events: none;
    left: 57px;
    top: 18px;
    z-index: 999;
}
input.small:focus ~ .floating-label {
    top: 1px;
}
input.small ~ .floating-label {
    top: 19px;
}
select {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
.form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-bottom: 24px;
    border-radius: 2px;
    border: 1px solid #e5dacb;
}
.form-group.w-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.flex-wrap > .form-group:nth-of-type(odd):not(:last-of-type) {
    margin-right: 20px;
}
.form-group i {
    padding: 0 9px 0 20px;
}
.form-group input, .form-group select {
    height: 60px !important;
}
.form-group input {
    border-radius: initial !important;
}
.select-wrapper:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 6px;
    border-color: transparent;
    border-top-color: #afa9a0;
    cursor: pointer;
    pointer-events: none;
}
input[type=checkbox] {
    height: auto;
}
textarea {
    resize: none;
}
/* -------------------- *\
  Start components
\* -------------------- */
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-21 {
    font-size: 21px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-25 {
    font-size: 25px;
}
.font-28 {
    font-size: 28px;
}
.font-32 {
    font-size: 32px;
}
.font-38 {
    font-size: 38px;
}
.font-40 {
    font-size: 40px;
}
.font-700 {
    font-weight: 700;
}
.frutiger-light {
    font-family: "Frutiger LT Arabic 45 Light", sans-serif;
}
.frutiger-roman {
    font-family: "Frutiger LT Arabic 45 Roman", sans-serif;
}
.roboto {
    font-family: Roboto, sans-serif;
}
.roboto-light {
    font-family: "Roboto Light", sans-serif;
}
.roboto-medium {
    font-family: "Roboto Medium", sans-serif;
}
.roboto-bold {
    font-family: "Roboto Bold", sans-serif;
}
.text-underline {
    text-decoration: underline;
}
.no-underline, .no-underline:hover {
    text-decoration: none;
}
.black-text-0 {
    color: #000;
}
.black-text-2 {
    color: #222;
}
.black-text-3 {
    color: #333;
}
.black-text-6 {
    color: #666;
}
.black-text-7 {
    color: #777;
}
.white-text {
    color: #fff;
}
.green-text, a.green-text:hover {
    color: #106b2e;
}
.brown-text, a.brown-text:hover {
    color: #a07b1b;
}
.grey-text, a.grey-text:hover {
    color: #afa9a0;
}
.red-text, a.red-text:hover {
    color: #ac4c31;
}
.white-bg {
    background-color: #fff;
}
.whitish-bg {
    background-color: #fefdfc;
}
.grey-bg {
    background-color: #f8f5f0;
}
.greyish-bg {
    background-color: #f9f8f5;
}
.green-bg {
    background-color: #106b2e;
}
.greenish-bg {
    background-color: rgba(16, 107, 46, .1);
}
.btn-green:hover {
    background-color: #f9f8f5;
    color: #106b2e;
    text-decoration: none;
}
.btn-brown:hover, a.btn-brown:hover {
    background-color: #a07b1b;
    color: #fff;
    text-decoration: none;
}
.border-1 {
    border-width: 1px;
    border-style: solid;
}
.border-2 {
    border-width: 2px;
    border-style: solid;
}
.border-3 {
    border-width: 3px;
    border-style: solid;
}
.border-green {
    border-color: #106b2e;
}
.border-brown {
    border-color: #a07b1b;
}
.no-border {
    border: none;
}
.main-border {
    border: 1px solid #e5dacb;
}
.main-border-b {
    border-bottom: 1px solid #e5dacb;
}
.image-border {
    border: 1px solid rgba(175, 169, 160, .2)
}
.br-2 {
    border-radius: 2px;
}
.br-3 {
    border-radius: 3px;
}
.br-4 {
    border-radius: 4px;
}
.br-5 {
    border-radius: 5px;
}
.br-6 {
    border-radius: 6px;
}
.br-10 {
    border-radius: 10px;
}
.br-24 {
    border-radius: 24px;
}
.br-rd {
    border-radius: 50%;
}
.no-br-rd {
    border-radius: 0 !important;
}
.no-outline, .no-outline:focus {
    outline: none;
}
.transition {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.transparent {
    background-color: transparent;
}
.pointer {
    cursor: pointer;
}
.form-success {
    border: 1px solid #106b2e;
}
.form-info {
    border: 1px solid #c8a038;
}
.form-error, .border-red {
    border: 1px solid #ac4c31;
}
/* -------------------- *\
  Start Form Validate
\* -------------------- */
.form-message > span {
    display: none;
}
.form-message > span.show {
    display: block;
}
/* -------------------- *\
  End Form Validate
\* -------------------- */
/* -------------------- *\
  Start Navbar
\* -------------------- */
header .navbar {
    padding: 12px 0;
    position: unset;
}
header .quran-gift-logo {
    margin-right: 12px;
}
header .navbar-nav .nav-item > a {
    padding: 0;
}
header .navbar .quran-gift-text {
    margin-right: 28px;
    color: #106b2e;
}
header .navbar .quran-gift-text:hover {
    color: #106b2e;
}
header .navbar-nav .nav-item {
    margin: 0 12px;
}
header .navbar-nav .nav-item:last-of-type {
    margin-left: -1px;
}
header .navbar-nav .nav-item .nav-link {
    color: #222;
}
header .order-now {
    color: #ac4c31 !important;
}
header .nav-item .dropdown-toggle::after {
    font-size: 17px;
    margin-left: 3px;
    vertical-align: .15em;
    border-top: .4em solid;
    border-right: .2em solid transparent;
    border-left: .2em solid transparent;
}
header .navbar .handbag {
    margin-right: 17px;
}
header .navbar .cart-number {
    display: none;
    top: 2px;
    left: -3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ac4c31;
    font-size: 10px;
}
header .navbar .cart-number.active {
    display: inline-block;
}
header .navbar .modal-button {
    width: 169px;
    height: 47px;
    background-color: #c8a038;
    border: 2px solid #c8a038;
}
header .navbar .modal-button:hover {
    color: #c8a038;
    background-color: transparent;
}
header .navbar .modal-content {
    -webkit-box-shadow: 0 2px 34px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 34px rgba(0, 0, 0, .2);
}
header .navbar .navbar-toggler {
    margin-right: 22px;
}
header .nav-wrapper .logo-menu,
header .nav-wrapper .close-menu,
header .nav-wrapper .responsive-menu,
header .nav-wrapper .level-2-menu {
    display: none;
}
header .nav-wrapper .close-menu {
    line-height: 1.2;
}
header .responsive-menu-header {
    padding: 16px 20px 14px 23px;
}
header .responsive-menu-footer {
    padding: 30px 20px 80px 23px;
}
header .nav-wrapper .responsive-menu {
    height: 72vh;
    overflow: auto;
}
header .nav-wrapper .level-2-menu {
    left: -300px;
    top: 80px;
    height: 100%;
    z-index: 9999;
    background-color: #f9f8f5;
}
header .level-2-menu .back {
    background-color: rgba(0, 0, 0, .1);
}
.overlay-menu {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 999;
}
body.no-scroll {
    overflow: hidden;
}
header .nav-wrapper.show,
header .nav-wrapper .level-2-menu.show {
    -webkit-animation: showMenu .5s forwards ease-in-out;
    animation: showMenu .5s forwards ease-in-out;
}
@-webkit-keyframes showMenu {
    0% {
        left: -300px;
        width: 0;
    }
    100% {
        left: 0;
        width: 297px;
    }
}
@keyframes showMenu {
    0% {
        left: -300px;
        width: 0;
    }
    100% {
        left: 0;
        width: 297px;
    }
}
header .nav-wrapper.hide,
header .nav-wrapper .level-2-menu.hide {
    -webkit-animation: hideMenu .5s ease-in-out;
    animation: hideMenu .5s ease-in-out;
}
@-webkit-keyframes hideMenu {
    0% {
        left: 0;
        width: 297px;
    }
    100% {
        left: -300px;
        width: 0;
    }
}
@keyframes hideMenu {
    0% {
        left: 0;
        width: 297px;
    }
    100% {
        left: -300px;
        width: 0;
    }
}
/* -------------------- *\
  End Navbar
\* -------------------- */
/* -------------------- *\
  Start cart-box-modal
\* -------------------- */
header .navbar .cart-modal {
    top: 17px;
    left: -202px;
    border-radius: 0;
}
header .cart-modal .modal-dialog {
    max-width: 724px;
    left: 298px;
    top: 34px;
}
header .cart-modal .modal-content:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -32px;
    left: 507px;
    border-style: solid;
    border-width: 16px;
    border-color: transparent transparent #fff transparent
}
header .logged .cart-modal .modal-content:after {
    left: 468px;
}
header .cart-modal .modal-header {
    padding: 36px 32px 3px 36px;
}
header .cart-modal .edit-cart:hover {
    color: #a07b1b;
}
header .cart-modal .modal-body {
    padding: 26px 25px;
    margin-top: 23px;
    overflow: hidden;
}
header .cart-modal .modal-body {
    cursor: -webkit-grab;
    cursor: grab;
    height: 245px;
}
header .cart-modal .modal-body.empty {
    cursor: default;
}
header .cart-modal .item {
    width: 175px;
    height: 190px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    border-radius: 2px;
    margin-right: 25px;
    background-color: #fff;
}
header .cart-modal .empty-cart {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
header .cart-modal .empty-cart.hide {
    display: none;
}
header .cart-modal .empty-cart .shop-now {
    height: 50px;
}
header .cart-modal .delete {
    top: 3px;
    left: 5px;
    width: 14px;
    height: 14px;
    color: #fff;
    background-color: #ac4c31;
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    line-height: 0;
}
header .cart-modal .delete:hover {
    color: #fff !important;
    opacity: .9 !important;
}
header .cart-modal .delete span {
    left: 4px;
    top: 6px;
    font-size: 10px;
}
header .cart-modal .item-image {
    margin: -24px 0 0 21px;
    overflow: hidden;
}
header .cart-modal .item-body {
    bottom: 15px;
    left: 12px;
}
header .cart-modal .item-title {
    margin-left: 6px;
}
header .cart-modal .modal-footer {
    padding: 23px 25px 26px 33px;
}
header .cart-modal .modal-footer a {
    height: 61px;
}

/* -------------------- *\
  Start cart-box-modal
\* -------------------- */
/* -------------------- *\
  Start login-box-modal
\* -------------------- */
header .login-modal .modal-dialog {
    max-width: 551px;
    left: -10px;
}
header .login-modal .modal-header {
    padding: 32px 18px 4px 25px;
}
header .login-modal .modal-body {
    padding: 16px 25px;
}
header .login-modal .form-control {
    height: 61px;
}
header .login-modal .input-group i {
    padding: 0 10px 0 20px;
}
header .login-modal .submit {
    width: 100%;
    height: 61px;
    border-radius: 2px;
    background-color: rgba(16, 107, 46, .1);
    margin-top: 11px;
}
header .login-modal .modal-footer {
    padding-top: 21px;
    padding-bottom: 31px;
}
header .login-modal .social-login {
    margin-top: 19px;
}
header .login-modal .social-login button {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    margin: 0 7px;
}
header .login-modal .social-login i {
    margin-right: 4px;
}
/* -------------------- *\
  End login-box-modal
\* -------------------- */
/* ------------------------------------------------------------------ *\
  Start Home Page
\* ------------------------------------------------------------------ */
/* -------------------- *\
  Start slider Section
\* -------------------- */
section.slider .carousel {
    padding: 0 45px 0 100px;
    max-width: 1340px;
    margin: 0 auto;
}
section.slider .carousel-control-next,
.carousel-control-prev {
    width: 60px;
}
section.slider .carousel-next-icon,
.carousel-prev-icon {
    top: -39px;
    width: 55px;
    height: 55px;
    background-color: rgba(107, 83, 19, .3);
    border-radius: 50%;
}
section.slider .carousel-next-icon:after,
.carousel-prev-icon:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 22px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
section.slider .carousel-next-icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 13px;
}
section.slider .carousel .image {
    top: -1px;
    right: -33px;
}
section.slider .carousel .text {
    text-align: left;
    max-width: 609px;
    margin: 116px 0 195px;
}
section.slider .text h1 {
    max-width: 609px;
}
section.slider .text p {
    font-weight: 700;
    margin: 42px 0 46px;
    max-width: 506px;
    line-height: 21px;
}
section.slider .text .order-copy {
    width: 239px;
    height: 53px;
    margin-right: 11px;
}
section.slider .text .learn-more {
    width: 182px;
    height: 53px;
}
section.slider .text .learn-more:hover {
    text-decoration: underline;
}
/* -------------------- *\
  End Slider Section
\* -------------------- */
/* -------------------- *\
  Start features
\* -------------------- */
section.features .features-image {
    background: url(../img/breaker-1.png) center/cover;
    max-width: 866px;
    height: 184px;
    top: -93px;
    left: 6px;
}
section.features .feature {
    padding: 0 42px;
}
section.features .feature:not(:last-of-type) {
    border-right: 1px solid #dedfe1;
}
section.features .feature p {
    max-width: 160px;
    line-height: 16px;
}
/* -------------------- *\
  End features
\* -------------------- */
/* -------------------- *\
  Start Get-Started Section
\* -------------------- */
section.get-started {
    padding-bottom: 72px;
    margin-top: -7px;
}
section.get-started .steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
section.get-started h2.h1 {
    max-width: 772px;
    margin-bottom: 65px;
}
section.get-started span {
    font-size: 15px;
}
section.get-started h2 {
    margin-bottom: 18px;
    margin-top: -4px;
}
section.get-started p {
    max-width: 340px;
    font-size: 15px;
    margin-top: 4px;
    margin-left: -10px;
    line-height: 17px;
}
section.get-started .steps > div {
    margin-bottom: 75px;
}
section.get-started .step-two {
    margin-top: 69px;
}
section.get-started .get-started {
    width: 323px;
    height: 70px;
}
/* -------------------- *\
  End Get-Started Section
\* -------------------- */
.image-breaker {
    height: 33px;
    background: url(../img/breaker-2.png);
}
/* -------------------- *\
  Start Designs Section
\* -------------------- */
section.designs {
    background-color: #a07b1b;
    padding: 85px 0 225px;
}
section.designs h2.h1 {
    max-width: 609px;
    margin-bottom: 65px;
}
section.designs .image {
    border: 1px solid #979797;
}
section.designs p {
    margin-top: 54px;
    color: #e5dacb;
}
/* -------------------- *\
  End Designs Section
\* -------------------- */
/* -------------------- *\
  Start Print Provider
\* -------------------- */
.print-provider-container {
    top: -175px;
    max-width: 1006px;
    overflow: hidden;
    margin-bottom: -100px;
    -webkit-box-shadow: 0 1px 60px rgba(0, 0, 0, .17);
    box-shadow: 0 1px 60px rgba(0, 0, 0, .17);
}
.print-provider-container .text {
    max-width: 609px;
    padding: 0 15px;
    margin-left: -15px;
}
.print-provider-container h2.h1 {
    margin-bottom: 35px;
}
.print-provider-container .print-provider-btn {
    max-width: 280px;
    height: 53px;
}
/* -------------------- *\
  End Print Provider
\* -------------------- */
/* -------------------- *\
  Start World-Map Section
\* -------------------- */
section.world-map {
    margin-bottom: 82px;
    max-width: 985px;
}
section.world-map h2.h1 {
    bottom: 16px;
    right: 0;
    color: #8a6810;
    background: -webkit-linear-gradient(240deg, rgba(138,104,16,1) 0%, rgba(200,160,56,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* -------------------- *\
  End World-Map Section
\* -------------------- */
/* -------------------- *\
  Start Footer
\* -------------------- */
footer {
    padding-top: 38px;
}
footer .container {
    padding-bottom: 66px;
}
footer p {
    max-width: 463px;
    margin: 45px 0 23px;
    line-height: 19px;
}
footer .footer-links {
    max-width: 990px;
    margin: 70px auto 63px;
}
footer .list:not(:last-of-type) {
    border-right: 1px solid #dedfe1;
}
footer .list li a {
    color: #222;
}
footer .buttons a {
    max-width: 280px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 53px;
}
footer .copyright {
    background-color: #fefdfc;
    padding: 33px 0 81px;
}
/* -------------------- *\
  End Footer
\* -------------------- */
/* ------------------------------------------------------------------ *\
  End Home Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 3 Page
\* ------------------------------------------------------------------ */
section.products {
    padding: 39px 0 63px;
}
section.products .text-wrapper {
    margin-right: 60px;
}
section.products .text-wrapper h2 {
    margin-bottom: 5px;
}
section.products .input-wrapper {
    width: 389px;
    margin-right: 48px;
}
section.products .input-wrapper input {
    padding-left: 57px;
    height: 58px;
    background-color: #f7f3ee;
}
section.products .input-wrapper input::-webkit-input-placeholder {
    color: #afa9a0;
}
section.products .input-wrapper input:-ms-input-placeholder {
    color: #afa9a0;
}
section.products .input-wrapper input::-ms-input-placeholder {
    color: #afa9a0;
}
section.products .input-wrapper input::placeholder {
    color: #afa9a0;
}
section.products .input-wrapper i {
    padding-left: 21px;
    left: 3px;
    top: calc(50% - 0.5em);
}
section.products .sort-wrapper .dropdown-toggle {
    margin-left: 15px;
}
section.products .sort-wrapper .dropdown-toggle i {
    margin-left: 5px;
}
section.products .sort-wrapper .dropdown-toggle:hover {
    color: rgba(0, 0, 0, .9);
}
section.products .sort-wrapper .dropdown-toggle::after {
    display: none;
}
section.products .category-list {
    margin: 18px 0 76px;
}
section.products .item-link {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    border-radius: 2px;
    margin: 19px 25px 19px 0;
    padding: 8px 8px 0 7px;
    -ms-flex-preferred-size: calc(33.3333% - 25px);
    flex-basis: calc(33.3333% - 25px);
}
section.products .item-link:nth-of-type(3n) {
    margin-right: 0;
}
section.products .item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.products .item-link .item-flag {
    left: 19px;
    top: -38px;
}
section.products .item-body {
    padding: 40px 30px 30px;
}
section.products .item-link .item-title {
    margin-bottom: 5px;
}
section.products .item-link .item-text {
    margin-bottom: 30px;
    line-height: 17px;
}
section.products .item-link .preview {
    font-size: 18px;
    border-radius: 6px;
    background-color: rgba(160, 123, 27, .08);
    padding: 17px 0 15px;
    width: 144px;
    margin-right: 9px;
    line-height: 21px
}
section.products .item-link .icon-handbag {
    font-size: 23px;
    border-radius: 6px;
    background-color: rgba(16, 107, 46, .07);
    color: #106b2e;
    padding: 14px 0 13px;
    width: 57px;
    line-height: 26px;
    vertical-align: bottom;
}
/* -------------------- *\
  Start Pagination Section
\* -------------------- */
.products-pagination {
    max-width: 586px;
    font-size:  22px;
}
.pagination-list li, .pagination-list li a {
    display: inline-block;
}
.pagination-list li a {
    width: 58px;
    padding: 17px 0 15px;
    line-height: 26px;
    color: #666;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    cursor: pointer;
}
.products-pagination .active a,
.products-pagination a:hover {
    background-color: rgba(200, 160, 56, .2);
    color: #a07b1b;
}
/* -------------------- *\
  End Pagination Section
\* -------------------- */
/* ------------------------------------------------------------------ *\
  End Copy 3 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 4 Page
\* ------------------------------------------------------------------ */
/* -------------------- *\
  Start Product Section
\* -------------------- */
section.product .title-wrapper {
    padding: 29px 0 23px;
}
section.product .title-wrapper h1 {
    margin-left: 18px;
}
section.product .thumbnail li {
    width: 88px;
    height: 56px;
    background-color: #f3f1ed;
    margin: 0 0 9px 0;
}
section.product .thumbnail .active,
section.product .thumbnail li:hover {
    border: 2px solid #a07b1b;
}
section.product .image {
    border: 1px solid #afa9a0;
    margin: 0 30px 0 15px;
    padding-top: 25px;
}
section.product .image.slider img {
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
section.product .image.slider img.active {
    display: block;
}
section.product .details {
    max-width: 417px;
}
section.product .description h2 {
    margin-bottom: 13px;
}
section.product .description p {
    line-height: 24px;
}
section.product .size {
    border-radius: 5px;
    background-color: #f8f4ef;
    margin: 30px 0 26px;
    padding: 22px 21px 13px;
}
section.product .size .checkbox,
section.shopping-cart .size .checkbox {
    margin: 0 auto 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #afa9a0;
}
section.product .size .active .checkbox,
section.shopping-cart .size .active .checkbox {
    background-color: #106b2e;
}
section.product .size .active .checkbox:after,
section.shopping-cart .size .active .checkbox:after {
    position: absolute;
    top: 4px;
    left: 8px;
    content: '';
    display: inline-block;
    color: #fff;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
section.product .size button,
section.shopping-cart .size button {
    height: 76px;
    border-radius: 5px;
    background-color: #ede4d9;
    margin: 19px 4px 14px;
}
section.product .size .active,
section.shopping-cart .size .active {
    border: 2px solid #106b2e;
    background-color: #fcfbf9;
    color: #106B2E;
}
section.product .select-wrapper,
section.shopping-cart .select-wrapper {
    height: 61px;
    margin-bottom: 32px;
}
section.product .select,
section.shopping-cart .select {
    height: 61px;
    border-radius: 2px;
    border: 1px solid #e5dacb;
    background-color: #fff;
    padding: 0 18px;
}
section.product .copies-number,
section.shopping-cart .copies-number {
    height: 52px;
    border: 1px solid #e5dacb;
    background-color: #ffffff;
    margin: 16px 0 25px;
    padding: 0 20px;
}
section.product .copies-number .minus,
section.product .copies-number .plus,
section.product .copies-number span,
section.shopping-cart .copies-number .minus,
section.shopping-cart .copies-number .plus,
section.shopping-cart .copies-number span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.product .copies-number span,
section.shopping-cart .copies-number span {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section.product .copies-number .minus, section.shopping-cart .copies-number .minus {
    left: 22px;
}
section.product .copies-number .plus, section.shopping-cart .copies-number .plus {
    right: 18px;
}
section.product .cart {
    height: 61px;
    border-radius: 2px;
    background-color: #106b2e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section.product .cart:hover {
    background-color: #f9f8f5;
    color: #106b2e !important;
    border: 2px solid #106b2e;
}
section.product .cart:hover .added-number {
    color: #106b2e;
}
section.product .cart .added-number {
    opacity: 0;
    right: 30px;
}
section.product .cart .added-number.active {
    -webkit-animation: plus 2s;
    animation: plus 2s;
}
@-webkit-keyframes plus {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes plus {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
/* -------------------- *\
  Start book-box-modal
\* -------------------- */
.book-modal {
    margin: -17px auto auto -46px;
}
.book-modal .modal-dialog {
    max-width: 995px;
}
.book-modal section.product .title-wrapper {
    width: 100%;
    padding: 25px 30px 30px 22px;
}
.book-modal section.product .title-wrapper h1 {
    margin-left: 11px;
    margin-bottom: 0;
}
.book-modal section.product .close {
    width: 34px;
    height: 34px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    background-color: #dedfe1;
    border-radius: 50%;
    padding: 0;
    text-shadow: none;
    opacity: 1;
    line-height: 0;
    margin: 0;
}
.book-modal section.product .modal-body {
    padding: 0 24px 0 29px;
}
.book-modal section.product .image-wrapper {
    margin: 0 34px 0 0;
}
.book-modal section.product .image {
    margin: 0;
    padding-top: 0;
}
.book-modal section.product .thumbnail li {
    width: 51px;
    height: 35px;
    margin: 22px 5px 6px;
}
.book-modal section.product .details {
    padding-bottom: 62px;
}
.book-modal section.product .details p {
    margin-bottom: 14px;
}
.book-modal section.product .size {
    margin: 24px 0 19px;
}
.book-modal section.product .select-wrapper {
    margin-bottom: 29px;
}
.book-modal section.product .copies-number {
    margin: 15px 0 20px;
}
/* -------------------- *\
  End book-box-modal
\* -------------------- */
section.product-info .text-wrapper {
    margin: 46px 0;
    padding: 50px 77px 70px 43px;
    border-radius: 5px;
    background-color: #f8f4ef;
}
section.product-info .text-wrapper .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 505px;
    flex: 0 0 505px;
}
section.product-info .text-wrapper h2 {
    margin-bottom: 27px;
}
section.product-info .text-wrapper span {
    line-height: 24px;
}
/* -------------------- *\
  Start FAQ Section
\* -------------------- */
section.faq {
    margin: 59px 0 55px;
}
section.faq .text-wrapper {
    max-width: 903px;
}
section.faq h2 {
    margin-bottom: -5px;
}
section.faq .text-wrapper p {
    margin-top: 19px;
    line-height: 22px;
}
section.faq .accordion {
    margin-top: 30px;
}
section.faq .card-header {
    background-color: transparent;
    padding: 0 0 6px;
}
section.faq .card button {
    padding: 0;
    white-space: normal;
}
section.faq .card button:hover, section.faq .card button:focus {
    color: unset;
    text-decoration: none;
}
section.faq .card .caret {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-right: 14px;
    font-size: 23px;
}
section.faq .card button.collapsed .caret {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
section.faq .card .card-body {
    padding: 0;
}
/* -------------------- *\
  End FAQ Section
\* -------------------- */
/* ------------------------------------------------------------------ *\
  End Copy 4 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 16 Page
\* ------------------------------------------------------------------ */
header .title {
    margin-top: 32px;
    margin-bottom: 24px;
}
header .title span {
    margin-left: 49px;
}
section.shopping-cart {
    padding: 35px 0 52px;
}
section.shopping-cart .hide {
    display: none !important;
}
section.shopping-cart .shopping-items {
    -ms-flex-preferred-size: 676px;
    flex-basis: 676px;
    margin-right: 39px;
}
section.shopping-cart .shopping-item {
    padding: 29px 32px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 5px;
    border: 1px solid #e5dacb;
}
section.shopping-cart .shopping-item:not(:last-of-type) {
    margin-bottom: 24px;
}
section.shopping-cart .title-wrapper {
    margin-bottom: 29px;
}
section.shopping-cart .title-wrapper h1 {
    margin-left: 18px;
}
section.shopping-cart .shopping-items .image {
    margin-right: 28px;
    border: 1px solid #afa9a0;
}
section.shopping-cart .details {
    max-width: 410px;
}
section.shopping-cart .description p {
    line-height: 25px;
}
section.shopping-cart .size {
    background-color: #f8f4ef;
    margin: 21px 0 27px;
    padding: 13px 13px 9px 17px;
}
section.shopping-cart .select-wrapper {
    margin-bottom: 18px;
    margin-top: -8px;
}
section.shopping-cart .select {
    border-radius: 4px;
}
section.shopping-cart .copies-number {
    width: 162px;
    border-radius: 2px;
}
section.shopping-cart .shopping-price {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    border-radius: 4px;
    padding: 28px 24px 38px;
}
section.shopping-cart .shopping-price .handbag {
    margin-right: 12px;
}
section.shopping-cart .shopping-price .checkout {
    height: 61px;
}
section.shopping-cart .shopping-price {
    -ms-flex-preferred-size: 424px;
    flex-basis: 424px;
}
section.shopping-cart .shopping-price .title {
    margin-bottom: 29px;
}
section.shopping-cart .shopping-price .handbag {
    vertical-align: sub;
    font-size: 29px;
}
section.shopping-cart .shopping-price .footer {
    margin-top: 16px;
}
/* ------------------------------------------------------------------ *\
  End Copy 16 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 13 Page
\* ------------------------------------------------------------------ */
section.checkout .information {
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
    margin: 52px 35px 51px 0;
}
section.checkout .information .sender-info {
    padding: 30px 24px 7px 33px;
    margin-bottom: 35px;
}
section.checkout .sender-info h2 {
    margin-bottom: 37px;
}
section.checkout .information .reciver-info {
    padding: 40px 34px 36px 33px;
    margin-bottom: 21px;
}
section.checkout .reciver-info h2 {
    margin-bottom: 32px;
}
section.checkout .reciver-info .checkbox:before {
    width: 27px;
    height: 27px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #444;
    left: -44px;
    top: -1px;
}
section.checkout .reciver-info .checkbox:after {
    top: 5px;
    left: -33px;
    width: 5px;
    height: 14px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    background-image: none !important;
}
section.checkout .reciver-info .checkbox.bg-red:before {
    left: -37px;
}
section.checkout .reciver-info .checkbox.bg-red:after {
    left: -26px;
}
section.checkout .reciver-info input[type=checkbox]:checked + .checkbox:before {
    background-color: #a07b1b;
    border: none;
}
section.checkout .reciver-info input[type=checkbox]:checked + .checkbox.bg-red:before {
    background-color: #ac4c31;;
    border: none;
}
section.checkout .reciver-info .gift-checkbox-container {
    left: 13px;
    margin: 11px 0 32px;
}
section.checkout .reciver-info .gift {
    background-color: #fbf6f4;
}
section.checkout .reciver-info .textarea {
    height: 198px;
    padding: 27px;
    background-color: #fbf6f4;
    border-radius: 5px;
}
.floating-label.gift-label {
    left: 57px;
}
section.checkout .information .payment-methods {
    padding: 34px 0 23px;
}
section.checkout .payment-methods h2 {
    margin: 0 0 30px 34px;
}
section.checkout .payment-methods .nav-tabs {
    border: none;
    height: 94px;
}
section.checkout .payment-methods .nav-item {
    background-color: #fefdfc;
    border-radius: 0;
    border-color: #e5dacb transparent;
    border-width: .5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
section.checkout .payment-methods .nav-item.active,
section.checkout .payment-methods .nav-item:focus,
section.checkout .payment-methods .nav-item:hover {
    background-color: #fff;
    border-color: #e5dacb #e5dacb #fff;
    color: #a07b1b;
}
section.checkout .payment-methods .tab-content {
    padding: 42px 39px 0 32px;
}
section.checkout .payment-methods .tab-content>.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.checkout .payment-methods .checkout-button {
    margin-right: 42px;
    -ms-flex-preferred-size: 445px;
    flex-basis: 445px;
}
section.checkout .payment-methods .price {
    margin-bottom: 15px;
}
section.checkout .payment-methods .checkout {
    height: 61px;
    max-width: 445px;
}
section.checkout .payment-methods .text {
    -ms-flex-preferred-size: 232px;
    flex-basis: 232px;
}
section.checkout .payment-methods .text h3 {
    margin-bottom: 21px;
}
section.checkout .payment-methods .text p {
    margin-top: 21px;
    line-height: 16px;
}
section.checkout .shopping-items {
    border-radius: 5px;
    border: 1px solid #e5dacb;
    top: -73px;
}
section.checkout .shopping-items .title {
    border-bottom: 1px solid #e5dacb;
    padding: 26px 28px 16px 26px;
}
section.checkout .shopping-items .item {
    padding: 20px 0 13px 21px;
    border-bottom: 1px solid #e5dacb;
}
section.checkout .shopping-items .text {
    margin-left: 18px;
}
section.checkout .shopping-items .footer {
    padding: 21px 23px 22px 0;
}
/* ------------------------------------------------------------------ *\
  End Copy 13 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 14 Page
\* ------------------------------------------------------------------ */
section.contact-us .contact-form {
    -ms-flex-preferred-size: 734px;
    flex-basis: 734px;
    padding: 31px 38px 30px 32px;
    margin: 53px 45px 26px 0;
}
section.contact-us .contact-form h2 {
    margin: 0 0 26px 1px;
}
section.contact-us .contact-form .textarea {
    height: 191px;
    padding: 27px;
}
section.contact-us .contact-form .submit {
    height: 61px;
    width: 238px;
    margin-top: 12px;
}
section.contact-us .contact-info {
    margin: 52px 0 26px;
}
section.contact-us .contact-number {
    padding: 34px 0 25px 39px;
    margin-bottom: 48px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}
section.contact-us .contact-number .phone-icon {
    font-size: 38px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -5px;
    margin-right: 19px;
}
section.contact-us .follow-us h3 {
    margin-bottom: 18px;
}
section.contact-us .follow-us i {
    font-size: 32px;
    margin: 8px 8px 0 0;
}
section.contact-us .follow-us .text-link {
    display: inline-block;
    padding: 21px 0 8px;
    border-bottom: 1px solid #c8c7cc;
    color: #444;
}
section.faq.contact {
    margin-bottom: 64px;
}
section.faq.contact .text-wrapper {
    max-width: 733px;
}
section.faq.contact .text-wrapper h2 {
    letter-spacing: .3px;
}
section.faq.contact .text-wrapper p {
    margin-top: 0;
}
section.faq.contact .card button:hover,
section.faq.contact .card button:focus {
    color: #106b2e;
}
section.faq.contact .accordion {
    margin-top: 11px;
}
section.faq.contact .accordion .card {
    margin-bottom: 20px;
    background-color: transparent;
}
section.faq.contact .card .caret {
    margin-right: 9px;
}
/* ------------------------------------------------------------------ *\
  End Copy 14 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 15 Page
\* ------------------------------------------------------------------ */
section.create-account .form {
    margin: 54px 0 78px;
}
section.create-account .register-form {
    -ms-flex-preferred-size: 644px;
    flex-basis: 644px;
    margin-right: 41px;
    padding: 30px 29px 41px 33px;
}
section.create-account .register-form h2 {
    margin: 0 0 38px 1px;
}
section.create-account .register-form .submit {
    width: 193px;
    height: 61px;
    margin-top: 13px;
}
section.create-account .login-form {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    padding: 31px 22px 45px 23px;
}
section.create-account .login-form .header {
    margin: 0 0 20px 2px;
}
section.create-account .login-form .submit {
    background-color: rgba(16, 107, 46, .1);
    margin-top: 10px;
    height: 61px;
}
section.create-account .login-form .forget-login-inputs {
    display: none;
}
section.create-account .social-login {
    margin-top: 70px;
}
section.create-account .social-login h5 {
    margin-bottom: 19px;
}
section.create-account .social-login button {
    margin: 0 6px;
    height: 40px;
    width: 110px;
}
/* ------------------------------------------------------------------ *\
  End Copy 15 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 18 Page
\* ------------------------------------------------------------------ */
header .user-button {
    height: 47px;
    width: 210px;
    background-color: #e5dacb;
}
section.user-profile .profile-info-container {
    padding: 44px 0 80px;
}
section.user-profile .profile-links {
    margin-right: 40px;
    -ms-flex-preferred-size: 373px;
    flex-basis: 373px;
}
section.user-profile .profile-links .active i,
section.user-profile .profile-links .active a,
section.user-profile .profile-links a:hover {
    color: #106b2e;
}
section.user-profile .profile-links li {
    padding: 30px 0 30px 39px;
    display: flex;
}
section.user-profile .profile-links i {
    margin-right: 16px;
    font-size: 22px;
}
section.user-profile  .profile-links li:not(:last-of-type) {
    border-bottom: 1px solid #e5dacb;
}
section.user-profile .orders-container,
section.user-profile .address-container,
section.user-profile .personal-info-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 726px;
    flex: 1 1 726px;
}
section.user-profile .orders-info {
    padding: 26px 0 15px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
section.user-profile .orders-info:not(:last-of-type) {
    margin-bottom: 42px;
}
section.user-profile .orders-info .header,
section.user-profile .shopping-item,
section.user-profile .orders-info .footer {
    padding: 0 25px 0 39px;
}
section.user-profile .orders-info .header {
    padding-bottom: 25px;
    padding-right: 29px;
}
section.user-profile .orders-info .delivered {
    color: #106b2e;
}
section.user-profile .shopping-item .title {
    padding: 35px 0 28px;
}
section.user-profile .shopping-item .image {
    margin-right: 23px;
}
section.user-profile .shopping-item .flag {
    margin-right: 18px;
}
section.user-profile .shopping-item .size {
    padding: 15px 15px 8px;
    background-color: #f7f4ef;
}
section.user-profile .size span:nth-of-type(odd) {
    margin-right: 32px;
}
section.user-profile .shopping-item .copies-number {
    padding: 25px 0 31px;
}
section.user-profile .orders-info .footer {
    padding-top: 18px;
}
section.user-profile .orders-info .total-price {
    margin-left: 43px;
}
section.user-profile .footer .view-order {
    width: 157px;
    height: 50px;
}
/* ------------------------------------------------------------------ *\
  End Copy 18 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 19 Page
\* ------------------------------------------------------------------ */
section.user-profile .primary-address {
    padding: 40px 21px 29px 33px;
    margin-bottom: 27px;
}
section.user-profile .primary-address h2 {
    margin-bottom: 40px;
}
section.user-profile .primary-address .with-out-icon {
    padding-left: 19px;
}
section.user-profile .primary-address .buttons {
    margin-top: 31px;
}
section.user-profile .secondry-address {
    padding: 39px 33px 25px;
    margin-bottom: 50px;
}
section.user-profile .secondry-address h2 {
    margin-bottom: 28px;
}
section.user-profile address {
    margin-left: 2px;
    margin-bottom: 39px;
}
section.user-profile address span {
    line-height: 21px;
}
section.user-profile button.greenish-bg,
section.user-profile button.greenish-bg {
    width: 199px;
    height: 50px;
    margin-right: 35px;
}
section.user-profile .new-address {
    width: 382px;
    height: 50px;
}
/* ------------------------------------------------------------------ *\
  End Copy 19 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 20 Page
\* ------------------------------------------------------------------ */
section.user-profile .personal-info {
    padding: 40px 35px 38px;
    margin-bottom: 18px;
}
section.user-profile .personal-info h2 {
    margin-bottom: 40px;
}
section.user-profile .save {
    width: 193px;
    height: 61px;
    margin-top: 19px;
}
section.user-profile .account-info {
    padding: 41px 33px 38px;
}
section.user-profile .account-info h2 {
    margin-bottom: 27px;
}
section.user-profile .account-info address {
    margin-bottom: 60px;
}
section.user-profile .account-info address.hide {
    display: none !important;
}
section.user-profile .account-info button {
    margin-left: 4px;
    margin-right: 0;
}
section.user-profile .edit-account-form {
    display: none;
}
section.user-profile .submit {
    width: 193px;
    height: 61px;
}
/* ------------------------------------------------------------------ *\
  End Copy 20 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 3-2 Page
\* ------------------------------------------------------------------ */
section.products.two {
    overflow: hidden;
}
section.products.two .modal-content {
    border-radius: 0;
}
section.products.two .modal-body {
    padding: 0 24px 0 10px;
}
section.products.two .modal-body .thumbnail {
    margin: 22px 8px 0 0;
}
section.products.two .modal-body .thumbnail li {
    width: 88px;
    height: 56px;
    margin: 0 7px 15px 3px;
}
section.products.two .modal-body .image.with-out-border {
    border: none;
    background-color: #f6f2e9;
}
section.products.two .modal-body .image .left,
section.products.two .modal-body .image .right {
    bottom: 31px;
}
section.products.two .modal-body .image .left {
    left: 22px;
}
section.products.two .modal-body .image .right {
    right: 20px;
}
section.products.two .modal-body .details {
    margin-left: 30px;
    padding: 50px 0 30px;
}
section.products.two .modal-body .description {
    margin-bottom: 32px;
}
section.products.two .modal-body .description h2 {
    margin-bottom: 20px;
}
section.products.two .modal-body .description p {
    line-height: 21px;
}
section.products.two .modal-body .features {
    margin-bottom: 54px;
}
section.products.two .modal-body .features h5 {
    margin-bottom: 10px;
}
section.products.two .modal-body .features span {
    line-height: 21px;
}
section.products.two .modal-body .copies-number {
    width: 222px;
    margin-bottom: 21px;
}
section.products.two .title {
    max-width: 670px;
    margin-bottom: 65px;
}
section.products.two .title h2 {
    margin-bottom: 25px;
}
section.products.two .title p {
    line-height: 22px;
}
section.products.two .progress-steps {
    margin-bottom: 47px;
}
section.products.two .progress-steps .step {
    width: 240px;
    margin: 40px 84px 0 0;
}
section.products.two .progress-steps .circle {
    position: absolute;
    top: -60px;
    left: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #afa9a0;
    background-color: #f9f8f5;
}
section.products.two .progress-steps .step-one:after,
section.products.two .progress-steps .step-one:before,
section.products.two .progress-steps .step-two:after,
section.products.two .progress-steps .step-three:after {
    content: '';
    position: absolute;
    top: -43px;
    height: 3px;
    background-color: #afa9a0;
}
section.products.two .progress-steps .step-one:after {
    left: 40px;
    width: 293px;
}
section.products.two .progress-steps .step-one:before {
    left: -1195px;
    width: 1200px;
}
section.products.two .progress-steps .step-two:after {
    left: 40px;
    width: 294px;
}
section.products.two .progress-steps .step-three:after {
    left: 40px;
    width: 1600px;
}
section.products.two .progress-steps .step.active:before,
section.products.two .progress-steps .step.active:after {
    background-color: #106b2e;
}
section.products.two .progress-steps .step.active .circle {
    border-color: #106b2e;
}
section.products.two .progress-steps .step.active h4:last-child{
    color: #106b2e;
}
section.products.two .input-wrapper {
    width: 100%;
    max-width: 676px;
    margin-right: 0;
}
section.products.two .input-wrapper input {
    padding-left: 57px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
section.products.two .category-list {
    margin-top: 26px;
}
section.products.two .item-link {
    -ms-flex-preferred-size: calc(50% - 25px);
    flex-basis: calc(50% - 25px)
}
section.products.two .item-link {
    margin-right: 42px;
}
section.products.two .item-link:nth-of-type(2n) {
    margin-right: 0;
}
section.products.two .item-link .item-image {
    padding-left: 0;
}
/* ------------------------------------------------------------------ *\
  End Copy 3-2 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 6 Page
\* ------------------------------------------------------------------ */
section.product.two {
    padding: 39px 0 66px;
}
section.product.two .title {
    max-width: 703px;
    margin-bottom: 51px;
}
section.product.two .title h2 {
    margin-bottom: -6px;
}
section.product.two .title p {
    line-height: 22px;
}
section.product.two .image-wrapper.with-border {
    border: 1px solid #f2ede5;
    margin-right: 32px;
    max-width: 691px;
}
section.product.two .image.with-out-border {
    border: none;
}
section.product.two .features {
    padding: 27px;
    margin-bottom: 37px;
}
section.product.two .features h5 {
    margin-bottom: 12px;
}
section.product.two .features span {
    line-height: 24px;
}
section.product.two .options hr {
    height: .5px;
    background-color: #a07b1b;
    opacity: .6;
    margin: 12px 0 21px;
}
section.product.two .mushaf-size {
    margin-bottom: 46px;
}
section.product.two .mushaf-translation {
    margin-bottom: 34px;
}
section.product.two .mushaf-size h4,
section.product.two .mushaf-translation h4{
    margin-bottom: 15px;
}
section.product.two .options .custom-radio {
    margin: 0 0 9px 20px;
}
section.product.two .options label:before {
    top: 2px;
    left: -44px;
    width: 24px;
    height: 24px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: transparent;
}
section.product.two .options label:after {
    left: -35px;
    top: 6px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    background-image: none !important;
}
section.product.two .options input:checked ~ label {
    color: #106b2e;
}
section.product.two .options input:checked ~ label:before {
    background-color: #106b2e
}
section.product.two .copies-number {
    max-width: 222px;
    margin: 17px 0 27px;
}
section.product.two .cart {
    max-width: 357px;
}
/* ------------------------------------------------------------------ *\
  End Copy 6 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 7 Page
\* ------------------------------------------------------------------ */
section.product.with-flag .title {
    max-width: 640px;
    margin-bottom: 36px;
}
section.product.with-flag .title .image {
    margin: 0 20px 0 0;
    padding-top: 0;
}
section.product.with-flag .title h2 {
    margin-bottom: -8px;
}
section.product.with-flag .top-cart {
    width: 264px;
    top: 13px;
    right: 15px;
}
section.product.with-flag .image-wrapper {
    -ms-flex-preferred-size: 691px;
    flex-basis: 691px;
    margin-right: 34px
}
section.product.with-flag .image-wrapper .image {
    border: 1px solid #e5dacb;
    margin: 0 0 18px 0;
    padding: 0 44px;
}
section.product.with-flag .thumbnail li {
    margin: 0 8px;
}
/* ------------------------------------------------------------------ *\
  End Copy 7 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 17 Page
\* ------------------------------------------------------------------ */
header.with-tabs {
    padding-bottom: 76px;
}
section.user-profile.with-tabs .tabs {
    top: -60px;
}
section.user-profile.with-tabs .profile-info-container {
    padding-top: 0;
}
section.user-profile.with-tabs .nav-tab {
    padding: 16px 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
}
section.user-profile.with-tabs .nav-tab:hover {
    border-color: #e5dacb #e5dacb transparent;
}
section.user-profile.with-tabs .changer {
    display: none;
    line-height: 26px;
}
section.user-profile.with-tabs .changer.hide {
    display: none;
}
section.user-profile.with-tabs .changer.show {
    display: inline-block;
}
section.user-profile.with-tabs .tab-content {
    max-width: 676px;
}
/* ------------------------------------------------------------------ *\
  End Copy 17 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 9 Page
\* ------------------------------------------------------------------ */
section.product.with-faq {
    padding: 50px 0 25px;
}
section.product.with-faq .image-wrapper {
    max-width: 654px;
    margin-right: 52px;
}
section.product.with-faq .image-wrapper .image {
    padding: 26px 94px;
    margin: 0 0 26px 0;
}
section.product.with-faq .thumbnail li {
    width: 69px;
    height: 44px;
    background-color: #e5dacb;
}
section.product.with-faq .title img {
    margin-right: 12px;
}
section.product.with-faq .title p {
    margin-top: 23px;
}
section.product.with-faq .cart {
    max-width: initial;
}
section.faq.two {
    margin-bottom: 105px;
}
section.faq.two .question p {
    line-height: 21px;
}
section.faq.two .questions {
    margin-top: 39px;
}
section.faq.two .question h5 {
    margin-bottom: 0;
}
/* ------------------------------------------------------------------ *\
  End Copy 9 Page
\* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ *\
  Start Copy 8 Page
\* ------------------------------------------------------------------ */
section.product.two-book {
    padding: 66px 0 0;
}
section.product.two-book .top-cart {
    top: -3px;
}
section.product.two-book .order {
    background-color: #a07b1b;
    width: 264px;
    height: 61px;
}
section.product.two-book .options {
    padding: 44px 38px;
    right: 0;
    width: 396px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    display: none;
    z-index: 999;
}
section.product.two-book .title {
    margin-bottom: 44px;
}
section.product.two-book .title img {
    margin-right: 21px;
}
section.product.two-book .title h2 {
    margin-top: 5px;
}
section.product.two-book .image-wrapper {
    width: auto;
    margin-right: 0;
}
section.product.two-book .image-wrapper .image {
    -ms-flex-preferred-size: calc(50% - 14px);
    flex-basis: calc(50% - 14px);
    padding: 20px 0 20px 10px;
    margin-bottom: 30px;
}
section.product.two-book .image-wrapper .image:nth-of-type(odd) {
    margin-right: 28px;
}
section.product.two-book .image-wrapper .image:nth-last-of-type(1),
section.product.two-book .image-wrapper .image:nth-last-of-type(2){
    margin-bottom: 0;
}
section.product-info.two-book .text-wrapper {
    margin: 34px 0 96px;
}
/* ------------------------------------------------------------------ *\
  End Copy 8 Page
\* ------------------------------------------------------------------ */
/* -------------------- *\
  Media Queries
\* -------------------- */
@media (max-width: 1300px) {
    section.slider .carousel-item {
        text-align: center !important;
    }
    section.slider .carousel .image {
        position: relative !important;
        right: 0;
    }
    section.slider .carousel .text {
        margin: 50px 0 145px;
    }
}
@media (max-width: 1199px) {
    header .navbar .cart-modal,
    header .cart-modal .modal-dialog {
        top: 0;
        left: 0;
    }
    header .cart-modal .modal-content:after {
        content: none;
    }
    section.get-started .step-two {
        margin-top: 0;
    }
    .book-modal {
        margin: auto;
    }
    section.products .input-wrapper {
        margin-right: 0;
    }
    section.products .item-link .item-flag {
        left: 24px;
    }
    section.product .image {
        margin: 0 0 40px 15px;
    }
    section.product .modal-body .image-wrapper {
        margin: 0;
    }
    section.product-info .text-wrapper .description {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
    }
    section.checkout .information,
    section.contact-us .contact-form {
        margin-right: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    section.checkout .shopping-items {
        position: relative !important;
        top: 0;
        width: 100%;
        margin-bottom: 52px;
    }
    section.contact-us .contact-info {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    /* Start Responsive Menu */
    header .navbar,
    header .navbar .quran-gift-logo {
        padding: 0;
    }
    header .quran-gift-logo img {
        width: 32px;
    }
    header .navbar .quran-gift-text {
        font-size: 15px;
        margin-right: 0;
    }
    header .nav-wrapper {
        position: fixed;
        top: 0;
        left: -300px;
        height: 100%;
        z-index: 9999;
    }
    header .nav-wrapper .normal-menu {
        display: none;
    }
    header .nav-wrapper .responsive-menu,
    header .nav-wrapper .level-2-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    header .nav-wrapper .nav-item:last-of-type {
        margin-left: 0;
    }
    header .nav-wrapper .nav-item {
        margin: 0;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s;
    }
    header .nav-wrapper .nav-item:hover {
        background-color: rgba(160, 123, 27, .2);
    }
    header .nav-wrapper .nav-item .nav-link {
        position: relative;
        font-size: 14px;
        padding: 12px 18px 12px 23px;
        border-bottom: 1px solid #e7ebee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .nav-wrapper .nav-item .level-2:after,
    header .nav-wrapper .nav-item .back:after{
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent #000 #000 transparent;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-right: 4px;
    }
    /* End Responsive Menu */
    section.slider {
        margin-bottom: 80px;
    }
    section.slider .carousel {
        padding: 0 60px;
    }
    section.features .features-image {
        top: -173px;
    }
    section.get-started {
        padding-top: 30px;
    }
    section.designs .design-images .image {
        margin-bottom: 20px;
    }
    section.products .input-wrapper {
        margin-right: 48px;
        max-width: 389px;
    }
    section.products .item-link {
        -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    }
    section.products .item-link:nth-of-type(even) {
        margin-right: 0;
    }
    section.products .item-link:nth-of-type(odd) {
        margin-right: 25px;
    }
    section.products .item-link .item-flag {
        left: 27px;
    }
    section.product .thumbnail li {
        margin: 0 14px 20px 0;
    }
    section.product-info .text-wrapper .features,
    section.product-info .text-wrapper .description {
        margin-bottom: 27px;
    }
    section.product-info .text-wrapper .description {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    section.shopping-cart .shopping-price {
        margin-top: 40px;
    }
    section.product.two .image-wrapper.with-border {
        margin-right: 0;
    }
    section.products.two .input-wrapper {
        margin-bottom: 12px;
    }
    section.product.two .image-wrapper {
        margin: 0 0 40px;
    }
    section.product.two.with-flag .image-wrapper {
        width: auto;
        margin-right: 0;
    }
    section.create-account .register-form {
        margin-bottom: 52px;
        margin-right: 0;
    }
    section.shopping-cart .shopping-items {
        margin-right: 0;
    }
    section.user-profile .profile-links {
        margin-right: 0;
        margin-bottom: 44px;
    }
}
@media (max-width: 900px) {
    section.slider .carousel .text {
        margin: 50px 0;
    }
    section.features .features-image {
        background: none;
        top: 0;
        left: 0;
        height: auto;
        margin: 40px 0;
    }
    section.get-started {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    header .login-modal .modal-dialog {
        max-width: initial;
        left: 0;
    }
    section.features .feature:not(:last-of-type) {
        border-right: none;
    }
    section.features .feature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0;
    }
    section.designs .image {
        -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    }
    .print-provider-container .text {
        padding: 0 26px 0 42px;
    }
    section.world-map h2.h1 {
        bottom: -10px;
    }
    footer .footer-links {
        margin: 51px auto 47px;
    }
    footer .list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    footer .list:not(:last-of-type) {
        border-right: none;
        border-bottom: 1px solid #dedfe1;
    }
    section.products .input-wrapper {
        margin-bottom: 12px;
        width: 300px;
    }
    section.products .item-link {
        max-width: 365px;
        min-width: 273px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 0 !important;
    }
    section.products .item-link .item-flag {
        left: 28px;
    }
    section.product .image {
        height: auto;
        margin-left: 0;
    }
    section.product .modal-body {
        padding: 0 24px;
    }
    section.product .details {
        width: 100%;
        max-width: none;
    }
    .flex-wrap .form-group:nth-of-type(odd):not(:last-of-type) {
        margin-right: 0;
    }
    section.shopping-cart .details {
        max-width: 100%;
    }
    section.checkout .reciver-info .checkbox.info {
        left: 20px;
        margin-bottom: 32px;
    }
    section.checkout .payment-methods .checkout-button,
    section.checkout .payment-methods .text {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    section.checkout .payment-methods .checkout-button {
        margin-right: 0;
        margin-bottom: 40px;
    }
    section.products.two .progress-steps {
        margin-left: 60px;
    }
    section.products.two .progress-steps .step {
        margin-top: 40px
    }
    section.products.two .progress-steps .step:before,
    section.products.two .progress-steps .step:last-of-type:after {
        display: none;
    }
    section.products.two .progress-steps .step:after {
        top: 57px;
        left: -67px;
        width: 48px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    section.products.two .progress-steps .step .circle {
        top: 0;
        left: -60px;
    }
    section.products.two .modal-body {
        padding: 0 15px;
    }
    section.products.two .modal-body .image img {
        max-width: 100%;
    }
    section.products.two .modal-body .details {
        margin-left: 0;
    }
    section.product.two.with-flag .image-wrapper .image {
        padding: 0;
    }
    section.product.two.with-flag .thumbnail li {
        margin: 0 8px 8px;
    }
    section.user-profile.with-tabs a.nav-tab:not(.active) {
        display: none;
    }
    section.user-profile.with-tabs .right {
        display: inline-block;
    }
    section.product.two-book .image-wrapper .image:nth-of-type(odd) {
        margin-right: 0;
    }
    section.product.two-book .title {
        margin-bottom: 90px;
    }
    section.product.two-book .top-cart {
        top: 66px;
    }
}
@media (max-width: 575px) {
    section.slider .text .order-copy {
        margin-right: 0;
        margin-bottom: 10px;
    }
    section.slider .text .order-copy,section.slider .text .learn-more {
        width: 100%;
    }
    section.features .features-image {
        top: -40px;
        margin: 0;
    }
    section.features .feature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 24px 0;
    }
    section.features .feature:not(:last-of-type) {
        border-bottom: 1px solid #dedfe1;
    }
    footer .buttons a {
        margin-bottom: 10px;
        max-width: none;
        width: 100%;
    }
    section.products .text-wrapper {
        margin-right: 0;
    }
    section.products .input-wrapper {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    section.product-info .text-wrapper {
        padding: 52px 15px 70px;
    }
    section.faq .card button {
        font-size: 25px;
    }
    section.faq .card .caret {
        margin-right: 5px;
    }
    section.user-profile.with-tabs .nav-tab {
        padding: 16px 20px;
    }
    section.product.two-book .options {
        width: 264px;
        padding: 44px 20px;
    }
    section.checkout .payment-methods .nav-item {
        padding: 8px;
    }
    section.checkout .payment-methods .tab-content {
        padding: 42px 15px;
    }
    section.products.two .modal-body .image .left, section.products.two .modal-body .image .right {
        bottom: 10px;
    }
    section.products.two .modal-body .image .right {
        right: 5px;
    }
    section.products.two .modal-body .image .left {
        left: 5px;
    }
}
@media (max-width: 500px) {
    header .navbar.nav-with-out-ul .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .nav-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
    header .navbar.nav-with-out-ul .login-register {
        margin-top: 25px;
    }
    header .navbar .cart-modal .modal-header {
        padding: 36px 15px 3px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .title {
        font-size: 34px;
    }
    header .title span {
        margin-left: 18px;
    }
    section.slider .text h1,
    section.get-started h2,
    section.designs h2.h1,
    .print-provider-container h2.h1,
    section.world-map h2.h1 {
        font-size: 24px;
    }
    section.product .modal-header .title-wrapper {
        padding: 55px 15px 16px 15px;
    }
    section.product .modal-header .title-wrapper h1 {
        margin-left: 5px;
        font-size: 26px;
    }
    section.product .modal-header .close {
        position: absolute;
        right: 5px;
        top: 8px;
    }
    section.user-profile .orders-info .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section.user-profile .orders-info .total-price {
        margin-left: 0;
    }
    section.user-profile .footer .view-order {
        margin-top: 14px;
        width: 100%;
    }
    section.user-profile .address-container .buttons {
        text-align: center;
    }
    section.user-profile .primary-address button.greenish-bg,
    section.user-profile .secondry-address button.greenish-bg {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    section.user-profile .new-address {
        width: 100%;
    }
}
@media (max-width: 400px) {
    header .navbar .handbag {
        width: 20px;
    }
    header .navbar .register,
    section.create-account .forget-account {
        font-size: 15px;
    }
    header .navbar .social-login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .navbar .social-login button {
        margin: 6px 0;
    }
    section.get-started .get-started {
        width: 100%;
    }
    section.products .text-wrapper h2 {
        font-size: 32px;
    }
    section.products .item-link .item-image {
        padding-left: 0;
    }
    section.products .item-link .item-flag {
        left: 20px;
    }
    section.products .item-body {
        padding: 40px 15px 30px;
    }
    section.product .title-wrapper h1 {
        font-size: 30px;
        margin-left: 10px;
    }
    section.product .modal-body .thumbnail li {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        height: 55px;
    }
    section.product.two.with-flag .thumbnail li {
        width: 80px;
    }
    section.shopping-cart .shopping-item {
        padding: 30px 12px 0;
    }
    section.shopping-cart .details .options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    section.shopping-cart .details .edit {
        margin-top: 20px;
        display: inline-block;
    }
    section.checkout .information .reciver-info,
    section.checkout .information .sender-info,
    section.contact-us .contact-form,
    section.create-account .register-form,
    section.create-account .login-form,
    section.user-profile .orders-info .header,
    section.user-profile .shopping-item,
    section.user-profile .orders-info .footer,
    section.user-profile .primary-address,
    section.user-profile .secondry-address,
    section.user-profile .personal-info,
    section.user-profile .account-info {
        padding-right: 10px;
        padding-left: 10px;
    }
    section.create-account .register-form .submit {
        width: 100%;
    }
    section.contact-us .contact-number {
        padding-left: 15px;
    }
    section.create-account .social-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section.create-account .social-links button {
        margin: 6px 0;
    }
    section.user-profile .personal-info-container button {
        width: 100%;
        margin-right: 0;
    }
    section.product.two .title h2 {
        font-size: 34px;
    }
    section.product.two .features {
        padding: 10px;
    }
    section.product.two .features span {
        font-size: 16px;
    }
    section.product.with-flag .title .image {
        margin: 0 5px 0 0;
    }
    section.product.with-flag .title h2 {
        font-size: 30px;
    }
    section.product.two-book .title h2 {
        font-size: 26px;
        margin-top: 14px;
    }
    form label, form select {
        font-size: 16px !important;
    }
    .form-group i {
        padding-left: 10px;
    }
}
@media (max-width: 350px) {
    .print-provider-container h2 {
        margin-bottom: 24px;
    }
    footer .print-provider-btn {
        padding: 11px 25px;
    }
    section.user-profile .profile-links li {
        padding-left: 20px;
    }
}
/* Start Responsive Menu */
@media (min-width: 992px) {
    .navbar-expand-custom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom > .container,
    .navbar-expand-custom > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}
/* End Responsive Menu */
@media (max-height: 700px) {
    header .nav-wrapper .responsive-menu {
        height: 62vh;
    }
}
.width {
    right: 0;
}
.RTL {
    top: 0;
    left: 0;
    z-index: 9999;
}
/* IE10 CSS  */
_:-ms-lang(x), section.two.products .item {
    display: block !important;
}
_:-ms-lang(x), section.two.product .with-border.image-wrapper,
_:-ms-lang(x), section.product.with-flag .image-wrapper{
    -ms-flex-preferred-size: 625px;
    flex-basis: 625px;
}
_:-ms-lang(x), section.product.two .text-wrapper,
_:-ms-lang(x), section.product.with-flag .text-wrapper,
_:-ms-lang(x), section.product.with-flag .details {
    -ms-flex: 1 0 0% !important;
    flex: 1 0 0% !important;
    width: 100%;
}
_:-ms-lang(x), section.product.with-flag .image-wrapper .image {
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
}
_:-ms-lang(x), section.product.with-flag .title .text {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
_:-ms-lang(x), section.with-flag.two-book .image-wrapper .image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 14px);
}


@media (max-width: 1199px) {
    _:-ms-lang(x), section.products.two .progress-steps .step {
        -ms-flex: 1;
        flex: 1;
    }
}
@media (max-width: 767px) {
    _:-ms-lang(x), section.with-flag.two-book .image-wrapper .image {
        width: 100%;
    }
}
@media (max-width: 575px) {
    _:-ms-lang(x), .book-modal section.product .modal-body > div {
        display: block !important;
    }
}
/* IE11 CSS  */
_:-ms-fullscreen, :root footer .buttons {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    max-width: 600px;
    margin: auto;
}

@media (max-width: 767px) {
    _:-ms-fullscreen, :root section.products .category-list {
        display: block !important;
    }
    _:-ms-fullscreen, :root section.products .item-link {
        display: block !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

/* IE10 & IE11 CSS  */
_:-ms-lang(x), .print-provider-container .text {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
_:-ms-lang(x), .print-provider-container img,
section.product .slider.image img {
    width: 100%;
}
_:-ms-lang(x), .print-provider-container img.fixed {
    width: auto;
    position: relative;
    left: -100px;
}
_:-ms-lang(x), section.products .item-link {
    -ms-flex-preferred-size: calc(32.3333% - 25px);
    flex-basis: calc(32.3333% - 25px);
}
_:-ms-lang(x), section.product .modal-body .thumbnail ul {
    -ms-flex: 1;
    flex: 1;
}
_:-ms-lang(x), section.product .copies-number span,
_:-ms-lang(x), section.shopping-cart .copies-number span {
    left: 50%;
}
_:-ms-lang(x), section.product .cart .added-number {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
_:-ms-lang(x), section.product-info .text-wrapper .description {
    width: 100%;
}
_:-ms-lang(x), section.checkout .payment-methods .checkout-button {
    -ms-flex: 1;
    flex: 1;
}
_:-ms-lang(x), section.contact-us .follow-us ul {
    overflow: hidden;
}
_:-ms-lang(x), section.create-account form.d-flex,
_:-ms-lang(x), section.create-account form > .d-flex {
    display: block !important;
}
_:-ms-lang(x), section.create-account .register-form,
_:-ms-lang(x), section.create-account .login-container {
    -ms-flex: 1;
    flex: 1;
}
_:-ms-lang(x), section.shopping-cart .shopping-price {
    -ms-flex: 0 1 424px;
    flex: 0 1 424px;
}
_:-ms-lang(x), section.shopping-cart .shopping-items {
    -ms-flex: 1 1 676px;
    flex: 1 1 676px;
}
_:-ms-lang(x), section.shopping-cart .image {
    -ms-flex: 0 1 142px;
    flex: 0 1 142px;
}
_:-ms-lang(x), section.shopping-cart .details,
_:-ms-lang(x), section.user-profile .shopping-item .details {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}
_:-ms-lang(x), section.user-profile .shopping-item .copies-number span:last-of-type,
_:-ms-lang(x), section.user-profile .orders-info .header span:last-of-type {
    display: inline-block;
}
_:-ms-lang(x), section.user-profile .secondry-address address span,
_:-ms-lang(x), section.user-profile .account-info address span,
_:-ms-lang(x), section.user-profile .order-date span {
    max-width: 100%;
    display: block;
}
_:-ms-lang(x), section.products .item-link {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
_:-ms-lang(x), section.products .item-image,
_:-ms-lang(x), section.products .item-body {
    min-width: 258px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media (min-width: 1200px) {
    _:-ms-lang(x), section.contact-us .contact-form {
        max-width: 734px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    _:-ms-lang(x), section.designs .image {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    _:-ms-lang(x), section.products .item-body {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    _:-ms-lang(x), section.product.two .image-wrapper.with-border,
    _:-ms-lang(x), section.product.with-flag .image-wrapper {
        min-width: 540px;
        -ms-flex: 0 1 0%;
        flex: 0 1 0%;
    }
}
@media (max-width: 991px) {
    _:-ms-lang(x), section.products .item-link {
        -ms-flex-preferred-size: calc(48.9% - 25px);
        flex-basis: calc(48.9% - 25px);
    }
}
@media (max-width: 767px) {
    _:-ms-lang(x), form.d-flex,
    _:-ms-lang(x), form > .d-flex,
    _:-ms-lang(x), section.checkout .payment-methods .tab-content > .active{
        display: block !important;
    }
}
@media (max-width: 575px) {
    _:-ms-lang(x), section.product.with-flag .thumbnail ul {
        display: inline-block !important;
        min-width: 197px;
        -ms-flex: 0 1 0%;
        flex: 0 1 0%;
        text-align: center;
    }
    _:-ms-lang(x), section.product.with-flag .thumbnail li {
        display: inline-block;
        width: 75px !important;
    }
    _:-ms-lang(x), section.checkout .payment-methods .nav {
        overflow: hidden;
    }
    _:-ms-lang(x), section.checkout .payment-methods .nav-item {
        display: inline-block !important;
        position: relative;
    }
    _:-ms-lang(x), section.checkout .payment-methods .nav-item span,
    _:-ms-lang(x), section.checkout .payment-methods .nav-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}
@media (max-width: 400px) {
    _:-ms-lang(x), section.get-started .steps {
        display: block !important;
    }
}