@charset "utf-8";
/* CSS Document */

body.rtl .velocity-divide-page .right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.order-summary-container{
	padding-right: 30px;
}
.cart-details .cart-content .cart-item-list > .row {
    margin-right: 0 !important;
}
.cart-details .cart-content .product-details-content {
    padding-right: 20px !important;
}
.cart-details .cart-content .product-quantity .quantity {
    float: right !important;
}

.checkbox input[type="checkbox"] {
    /*margin-left: -20px !important;*/
	margin-left: 0 !important;
    margin-right: auto !important;
}
.checkbox .ml-5, .mx-5 {
    margin-right: 3rem!important;
}

#alert-container {
    top: 152px;
    left: 15px !important;
    right: auto;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: auto !important;
    left: 0 !important;
}

.footer .footer-content > .row .footer-rt-content {
   padding-right: 15px;
    padding-left: 0;
}
.footer .footer-content .footer-statics .software-description {
	padding-left: 15px;
    padding-right: 0px;
}

.wishlist-btn{
	float: left !important;
}

.zoomWindowContainer div{
    left: 0 !important;
    right: 418.5px;
}

body.rtl .mini-cart-container #mini-cart .badge {
    top: -2px !important;
    right: 15px !important;
}
.small-card-container .card-body {
    width: 50%;
    display: inline-block;
    padding: 10px 25px !important;
}
#cart-modal-content .small-card-container input {
    margin-right: 15px;
}

.search-wrap {
    margin-right: 15px !important;
}

.search-input-wrap input#search {
    width: 30px;
    height: 40px;
    background: #fff;
    border: none;
    font-size: 12px;
    float: right!important;
    color: #222222;
    padding-right: 30px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

#cart-modal-content .small-card-container .rango-close {
    right: -10px !important;
    left: auto;
}

.order-summary-container{
	padding-right: 30px !important;
}

.pl30 {
    padding-right: 30px !important;
}

body.rtl .account-content .sidebar .customer-sidebar {
    border-left: none !important;
}
body.rtl .account-content .account-layout.right {
    padding-right: 0 !important;
}
.main-menu ul li ul.dropdown li {
       text-align: right;
}
.main-menu ul li ul.dropdown li:hover > a {
    color: #c29958;
    background-color: #fff;
    padding-right: 35px;
}
.main-menu ul li ul.dropdown li a:before {
    right: 20px;
}

.section-title .title {
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, from(#c29958), color-stop(#000), to(#c29958));
    background: -webkit-linear-gradient(left, #c29958, #000, #c29958);
    background: -o-linear-gradient(left, #c29958, #000, #c29958);
    background: linear-gradient(90deg, #c29958, #000, #c29958);
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-animation: shine 3s linear infinite;
            animation: shine 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

  @-webkit-keyframes shine {
    0% {
      background-position: 600%;
    }
    100% {
      background-position: 100%;
    }
  }

  @keyframes shine {
    0% {
      background-position: 600%;
    }
    100% {
      background-position: 100%;
    }
  }

.page-item.previous{
-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.page-item.next{
-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.arrow-arabic{
	right: 50px;
}
.col-10.pr0.item-title{
    padding-right: 15px !important;
}
@media (max-width: 769px){
.right-vc-header .wishlist-btn.unset{
	position: relative;
    left: 15px;
    top: 10px;
}
.nav-container .wrapper ul li {
    padding: 10px 20px 10px 20px;
}	
}
.bh-sl-container .bh-sl-map {
    float: left !important;
    height: 530px;
    width: 100%;
}
.bh-sl-container .bh-sl-loc-list .list-label {
    background: #c29958;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: right !important;
    font-weight: bold;
    margin: 10px 15px 0 0 !important;
    padding: 5px 11px;
    text-align: center;
    width: auto;
    min-width: 13px;
}
.bh-sl-container .bh-sl-loc-list .list-details {
    float: right !important;
    margin-right: 6px;
    width: 80%;
}

.contact-info ul li i {
    font-size: 18px;
    padding-right: 0 !important;
    padding-left: 10px;
}
.iti__country {
    text-align: right;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 6px;
    padding-right: 52px;
    margin-left: 0;
}

@media only screen and (device-width: 768px){
.show-content .slider-content h2.slide-title {
    font-size: 30px;
}
}

.main-content-wrapper .vc-header > div.vc-small-screen .right-vc-header .badge-wrapper .badge, .main-content-wrapper .vc-header > div.vc-small-screen .right-vc-header .badge-container .badge {
    /*left: 32px;*/
	left: 15px;
}
@media (max-width: 769px){
.right-vc-header .wishlist-btn.unset {
    position: relative;
    /*left: 35px;
    top: 0;*/
	left: 8px;
    top: 10px;
}
	/*.right-vc-header.i-bold.col-4 .cursor-pointer{
		position: relative;
		left: 15px;
	}*/	
	
}

element.style {
    padding-right: 20px !important;
}
/*.VueCarousel-inner{
	transform:translate(340px, 0px) !important;
}*/

.gm-style .gm-style-iw-c {
    padding: 12px !important;
}
button.gm-ui-hover-effect{
	top: 0 !important;
    left: 0 !important;
	right: auto !important;
}

body.rtl .product-detail .right .info > h1, body.rtl .product-detail .right .info div {
    padding-right: 0px !important;
  }