@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
 ul.sub-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:.125rem 0 0;
    font-size:1rem;
    color:#212529;
    text-align:left;
    list-style:none;
    background-color:#f9f4ef;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.15);
    border-radius:.25rem;
}
 .main-menu > li{
    position:relative;
}
 .main-menu > li.menu-item-has-children > a:after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent;
}
 .main-menu > li:hover > .sub-menu{
    display:block;
}
 .main-menu > li > a{
    color:#f9f4ef;
    padding:0 1rem;
    font-size:15px;
    font-weight:600;
     transition: all 0.3s ease;
}
 .main-menu > li.current-menu-item > a {
    color: #bfa166!important;
}
 ul.sub-menu > li > a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
 ul.sub-menu > li > a{
    display:block;
    width:100%;
    padding:.25rem 1.5rem;
    clear:both;
    font-weight:400;
    color:#212529;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0;
}
 .main-menu > li > a:hover, .main-menu > li > a:focus {
    color: rgba(255, 255, 255, 0.75);
}
 button,input:focus {
     outline: none!important;
     box-shadow: none!important;
}
 section.bubbles {
     display: none!important;
}
 .main-banner .caption p{
    color: white !important
}
 .new-breadcrumb .current-item, .new-breadcrumb span a{
    color: white;
    text-transform:uppercase
}
 .new-breadcrumb span{
    padding-left: 10px;
}
 .new-breadcrumb .fas.fa-chevron-right {
    font-size: 14px;
    color: white;
    margin-left: 15px;
}
 .newsletter-form{
    position:relative;
    max-width:233px;
}
 .newsletter-form input[type="email"]{
    padding:10px 35px 10px 20px;
    background:hsla(0,0%,100%,.2);
    border:none;
    max-width:100%;
    outline: none;
}
 .newsletter-form button{
    background:transparent;
    color:#f9f4ef;
    border:none;
    background:transparent;
    padding-right:15px;
    position:absolute;
    right:0;
    height:41px;
     top: 0;
}
 div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{
    color:#f9f4effff;
    text-align:center;
    font-size:12px;
    padding:5px 10px;
}
 div.wpcf7 .ajax-loader{
    position:absolute;
    top:10px;
    left:100%;
}
 .nav-product-custom{
    align-items: center
}
 .woocommerce ul.products li.product a img{
    margin: 0px auto
}
 .product-single:hover .view-more img {
    display: none !important;
}
 .popular-post_widget li img{
    height: 58px;
     width: 61px
}
 .cart-custom-total .shop_table {
    border: none !important;
}
 .new-cart-info table{
    background: white !important;
     color: black !important
}
 .woocommerce .remove-btn-design a.remove {
     color: #969696 !important;
     font-size: 14px;
     display: inline;
}
 .woocommerce .remove-btn-design a.remove:hover {
     background: transparent;
}
 .single-blog a {
     font-weight: 700;
}
 .btn-default {
     color: #bfa166 !important;
}
 .btn-default:hover {
     color: #f9f4ef !important;
}
 .cta-banner-trader {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 30px;
}
 .cta-banner-trader a {
     border: 2px solid #f9f4ef;
     border-radius: 30px;
     padding: 10px 30px;
     color: #f9f4ef;
     font-size: 15px;
     transition: all .5s cubic-bezier(.075, .82, .165, 1);
     margin: 0 9px;
}
 .cta-banner-trader a:nth-child(1) {
     background-color: #f9f4ef;
     color: #bfa166;
     border-color: transparent;
}
 .cta-banner-trader a:nth-child(1):hover {
     border-color: #bfa166;
}
 .cta-banner-trader a:nth-child(2):hover {
     border-color: #bfa166 ;
     color: #bfa166 ;
}
 .product-single .actions{
    align-items: center;
}
 .product-details span.price {
     color: #000 !important;
     font-weight: 700 !important;
     font-size: 20px !important;
     margin: 20px 0 !important;
     display: block;
}
 .product-single .actions:after {
     content: '';
     position: absolute;
     background-color: #e7e7e9;
     height: 100%;
     width: 1px;
     left: .0;
     right: 0;
     margin: 0 auto;
}
 .product-single .actions {
     justify-content: space-around !important;
}
 .product-single .actions a.cart-product {
     background-color: transparent;
     margin: 0 !important;
     padding: 0 !important;
}
 .cart-custom-total h5 {
     font-weight: 700;
}
 .single-page-breadcrumb {
     color: #000 !important;
     padding: 0.85rem 1rem;
}
 .single-page-breadcrumb a {
     text-transform: uppercase;
     color: #000 !important;
}
 .single-page-breadcrumb a:hover {
     color: #bfa166 !important;
}
 .single-page-breadcrumb nav.woocommerce-breadcrumb {
     margin: 0 0 0 10px;
    font-size: 14px !important;
     color: #000 !important;
}
 .single-page-breadcrumb i {
     margin-left: 15px;
     margin-right: 10px;
     color: #000 !important;
}
 .form-section form {
     padding: 0 0px !important;
     box-sizing: border-box;
     border: none !important;
}
 .form-section form .form-row {
     box-sizing: border-box;
}
 .form-section form .row {
     margin-left: 0 !important;
     margin-right: 0 !important;
}
 .form-section form input.input-text {
     padding-left: 25px;
     height: 72px !important;
     background: #f4f4f7;
     border-radius: 0;
     border: none;
     font-size: 14px !important;
}
 .form-section form label {
     color: #747378;
     line-height: normal;
    font-size: 14px;
}
 .form-section form label .required {
     display: none;
}
 .form-section form button.woocommerce-form-login__submit:hover{
    background: #1a324d!important;
    color: #f9f4ef;
}
 .form-section form button.woocommerce-form-login__submit {
     background: #bfa166;
     padding: 15px 35px;
     font-weight: 600;
     text-align: center;
     border: none;
     transition: all .5s cubic-bezier(.075, .82, .165, 1);
     border-radius: 0 !important;
     display: inline-block;
     width: 100%;
     margin: 0 !important;
     font-family: Open Sans, sans-serif;
     font-size: 14px;
     line-height: 21px;
     color: #f9f4ef;
     text-transform: uppercase;
}
 .form-section p.form-row {
     display: inline-block;
     width: 100%;
}
 .lost_reset_password {
}
 .lost_reset_password .button {
     background: #bfa166 !important;
     padding: 19px 35px !important;
     font-weight: 700 !important;
     text-align: center;
     border: none;
     transition: all .5s cubic-bezier(.075, .82, .165, 1);
     width: 100%;
     border-radius: 0px !important;
     color: #f9f4ef !important;
}
 .lost_reset_password .form-group {
     padding: 0 !important;
}
 .lost_reset_password .button:hover {
     background: #1a324d !important;
     color: #f9f4ef;
}
 .user-registration-error {
     height: auto;
     background-color: transparent;
     border-top: 0 !important;
     padding: 0;
     color: #d82223 !important;
     display: flex !important;
     padding-left: 28px;
     position: relative;
}
 .user-registration-error::before {
     position: absolute;
     left: 0;
}
 .woocommerce-pagination {
}
 .woocommerce-pagination ul li {
     margin: 0 2px !important;
     border: 2px solid #bfa166 !important;
}
 .woocommerce-pagination ul li .page-numbers {
     padding: 8px 13px !important;
     background-color: #bfa166 !important;
     color: #f9f4ef !important;
     font-size: 21px !important;
}
 .woocommerce nav.woocommerce-pagination ul {
     border: none;
}
 .woocommerce-pagination ul li .page-numbers.current {
     background-color: transparent !important;
     color: #bfa166 !important;
     border-color: #bfa166 !important;
}
 .edit-account span {
     width: 100%;
}
 .edit-account em {
     width: 100%;
     display: inline-block;
}
 .edit-account .form-group {
}
 .edit-account .form-group label {
     width: 100%;
}
 .edit-account .form-group input {
     width: 100%;
}
 .categories ul li.is-active a {
     background-color: #bfa166;
     color: #f9f4ef;
}
 input#EmailAddress {
     color: #f9f4ef!important;
}
 .custom-blog-pagination {
}
 .custom-blog-pagination .nav-links {
     text-align: center;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .custom-blog-pagination .nav-links .page-numbers {
     background-color: #bfa166 !important;
     color: #f9f4ef !important;
     font-size: 21px !important;
     height: 37px;
     width: 37px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 2px;
     border: 2px solid #bfa166;
}
 .custom-blog-pagination .nav-links .page-numbers.current {
     background-color: transparent !important;
     border-color: #bfa166 !important;
     color: #bfa166 !important;
}
 .custom-blog-pagination .nav-links a.next.page-numbers {
     position: relative;
     font-size: 0 !important;
}
 .custom-blog-pagination .nav-links a.next.page-numbers:before {
     content: '\f178 ';
     position: absolute;
     font-family: fontawesome;
     font-size: 17px;
}
 .custom-blog-pagination .nav-links a.prev.page-numbers {
     position: relative;
     font-size: 0 !important;
}
 .custom-blog-pagination .nav-links a.prev.page-numbers:before {
    content: '\f177';
    position: absolute;
    font-family: fontawesome;
    font-size: 19px;
    top: 4px;
}
 .product-single .actions a.cart-product.added {
     position: relative;
     left: 47px;
     display: flex;
     align-items: center;
}
 a.cart-product.added:after {
     content: '';
     position: absolute;
     left: 0;
     bottom: -14px;
}
 .custom-add-to-cart form.cart {
     background-color: transparent;
     height: auto;
     padding: 19px 0 0;
}
 .custom-add-to-cart .single_add_to_cart_button {
     background-color: #bfa166 !important;
     border-radius: 50px !important;
     font-size: 15px !important;
     padding: 12px 30px !important;
}
 .custom-add-to-cart .single_add_to_cart_button:hover {
     background-color: #092443 !important;
     color: #f9f4effff !important;
}
 .tab-home-tab h4 {
    margin: 0px;
}
 .cu-dropdown-trigger{
    display: flex;
    height: 100%;
}
 .slider-product .product-single .actions {
    justify-content: space-evenly !important;
}
 .new-breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
}
 .platform p:last-child {
    margin-bottom: 0px;
}
 .single-blog.bg-white > div > h3:first-child{
    margin-bottom:36px;
}
 div.woocommerce button.button[type="submit"]{
    background:#bfa166;
    padding:15px 35px;
    font-weight:600;
    text-align:center;
    border:none;
    transition:all .5s cubic-bezier(.075,.82,.165,1);
    color:#f9f4ef;
    border-radius:0px;
}
 div.woocommerce button.button[type="submit"]:hover{
    color:#f9f4effff;
}
 div.woocommerce form .form-row label{
    width:100%;
}
 span.woocommerce-input-wrapper{
    width:100%;
}
 .select2.select2-container--default .select2-selection--single{
    font-weight:700;
    padding-left:25px;
    padding-right:25px;
    height:72px!important;
    background:#f4f4f7;
    border-radius:0;
    border:none;
    font-size:14px!important;
    background-image:url(//btcegyptgold.ae/wp-content/themes/img/edit.svg);
    background-repeat:no-repeat;
    background-position:calc(100% - 25px) 50%;
    line-height:72px;
}
 .select2.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:72px;
}
 .select2.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:72px;
    right:20px;
}
 .product-single:hover .actions .added_to_cart {
    margin-left: 20px;
}
 .single-blog .p-3 > a{
    font-weight:normal;
    text-transform:uppercase;
}
 .single-blog li.list-inline-item a{
    font-weight:normal;
}
 strong.date.pt-3.block {
    text-transform: uppercase;
}
 .nav-products form.woocommerce-ordering {
    margin: 0px;
}
 h5 .fa.fa-phone {
    margin-right: 5px;
}
 body.woocommerce div.product p.price,body.woocommerce div.product span.price{
    font-family:Oswald,sans-serif;
    color:#de0000;
    font-size:40px;
    margin-bottom:30px;
    line-height:1.5;
}
 body.woocommerce div.product .product-info form.cart{
    margin-top:25px;
    padding-top:15px;
    margin-bottom:20px;
}
 body.woocommerce div.product .product-info form.cart .button{
    background:#bfa166;
    padding:15px 35px!important;
    font-weight:600;
    text-align:center;
    border:none;
    transition:all .5s cubic-bezier(.075,.82,.165,1);
    line-height:1.5;
    border-radius:0px!important;
    text-transform:uppercase;
    vertical-align:top;
    font-size:14px!important;
}
 body.woocommerce div.product .product-info form.cart .button img{
    width:20px;
    margin-right:10px;
}
 input.form-error-field {
    order: 1px solid red;
}
 .slider-product{
    padding-top:40px;
}
 section section{
    padding-bottom:0px;
}
 .woocommerce-orders-table__cell-order-status > div.cancelled{
    background:#bf6b66;
}
 .woocommerce-orders-table__cell-order-status > div{
    padding:10px;
    font-size:12px;
    color:#f9f4ef;
    text-transform:uppercase;
    margin-top:15px;
    display:inline-block;
    text-align:center;
    background-color:#000000;
}
 .woocommerce-orders-table__cell-order-status > div.on-hold{
    background:#6695bf;
}
 .woocommerce-orders-table__cell-order-status > div.processing{
    background:#bfb166;
}
 .woocommerce-orders-table__cell-order-status > div.completed{
    background:#66bfb4;
}
 .color-dark-grey a {
    color: inherit;
}
 .address-wrap > div > div{
    margin-bottom:30px;
}
 body.woocommerce .remove_from_cart_button{
    background:transparent;
    border:none;
    color:#969696!important;
    font-weight:700;
    padding:0;
    display:inline-flex;
    align-items:center;
    font-size:14px;
    margin:0px!important;
}
 .cart-dropdown .products-list > .row {
    margin: 0px !important;
}
 .new-display-none{
    display: none
}
 .new-display-block {
     display: block 
}
 .page-template-register-template .registration_form_bg_img {
     padding: 40px 0px 0 !important;
     border: none !important;
}
 .page-template-register-template .registration_form_bg_img.ur-frontend-form .ur-form-row .ur-form-grid {
     padding: 0 3px !important;
}
 .page-template-register-template .registration_form_bg_img .button.ur-submit-button {
     background: #bfa166;
     color: #f9f4ef;
     width: 100%;
    padding: 13px 20px;
}
 .page-template-register-template .registration_form_bg_img .button.ur-submit-button:hover {
     background-color: #1a324d;
}
 .checkout-login-btn-wrap {
     display: flex;
     justify-content: space-between;
}
 .underline {
     text-decoration: underline !important;
}
 .custom-checkout-login-form a.open-signup-form:hover {
     color: #bfa166;
     text-decoration: initial !important;
}
 .custom-checkout-login-form a.open-signup-form {
     margin-left: 6px;
     cursor: pointer;
}
 .cart-sum td.product-total .woocommerce-Price-amount.amount {
     display: flex;
}
 .cart-sum td.product-total .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
     margin-right: 6px;
}
 .cart-sum .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
     margin-right: 4px;
}
 .cart-sum tr.cart-subtotal .woocommerce-Price-amount.amount {
     display: flex;
}
 .cart-sum tr.order-total .woocommerce-Price-amount.amount {
     display: flex;
}
 .cart-sum table.shop_table td {
     border: none !important;
}
 .cart-sum table.shop_table {
     border: none !important;
}
 .cart-sum table.shop_table thead >tr> th {
     text-align: center;
}
 .cart-sum table.shop_table thead {
     border-top: 1px solid #ebebeb !important;
}
 .custom-checkout-register-form {
     position: relative;
}
 .custom-checkout-register-form .registration_form_bg_img {
     border: none !important;
     padding: 0 !important;
}
 .custom-checkout-register-form .registration_form_bg_img form.register {
     border: none;
     padding: 0;
     margin-top: 0;
}
 .custom-checkout-register-form .registration_form_bg_img .ur-form-row {
}
 .custom-checkout-register-form .registration_form_bg_img .ur-form-row .ur-form-grid.ur-grid-1 {
     padding-left: 0;
     padding-right: 0;
}
 .custom-checkout-register-form .registration_form_bg_img .ur-form-row .ur-form-grid.ur-grid-2:nth-child(1n+2) {
     padding-left: 21px;
    padding-right: 0;
}
 .guest-checkout-btn-wrap a {
     position: absolute;
     bottom: 0;
}
 .woocommerce a.remove:hover {
     color: #969696!important;
     background: transparent;
}
 .custom-checkout-register-form .form-row ::-webkit-input-placeholder {
     color: #97979B !important;
     font-weight: 400;
     font-size: 14px;
}
 .custom-checkout-register-form .form-row :-ms-input-placeholder {
     color: #97979B !important;
     font-weight: 400;
     font-size: 14px;
}
 .custom-checkout-register-form .form-row ::placeholder {
     color: #97979B !important;
     font-weight: 400;
     font-size: 14px;
}
 section.new-full-view-order.my_account_wrap {
     padding: 0 !important;
}
 .custom-checkout-register-form .checkbox {
     padding-left: 0;
}
 .cart-sum table.shop_table tfoot th {
     border-top: none !important;
}
 .checkout-login-btn-wrap a {
     cursor: pointer;
}
 .my_account_wrap .woocommerce-orders-table__cell-order-actions {
     display: flex;
}
 .my_account_wrap .woocommerce-orders-table__cell-order-actions a {
     margin-left: 6px;
    width: 89px;
    height: 41px;
     padding: 10px 0!important;
     text-align: center;
}
 .my_account_wrap .woocommerce-Pagination {
     text-align: center;
}
 .my_account_wrap .woocommerce-Pagination a {
     background-color: #bfa166;
     color: #f9f4ef;
     border-radius: 0;
     transition: all 400ms ease;
}
 .my_account_wrap .woocommerce-Pagination a:hover {
     background-color: #1a324d;
     color: #f9f4ef;
}
 .add-edit-address h5 {
     font-weight: 700;
}
 .add-edit-address a.add-update-address {
     text-align: center;
     width: 100%;
     max-width: 191px;
     margin: 0 auto;
     color: #f9f4ef !important;
     cursor: pointer;
}
 .add-edit-address {
     max-width: 700px;
     margin: 20px auto 60px !important;
     padding: 40px 0 0 0;
}
 .form-error-field {
    border: 1px solid red !important;
}
 h2.woocommerce-order-details__title {
     text-align: center;
}
 .woocommerce-order {
}
 .woocommerce-order p.woocommerce-thankyou-order-received {
     text-align: center;
     padding: 40px 0 20px;
}
 .woocommerce-order ul.order_details {
     padding: 0;
     display: flex;
     justify-content: space-between;
     text-align: center;
}
 .product-details .quantity .price {
     font-size: 14px !important;
     padding-bottom: 11px;
}
 .owl-item.active {
}
 .banner-top-slider-inner {
     background-color: #f9f4ef;
     padding: 18px 0;
}
 .banner-top-slider-inner .owl-item .item {
     position: relative;
    text-align: center;
}
 .banner-top-slider-inner .owl-item .item h2 {
     font-size: 15px;
     color: #022823;
     margin: 0;
     font-family: Open Sans, sans-serif;
}
 .banner-top-slider-inner .owl-item .item h6 {
     font-size: 13px;
     color: #022823;
     margin: 0;
     font-family: Open Sans, sans-serif;
     padding-top: 2px;
}
 .banner-top-slider-inner .owl-item .item:before {
     content: '';
     position: absolute;
     height: 100%;
     width: 1px;
     background-color: #616161;
     top: 50%;
     left: 0;
     transform: translate(-50%, -50%);
}
 .address-wrap {
}
 .address-wrap a {
     cursor: pointer;
}
 .address-wrap a:hover {
     color: #bfa166 !important;
}
 .address-wrap a i {
     padding-right: 8px;
}
 p.ywsl-label {
     display: none;
}
 .top-nav .user-details {
     display: flex !important;
     align-items: center;
     flex-wrap: wrap;
}
 .main-nav .navbar-collapse .pop-search.hidden{
    display: none
}
 .main-nav .pop-search.visible {
     width: 80% !important;
}
 .main-nav .pop-search form {
     width: 100%;
}
 .main-nav .form-inline button.btn.search-new {
     color: #bfa166;
     font-size: 18px;
     position: relative;
     margin-right: 15px;
}
 .main-nav .navbar-collapse .pop-search input.form-control.mr-sm-2 {
     width:calc(100% - 10px) !important ;
}
 .single-blog img {
     width: 100%;
     object-fit: cover;
}
 .list-inline-item {
     padding-bottom: 10px;
}
 ul.list-unstyled li {
     padding-left: 6px;
}
 section.checkout {
}
 section.checkout .checkout-inner {
     text-align: center;
}
 section.checkout .checkout-inner .icon-top {
     color: #1a324d;
     font-size: 60px;
     margin-top: 25px;
}
 section.checkout .checkout-inner h1 {
     font-size: 32px;
     letter-spacing: 0.35px;
     line-height: 38px;
     font-weight: 700;
}
 section.checkout .checkout-inner p {
     font-size: 14px;
     letter-spacing: 0.35px;
     margin-top: 35px;
     color: #1a324d;
}
 .fixed-top li.list-inline-item {
     padding-bottom: 0px;
}
 #btc-price-change-alert-popup {
     text-align: center !important ;
     font-family: Open Sans, sans-serif;
}
 #btc-price-change-alert-popup h3 {
     font-family: Open Sans, sans-serif;
}
 #btc-price-change-alert-popup .price-change-ok {
     background: #bfa166;
     padding: 15px 35px;
     font-weight: 600;
     text-align: center;
     border: none;
     transition: all .5s cubic-bezier(.075, .82, .165, 1);
     color: #f9f4ef;
     display: inline-block;
}
 #btc-price-change-alert-popup .price-change-ok:hover {
     background-color: #1a324d;
}
 #btc-price-change-alert-popup .price-change-ok {
     cursor: pointer 
}
 #btc-cart-other-shipping-popup {
     text-align: center !important ;
     font-family: Open Sans, sans-serif;
}
 #btc-cart-other-shipping-popup {
     font-family: Open Sans, sans-serif;
}
 .new-design-class li.tmcp-field-wrap {
}
 .new-design-class li.tmcp-field-wrap tmcp-field {
}
 .new-design-class li.tmcp-field-wrap {
}
 .new-design-class li.tmcp-field-wrap .tmcp-field {
     width: 50% !important;
     padding: 6px 11px 6px 12px;
     color: #495057;
     font-size: 16px;
     border: none;
     background-color: #f4f4f7;
}
 .new-design-class .tm-extra-product-options-totals span.price.amount {
     display: none;
}
 .new-design-class .tc-totals-form.tm-totals-form-main{
    display: none !important;
}
 .top-nav .cu-dropdown .cart-dropdown .cart-total {
     position: static !important;
    ;
    background-color: #f9f4ef;
    bottom: auto !important;
}
 .top-nav .cu-dropdown .cart-dropdown{
    max-height: 100vh;
    height: auto !important;
    padding: 0px 0 0 15px !important;
}
 .top-nav .cu-dropdown .cart-dropdown .cart-total{
    width: calc(100% - 0px) !important;
    padding: 0 15px
}
 .top-nav .cu-dropdown .cart-dropdown .img-wrap img{
    height: auto;
}
 .top-nav .cu-dropdown .cart-dropdown.visible{
    padding: 0
}
 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: black;
}
 .banner-top-slider-inner {
     padding:18px 30px;
}
 .col.phone-number p a {
     color: white !important;
}
 p.socials-list a {
    padding: 0 8px;
    margin: 0;
}
 .social-login-wrap{
    padding: 0 2px;
}
 .form-style-2 input{
    font-weight: 400 !important;
}
 p.socials-list a:first-child {
    padding-left: 0;
}
 p.socials-list a:last-child {
    padding-right: 0;
}
 p.socials-list {
    display: flex;
     align-items: center;
    justify-content: space-between;
}
 .cart-section .woocommerce ul.order_details li {
    float: left;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    list-style-type: none;
    width: 25%;
}
 .cart-section .woocommerce-order ul.order_details {
    align-items: center;
}
 footer .wpcf7-response-output{
    color: #f9f4ef !important
}
 .cart-tax-new {
    float: right;
}
 body.woocommerce-cart .cart-custom-total {
    width: auto !important;
}
 body.woocommerce-cart .woocommerce-shipping-destination {
    display: none
}
 body.woocommerce-cart .woocommerce-shipping-calculator {
    display: none
}
 .fancybox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
 .platform .left-image {
    max-height: 100% !important;
}
 .rtl .title-left {
     flex-direction: row-reverse;
}
 .rtl .services-home .bg-grey a {
    position: absolute;
    right: 30px;
}
 .rtl .tab-home-tab .nav-pills .nav-link.active:after {
     right: auto;
     left: -50px;
}
 .main-banner .owl-carousel .owl-item .caption p {
    color: #022823 !important;
}
 a.navbar-brand img.brand-main {
    max-width: 200px;
}
 .main-banner .item .caption strong {
    font-size: calc(1vw + 2rem);
}
 .sister-companies .image-slider .owl-stage {
    display: flex;
}
 .sister-companies .image-slider .owl-stage .owl-item {
    min-height: 200px;
}
 .sister-companies .image-slider .owl-stage .owl-item .item {
    height: 100%;
}
 .sister-companies .image-slider .owl-stage .owl-item .item .single-sis {
    height: 100%;
    display: flex;
    align-items: center;
}
 @media (max-width:1199px){
     .main-menu > li > a {
         padding: 0 7px;
         font-size: 13px;
    }
     .navbar-brand img.brand-main {
         width: 260px;
    }
     .slider-product .owl-next{
        right: 0 !important;
    }
     .slider-product .owl-prev{
        left: 0 !important;
    }
}
 @media (max-width:991px){
     .form-section {
         padding: 20px 15px 15px !important;
    }
     .form-section form input.input-text {
         height: 42px !important;
    }
     .nav-product-custom .nav-pills a {
         padding: 2px 9px !important;
         font-size: 14px;
    }
     .main-menu > li.menu-item-has-children > a:after {
         display: none;
    }
     a.navbar-brand {
         margin-right: 0;
    }
     a.navbar-brand img.brand-main {
         width: 188px;
    }
     .main-menu > li > a {
         padding: 0 6px;
    }
     .shrink .main-nav {
         height: 100%;
    }
     ul.list-inline li.list-inline-item {
         margin: 0 10px 8px 0
    }
     .shop_table_responsive tbody tr {
        display: inline-block !important;
        width: 100%;
    }
     .top-nav .cu-dropdown .cart-dropdown.visible{
        top: 67px;
    }
     .slider-product .owl-next{
        right: 0 !important;
    }
     .slider-product .owl-prev{
        left: 0 !important
    }
     .main-nav .btn-primary {
         padding: 10px 9px;
         font-size: 12px;
    }
     .banner-mt {
    }
     .top-nav .cu-dropdown .cart-dropdown.visible{
        top: 88px;
    }
     .banner-top-slider-inner .owl-item .item:before {
         left: -10px;
    }
     .banner-top-slider-inner {
         padding: 18px 0;
    }
     .banner-top-slider-inner .owl-item .item {
         padding: 0 10px;
         margin-right: 0 !important;
    }
     .banner-top-slider-inner .owl-item {
         margin-right: 0 !important;
    }
     .main-banner .caption {
         width: 100% !important;
         left: 10% !important;
    }
}
 @media (max-width:767px){
     div.woocommerce form .form-row-first, div.woocommerce form .form-row-last, body.woocommerce-page form .form-row-first, body.woocommerce-page form .form-row-last {
         width: 100%;
    }
     .nav-product-custom .right-sort {
         padding: 0 0 20px;
    }
     .top-nav ul a {
         padding: 8px 11px;
    }
     .top-nav .ml-auto {
         margin-left: 0 !important;
    }
     .main-menu > li > a {
         color: #000000;
         padding: 10px 10px !important;
         display: inline-block;
         width: 100%;
         font-size: 15px;
    }
     .main-menu > li.current-menu-item > a {
         background-color: #e8e8ec;
    }
     .main-nav .navbar-collapse {
         background: #f9f4ef !important;
    }
     .main-nav .navbar-collapse .pop-search input.form-control.mr-sm-2 {
         color: #1a324d !important;
    }
     .main-nav .form-inline button.btn.search-new {
         color: #1a324d;
    }
     .main-nav .navbar-nav.hidden {
         opacity: 1 !important;
         transform: translateY(0px) !important;
    }
     ul.list-inline li.list-inline-item {
         margin: 4px 0;
    }
     .custom-blog-pagination .nav-links {
         padding-bottom: 25px;
    }
     .justify-content-between {
         display: block !important;
         width: 100%;
    }
     .justify-content-between .captcha {
         padding-bottom: 15px;
    }
     .justify-content-between button {
         margin-bottom: 15px;
         margin: 10px auto;
    }
     .banner-top-slider-inner .owl-item .item {
         text-align: center;
    }
     .banner-top-slider-inner .owl-item .item:before {
         display: none;
    }
     .menu-item-has-children > a {
         position: relative;
    }
     .menu-item-has-children > a:before {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        color: #000;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
     .banner-top-slider-inner{
        padding: 25px 0 18px
    }
     .main-menu > li > a:hover, .main-menu > li > a:focus {
         color: #1a324d;
    }
     .new-design-class ul.products li.product-type-simple {
         width: 100% !important;
    }
     footer .justify-content-between button{
        margin:0 auto 
    }
     .right-side ul#myTab{
        right: auto !important ;
    }
     .actions {
         padding: 0px 0 20px;
    }
     ul.sub-menu{
        width: 100%;
    }
     .btn-secondary{
        padding: 15px 29px
    }
     .banner-top-slider-inner{
        padding: 18px 0 12px;
    }
     .checkout-login-btn-wrap {
         display: block;
    }
     div.woocommerce button.button[type="submit"]{
        width: 100%;
        margin-right: 0;
    }
}
 @media (max-width: 575px){
     .top-nav .cu-dropdown .cart-dropdown.visible {
         top: 125px !important;
    }
     .top-nav .cu-dropdown .cart-dropdown .img-wrap img {
         width: 45% !important;
         height: auto !important;
    }
     div .top-nav .cu-dropdown .cart-dropdown .product-list-wrap{
    }
}
 @media (max-width: 335px){
     .banner-mt{
        margin-top: 105px !important;
    }
}
