@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control:-moz-placeholder {
  color: ;
}
.form-control:-ms-input-placeholder {
  color: ;
}
.form-control::-webkit-input-placeholder {
  color: ;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-fill-horz-o {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-fill-horz-o:before,
.btn-fill-horz-o:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
}
.btn-fill-horz-o:before {
  left: 50%;
}
.btn-fill-horz-o:after {
  right: 50%;
}
.btn-fill-horz-o:hover {
  color: #fff;
}
.btn-fill-horz-o:hover:before,
.btn-fill-horz-o:hover:after {
  width: 50%;
  opacity: 1;
}
.btn-fill-vert-o {
  background-color: #efefef;
  overflow: hidden;
  position: relative;
}
.btn-fill-vert-o:before,
.btn-fill-vert-o:after {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-fill-vert-o:before {
  top: 50%;
}
.btn-fill-vert-o:after {
  bottom: 50%;
}
.btn-fill-vert-o:hover {
  color: #fff;
}
.btn-fill-vert-o:hover:before,
.btn-fill-vert-o:hover:after {
  height: 50%;
  opacity: 1;
  background: #000;
}
.btn-fill-horz {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #a6a6a6;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.btn-fill-horz:before,
.btn-fill-horz:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-fill-horz:before {
  left: 50%;
}
.btn-fill-horz:after {
  right: 50%;
}
.btn-fill-horz:hover {
  color: #fff;
}
.btn-fill-horz:hover:before,
.btn-fill-horz:hover:after {
  width: 50%;
  opacity: 1;
  background-color: #9b59b6;
}
.image-block1 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.image-block1:before,
.image-block1:after {
  background: rgba(67,69,113,0);
  content: "";
  height: 100%;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.image-block1 img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.image-block1:hover:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255,255,255,0.5);
}
.image-block1:hover:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255,255,255,0.5);
}
.image-block1:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.banner-static {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.banner-static .sppb-addon-content {
  overflow: hidden;
  display: inline-block;
}
.banner-static:before,
.banner-static:after {
  background: rgba(67,69,113,0);
  content: "";
  height: 100%;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.banner-static img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.banner-static:hover:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255,255,255,0.5);
}
.banner-static:hover:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255,255,255,0.5);
}
.banner-static:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.banner-static .banner-box {
  overflow: hidden;
}
.floatright {
  float: right;
}
.rtl .floatright {
  float: left;
}
.floatleft {
  float: left;
  padding: 5px;
}
.rtl .floatleft {
  float: right;
}
.sppb-text-left {
  text-align: center;
}
.sppb-text-right {
  text-align: right;
}
.rtl .sppb-text-right {
  text-align: left;
}
.owl-theme {
  list-style: none;
  direction: initial;
}
.rtl .owl-theme .owl-item {
  direction: rtl;
}
.owl-theme.vina-manufacturers-virtuemart {
  overflow: visible;
}
.owl-theme .owl-controls {
  text-align: center;
}
.owl-theme .owl-controls .owl-pagination .owl-page span.owl-numbers {
  height: 12px;
  width: 12px;
  margin: 0 3px;
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 0;
  line-height: 0;
  height: 36px;
  width: 36px;
  color: rgba(34,34,34,0.5);
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 3px;
  background-size: 100%;
  border: 2px solid rgba(34,34,34,0.5);
  position: absolute;
  top: 40%;
  border-radius: 0;
  background: rgba(255,255,255,0.8);
  line-height: 6px;
}
.owl-theme .owl-controls .owl-buttons div:before {
  content: "\f104";
  font-family: 'FontAwesome';
  top: 10px;
  right: 0px;
  font-size: 18px;
  position: relative;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
  left: 1px;
}
.owl-theme:hover .owl-controls .owl-buttons {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev,
.vina-carousel-content .owl-controls .owl-buttons .owl-prev,
.vina-manufacturers-virtuemart .owl-controls .owl-buttons .owl-prev {
  left: 40px;
  transition: 0.5s;
  opacity: 0;
}
.vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next,
.vina-carousel-content .owl-controls .owl-buttons .owl-next,
.vina-manufacturers-virtuemart .owl-controls .owl-buttons .owl-next {
  right: 40px;
  transition: 0.5s;
  opacity: 0;
}
.vina-carousel-virtuemart:hover .owl-controls .owl-buttons .owl-prev,
.vina-carousel-content:hover .owl-controls .owl-buttons .owl-prev,
.vina-manufacturers-virtuemart:hover .owl-controls .owl-buttons .owl-prev {
  left: -3px;
  opacity: 1;
}
.vina-carousel-virtuemart:hover .owl-controls .owl-buttons .owl-next,
.vina-carousel-content:hover .owl-controls .owl-buttons .owl-next,
.vina-manufacturers-virtuemart:hover .owl-controls .owl-buttons .owl-next {
  right: -3px;
  opacity: 1;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.wrap-carousel .carousel-inner {
  display: inline-block;
}
.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-radius: 100%;
  background-color: #bababa \9;
  background-color: #bababa;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
  width: 8px;
  height: 8px;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 21px 0px 0px 43px;
  z-index: 9;
  display: block;
  float: left;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 22px 0 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  font-family: Spinnaker, sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.sp-megamenu-parent >li >a:after {
  float: right;
  margin-left: 5px;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent >li.active:hover> a:before,
.sp-megamenu-parent >li:hover> a:before,
.sp-megamenu-parent >li.active >:before {
  width: 100%;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
  padding-top: 25px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 7px;
  color: #222;
  cursor: pointer;
  font-weight: 300;
  transition: 0.3s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:before {
  content: "\f192";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 12px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  padding: 7px 15px;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title:hover {
  padding-left: 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  padding-left: 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border-bottom: 0;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  margin: -7px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 12px;
  font-size: 18px;
  margin: 0px 0;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  border: 2px solid #9ee17b;
  text-align: center;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #000;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.rtl .close-offcanvas {
  left: 15px;
  right: auto;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: auto;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview ul {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview li {
  padding: 0;
  position: relative;
  background-image: none;
  background: none;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview li a {
  display: block;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview li a img {
  display: none !important;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .hitarea {
  background: url("../images/general/minus_dark.png") no-repeat scroll center center transparent;
  margin-left: 0;
  position: absolute;
  width: 25px;
  height: 37px;
  right: 0;
  top: 0;
}
.rtl .offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .hitarea {
  left: 0;
  right: auto;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .hitarea.expandable-hitarea {
  background: url("../images/general/plus_dark.png") no-repeat scroll center center transparent;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .sub-menu li {
  padding-left: 10px;
}
.rtl .offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .sub-menu li {
  padding-right: 10px;
  padding-left: 0;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.rtl .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.rtl .body-innerwrapper:after {
  left: 0;
}
.rtl .offcanvas-menu {
  left: -280px;
}
.rtl.offcanvas .offcanvas-menu {
  left: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(16,15,40,0.6);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.herader-home3 .sp-megamenu-parent >li {
  margin: 0;
}
.herader-home3 .sp-megamenu-parent >li >a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 25px;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #818181;
}
#sp-header-wrapper-sticky-wrapper {
  height: auto !important;
}
body {
  line-height: 25px;
  letter-spacing: .2px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
body .body-innerwrapper {
  max-width: 100%;
  overflow: hidden;
}
body.layout-boxed .body-innerwrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  margin: 50px 0;
}
.com-sppagebuilder #sp-main-body {
  margin: 0;
}
a,
i,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus,
i:focus,
a:hover:focus,
a:focus:focus,
a:active:focus {
  border: 0;
}
.alert {
  background: #e5e5e5;
}
label {
  font-weight: 300;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-main-body {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}
.btn,
.sppb-btn,
.btn-group {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 35px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  color: ;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: ;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: ;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.morebutton {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 12px;
  margin: auto;
  text-align: center;
  display: inline-block;
}
.btn-border {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 35px;
  padding: 5px 20px;
}
.button {
  border: none;
}
#sp-title {
  min-height: 0;
}
#sp-page-title {
  overflow: hidden;
}
.sp-page-title {
  background-image: url("../images/bg-brand.jpg");
  overflow: hidden;
  padding: 55px 0;
  text-align: center;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.sp-page-title h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  position: relative;
  display: inline-block;
}
.sp-page-title h2:before,
.sp-page-title h2:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 30px;
  height: 4px;
  border-top: 1px double #222;
  border-bottom: 1px double #222;
  margin: 0 20px;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #222;
}
.csoon-bgoverlay {
  background: url("../images/csoon-bgoverlay.png") repeat scroll 0 0 rgba(0,0,0,0);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-wrap {
  position: relative;
  color: #8a8b8b;
  font-size: 18px;
  line-height: 22px;
  padding: 85px 0;
  background-color: rgba(53,10,4,0.5);
  background-image: url(../images/bg_coming_soon.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  font-weight: normal;
}
.sp-comingsoon .sp-comingsoon-wrap > .container {
  position: relative;
}
.sp-comingsoon .csoon-main {
  position: relative;
  z-index: 1;
}
.sp-comingsoon .csoon-header {
  text-align: center;
  margin-bottom: 20px;
}
.sp-comingsoon .csoon-header p {
  text-align: center;
}
.sp-comingsoon .csoon-header img {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.sp-comingsoon .sp-comingsoon-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 0 0 20px;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 0 5% 30px;
  line-height: 24px;
}
.sp-comingsoon .sp-comingsoon-countdown {
  font-size: 14px;
  line-height: 1.42857143;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  position: relative;
  display: inline-block;
  margin: 80px 15px;
  font-weight: 300;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 215px;
  height: 215px;
  line-height: 180px;
  border: 5px solid #eee;
  border-radius: 50%;
  display: inline-block;
  font-size: 46px;
  font-weight: 300;
  background: none;
}
.sp-comingsoon .days .string,
.sp-comingsoon .days .number {
  color: #34aadc;
}
.sp-comingsoon .hours .string,
.sp-comingsoon .hours .number {
  color: #4cd964;
}
.sp-comingsoon .seconds .string,
.sp-comingsoon .seconds .number {
  color: #ff9500;
}
.sp-comingsoon .minutes .string,
.sp-comingsoon .minutes .number {
  color: #ff3b30;
}
.sp-comingsoon .days .string,
.sp-comingsoon .hours .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .minutes .string {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 40px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons {
  display: inline-block;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0;
}
.sp-comingsoon .social-icons li a {
  display: block;
  margin: 10px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  display: table !important;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #507cbe;
}
.sp-comingsoon .social-icons li a.facebook:hover {
  color: #507cbe;
}
.sp-comingsoon .social-icons li a.twitter:hover {
  color: #62cdf2;
}
.sp-comingsoon .social-icons li a.google-plus:hover {
  color: #ec5d48;
}
.sp-comingsoon .social-icons li a.pinterest:hover {
  color: #e94546;
}
.sp-comingsoon .social-icons li a.youtube:hover {
  color: #e64c38;
}
.sp-comingsoon .social-icons li a.linkedin:hover {
  color: #1e88c9;
}
.sp-comingsoon .social-icons li a.dribbble:hover {
  color: #d34e95;
}
.sp-comingsoon .social-icons li a.behance:hover {
  color: #0079ff;
}
.sp-comingsoon .social-icons li a.flickr:hover {
  color: #ff0084;
}
.sp-comingsoon .social-icons li a.vkontakte:hover {
  color: #45668e;
}
.sp-comingsoon .social-icons li a.skype:hover {
  color: #00aced;
}
.sp-comingsoon .csoon-social {
  padding: 15px 0;
}
.sp-comingsoon .csoon-social > .container {
  line-height: 0;
}
.sp-comingsoon .csoon-footer p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 24px;
  text-align: center;
}
.sp-comingsoon .csoon-footer a {
  color: #e52b50;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.pagination-wrapper {
  display: block;
  padding: 30px 0 50px;
  position: relative;
  overflow: hidden;
  border-top: 1px dotted #e5e5e5;
}
.pagination-wrapper:before {
  border-top: 1px dotted #e5e5e5;
  position: absolute;
  height: 0;
  top: 2px;
  left: 0;
  width: 100%;
  content: '';
}
.pagination-wrapper .counter {
  float: right;
  display: block;
  margin: 0;
  line-height: 40px;
}
.rtl .pagination-wrapper .counter {
  float: left;
}
.pagination {
  float: left;
  margin: 0 -2px;
}
.rtl .pagination {
  float: right;
}
.pagination >li:first-child >a,
.pagination >li:first-child >span,
.pagination >li:last-child >a,
.pagination >li:last-child >span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination li {
  margin: 0 2px;
  float: left;
}
.rtl .pagination li {
  float: right;
}
.pagination li a {
  text-decoration: none;
  line-height: 40px;
  display: block;
  padding: 0 15px;
  border-radius: 0;
  color: #343434;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.testimonial-about .style-bg-title .sppb-testimonial-client .pro-client-name {
  color: #fff;
}
.testimonial-about .style-bg-title .sppb-testimonial-message {
  text-align: center;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
#comments-form input {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
}
#comments-form input.checkbox {
  display: inline;
}
#comments-form textarea {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#comments-form .smiles img {
  display: inline-block;
}
#comments-form-send .btn {
  width: 100%;
  height: 50px;
  line-height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
#comments-form-send .btn:before,
#comments-form-send .btn:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  box-sizing: content-box;
  border-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#comments-form-send .btn:before {
  width: 0;
  height: 100%;
  border-width: 1px;
  top: -1px;
  right: -1px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#comments-form-send .btn:after {
  width: 100%;
  height: 0;
  border-width: 1px;
  top: -1px;
  right: -1px;
}
#comments-form-send .btn:hover:before {
  width: 100%;
  border-color: #000 transparent;
}
#comments-form-send .btn:hover:after {
  height: 100%;
  border-color: transparent #000;
}
#comments-form-send .btn:hover {
  background: transparent !important;
  color: #efefef;
}
.container {
  max-width: 100%;
}
#comments-footer {
  display: none;
}
#comments-inline-edit {
  margin: 30px 0 0;
  padding: 15px;
}
#jc #comments {
  margin: 0 0 30px;
}
#jc h4 {
  font-weight: 300;
  font-size: 25px;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0 0 20px;
  background: url('../images/icons/line-title-black.png') no-repeat scroll left bottom;
  border: none;
  text-transform: uppercase;
}
#jc h4 span {
  font-weight: 500;
}
.style-home3 {
  background: #fff;
}
.style-home3 .product-best .sppb-addon-title {
  margin-top: 0;
}
.style-home3 .html-home3 {
  margin-bottom: 65px;
}
.style-home3 .lates-blogs {
  padding: 20px 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.style-home3 .sppb-text-left {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px 15px;
}
.style-home3 .sppb-text-left.color1 {
  border-top: 1px solid #e5e5e5;
}
.banner-static-home4 {
  margin-top: 30px;
}
.corporate-about .block-wrapper {
  padding: 30px 0 15px 0;
}
.corporate-about .zmdi {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 75px;
  font-size: 34px;
  margin-right: 30px;
  position: relative;
  color: #fff;
  float: left;
}
.rtl .corporate-about .zmdi {
  margin-left: 30px;
  margin-right: 0;
}
.rtl .corporate-about .zmdi {
  float: right;
}
.corporate-about .zmdi:before {
  position: relative;
  z-index: 3;
}
.corporate-about .icon {
  position: relative;
  display: inline-block;
}
.corporate-about .icon:before {
  content: '';
  width: 24px;
  height: 24px;
  border-width: 0;
  border-color: transparent;
  position: absolute;
  transition: all 0.3s;
  bottom: -7px;
  left: -7px;
  border-bottom: 2px solid #e9ac4c;
  border-left: 2px solid #e9ac4c;
}
.corporate-about .icon:after {
  content: '';
  width: 24px;
  height: 24px;
  border-width: 0;
  border-color: transparent;
  position: absolute;
  transition: all 0.3s;
  top: -7px;
  left: auto;
  right: 23px;
  border-top: 2px solid #e9ac4c;
  border-right: 2px solid #e9ac4c;
}
.corporate-about .text-des {
  display: inline-block;
  line-height: 25px;
  padding-top: 10px;
  text-transform: initial;
  color: #222;
}
.corporate-about .text-des h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 1px 0 0;
  line-height: 24px;
  font-weight: 700;
}
.popup-quick-view {
  overflow-x: hidden;
}
.popup-quick-view #tab-block,
.popup-quick-view .product-related-products {
  display: none;
}
body.layout-boxed #sp-bottom-wrapper {
  background: linear-gradient(90deg,#1a1a1a 32%,#222 25%);
}
body.layout-boxed .full-blogs .vina-carousel-content .item .blog-inner .text-block .title {
  margin-top: 15px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #sp-bottom-wrapper {
    background: #1a1a1a;
  }
  ::i-block-chrome,
  .block-mini-cart .mini-cart-title .number {
    padding: 5px;
    display: block;
  }
  ::i-block-chrome,
  .block-mini-cart .mini-cart-title .number .item {
    display: none;
  }
  ::i-block-chrome,
  .block-mini-cart .mini-cart-title .simple-handbag {
    display: block;
    text-align: center;
    line-height: 33px;
  }
}
#sbox-window {
  padding: 0;
}
#sbox-window iframe {
  padding: 20px;
}
.jutooltip-box-tr {
  border-radius: 5px;
}
.jutooltip-box-tr .jutooltip-box-tl {
  padding: 2px 10px;
  font-size: 13px;
  background: #000;
  color: #fff;
}
.jutooltip-box-tr .jutooltip-box-tl .jutooltip-arrow {
  border: 5px solid transparent;
  border-top: 5px solid #000;
  background: transparent;
  height: 0;
  width: 0;
  bottom: 5px;
  left: 56%;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  border-bottom: 4px double #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.article-info >dd {
  display: inline-block;
  line-height: 25px;
  margin: 0 13px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
.article-info .category-name {
  float: none;
  overflow: visible;
  white-space: nowrap;
  width: auto;
  margin-right: 13px;
  margin-left: 0px;
}
.rtl .article-info .category-name {
  margin-left: 13px;
  margin-right: 0;
}
.rtl .article-info .category-name {
  margin-right: 0px;
  margin-left: 0;
}
.jcomments-links {
  margin: 25px 0 0;
}
.jcomments-links .comments-link,
.jcomments-links .readmore-link {
  display: inline-block;
  font-size: 12px;
  margin: 5px auto;
  padding: 0;
  background-image: none;
  text-transform: uppercase;
  color: #222;
  border: 1px solid #e5e5e5;
  height: 35px;
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
  border: 2px solid #e5e5e5;
}
.jcomments-links .comments-link:before,
.jcomments-links .comments-link:after,
.jcomments-links .readmore-link:before,
.jcomments-links .readmore-link:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  box-sizing: content-box;
  border-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jcomments-links .comments-link:before,
.jcomments-links .readmore-link:before {
  width: 0;
  height: 100%;
  border-width: 1px;
  top: -1px;
  right: -1px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.jcomments-links .comments-link:after,
.jcomments-links .readmore-link:after {
  width: 100%;
  height: 0;
  border-width: 1px;
  top: -1px;
  right: -1px;
}
.jcomments-links .comments-link:hover:before,
.jcomments-links .readmore-link:hover:before {
  width: 100%;
  border-color: #000 transparent;
}
.jcomments-links .comments-link:hover:after,
.jcomments-links .readmore-link:hover:after {
  height: 100%;
  border-color: transparent #000;
}
.jcomments-links .comments-link:hover,
.jcomments-links .readmore-link:hover {
  background: transparent !important;
  color: #efefef;
}
article.item {
  margin-bottom: 55px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
}
.entry-header.has-post-format .article-info {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.entry-header h2,
.entry-header h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  line-height: 1;
}
.entry-header h2 a,
.entry-header h3 a {
  color: #222;
}
.entry-header h3 {
  font-size: 20px;
}
.entry-header h2 {
  font-size: 20px;
  margin-top: 25px;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.entry-image .intro-publish-date,
.entry-gallery .intro-publish-date {
  padding: 10px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 10px;
  color: #fff;
  border-radius: 0;
}
.rtl .entry-image .intro-publish-date,
.rtl .entry-gallery .intro-publish-date {
  left: auto;
  right: 10px;
}
.entry-image .intro-publish-date .intro-day,
.entry-gallery .intro-publish-date .intro-day {
  font-weight: 500;
  font-size: 35px;
}
.entry-image .intro-publish-date .intro-month,
.entry-gallery .intro-publish-date .intro-month {
  display: inherit;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.item .image-block {
  position: relative;
  margin: 10px;
}
.item .text-block {
  margin-bottom: 30px;
}
.item .actions .btn-buttons {
  margin: 0 -5px;
  font-size: 16px;
}
.item .actions .btn-button {
  margin: 0 5px;
  display: block;
  line-height: 1;
  float: left;
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
  -moz-transform: translate(0,100%);
  color: #444;
  border-radius: 5px;
}
.rtl .item .actions .btn-button {
  float: right;
}
.item .actions .btn-button:nth-child(4) {
  -webkit-transition: all 1.33333333333333s ease 0s;
  -moz-transition: all 1.33333333333333s ease 0s;
  -o-transition: all 1.33333333333333s ease 0s;
  transition: all 1.33333333333333s ease 0s;
}
.item .actions .btn-button:nth-child(3) {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.item .actions .btn-button:nth-child(2) {
  -webkit-transition: all 0.666666666666667s ease 0s;
  -moz-transition: all 0.666666666666667s ease 0s;
  -o-transition: all 0.666666666666667s ease 0s;
  transition: all 0.666666666666667s ease 0s;
}
.item .actions .btn-button:nth-child(1) {
  -webkit-transition: all 0.333333333333333s ease 0s;
  -moz-transition: all 0.333333333333333s ease 0s;
  -o-transition: all 0.333333333333333s ease 0s;
  transition: all 0.333333333333333s ease 0s;
}
.item .actions .btn-button:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item .actions .btn-button .simple-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  font-weight: 500;
}
.item .actions .btn-button .simple-magnifier:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: 500;
}
.item .readmore {
  margin: 30px 0 0;
}
.item .readmore a {
  font-weight: 300;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.item .pager {
  margin: 10px -2px 0;
}
.item .pager li {
  float: left;
  margin: 0 2px;
}
.item .pager li > a {
  font-size: 0;
  line-height: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
}
.item .pager li > a:hover {
  background-position: center bottom;
}
.item .pager li.previous a {
  background-image: url(../images/icons/prev.png);
}
.item .pager li.next a {
  background-image: url(../images/icons/next.png);
}
.item:hover .actions .btn-button {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -moz-transform: translate(0,0);
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.item:hover .image-block:before,
.item:hover .image-block:after {
  width: 50%;
  opacity: 66;
  filter: alpha(opacity=6600);
  opacity: 0.66;
  filter: alpha(opacity=66);
  background-color: #fff;
}
.blog .items-leading .item {
  display: inline-block;
  margin-bottom: 50px;
}
.blog .items-leading .item .intro-image {
  height: 300px;
}
.blog .items-leading .item .intro-image img {
  height: 100%;
  width: 400px;
}
.blog .items-leading .entry-image,
.blog .items-leading .entry-gallery,
.blog .items-leading .entry-video,
.blog .items-leading .entry-audio,
.blog .items-leading .entry-link {
  margin-top: 10px;
  margin-left: 10px;
}
.rtl .blog .items-leading .entry-image,
.rtl .blog .items-leading .entry-gallery,
.rtl .blog .items-leading .entry-video,
.rtl .blog .items-leading .entry-audio,
.rtl .blog .items-leading .entry-link {
  margin-right: 10px;
  margin-left: 0;
}
.blog .items-row {
  margin-bottom: 15px;
}
.blog .items-row .image-block,
.blog .items-row .text-block {
  width: 100%;
}
.blog .items-row .text-block {
  padding-left: 180px;
}
.rtl .blog .items-row .text-block {
  padding-right: 180px;
  padding-left: 0;
}
.blog .items-row .text-block .entry-header h2 {
  margin-top: 40px;
}
.blog .items-row .entry-image .intro-publish-date,
.blog .items-row .entry-gallery .intro-publish-date {
  top: auto;
  bottom: -170px;
  padding: 28px 31px;
  left: 15px;
}
.rtl .blog .items-row .entry-image .intro-publish-date,
.rtl .blog .items-row .entry-gallery .intro-publish-date {
  left: auto;
  right: 15px;
}
.blog .items-row .entry-image .intro-publish-date .intro-day,
.blog .items-row .entry-gallery .intro-publish-date .intro-day {
  font-size: 60px;
  font-weight: 700;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.sppb-container {
  max-width: 100%;
}
.sppb-section-title span {
  font-weight: 500;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.title-uppercase h1,
.title-uppercase h2,
.title-uppercase h3,
.title-uppercase h4,
.title-uppercase h5,
.title-uppercase h6 {
  text-transform: uppercase;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.rtl .sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: auto;
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.rtl .sppb-addon-image-content.aligment-right .sppb-image-holder {
  left: 0;
  right: auto;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding-right: 50px;
}
.rtl .sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding-left: 50px;
  padding-right: 0;
}
.sppb-addon-feature .pull-left span,
.sppb-addon-feature pull-right span {
  display: block !important;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-addon-feature .sppb-addon-content >span {
  max-width: 100%;
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 60px;
}
#sp-page-builder .sppb-section-title .sppb-title-subheading {
  line-height: 1;
}
#sp-page-builder .small-about-us h4 {
  line-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: none;
}
#sp-page-builder .small-about-us h4.i-sf1 i {
  width: 45px;
  height: 45px;
  border: 1px solid #459fdd;
  color: #459fdd;
  padding: 1px;
  margin: -1px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sp-page-builder .small-about-us h4.i-sf2 i {
  width: 45px;
  height: 45px;
  border: 1px solid #f1c22e;
  color: #f1c22e;
  padding: 1px;
  margin: -1px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sp-page-builder .small-about-us h4.i-sf3 i {
  width: 45px;
  height: 45px;
  border: 1px solid #71d251;
  color: #71d251;
  padding: 1px;
  margin: -1px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sp-page-builder .small-about-us h4.i-sf4 i {
  width: 45px;
  height: 45px;
  border: 1px solid #fd5b4e;
  color: #fd5b4e;
  padding: 1px;
  margin: -1px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sp-page-builder .small-about-us i {
  margin-right: 20px;
  line-height: 43px;
  font-size: 20px;
}
.rtl #sp-page-builder .small-about-us i {
  margin-left: 20px;
  margin-right: 0;
}
.title1 {
  text-align: center;
}
.title1 .sppb-title-heading {
  font-size: 27px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
}
.title1 .sppb-title-heading span {
  display: block;
  padding: 0 50px;
  font-size: 0px;
  font-weight: normal;
  line-height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  border-bottom: 4px solid #e9ac4c;
}
.newsletter {
  text-align: center;
}
.newsletter .modtitle {
  font-size: 45px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
}
.newsletter .modtitle:before {
  content: "N";
  display: block;
  padding: 0 50px;
  font-size: 0px;
  font-weight: normal;
  line-height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: rgba(34,34,34,0.1);
  border-bottom: 2px solid #e9ac4c;
}
.newsletter .acymailing_module {
  padding-top: 40px !important;
}
.sptab.sptab_red .tabs_mask {
  display: inline-block;
}
.sptab.sptab_red .tabs_mask ul li {
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  position: relative;
  margin: 0 20px !important;
  transition: all 0.5s;
  padding: 0 5px !important;
}
.sptab.sptab_red .tabs_mask ul li:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  bottom: -20px;
  left: 43%;
  color: #fff;
}
.sptab.sptab_red .items_mask {
  margin-top: 35px;
}
.sptab.sptab_red .items_mask .vina-carousel-virtuemart {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.full-blogs .vina-carousel-content .item .actions {
  display: none;
}
.full-blogs .vina-carousel-content .item .article-info {
  border: 0;
}
.full-blogs .vina-carousel-content .item .blog-inner {
  position: relative;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block {
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255,255,255,0.9);
  text-align: center;
  transition: all 0.4s linear;
  z-index: 1;
  opacity: 0;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block:before,
.full-blogs .vina-carousel-content .item .blog-inner .text-block:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.9);
  transition: all 0.5s linear;
  z-index: -1;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block:after {
  bottom: -10px;
  right: -10px;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block:before {
  top: -10px;
  left: -10px;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block .title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 50px;
  padding-bottom: 0;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block .article-info {
  float: none;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block .date-article {
  padding: 0 10px;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block .date-article .category-name .fa {
  display: none;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block .date-article .createdby {
  padding: 0;
  margin: 0;
  color: rgba(34,34,34,0.8);
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block .date-article .createdby:after {
  content: "/";
  margin: 0 5px;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block .date-article .category-name {
  margin: 0;
}
.full-blogs .vina-carousel-content .item .blog-inner .text-block .date-article .category-name a {
  color: rgba(34,34,34,0.8);
  font-weight: 500;
  font-size: 13px;
}
.full-blogs .vina-carousel-content .item .blog-inner:hover .text-block {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: zoomIn 0.7s;
  -moz-animation: zoomIn 0.7s;
  -ms-animation: zoomIn 0.7s;
  -o-animation: zoomIn 0.7s;
  animation: zoomIn 0.7s;
}
.full-blogs .vina-carousel-content .item .blog-inner:hover .text-block:before {
  -webkit-animation: rotateInDownLeft 0.7s;
  -moz-animation: rotateInDownLeft 0.7s;
  -ms-animation: rotateInDownLeft 0.7s;
  -o-animation: rotateInDownLeft 0.7s;
  animation: rotateInDownLeft 0.7s;
}
.full-blogs .vina-carousel-content .item .blog-inner:hover .text-block:after {
  -webkit-animation: rotateInUpLeft 0.7s;
  -moz-animation: rotateInUpLeft 0.7s;
  -ms-animation: rotateInUpLeft 0.7s;
  -o-animation: rotateInUpLeft 0.7s;
  animation: rotateInUpLeft 0.7s;
}
.pruduct-style-home2 {
  border: 1px solid #e5e5e5;
}
.pruduct-style-home2 .sppb-addon-title {
  text-align: left;
  padding: 20px 25px;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.rtl .pruduct-style-home2 .sppb-addon-title {
  text-align: right;
}
.pruduct-style-home2 .sppb-addon-title:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 25px;
  width: 60px;
  height: 2px;
  z-index: 10;
}
.rtl .pruduct-style-home2 .sppb-addon-title:after {
  left: auto;
  right: 25px;
}
.pruduct-style-home2 .vina-carousel-virtuemart {
  overflow: initial !important;
}
.pruduct-style-home2 .owl-theme .owl-controls .owl-buttons div {
  top: -63px;
  opacity: 1;
}
.pruduct-style-home2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: auto;
  right: 50px;
}
.rtl .pruduct-style-home2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 50px;
  right: auto;
}
.pruduct-style-home2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 6px;
}
.rtl .pruduct-style-home2 .owl-theme .owl-controls .owl-buttons .owl-next {
  left: 6px;
  right: auto;
}
.banner-static-wrapper {
  background-position: center !important;
}
.sppb-addon-raw-html {
  text-align: center;
}
.sppb-addon-raw-html .timer-hot-deal {
  margin-top: 5px;
}
.sppb-addon-raw-html .timer-hot-deal .box-time-date {
  background: #fff;
  height: 84px;
  width: 84px;
  display: inline-block;
  margin: 0px 5px;
  line-height: 1.2;
  text-transform: uppercase;
}
.sppb-addon-raw-html .timer-hot-deal .box-time-date span {
  font-size: 33px;
  width: 100%;
  display: inline-block;
  padding-top: 13px;
}
.sppb-addon-raw-html .timer-hot-deal .sec {
  margin: 0px;
}
.sppb-addon-raw-html .hot-deal {
  margin-top: 45px;
  text-transform: uppercase;
}
.sppb-addon-raw-html .hot-deal h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
  margin-bottom: 10px;
}
.sppb-addon-raw-html .hot-deal h2 span {
  font-weight: 600;
}
.sppb-addon-raw-html .hot-deal .text-desc {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}
.sppb-addon-raw-html .hot-deal .btn-shop {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
}
.feature-content .feature-icon {
  width: 115px;
  height: 115px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #efefef;
  font-size: 30px;
  padding: 4px;
  cursor: pointer;
}
.feature-content .feature-icon span {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 4px solid #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  line-height: 96px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.feature-content .feature-icon:hover {
  color: #fff;
}
.feature-content.f-style1 .feature-icon {
  border-color: #459fdd;
  color: #459fdd;
}
.feature-content.f-style1 .feature-icon span {
  border-color: #459fdd;
}
.feature-content.f-style2 .feature-icon {
  border-color: #f1c22e;
  color: #f1c22e;
}
.feature-content.f-style2 .feature-icon span {
  border-color: #f1c22e;
}
.feature-content.f-style3 .feature-icon {
  border-color: #577601;
  color: #577601;
}
.feature-content.f-style3 .feature-icon span {
  border-color: #577601;
}
.feature-content:hover.f-style1 .feature-icon span {
  background: #459fdd;
  color: #fff;
}
.feature-content:hover.f-style2 .feature-icon span {
  background: #f1c22e;
  color: #fff;
}
.feature-content:hover.f-style3 .feature-icon span {
  background: #577601;
  color: #fff;
}
.feature-content .feature-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px 0 20px;
}
.banner-static-left {
  margin-bottom: 30px;
}
.contac-add .sppb-addon-text {
  margin: 20px 0 0;
}
.contac-add .col-contact i {
  display: block;
  width: 100px;
  height: 100px;
  padding: 5px;
  margin: 0 auto 30px;
  border: 1px solid #577601;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.contac-add .col-contact i:before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #577601;
  color: #fff;
  font-size: 22px;
  line-height: 88px;
}
.contac-add .col-contact .text1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.sppb-section.contact-form h3 {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 35px;
  text-transform: uppercase;
}
.sppb-section.contact-form h3:before,
.sppb-section.contact-form h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #577601;
}
.rtl .sppb-section.contact-form h3:before,
.rtl .sppb-section.contact-form h3:after {
  left: auto;
  right: 0;
}
.sppb-section.contact-form h3:after {
  bottom: -4px;
  width: 40px;
}
.sppb-section.contact-form .qlform {
  max-width: 550px;
}
.sppb-section.contact-form .qlform form {
  margin: 0 -10px;
}
.sppb-section.contact-form .qlform .control-group {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.rtl .sppb-section.contact-form .qlform .control-group {
  float: right;
}
.sppb-section.contact-form .qlform .control-group.jform_message,
.sppb-section.contact-form .qlform .control-group.submit {
  width: 100%;
  margin-bottom: 30px;
}
.sppb-section.contact-form .qlform .control-group .controls {
  margin: 0;
}
.sppb-section.contact-form .qlform .control-group .btn {
  width: auto;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 35px;
}
.sppb-section.contact-form .qlform input,
.sppb-section.contact-form .qlform textarea,
.sppb-section.contact-form .qlform .uneditable-input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 46px;
  background: #fff;
  border: 1px solid rgba(87,118,1,0.13);
}
.sppb-section.contact-form .qlform input:focus,
.sppb-section.contact-form .qlform textarea:focus,
.sppb-section.contact-form .qlform .uneditable-input:focus {
  box-shadow: none;
}
.sppb-section.contact-form .qlform input:focus:invalid:focus,
.sppb-section.contact-form .qlform textarea:focus:invalid:focus,
.sppb-section.contact-form .qlform select:focus:invalid:focus {
  border-color: #577601;
  box-shadow: none;
}
.sppb-section.contact-form .qlform textarea {
  height: 160px;
}
.about-skill .sppb-media-heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.about-team .sppb-feature-box-title span {
  display: block;
  margin-top: 10px;
}
.services-features .sppb-section-title {
  margin-bottom: 0 !important;
}
.optimized-wrapper .sppb-text-left {
  text-align: left;
}
.rtl .optimized-wrapper .sppb-text-left {
  text-align: right;
}
.optimized-wrapper ul {
  list-style: none;
  padding: 0;
}
.optimized-wrapper ul li {
  line-height: 40px;
  padding-left: 30px;
  position: relative;
  text-align: left;
}
.rtl .optimized-wrapper ul li {
  padding-right: 30px;
  padding-left: 0;
}
.rtl .optimized-wrapper ul li {
  text-align: right;
}
.optimized-wrapper ul li:before {
  width: 14px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.rtl .optimized-wrapper ul li:before {
  left: auto;
  right: 0;
}
.optimized-wrapper .sppb-btn {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}
.welcome-wrapper .vc_figure .sppb-addon-content {
  position: relative;
  display: inline-block;
}
.welcome-wrapper .vc_figure .sppb-addon-content:before,
.welcome-wrapper .vc_figure .sppb-addon-content:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 2px solid #e5e5e5;
}
.welcome-wrapper .vc_figure .sppb-addon-content:before {
  top: -20px;
  left: -20px;
}
.welcome-wrapper .vc_figure .sppb-addon-content img {
  z-index: 1;
  position: relative;
}
.welcome-wrapper .sppb-addon-text-block {
  text-align: left;
}
.rtl .welcome-wrapper .sppb-addon-text-block {
  text-align: right;
}
.welcome-wrapper .sppb-addon-text-block .sppb-addon-title {
  margin-top: 35px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.welcome-wrapper .sppb-addon-text-block .sppb-addon-content p {
  color: #232323;
  text-align: justify;
}
.welcome-wrapper .sppb-addon-text-block .sppb-addon-content .list-choose {
  padding: 0;
}
.welcome-wrapper .sppb-addon-text-block .sppb-addon-content .list-choose li {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
  padding-left: 25px;
}
.rtl .welcome-wrapper .sppb-addon-text-block .sppb-addon-content .list-choose li {
  padding-right: 25px;
  padding-left: 0;
}
.welcome-wrapper .sppb-addon-text-block .sppb-addon-content .list-choose li:before {
  content: '\f2f5';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
  color: #e9ac4d;
  position: absolute;
  left: 0;
}
.rtl .welcome-wrapper .sppb-addon-text-block .sppb-addon-content .list-choose li:before {
  left: auto;
  right: 0;
}
.welcome-wrapper .welcome {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
}
.welcome-wrapper .welcome:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #e9ac4c;
}
.rtl .welcome-wrapper .welcome:before {
  left: auto;
  right: 0;
}
.title-bg-white .sppb-addon-text-block h3 {
  width: 520px;
  float: right;
  text-align: left;
}
.rtl .title-bg-white .sppb-addon-text-block h3 {
  float: left;
}
.rtl .title-bg-white .sppb-addon-text-block h3 {
  text-align: right;
}
.title-bg-white .sppb-carousel-controls {
  width: 520px;
  float: right;
  text-align: left;
  margin: 5px 0;
}
.rtl .title-bg-white .sppb-carousel-controls {
  float: left;
}
.rtl .title-bg-white .sppb-carousel-controls {
  text-align: right;
}
.title-bg-white .sppb-carousel-controls a {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  border: 1px solid #888;
  line-height: 27px;
}
.title-bg-white .sppb-carousel-controls .left {
  margin-left: 0;
}
.title-bg-white .sppb-carousel-controls .right {
  margin-right: 0;
}
.title-bg-white .sppb-carousel-inner {
  width: 520px;
  float: right;
}
.rtl .title-bg-white .sppb-carousel-inner {
  float: left;
}
.title-bg-white .sppb-carousel-inner .sppb-item {
  text-align: left;
}
.rtl .title-bg-white .sppb-carousel-inner .sppb-item {
  text-align: right;
}
.title-bg-white .sppb-carousel-inner .sppb-item .sppb-testimonial-message-inner {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 15px 20px;
  position: relative;
  margin-bottom: 30px;
}
.title-bg-white .sppb-carousel-inner .sppb-item .sppb-testimonial-message-inner:after {
  content: '';
  display: block;
  width: 15px;
  height: 16px;
  background: url(../images/general/arrow.png);
  position: absolute;
  bottom: -15px;
  left: -1px;
}
.rtl .title-bg-white .sppb-carousel-inner .sppb-item .sppb-testimonial-message-inner:after {
  left: auto;
  right: -1px;
}
.title-bg-white .sppb-carousel-inner .sppb-item img {
  width: 60px;
  border-radius: 0;
}
.title-bg-white .sppb-carousel-inner .sppb-testimonial-client {
  position: absolute;
  bottom: 40px;
  left: 80px;
}
.rtl .title-bg-white .sppb-carousel-inner .sppb-testimonial-client {
  left: auto;
  right: 80px;
}
.title-bg-white .sppb-carousel-inner .sppb-testimonial-client strong {
  font-weight: normal;
}
.our-services-wrapper .sppb-addon-content {
  text-align: left;
}
.rtl .our-services-wrapper .sppb-addon-content {
  text-align: right;
}
.our-services-wrapper .sppb-addon-content > span {
  float: left;
  margin-right: 20px;
}
.rtl .our-services-wrapper .sppb-addon-content > span {
  float: right;
}
.rtl .our-services-wrapper .sppb-addon-content > span {
  margin-left: 20px;
  margin-right: 0;
}
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title {
  line-height: 50px !important;
  text-transform: uppercase;
  margin: 0 0 15px;
  text-align: left;
  *zoom: 1;
}
.rtl .our-services-wrapper .sppb-addon-content .sppb-feature-box-title {
  text-align: right;
}
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:before,
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:after {
  content: " ";
  display: table;
}
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:after {
  clear: both;
}
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:before,
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:after {
  display: table;
  content: "";
  line-height: 0;
}
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:after {
  clear: both;
}
.our-services-wrapper .sppb-section-title {
  margin-bottom: 45px !important;
}
.amazing-works .owl-wrapper {
  margin: 0 -3px;
}
.amazing-works .owl-wrapper .owl-item {
  padding: 0 3px;
}
.amazing-works .owl-wrapper .item {
  border: 1px solid #e5e5e5;
}
.amazing-works .owl-wrapper .image-block {
  margin: -1px -1px 0;
}
.amazing-works .owl-wrapper .text-block {
  padding: 0 20px;
  text-align: center;
}
.amazing-works .owl-wrapper .text-block .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
}
.amazing-works .owl-wrapper .text-block .introtext {
  font-size: 12px;
  margin: 0 0 25px;
}
.about-team .sppb-addon-persion .sppb-person-information {
  margin-bottom: 10px;
}
.about-team .sppb-addon-persion .sppb-person-information >.sppb-person-name {
  font-weight: 500;
  text-transform: uppercase;
}
.about-team .sppb-addon-persion .sppb-person-social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  width: 100%;
  z-index: 3;
}
.about-team .sppb-addon-persion .sppb-person-social-icons li {
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
  -moz-transform: translate(0,100%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-team .sppb-addon-persion .sppb-person-social-icons li:nth-child(4) {
  -webkit-transition: all 1.33333333333333s ease 0s;
  -moz-transition: all 1.33333333333333s ease 0s;
  -o-transition: all 1.33333333333333s ease 0s;
  transition: all 1.33333333333333s ease 0s;
}
.about-team .sppb-addon-persion .sppb-person-social-icons li:nth-child(3) {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.about-team .sppb-addon-persion .sppb-person-social-icons li:nth-child(2) {
  -webkit-transition: all 0.666666666666667s ease 0s;
  -moz-transition: all 0.666666666666667s ease 0s;
  -o-transition: all 0.666666666666667s ease 0s;
  transition: all 0.666666666666667s ease 0s;
}
.about-team .sppb-addon-persion .sppb-person-social-icons li:nth-child(1) {
  -webkit-transition: all 0.333333333333333s ease 0s;
  -moz-transition: all 0.333333333333333s ease 0s;
  -o-transition: all 0.333333333333333s ease 0s;
  transition: all 0.333333333333333s ease 0s;
}
.about-team .sppb-addon-persion:hover .sppb-person-social-icons li {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -moz-transform: translate(0,0);
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-team .sppb-addon-persion:hover .sppb-person-image:before,
.about-team .sppb-addon-persion:hover .sppb-person-image:after {
  width: 50%;
  opacity: 66;
  filter: alpha(opacity=6600);
  opacity: 0.66;
  filter: alpha(opacity=66);
  background-color: #000;
}
.about-team .sppb-person-image {
  position: relative;
}
.about-team .sppb-person-image:before,
.about-team .sppb-person-image:after {
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}
.about-team .sppb-person-image:before {
  left: 50%;
}
.about-team .sppb-person-image:after {
  right: 50%;
}
.about-team .sppb-person-image .sppb-person-social a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  background: #fff;
}
.about-team .sppb-person-social {
  margin: 0 -2px;
}
.about-team .sppb-person-social > li {
  margin: 0 2px;
}
.banner-static-wrapper .sppb-row .sppb-addon {
  display: block;
}
.bgstyle {
  background: rgba(255,255,255,0.2);
}
.bgstyle .owl-item {
  border-left: 1px solid rgba(255,255,255,0.1);
}
.bgstyle .owl-wrapper {
  margin-left: -1px;
}
.sp-module {
  margin-top: 30px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
}
.sp-module .modtitle {
  line-height: 1;
}
#sp-right,
#sp-left {
  margin-bottom: 50px;
}
#sp-right .sp-module,
#sp-left .sp-module {
  margin-top: 60px;
}
#sp-right .sp-module:first-child,
#sp-left .sp-module:first-child {
  margin-top: 0;
}
#sp-right .sp-module-title .modtitle,
#sp-left .sp-module-title .modtitle {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#sp-right .modtitle,
#sp-right .cf_flt_header,
#sp-left .modtitle,
#sp-left .cf_flt_header {
  margin: 0;
  padding: 0 0 10px;
  position: relative;
}
#sp-right .modulel-categories .modtitle,
#sp-left .modulel-categories .modtitle {
  border-color: #fff;
  margin: 0 0 15px;
  padding-bottom: 15px;
}
#sp-right .modulel-categories .categories-module,
#sp-left .modulel-categories .categories-module {
  padding: 0;
}
#sp-right .modulel-categories .categories-module li,
#sp-left .modulel-categories .categories-module li {
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
}
#sp-right .modulel-categories .categories-module li a,
#sp-left .modulel-categories .categories-module li a {
  position: relative;
  display: block;
}
#sp-right .modulel-categories .categories-module li a:before,
#sp-left .modulel-categories .categories-module li a:before {
  content: "-";
  font-family: FontAwesome;
  margin-right: 10px;
}
#sp-right .modulel-categories .categories-module li:last-child,
#sp-left .modulel-categories .categories-module li:last-child {
  border: 0;
}
#sp-right .search,
#sp-left .search {
  position: relative;
  max-width: 300px;
}
#sp-right .search .inputbox,
#sp-left .search .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 40px;
  padding-right: 45px;
  border-color: #e9e9e9;
}
.rtl #sp-right .search .inputbox,
.rtl #sp-left .search .inputbox {
  padding-left: 45px;
  padding-right: 0;
}
#sp-right .search .btn,
#sp-left .search .btn {
  position: absolute;
  top: 1px;
  right: 0;
  background: transparent;
  border: none;
  line-height: 1;
  padding: 12px 12px;
  background: #343434;
  border-radius: 0;
}
.rtl #sp-right .search .btn,
.rtl #sp-left .search .btn {
  left: 0;
  right: auto;
}
#sp-right .search .btn span:before,
#sp-left .search .btn span:before {
  content: "\f002";
  font-family: FontAwesome;
}
#sp-right .vina-carousel-virtuemart .owl-item,
#sp-left .vina-carousel-virtuemart .owl-item {
  margin-right: 0px;
}
#sp-right .vina-ticker-content .vina-item:last-child,
#sp-left .vina-ticker-content .vina-item:last-child {
  padding: 0 !important;
}
#sp-right .vina-ticker-content .header-block,
#sp-left .vina-ticker-content .header-block {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#sp-right .vina-ticker-content .image-block,
#sp-left .vina-ticker-content .image-block {
  padding-right: 0;
  margin-right: 20px;
}
.rtl #sp-right .vina-ticker-content .image-block,
.rtl #sp-left .vina-ticker-content .image-block {
  padding-left: 0;
  padding-right: 0;
}
.rtl #sp-right .vina-ticker-content .image-block,
.rtl #sp-left .vina-ticker-content .image-block {
  margin-left: 20px;
  margin-right: 0;
}
#sp-right .vina-ticker-content .title,
#sp-left .vina-ticker-content .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
#sp-right .vina-ticker-content .info,
#sp-left .vina-ticker-content .info {
  font-size: 12px;
  font-style: normal;
}
#sp-right .tagspopular ul,
#sp-left .tagspopular ul {
  margin: -5px;
  overflow: hidden;
}
#sp-right .tagspopular li,
#sp-left .tagspopular li {
  float: left;
  margin: 5px;
  font-size: 13px;
}
.rtl #sp-right .tagspopular li,
.rtl #sp-left .tagspopular li {
  float: right;
}
#sp-right .tagspopular li a,
#sp-left .tagspopular li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #ededed;
  position: relative;
  white-space: nowrap;
}
#sp-right .tagspopular li a:before,
#sp-right .tagspopular li a:after,
#sp-left .tagspopular li a:before,
#sp-left .tagspopular li a:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  box-sizing: content-box;
  border-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-right .tagspopular li a:before,
#sp-left .tagspopular li a:before {
  width: 0;
  height: 100%;
  border-width: 1px;
  top: -1px;
  right: -1px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#sp-right .tagspopular li a:after,
#sp-left .tagspopular li a:after {
  width: 100%;
  height: 0;
  border-width: 1px;
  top: -1px;
  right: -1px;
}
#sp-right .tagspopular li a:hover:before,
#sp-left .tagspopular li a:hover:before {
  width: 100%;
  border-color: #000 transparent;
}
#sp-right .tagspopular li a:hover:after,
#sp-left .tagspopular li a:hover:after {
  height: 100%;
  border-color: transparent #000;
}
#sp-right .tagspopular li a:hover,
#sp-left .tagspopular li a:hover {
  background: transparent !important;
  color: #efefef;
}
#sp-right .vina-treeview-virtuemart .treeview li,
#sp-left .vina-treeview-virtuemart .treeview li {
  padding: 0;
  padding-left: 15px;
  line-height: 50px;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #efefef;
}
.rtl #sp-right .vina-treeview-virtuemart .treeview li,
.rtl #sp-left .vina-treeview-virtuemart .treeview li {
  padding-right: 15px;
  padding-left: 0;
}
#sp-right .vina-treeview-virtuemart .treeview li:before,
#sp-left .vina-treeview-virtuemart .treeview li:before {
  position: absolute;
  content: "";
  background: #000;
  top: 25px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
}
.rtl #sp-right .vina-treeview-virtuemart .treeview li:before,
.rtl #sp-left .vina-treeview-virtuemart .treeview li:before {
  left: auto;
  right: 0;
}
#sp-right .vina-treeview-virtuemart .treeview li a,
#sp-left .vina-treeview-virtuemart .treeview li a {
  display: block;
}
#sp-right .vina-treeview-virtuemart .treeview li li,
#sp-left .vina-treeview-virtuemart .treeview li li {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
#sp-right .vina-treeview-virtuemart .treeview li .hitarea,
#sp-left .vina-treeview-virtuemart .treeview li .hitarea {
  line-height: 50px;
  text-rendering: auto;
  position: absolute;
  right: 0;
  background: none;
  width: 20px;
  height: 100%;
  text-align: center;
  padding: 0 5px;
}
.rtl #sp-right .vina-treeview-virtuemart .treeview li .hitarea,
.rtl #sp-left .vina-treeview-virtuemart .treeview li .hitarea {
  left: 0;
  right: auto;
}
#sp-right .vina-treeview-virtuemart .treeview li .hitarea:before,
#sp-left .vina-treeview-virtuemart .treeview li .hitarea:before {
  position: absolute;
  top: 0;
  right: 0;
  weight: 100%;
  height: 100%;
  text-align: center;
}
#sp-right .vina-treeview-virtuemart .treeview li .hitarea.expandable-hitarea:before,
#sp-left .vina-treeview-virtuemart .treeview li .hitarea.expandable-hitarea:before {
  content: "+";
}
#sp-right .vina-treeview-virtuemart .treeview li .hitarea.collapsable-hitarea:before,
#sp-left .vina-treeview-virtuemart .treeview li .hitarea.collapsable-hitarea:before {
  content: "-";
}
#sp-right .vina-treeview-virtuemart .treeview li.vmcategory-more,
#sp-left .vina-treeview-virtuemart .treeview li.vmcategory-more {
  cursor: pointer;
  padding-left: 30px;
}
.rtl #sp-right .vina-treeview-virtuemart .treeview li.vmcategory-more,
.rtl #sp-left .vina-treeview-virtuemart .treeview li.vmcategory-more {
  padding-right: 30px;
  padding-left: 0;
}
#sp-right .vina-treeview-virtuemart .treeview li.vmcategory-more:before,
#sp-left .vina-treeview-virtuemart .treeview li.vmcategory-more:before {
  content: "\f0fe";
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 50px;
  text-rendering: auto;
  width: auto;
  height: auto;
  background: none;
}
#sp-right .vina-treeview-virtuemart .treeview li.vmcategory-more .more-categories,
#sp-left .vina-treeview-virtuemart .treeview li.vmcategory-more .more-categories {
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
#sp-right .cf_form .cf_flt_wrapper,
#sp-left .cf_form .cf_flt_wrapper {
  margin-top: 60px;
  margin-bottom: 0;
  border-bottom: 4px double #e5e5e5;
}
#sp-right .cf_form .cf_flt_wrapper:first-child,
#sp-left .cf_form .cf_flt_wrapper:first-child {
  margin-top: 0;
}
#sp-right .cf_form .cf_flt_header,
#sp-left .cf_form .cf_flt_header {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#sp-right .cf_form .cf_flt_header .headexpand,
#sp-left .cf_form .cf_flt_header .headexpand {
  color: #222;
  margin-right: 10px;
  margin-top: 4px;
  display: none;
}
.rtl #sp-right .cf_form .cf_flt_header .headexpand,
.rtl #sp-left .cf_form .cf_flt_header .headexpand {
  margin-left: 10px;
  margin-right: 0;
}
#sp-right .cf_form .cf_filters_list li,
#sp-left .cf_form .cf_filters_list li {
  padding: 0;
  padding-left: 1px;
  line-height: 54px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.rtl #sp-right .cf_form .cf_filters_list li,
.rtl #sp-left .cf_form .cf_filters_list li {
  padding-right: 1px;
  padding-left: 0;
}
#sp-right .cf_form .cf_filters_list li:before,
#sp-left .cf_form .cf_filters_list li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #8f8f8f;
  width: 4px;
  height: 4px;
  position: absolute;
  right: 20px;
  display: inline-table;
}
.rtl #sp-right .cf_form .cf_filters_list li:before,
.rtl #sp-left .cf_form .cf_filters_list li:before {
  left: 20px;
  right: auto;
}
#sp-right .cf_form .cf_filters_list li a,
#sp-left .cf_form .cf_filters_list li a {
  padding: 0;
  display: initial;
  font-weight: 400;
  color: #8f8f8f;
}
#sp-right .cf_form .cf_filters_list li input,
#sp-left .cf_form .cf_filters_list li input {
  margin-right: 5px;
}
.rtl #sp-right .cf_form .cf_filters_list li input,
.rtl #sp-left .cf_form .cf_filters_list li input {
  margin-left: 5px;
  margin-right: 0;
}
#sp-right .cf_form .cf_filters_list li:first-child,
#sp-left .cf_form .cf_filters_list li:first-child {
  border: 0;
}
#sp-right .cf_form .form-horizontal input,
#sp-left .cf_form .form-horizontal input {
  display: inline-block;
  width: 60px;
  font-size: 13px;
  height: 35px;
}
#sp-right .cf_form .form-horizontal .cf_search_button,
#sp-left .cf_form .form-horizontal .cf_search_button {
  height: 35px;
  width: 60px;
}
#sp-right .cf_form .form-horizontal .cf_search_button:hover,
#sp-left .cf_form .form-horizontal .cf_search_button:hover {
  color: #fff;
}
#sp-right .cf_form .cf_filtering_slide_container,
#sp-left .cf_form .cf_filtering_slide_container {
  height: 15px;
  margin-bottom: 30px;
}
#sp-right .cf_form .cf_wrapper_input_text,
#sp-left .cf_form .cf_wrapper_input_text {
  margin: 0 0 30px;
}
#sp-right .cf_form .cf_filtering_slider_gutter,
#sp-left .cf_form .cf_filtering_slider_gutter {
  width: 100%;
  max-width: 400px;
  padding: 0 10px;
}
#sp-right .cf_form .cf_filtering_slider_gutter_item,
#sp-left .cf_form .cf_filtering_slider_gutter_item {
  position: relative;
  float: left;
  height: 7px;
}
#sp-right .cf_form .cf_slider_gutter_l,
#sp-right .cf_form .cf_slider_gutter_r,
#sp-left .cf_form .cf_slider_gutter_l,
#sp-left .cf_form .cf_slider_gutter_r {
  width: 8px;
  background: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
#sp-right .cf_form .cf_slider_gutter_l,
#sp-left .cf_form .cf_slider_gutter_l {
  border-left: 1px solid #e5e5e5;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  left: 0;
}
#sp-right .cf_form .cf_slider_gutter_r,
#sp-left .cf_form .cf_slider_gutter_r {
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  right: 0;
}
#sp-right .cf_form .cf_slider_gutter_m,
#sp-left .cf_form .cf_slider_gutter_m {
  width: 92%;
  background: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 7px;
}
#sp-right .cf_form .slider_bkg_img,
#sp-left .cf_form .slider_bkg_img {
  margin: -1px -8px 0;
  width: 110%;
  z-index: 1;
  height: 7px;
  background: #000;
}
#sp-right .cf_form knob_wrapper,
#sp-left .cf_form knob_wrapper {
  height: 0;
}
#sp-right .cf_form .cf_filtering_knob,
#sp-left .cf_form .cf_filtering_knob {
  height: 10px;
  width: 10px;
  border-radius: 0;
}
#sp-right .cf_form .cf_filtering_knob_from,
#sp-right .cf_form .cf_filtering_knob_to,
#sp-left .cf_form .cf_filtering_knob_from,
#sp-left .cf_form .cf_filtering_knob_to {
  background: none;
  width: 15px;
  height: 15px;
  background: #000;
  top: -5px;
}
#sp-right .cf_form .cf_filtering_knob_from:hover,
#sp-right .cf_form .cf_filtering_knob_to:hover,
#sp-left .cf_form .cf_filtering_knob_from:hover,
#sp-left .cf_form .cf_filtering_knob_to:hover {
  background-position: center 0;
}
#sp-right .cf_form .cf_filtering_knob_to,
#sp-left .cf_form .cf_filtering_knob_to {
  position: absolute !important;
  bottom: -5px !important;
  background-position: center 100%;
}
#sp-right .cf_form #price_clear,
#sp-right .cf_form .cf_resetAll_link,
#sp-left .cf_form #price_clear,
#sp-left .cf_form .cf_resetAll_link {
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 28px;
  display: inline-block;
  background: #222222;
  color: #fff;
  margin-top: 25px;
}
#sp-right .popular-products .product-i,
#sp-left .popular-products .product-i {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
#sp-right .popular-products .product-i.first,
#sp-left .popular-products .product-i.first {
  border-top: 0;
  padding-top: 5px;
}
#sp-right .popular-products .image-block,
#sp-left .popular-products .image-block {
  border: 1px solid #e5e5e5;
  padding: 0;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul.list >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul.list >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul.list >li >a:hover {
  background: none;
}
.sp-module ul.list >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul.list >li:last-child {
  border-bottom: none;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.slideshow1 .tp-caption {
  font-weight: 700;
  color: #222222;
  font-family: sans-serif;
}
.slideshow1 .large_bg_black {
  background: transparent;
  padding: 0px 15px !important;
  color: #222222;
  font-weight: 400;
  max-width: 535px;
}
.slideshow1 .btn-slider {
  text-transform: capitalize;
}
.slideshow1 .excerpt {
  color: #222222;
  font-weight: 400;
}
.rev_slider_wrapper .btn-slider {
  border: 2px solid #fff;
  display: block;
  color: #fff;
  font-weight: 400;
}
.rev_slider_wrapper .btn1-slider {
  border: 2px solid #444444;
  display: block;
  color: #444444;
  font-weight: 600;
}
.rev_slider_wrapper .tp-leftarrow.default {
  width: 60px;
  height: 60px;
  background: url("../images/icons/large_left.png") no-repeat scroll 0 bottom;
  border: 1px solid rgba(34,34,34,0.3);
  left: 25px !important;
}
.rev_slider_wrapper .tp-leftarrow.default:hover {
  background: url("../images/icons/large_left.png") no-repeat scroll 0 0;
}
.rev_slider_wrapper .tp-rightarrow.default {
  width: 60px;
  height: 60px;
  background: url("../images/icons/large_right.png") no-repeat scroll 0 bottom;
  border: 1px solid rgba(34,34,34,0.3);
  right: 25px !important;
}
.rev_slider_wrapper .tp-rightarrow.default:hover {
  background: url("../images/icons/large_right.png") no-repeat scroll 0 0;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
  width: 14px;
  height: 14px;
  margin-left: 15px;
}
.banner-bottom {
  border: 1px solid #e5e5e5;
  padding: 1px 0;
}
.vina-manufacturers-virtuemart ul li {
  padding: 60px 15px;
}
.sp-module.vm_category_menu .sp-module-title .modtitle {
  margin: 0;
  padding: 14.5px 20px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.sp-module.vm_category_menu .sp-module-title .modtitle:before {
  content: "\f0c9";
  position: absolute;
  font-family: FontAwesome;
  font-size: 18px;
  right: 20px;
}
.rtl .sp-module.vm_category_menu .sp-module-title .modtitle:before {
  left: 20px;
  right: auto;
}
.sp-module.vm_category_menu .treecontrol {
  display: none !important;
}
.sp-module.vm_category_menu .sp-module-content {
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 100%;
}
.sp-module.vm_category_menu ul {
  background-color: #444;
  border-top: 0;
}
.sp-module.vm_category_menu ul li {
  background: transparent !important;
  font-weight: 500;
  position: relative;
  padding: 0 !important;
  color: #fff;
}
.sp-module.vm_category_menu ul li a {
  padding: 13px 20px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #5b5b5b;
}
.sp-module.vm_category_menu ul li ul {
  border: 0;
}
.sp-module.vm_category_menu ul li ul li {
  padding-left: 10px !important;
}
.sp-module.vm_category_menu ul li ul li ul li {
  padding-left: 10px !important;
}
.sp-module.vm_category_menu ul .expandable .hitarea,
.sp-module.vm_category_menu ul .collapsable .hitarea {
  background: transparent;
  position: absolute;
  right: 25px;
  top: 14px;
}
.rtl .sp-module.vm_category_menu ul .expandable .hitarea,
.rtl .sp-module.vm_category_menu ul .collapsable .hitarea {
  left: 25px;
  right: auto;
}
.sp-module.vm_category_menu ul .expandable .hitarea:after,
.sp-module.vm_category_menu ul .collapsable .hitarea:after {
  content: "\f107";
  margin-left: 5px;
  padding-left: 5px;
  font-family: FontAwesome;
  color: #646464;
  font-size: 15px;
  color: #fff;
}
.sp-module.vm_category_menu ul .expandable .hitarea:after {
  content: "\f105";
}
.sp-module.vm_category_menu .vmcategory-more {
  padding: 14px 20px !important;
  position: relative;
  color: #ff6131;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.sp-module.vm_category_menu .vmcategory-more span .zmdi {
  position: absolute;
  right: 15px;
  top: 16px;
  height: 20px;
  width: 22px;
  border-radius: 100%;
  background-image: url(../images/general/icons/icon_seemore1.png);
}
.rtl .sp-module.vm_category_menu .vmcategory-more span .zmdi {
  left: 15px;
  right: auto;
}
.sp-module.vm_category_menu .vmcategory-more span .zmdi:before {
  display: none;
}
.sp-module.vm_category_menu .vmcategory-more span .zmdi-plus-circle-o {
  background-image: url(../images/general/icons/icon_seemore.png);
}
.sp-module.vm_category_menu .vmcategory-more span em {
  font-style: inherit;
}
.sp-module.mod_search .sp-vmsearch {
  border: 2px solid #e5e5e5;
  margin-right: 10px;
  padding: 0;
  float: right;
}
.rtl .sp-module.mod_search .sp-vmsearch {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .sp-module.mod_search .sp-vmsearch {
  float: left;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categories1.selectpicker {
  display: none;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categories1 {
  border-right: 1px solid;
}
.rtl .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categories1 {
  border-right: none;
  border-left: 1px solid;
}
.sp-module.mod_search .sp-vmsearch .dropdown-menu {
  height: 500px;
  min-width: 230px;
}
.sp-module.mod_search .sp-vmsearch .dropdown-menu ul {
  top: 0;
}
.sp-module.mod_search .sp-vmsearch .slideToggle-open {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}
.sp-module.mod_search .sp-vmsearch .slideToggle-open i {
  font-size: 19px;
  line-height: 32px;
  width: 100%;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox {
  line-height: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  min-width: 135px;
  background: #fff;
  border: 1px solid #beca9c;
  float: left;
}
.rtl .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox {
  float: right;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-category-name {
  font-size: 13px;
  font-weight: 600;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox button {
  background: #ffffff;
  border: none;
  color: #383838;
  box-shadow: none;
  padding: 0px 12px;
  margin-top: -4px;
  font-weight: 300;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox button:hover,
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox button:active {
  color: #000;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .category-name-wrapper {
  padding: 0;
  margin: 0;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .category-name-wrapper .fa-caret-down {
  float: right;
  padding-right: 5px;
  line-height: 35px;
}
.rtl .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .category-name-wrapper .fa-caret-down {
  float: left;
}
.rtl .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .category-name-wrapper .fa-caret-down {
  padding-left: 5px;
  padding-right: 0;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .category-name-wrapper .fa-caret-down:before {
  content: "\f107";
  font-family: FontAwesome;
  color: #999999;
  font-size: 20px;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .category-name {
  float: none;
}
.sp-module.mod_search .sp-vmsearch .sp-vmsearch-categories {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 35px;
}
.sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box {
  min-height: 35px;
  color: #000;
  border: 1px solid #57760163;
  padding: 4px 10px;
  background: #ffffff;
  box-shadow: none;
  font-size: 13px;
}
.sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box:-ms-input-placeholder {
  color: #000;
}
.sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box::-webkit-input-placeholder {
  color: #000;
}
.sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box:-moz-placeholder {
  color: #000;
}
.sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box:-ms-input-placeholder {
  color: #000;
}
.sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box::-webkit-input-placeholder {
  color: #000;
}
.sp-module.mod_search .sp-vmsearch .search-button-wrapper {
  width: 38px;
  background: #383838;
  float: left;
}
.rtl .sp-module.mod_search .sp-vmsearch .search-button-wrapper {
  float: right;
}
.sp-module.mod_search .sp-vmsearch .search-button-wrapper button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  min-height: 35px;
  background: #577601;
  color: #fff;
  width: 38px;
}
.sp-module.mod_search .sp-vmsearch .search-button-wrapper button span {
  display: none;
}
.sp-module.mod_search .sp-vmsearch .search-button-wrapper button i:before {
  font-family: FontAwesome;
  content: "\f101";
  margin-left: 2px;
}
.sp-module.mod_search .sp-vmsearch .search-input-wrapper {
  margin-left: 0;
  margin-right: 0;
  display: inline;
  float: left;
  width: 200px;
}
.rtl .sp-module.mod_search .sp-vmsearch .search-input-wrapper {
  float: right;
}
.sptab .items_mask {
  overflow: visible !important;
}
.vina-carousel-virtuemart {
  width: auto;
}
.vina-carousel-virtuemart .product-i {
  margin: 0;
}
.vina-carousel-virtuemart.default1 .product-i {
  margin-bottom: 0;
}
.vina-carousel-virtuemart.default1 .product-i .product-inner {
  margin-top: 20px;
  margin-bottom: 25px;
}
.vina-carousel-virtuemart.default1 .product-i .vm-product-media-container {
  padding-right: 0px;
}
.rtl .vina-carousel-virtuemart.default1 .product-i .vm-product-media-container {
  padding-left: 0px;
  padding-right: 0;
}
.vina-carousel-virtuemart.default1 .product-i .text-block {
  padding: 0 20px;
}
.vina-carousel-virtuemart.default1 .product-i .product-title {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
}
.rtl .vina-carousel-virtuemart.default1 .product-i .product-title {
  text-align: right;
}
.vina-carousel-virtuemart.default1 .product-i .product-price {
  margin: 0;
  float: none;
  *zoom: 1;
  display: block;
}
.vina-carousel-virtuemart.default1 .product-i .product-price:before,
.vina-carousel-virtuemart.default1 .product-i .product-price:after {
  content: " ";
  display: table;
}
.vina-carousel-virtuemart.default1 .product-i .product-price:after {
  clear: both;
}
.vina-carousel-virtuemart.default1 .product-i .product-price:before,
.vina-carousel-virtuemart.default1 .product-i .product-price:after {
  display: table;
  content: "";
  line-height: 0;
}
.vina-carousel-virtuemart.default1 .product-i .product-price:after {
  clear: both;
}
.vina-carousel-virtuemart.default1 .product-i .product-price .PricesalesPrice {
  margin: 0;
}
.vina-carousel-virtuemart.default1 .product-i .product-price .PricebasePrice {
  margin-right: 5px;
}
.rtl .vina-carousel-virtuemart.default1 .product-i .product-price .PricebasePrice {
  margin-left: 5px;
  margin-right: 0;
}
.vina-carousel-virtuemart.default1 .product-i .box-review {
  float: left;
}
.rtl .vina-carousel-virtuemart.default1 .product-i .box-review {
  float: right;
}
.vina-carousel-virtuemart.default1 .product-i .ratingbox {
  margin-top: 5px;
}
.vina-carousel-virtuemart.default1 .product-i .actions {
  display: none;
}
.vina-carousel-virtuemart.default1 .product-i .item-i {
  padding: 0 25px;
}
.vina-carousel-virtuemart.default1 .product-i .item-i:hover .product-title,
.vina-carousel-virtuemart.default1 .product-i .item-i:hover .price-rating {
  opacity: 1;
}
.vina-carousel-content {
  overflow: inherit !important;
}
.vina-carousel-content .items .item .item-inner {
  margin-bottom: 20px;
}
.vina-carousel-content .items .item:last-child .item-inner {
  margin-bottom: 0;
}
.vina-carousel-content .items .item .entry-image {
  margin-bottom: 0;
}
.vina-carousel-content .items .actions .btn-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.vina-carousel-content .entry-image .intro-publish-date {
  width: 50px;
  height: 50px;
  line-height: 15px;
}
.vina-carousel-content .entry-image .intro-publish-date .intro-month {
  font-size: 12px;
}
.vina-carousel-content .owl-controls .owl-buttons {
  right: 46.5%;
}
.vina-carousel-content.style-1 {
  text-align: left;
}
.rtl .vina-carousel-content.style-1 {
  text-align: right;
}
.vina-carousel-content.style-1 .entry-header {
  padding: 0;
  border: none;
  display: inline-block;
  width: 100%;
}
.vina-carousel-content.style-1 .title {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 100;
  overflow: hidden;
}
.vina-carousel-content.style-1 .title a {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 20px;
  color: #222;
}
.vina-carousel-content.style-1 .item {
  padding-bottom: 20px !important;
}
.vina-carousel-content.style-1 .image-block {
  margin-bottom: -80px;
}
.vina-carousel-content.style-1 .inner-text-block {
  margin-left: 140px;
  border-left: 1px solid #e5e5e5;
  padding: 25px 25px 20px;
}
.rtl .vina-carousel-content.style-1 .inner-text-block {
  margin-right: 140px;
  margin-left: 0;
}
.rtl .vina-carousel-content.style-1 .inner-text-block {
  border-right: 1px solid #e5e5e5;
  border-left: none;
}
.vina-carousel-content.style-1 .text-block {
  position: relative;
  color: rgba(34,34,34,0.8);
  font-weight: 300;
  margin-left: 50px;
  background: #fff;
}
.rtl .vina-carousel-content.style-1 .text-block {
  margin-right: 50px;
  margin-left: 0;
}
.vina-carousel-content.style-1 .text-block:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -5px;
  width: 90%;
  height: 90%;
  background: rgba(0,0,0,0.1);
  z-index: -1;
  -webkit-transform: skew(-2deg,-1deg);
  -moz-transform: skew(-2deg,-1deg);
  -ms-transform: skew(-2deg,-1deg);
  -o-transform: skew(-2deg,-1deg);
  transform: skew(-2deg,-1deg);
}
.rtl .vina-carousel-content.style-1 .text-block:after {
  left: auto;
  right: -5px;
}
.vina-carousel-content.style-1 .article-info {
  border: 0;
}
.vina-carousel-content.style-1 .introtext {
  padding-bottom: 8px;
}
.vina-carousel-content.style-1 .readmore {
  background: #fff;
  margin: 5px 0 0;
}
.vina-carousel-content.style-1 .readmore a {
  border-radius: 3px;
  font-size: 12px;
  text-transform: capitalize;
  border: 2px solid #bababa;
  padding: 5px 10px;
  background: transparent;
  color: #818181;
}
.vina-carousel-content.style-1 .date-article {
  color: #919191;
  font-size: 12px;
}
.vina-carousel-content.style-1 .date-article .major_color,
.vina-carousel-content.style-1 .date-article .article-info {
  float: right;
  margin-bottom: 0;
  margin-top: 4px;
}
.rtl .vina-carousel-content.style-1 .date-article .major_color,
.rtl .vina-carousel-content.style-1 .date-article .article-info {
  float: left;
}
.vina-carousel-content.style-1 .createdby {
  border-right: 1px solid #f1f1f1;
  padding-right: 13px;
  border-radius: 0;
  line-height: 1;
  color: #818181;
  margin-left: 0;
}
.rtl .vina-carousel-content.style-1 .createdby {
  padding-left: 13px;
  padding-right: 0;
}
.vina-carousel-content.style-1 .major_color {
  position: absolute;
  top: 15px;
  left: 0;
  color: #222;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 25px;
  line-height: 1;
  min-width: 140px;
  text-align: center;
}
.rtl .vina-carousel-content.style-1 .major_color {
  left: auto;
  right: 0;
}
.vina-carousel-content.style-1 .major_color .intro-day {
  display: block;
  font-size: 60px;
}
.vina-carousel-content.style-1 .hits {
  margin: 0;
  color: #818181;
}
.vina-carousel-content.style-1 .actions {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.vina-carousel-content.style-1 .actions .btn-buttons {
  display: inline-block;
}
#sp-logo .logo {
  display: table;
  padding: 8px 0px;
  border-radius: 10px;
}
#sp-logo .logo h1 {
  margin: 0;
}
#sp-logo .sp-retina-logo {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-logo .sp-default-logo {
    display: none;
  }
  #sp-logo .sp-retina-logo {
    display: block;
  }
  #sp-top4 {
    padding-top: 0px !important;
  }
}
#sp-header.style-home2 {
  padding: 50px 0;
}
#sp-header.style-home2 .logo {
  margin-left: 30px;
}
#sp-header.style-home2 .block-mini-cart .mini-cart-title {
  width: auto;
  border: 0;
}
#sp-header.style-home2 .block-mini-cart .mini-cart-title .count-item {
  line-height: 31px;
}
#sp-header.style-home2 .block-mini-cart .mini-cart-title .simple-handbag:before {
  height: 35px;
  width: 35px;
  border: 2px solid #e5e5e5;
  display: inline-block;
  line-height: 28px;
  margin-right: 7px;
}
.rtl #sp-header.style-home2 .block-mini-cart .mini-cart-title .simple-handbag:before {
  margin-left: 7px;
  margin-right: 0;
}
#sp-header.style-home2 .block-mini-cart .mini-cart-title .simple-handbag .total {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-left: 8px;
}
.rtl #sp-header.style-home2 .block-mini-cart .mini-cart-title .simple-handbag .total {
  margin-right: 8px;
  margin-left: 0;
}
#sp-header.style-home2 .block-mini-cart .mini-cart-title .simple-handbag .total strong {
  margin-left: 5px;
}
.rtl #sp-header.style-home2 .block-mini-cart .mini-cart-title .simple-handbag .total strong {
  margin-right: 5px;
  margin-left: 0;
}
#sp-header.style-home2 .block-mini-cart .mini-cart-title .number {
  right: auto;
  left: 25px;
  line-height: 4px;
  padding-top: 10px;
  padding-right: 3px;
}
.rtl #sp-header.style-home2 .block-mini-cart .mini-cart-title .number {
  left: auto;
  right: 25px;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch {
  float: left;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.rtl #sp-header.style-home2 .sp-module.mod_search .sp-vmsearch {
  float: right;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .search-input-wrapper {
  width: 230px;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box {
  background: #fff;
  color: #818181;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box:-ms-input-placeholder {
  color: #818181;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box::-webkit-input-placeholder {
  color: #818181;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box:-moz-placeholder {
  color: #818181;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box:-ms-input-placeholder {
  color: #818181;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .search-input-wrapper .sp-vmsearch-box::-webkit-input-placeholder {
  color: #818181;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox {
  background: #fff;
  float: left;
}
.rtl #sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox {
  float: right;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories1 {
  border-right: 2px solid #dedede;
}
.rtl #sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories1 {
  border-right: none;
  border-left: 2px solid #dedede;
}
#sp-header.style-home2 .sp-module.mod_search .sp-vmsearch .sp-vmsearch-categorybox button {
  background: #fff;
  color: #818181;
  padding: 0 10px;
}
#sp-header-wrapper.style-home2 {
  border-top: 1px solid #e5e5e5;
  padding: 17px 0;
}
#sp-header-wrapper.style-home2 .sp-megamenu-wrapper >.sp-megamenu-parent {
  float: none;
  text-align: center;
}
#sp-header-wrapper.style-home2 .sp-megamenu-wrapper >.sp-megamenu-parent li {
  text-align: left;
}
.rtl #sp-header-wrapper.style-home2 .sp-megamenu-wrapper >.sp-megamenu-parent li {
  text-align: right;
}
#sp-header-wrapper.style-home2 .sp-megamenu-wrapper >.sp-megamenu-parent li a {
  border: 0;
}
#sp-header-wrapper.style-home2 .sp-megamenu-wrapper >.sp-megamenu-parent >li {
  margin: 0;
}
#sp-header-wrapper.style-home2 .sp-megamenu-wrapper >.sp-megamenu-parent >li >a {
  border-left: 1px solid #e5e5e5;
  line-height: 1;
  padding: 0px 30px;
}
.rtl #sp-header-wrapper.style-home2 .sp-megamenu-wrapper >.sp-megamenu-parent >li >a {
  border-right: 1px solid #e5e5e5;
  border-left: none;
}
#sp-header-wrapper.style-home2 .sp-megamenu-wrapper >.sp-megamenu-parent >li:first-child a {
  border-left: 0;
}
#sp-top-wrapper {
  position: relative;
  color: #000;
}
#sp-top-wrapper .sp-module {
  margin: 0;
}
#sp-top-wrapper a {
  color: #000;
}
#sp-top-wrapper .social-icons {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rtl #sp-top-wrapper .social-icons {
  float: left;
}
#sp-top-wrapper .social-icons li {
  float: left;
  margin: 0;
  border-left: 1px solid #eee;
  line-height: 32px;
}
.rtl #sp-top-wrapper .social-icons li {
  float: right;
}
#sp-top-wrapper .social-icons li a {
  padding: 5px;
  text-align: center;
  width: 37px;
  height: 37px;
  display: block;
}
#sp-top-wrapper .btn-default {
  color: #577601;
}
#sp-top-wrapper .dropdown-toggle .pull-left:before {
  content: "\f0ac";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 14px;
}
.rtl #sp-top-wrapper .dropdown-toggle .pull-left:before {
  margin-left: 5px;
  margin-right: 0;
}
#sp-top-wrapper .dropdown-toggle .pull-left:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 2px;
}
.rtl #sp-top-wrapper .dropdown-toggle .pull-left:after {
  margin-right: 5px;
  margin-left: 0;
}
#sp-top-wrapper .language-select .dropdown-toggle .pull-left:before {
  display: none;
}
#sp-top-wrapper #login-form {
  position: relative;
  float: right;
}
.rtl #sp-top-wrapper #login-form {
  float: left;
}
#sp-top-wrapper #login-form .login-greeting,
#sp-top-wrapper #login-form .logout-button,
#sp-top-wrapper #login-form .login-title {
  display: inline-block;
  font-size: 12px;
  line-height: 35px;
}
#sp-top-wrapper #login-form .logout-button .btn {
  background: transparent;
  height: auto;
  padding: 0;
  margin-left: 5px;
  border: none;
  font-size: 12px;
}
.rtl #sp-top-wrapper #login-form .logout-button .btn {
  margin-right: 5px;
  margin-left: 0;
}
#sp-top-wrapper #login-form .login-title {
  cursor: pointer;
}
#sp-top-wrapper #login-form .login-content {
  position: absolute;
  top: 100%;
  right: 0;
  background: #000 none repeat scroll 0 0;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
  box-shadow: 0 2px 5px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
  font-size: 12px;
  padding: 20px;
  width: 300px;
  z-index: 8;
  display: none;
}
.rtl #sp-top-wrapper #login-form .login-content {
  left: 0;
  right: auto;
}
#sp-top-wrapper #login-form .login-content .form-control,
#sp-top-wrapper #login-form .login-content .btn {
  font-size: 12px;
}
#sp-top-wrapper .menu {
  float: right;
  position: relative;
}
.rtl #sp-top-wrapper .menu {
  float: left;
}
#sp-top-wrapper .menu li {
  font-size: 12px;
  line-height: 30px;
  padding: 2px 0px 0px 0px;
  display: inline-block;
  position: relative;
}
#sp-top-wrapper .menu li .nav-child.small {
  position: absolute;
  z-index: 0;
  background: #fff;
  top: 60px;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#sp-top-wrapper .menu li .nav-child.small li {
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0px 8px;
}
#sp-top-wrapper .menu li .nav-child.small li a {
  color: #444444;
}
#sp-top-wrapper .menu li:hover .nav-child.small {
  opacity: 1;
  top: 102%;
  z-index: 13;
}
#sp-top-wrapper .menu >li:before {
  content: "\f207";
  font-family: 'Material-Design-Iconic-Font';
  margin-right: 10px;
  font-size: 25px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.rtl #sp-top-wrapper .menu >li:before {
  margin-left: 10px;
  margin-right: 0;
}
#sp-top-wrapper .menu .parent {
  padding-right: 9;
}
.rtl #sp-top-wrapper .menu .parent {
  padding-left: 9;
  padding-right: 0;
}
#sp-top-wrapper .menu .parent:before {
  content: "\f207";
}
#sp-top4 {
  padding-top: 18px;
}
#sp-top1 .pull-left {
  float: right !important;
}
.rtl #sp-top1 .pull-left {
  float: left;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-vmsearch.sp-vmsearch-slideToggle .sp-vmsearch-content {
  width: 379px;
  position: absolute;
  right: 27px;
  top: -2px;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 15px;
  font-size: 12px;
  line-height: 35px;
  font-family: Spinnaker, sans-serif;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sp-contact-info li span {
  display: none;
}
#sp-header-wrapper {
  background: #000;
  position: relative;
  padding: 7px 0;
  z-index: 2;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
#sp-header-wrapper .sp-module {
  margin: 0;
  position: relative;
}
#sp-header-wrapper.is-sticky #sp-top24 {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
.sp-module.modules-top {
  float: left;
}
.rtl .sp-module.modules-top {
  float: right;
}
.sp-module.modules-top .mod-languages select,
.sp-module.modules-top .cur_box select {
  display: none;
  width: 0;
  border: 0;
  background: transparent;
  padding: 0;
}
.sp-module.modules-top .bootstrap-select {
  position: relative;
  cursor: pointer;
  width: auto;
}
.sp-module.modules-top .bootstrap-select .btn {
  padding: 0 15px;
  line-height: 33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
}
.sp-module.modules-top .bootstrap-select .btn:hover {
  color: #fff;
  background: #252525;
}
.sp-module.modules-top .bootstrap-select .caret {
  display: none;
}
.sp-module.modules-top .bootstrap-select div.dropdown-menu {
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9;
  list-style: none;
  padding: 0px;
  margin: 0;
  min-width: inherit;
  visibility: hidden;
  border: 0;
  border-radius: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sp-module.modules-top .bootstrap-select div.dropdown-menu ul {
  border: 0;
  border-radius: 0;
  max-width: 100%;
  min-width: inherit;
  position: static;
  float: none;
}
.sp-module.modules-top .bootstrap-select div.dropdown-menu ul li {
  margin: 0;
}
.sp-module.modules-top .bootstrap-select div.dropdown-menu ul li a {
  background: #fff;
  line-height: 31px;
  display: block;
  text-transform: capitalize;
  font-weight: 300;
  height: inherit;
  border-radius: 0;
  font-size: 12px;
  text-align: left;
  border: 1px solid #ccc;
  border-top-width: 0;
  padding: 0 15px;
}
.rtl .sp-module.modules-top .bootstrap-select div.dropdown-menu ul li a {
  text-align: right;
}
.sp-module.modules-top .bootstrap-select div.dropdown-menu ul li a:hover span {
  color: #fff;
}
.sp-module.modules-top .bootstrap-select div.dropdown-menu ul li a span {
  color: #444;
}
.sp-module.modules-top .bootstrap-select div.dropdown-menu ul li.selected a {
  color: #fff;
}
.sp-module.modules-top .bootstrap-select:hover div.dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sp-module.modules-top .cur_box .btn {
  padding-left: 0;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.rtl .sp-module.modules-top .cur_box .btn {
  padding-right: 0;
  padding-left: 0;
}
.rtl .sp-module.modules-top .cur_box .btn {
  border-right: none;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.sp-module.modules-top.vinaToggleClass {
  float: right;
  width: auto;
}
.rtl .sp-module.modules-top.vinaToggleClass {
  float: left;
}
.sp-module.modules-top.vinaToggleClass .sp-module-title {
  margin: 0;
  padding: 36px 5px;
  cursor: pointer;
}
.sp-module.modules-top.vinaToggleClass .sp-module-title .modtitle {
  margin: 0;
}
.sp-module.modules-top.vinaToggleClass .sp-module-title .fa {
  font-weight: 300;
}
.sp-module.modules-top.vinaToggleClass .sp-module-content {
  position: absolute;
  top: 150px;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: #fff;
  -webkit-box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  visibility: hidden;
}
.rtl .sp-module.modules-top.vinaToggleClass .sp-module-content {
  left: 0;
  right: auto;
}
.sp-module.modules-top.vinaToggleClass:hover .sp-module-content {
  top: 100%;
  display: block;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sp-module.modules-top.vinaToggleClass:hover .dropdown-menu {
  visibility: visible;
}
.sp-module.modules-top.vinaToggleClass .search {
  position: relative;
}
.sp-module.modules-top.vinaToggleClass .search form {
  width: 345px;
  background: #fff;
}
.sp-module.modules-top.vinaToggleClass .search .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: medium none;
  color: #232323;
  float: left;
  font-size: 12px;
  height: 45px;
  margin: 0;
  outline: medium none;
  padding: 0 0 0 20px;
  width: 300px;
}
.sp-module.modules-top.vinaToggleClass .search .btn {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sp-module.modules-top.vinaToggleClass.mod_currency_language .sp-module-title {
  padding-right: 25px;
}
.rtl .sp-module.modules-top.vinaToggleClass.mod_currency_language .sp-module-title {
  padding-left: 25px;
  padding-right: 0;
}
.sp-module.modules-top.vinaToggleClass .mod_currency_language {
  padding: 10px;
}
.sp-module.modules-top.vinaToggleClass .mod_currency_language .cur_box,
.sp-module.modules-top.vinaToggleClass .mod_currency_language .mod-languages {
  margin: 0;
  width: 100%;
}
.sp-module.modules-top.vinaToggleClass .mod_currency_language .bootstrap-select {
  width: 150px;
}
.sp-module.modules-top.vinaToggleClass .mod_currency_language .btn {
  width: 100%;
}
.sp-module.modules-top.vinaToggleClass .mod_currency_language .dropdown-menu {
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  display: block;
  opacity: 1;
  position: initial;
}
.sp-module.modules-top.vinaToggleClass .mod_currency_language .bootstrap-select div.dropdown-menu ul li a {
  border: none;
}
.sp-module.modules-top.vinaToggleClass .mod_currency_language .bootstrap-select .btn {
  color: #fff;
  background: #252525;
}
.block-mini-cart {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  float: right;
}
.rtl .block-mini-cart {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .block-mini-cart {
  float: left;
}
.block-mini-cart .mini-cart-title {
  position: relative;
  height: 35px;
  width: 35px;
  color: #fff;
  border: 2px solid #e5e5e5;
  text-align: center;
}
.block-mini-cart .mini-cart-title .count-item {
  font-size: 12px;
  line-height: 34px;
  top: 2px;
}
.block-mini-cart .mini-cart-title .count-item .simple-handbag:before {
  content: '\f1c9';
  font: normal normal normal 18px/1 'Material-Design-Iconic-Font';
}
.block-mini-cart .mini-cart-title .count-item .simple-handbag .total {
  font-size: 0;
  display: none;
}
.block-mini-cart .mini-cart-title .number {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -10px;
  line-height: 14px;
  right: -10px;
  padding-top: 5px;
  padding-left: 5px;
  color: #fff;
}
.rtl .block-mini-cart .mini-cart-title .number {
  left: -10px;
  right: auto;
}
.rtl .block-mini-cart .mini-cart-title .number {
  padding-right: 5px;
  padding-left: 0;
}
.block-mini-cart .mini-cart-title .number .item {
  font-size: 0;
}
.block-mini-cart .mini-cart-content {
  position: absolute;
  top: 150px;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: #fff;
  -webkit-box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  min-width: 250px;
  padding: 15px;
  visibility: hidden;
  z-index: 10;
  margin-top: 5px;
}
.rtl .block-mini-cart .mini-cart-content {
  left: 0;
  right: auto;
}
.block-mini-cart .mini-cart-content:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  right: 7px;
  position: absolute;
  top: -16px;
  width: 14px;
}
.rtl .block-mini-cart .mini-cart-content:before {
  left: 7px;
  right: auto;
}
.block-mini-cart:hover .mini-cart-content {
  top: 100%;
  display: block;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#sp-header-bottom-wrapper {
  position: relative;
}
#sp-header-bottom-wrapper:before {
  width: 100%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#sp-bottom-wrapper {
  background: linear-gradient(90deg,#000 38%,#e8e8e8 25%);
  color: #ffffff;
  font-size: 13px;
}
#sp-bottom-wrapper #sp-bottom2,
#sp-bottom-wrapper #sp-bottom3 {
  border-right: 1px solid #fff;
  padding: 60px 28px 80px;
  width: 22.22222222%;
}
.rtl #sp-bottom-wrapper #sp-bottom2,
.rtl #sp-bottom-wrapper #sp-bottom3 {
  border-right: none;
  border-left: 1px solid #fff;
}
#sp-bottom-wrapper #sp-bottom4 {
  padding-top: 32px;
  padding-bottom: 40px;
  width: 32.33333333%;
}
#sp-bottom-wrapper #sp-bottom1 {
  padding: 60px 35px 80px;
  width: 22.2222222%;
}
#sp-bottom-wrapper .modtitle {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #297203;
  font-weight: 700;
  text-transform: uppercase;
}
#sp-bottom-wrapper a {
  color: #fff;
}
#sp-bottom-wrapper .logo-footer {
  margin-bottom: 16px;
}
#sp-bottom-wrapper .contact-info li {
  padding-left: 52px;
  position: relative;
  min-height: 40px;
  margin: 0 0 20px;
  padding-top: 5px;
  font-weight: 300;
}
.rtl #sp-bottom-wrapper .contact-info li {
  padding-right: 52px;
  padding-left: 0;
}
#sp-bottom-wrapper .contact-info li:last-child {
  margin: 0;
}
#sp-bottom-wrapper .contact-info li:before {
  position: absolute;
  left: 0;
  width: 42px;
  height: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid rgba(255,255,255,0.1);
  text-align: center;
  line-height: 38px;
  font-size: 16px;
}
.rtl #sp-bottom-wrapper .contact-info li:before {
  left: auto;
  right: 0;
}
#sp-bottom-wrapper .contact-info li.sp-contact-phone,
#sp-bottom-wrapper .contact-info li.sp-contact-email {
  padding-top: 11px;
}
#sp-bottom-wrapper .contact-info li .text {
  font-family: Spinnaker, sans-serif;
}
#sp-bottom-wrapper .vina-vscoller-twitter .vina-item {
  border-bottom: 0;
  padding-left: 59px;
  min-height: 80px;
}
.rtl #sp-bottom-wrapper .vina-vscoller-twitter .vina-item {
  padding-right: 59px;
  padding-left: 0;
}
#sp-bottom-wrapper .vina-vscoller-twitter .vina-item .avatar {
  left: -59px;
  border-radius: 0;
}
.rtl #sp-bottom-wrapper .vina-vscoller-twitter .vina-item .avatar {
  left: auto;
  right: -59px;
}
#sp-bottom-wrapper .mod_menu.menu li {
  background: transparent;
  padding: 5px 0;
  transition: 0.5s;
}
#sp-bottom-wrapper .mod_menu.menu li a {
  color: #100f28;
  text-decoration: inherit;
  padding-left: 15px;
  position: relative;
}
.rtl #sp-bottom-wrapper .mod_menu.menu li a {
  padding-right: 15px;
  padding-left: 0;
}
#sp-bottom-wrapper .mod_menu.menu li a:before {
  content: "-";
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 25px;
  font-weight: 100;
}
.rtl #sp-bottom-wrapper .mod_menu.menu li a:before {
  left: auto;
  right: 0;
}
#sp-bottom-wrapper .mod_menu.menu li:first-child {
  padding-top: 0;
}
#sp-bottom-wrapper .mod_menu.menu li:last-child {
  border-bottom: 0;
}
#sp-footer-wrapper {
  padding: 15px 0;
  line-height: 22px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.sp-totop {
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sp-totop small {
  display: none;
}
.sp-totop i {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: none;
}
.social-icons {
  margin: auto !important;
  display: table;
  text-align: center;
  padding: 0;
}
.social-icons li {
  float: left;
  margin: 0 10px;
  line-height: 38px;
  display: block;
}
.rtl .social-icons li {
  float: right;
}
.social-icons li a {
  padding: 5px;
  text-align: center;
  width: 48px;
  height: 48px;
  display: block;
  color: #222;
  font-size: 18px;
}
.btn-default {
  color: #297203;
}
.acymailing_module {
  color: #222222;
  font-weight: 300;
  text-align: center;
}
.acymailing_module .acymailing_introtext {
  margin-bottom: 25px !important;
}
.acymailing_module .acymailing_form {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 4px;
}
.acymailing_module .acymailing_form p {
  margin: 0;
}
.acymailing_module .acymailing_form .inputbox {
  height: 44px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  background: #fff;
  border-radius: 0;
  margin-bottom: 35px;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  width: 600px !important;
}
.acymailing_module .acymailing_form .acyfield_email {
  display: block;
}
.acymailing_module .acymailing_form .acyfield_email:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  background: #fff;
  background-image: url(../images/icons/icon_send.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 4px;
  right: 0;
}
.rtl .acymailing_module .acymailing_form .acyfield_email:after {
  left: 0;
  right: auto;
}
.acymailing_module .acymailing_form .acysubbuttons {
  width: auto;
}
.acymailing_module .acymailing_form .acysubbuttons .button {
  font-size: 13px;
  text-transform: uppercase;
  padding: 11px 30px 9px;
  border-radius: 0;
}
.orderby-displaynumber {
  margin: 0 0 30px;
  padding: 6px 0;
}
.orderby-displaynumber .view-mode a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  display: block;
  float: left;
  margin-left: 8px;
}
.rtl .orderby-displaynumber .view-mode a {
  float: right;
}
.rtl .orderby-displaynumber .view-mode a {
  margin-right: 8px;
  margin-left: 0;
}
.orderby-displaynumber .view-mode a span {
  font-size: 0;
  display: none;
}
.orderby-displaynumber .view-mode .mode-grid {
  background: url(../images/icons/grid.png) center no-repeat;
}
.orderby-displaynumber .view-mode .mode-list {
  margin-left: 4px;
  background: url(../images/icons/list.png) center no-repeat;
}
.rtl .orderby-displaynumber .view-mode .mode-list {
  margin-right: 4px;
  margin-left: 0;
}
.orderby-displaynumber .orderby-displaynumber-inner {
  color: #393939;
  font-weight: 500;
  line-height: 35px;
}
.orderby-displaynumber .orderlistcontainer {
  float: left;
  margin-right: 50px;
  position: relative;
}
.rtl .orderby-displaynumber .orderlistcontainer {
  float: right;
}
.rtl .orderby-displaynumber .orderlistcontainer {
  margin-left: 50px;
  margin-right: 0;
}
.orderby-displaynumber .orderlistcontainer .title,
.orderby-displaynumber .orderlistcontainer .activeOrder {
  float: left;
}
.rtl .orderby-displaynumber .orderlistcontainer .title,
.rtl .orderby-displaynumber .orderlistcontainer .activeOrder {
  float: right;
}
.orderby-displaynumber .orderlistcontainer .title:after {
  content: ":";
  margin-right: 5px;
}
.rtl .orderby-displaynumber .orderlistcontainer .title:after {
  margin-left: 5px;
  margin-right: 0;
}
.orderby-displaynumber .orderlistcontainer .activeOrder a {
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  min-width: 120px;
  display: block;
  color: #818181;
}
.orderby-displaynumber .orderlistcontainer .orderlist {
  background: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
  display: none;
  min-width: 120px;
  position: absolute;
  padding: 10px 0;
  right: 0;
  top: 100%;
  z-index: 2;
}
.orderby-displaynumber .orderlistcontainer .orderlist div {
  padding: 0 10px;
}
.orderby-displaynumber .orderlistcontainer .orderlist div a {
  color: #818181;
}
.orderby-displaynumber .display-number {
  margin-right: 10px;
}
.rtl .orderby-displaynumber .display-number {
  margin-left: 10px;
  margin-right: 0;
}
.orderby-displaynumber .display-number select {
  background: transparent url(../images/icons/icon-caret.png) no-repeat scroll top 10px right 15px;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-left: 5px;
  line-height: 25px;
  padding: 0 20px;
}
.rtl .orderby-displaynumber .display-number select {
  margin-right: 5px;
  margin-left: 0;
}
.rtl .orderby-displaynumber .display-number select {
  background-position: top 10px left 15px;
}
.vmicon,
.vmiconFE {
  background: url(../images/general/vm2-sprite.png) no-repeat top left;
}
.ratingbox {
  position: relative;
  width: 70px;
  height: 13px;
  background: url("../images/general/color-stars.png") repeat-x scroll 0 top transparent;
  vertical-align: middle;
  margin-bottom: 15px;
  margin: auto;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/general/color-stars.png) 0 bottom repeat-x;
  display: block;
  top: 0;
  height: 13px;
  position: absolute;
  left: 0;
}
.vm-product-rating-container .amount {
  display: none;
}
.product-price div.price-crossed {
  float: left;
}
.rtl .product-price div.price-crossed {
  float: right;
}
.product-price div.price-crossed {
  text-decoration: line-through;
}
.product-price div.PricesalesPrice {
  float: left;
  margin-left: 12px;
}
.rtl .product-price div.PricesalesPrice {
  float: right;
}
.rtl .product-price div.PricesalesPrice {
  margin-right: 12px;
  margin-left: 0;
}
.vm-pagination {
  *zoom: 1;
  padding: 5px;
  border: 1px solid #e5e5e5;
}
.vm-pagination:before,
.vm-pagination:after {
  content: " ";
  display: table;
}
.vm-pagination:after {
  clear: both;
}
.vm-pagination:before,
.vm-pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.vm-pagination:after {
  clear: both;
}
.vm-pagination .pagination {
  float: right;
}
.rtl .vm-pagination .pagination {
  float: left;
}
.vm-pagination .vm-page-counter {
  float: left;
  line-height: 40px;
  padding: 0 10px;
}
.rtl .vm-pagination .vm-page-counter {
  float: right;
}
.product-i {
  margin: 0 0 25px !important;
}
.product-i .vm-product-media-container {
  position: relative;
}
.product-i .item-i {
  margin: 0 15px;
  position: relative;
}
.product-i .product-fields {
  display: none;
}
.product-i .price-rating {
  text-align: center;
}
.product-i .product-status .label-pro {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
  width: 50px;
  top: 30px;
  line-height: 28px;
  font-size: 13px;
}
.product-i .product-status .label-pro.status-hot {
  background: #fd5b4e;
}
.product-i .product-status .status-sale,
.product-i .product-status .status-new-sale {
  left: 12px;
}
.rtl .product-i .product-status .status-sale,
.rtl .product-i .product-status .status-new-sale {
  left: auto;
  right: 12px;
}
.product-i .product-status .status-new {
  right: 12px;
}
.rtl .product-i .product-status .status-new {
  left: 12px;
  right: auto;
}
.product-i .image-block {
  position: relative;
  overflow: hidden;
}
.product-i .image-block a {
  display: block;
}
.product-i .image-block .pro-image {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}
.product-i .image-block .pro-image:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  background-color: rgba(34,34,34,0.3);
  bottom: 100%;
  left: 0;
  transition: 0.5s;
}
.product-i .image-block .second-image {
  position: absolute;
  top: 20%;
  transition: all 0.7s;
  max-width: 100%;
  left: 0;
  opacity: 0;
}
.rtl .product-i .image-block .second-image {
  left: auto;
  right: 0;
}
.product-i .text-block {
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 1px;
}
.product-i .text-block .product-title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.7s;
  margin-top: 0;
}
.product-i .text-block .price-rating {
  transition: 0.7s;
}
.product-i .text-block .box-review {
  margin-bottom: 20px;
}
.product-i .text-block .product_s_desc {
  clear: both;
  display: none;
}
.product-i .quickview {
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  display: inherit;
  opacity: 0;
  text-align: center;
}
.product-i .btn-quickview {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  margin: auto;
  border: 0;
}
.product-i .btn-quickview i {
  border-radius: 100%;
  line-height: 43px;
  display: block;
}
.product-i .btn-quickview i:before {
  font-size: 41px;
  content: "+";
  font-weight: 500;
  color: #000;
  line-height: 53px;
}
.product-i .btn-quickview a {
  border-radius: 100%;
  display: block;
  line-height: 0px;
}
.product-i .btn-quickview span {
  font-size: 0px;
}
.product-i .btn-actions {
  display: inline-block;
  margin: auto;
}
.product-i .actions {
  opacity: 1;
  transition: 0.7s;
  position: relative;
  display: inline-flex;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
.product-i .actions i {
  line-height: 36px;
  display: block;
}
.product-i .actions .btn-wishlist i {
  line-height: 30px;
}
.product-i .actions .btn-wishlist i:before {
  content: '\f15f';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  line-height: 35px;
}
.product-i .actions .addtocart-area {
  display: inline-block;
  line-height: 30px;
  margin: 0 10px;
}
.product-i .actions .addtocart-area .quantity-box,
.product-i .actions .addtocart-area .lbl_qty,
.product-i .actions .addtocart-area .quantity-controls {
  display: none;
}
.product-i .actions .addtocart-area .notify {
  border: 2px solid #e5e5e5;
  padding: 6px 25px;
  line-height: 3;
}
.product-i .actions .btn-group {
  width: auto;
  height: 40px;
  padding: 0 15px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #e5e5e5;
}
.product-i .actions .btn-group span {
  display: none;
  visibility: hidden;
}
.product-i .actions .btn-group a,
.product-i .actions .btn-group i {
  color: #222;
  display: inline-block;
}
.product-i .actions .btn-details i {
  line-height: 30px;
}
.product-i .actions .btn-details i:before {
  content: 'Détails';
  font-family: Spinnaker, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
}
.product-i .actions .addtofav_aws_icon,
.product-i .actions .addtocart-button {
  background: transparent;
  text-transform: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-i .actions span.addtocart-button {
  position: relative;
  width: auto;
  display: block;
  height: 40px;
  border: 2px solid #e5e5e5;
}
.product-i .actions span.addtocart-button .addtocart-button {
  padding: 0 15px;
  color: #222;
  text-transform: uppercase;
  line-height: 36px !important;
}
.product-i .product-price {
  display: inline-block;
  margin-top: 3px;
  font-size: 16px;
  line-height: 20px;
}
.product-i .product-price .price-crossed {
  font-size: 14px;
}
.product-i .item-i:hover {
  border-color: #ff6131;
}
.product-i .item-i:hover .image-block .pro-image {
  top: 0;
  opacity: 1;
}
.product-i .item-i:hover .pro-image:before {
  content: "";
  height: 100%;
  top: 0;
}
.product-i .item-i:hover .actions {
  opacity: 1;
}
.product-i .item-i:hover .quickview {
  opacity: 1;
}
.product-i .item-i:hover .product-title,
.product-i .item-i:hover .price-rating {
  opacity: 1;
}
.product-i .timer-grid {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 25px;
  left: 0;
}
.product-i .timer-grid .box-time-date {
  width: 33%;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border-right: 1px solid rgba(241,241,241,0.9);
  font-family: Arial;
  white-space: nowrap;
  float: left;
}
.product-i .timer-grid .box-time-date .number {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 8px;
  text-align: center;
}
.product-i .timer-grid .sec {
  border-right: 0;
}
.product-i .timer-grid .day {
  width: 100%;
  background: #ff6131;
  text-align: left;
  line-height: 25px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.product-i .timer-grid .day .number {
  display: inline;
  width: auto;
}
.product-i .timer-grid .day .number:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background: #ca2f00;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  content: "\f017";
  font-family: FontAwesome;
}
.has-counter .item-i {
  margin-bottom: 25px;
  border: 6px solid rgba(63,180,251,0.1);
  transition: 0.5s;
}
.has-counter .item-i .btn-quickview a,
.has-counter .item-i .btn-details a {
  color: #fff !important;
}
.has-counter .product-i {
  border: 0;
}
.has-counter .product-i:hover .btn-groups {
  bottom: 36.5%;
}
.has-counter .product-i .product-title {
  margin-top: 0;
}
.has-counter .product-i .actions span.addtocart-button {
  height: 28px;
}
.has-counter .product-i .actions span.addtocart-button .addtocart-button {
  line-height: 26px !important;
  font-size: 11px !important;
  padding: 0 8px;
}
.has-counter .product-i .actions .btn-groups .btn-quickview,
.has-counter .product-i .actions .btn-groups .btn-wishlist,
.has-counter .product-i .actions .btn-groups .btn-details {
  height: 28px;
  width: 28px;
}
.has-counter .product-i .actions .btn-groups .btn-quickview i,
.has-counter .product-i .actions .btn-groups .btn-wishlist i,
.has-counter .product-i .actions .btn-groups .btn-details i {
  line-height: 26px;
}
.has-counter .product-i .ratingbox {
  margin-bottom: 7px;
}
.has-counter .product-i .text-block {
  padding: 20px 25px 0px 25px;
}
.has-counter .owl-item {
  border-right: 0;
  margin-right: 0;
}
#fancybox-content {
  background: #fff;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  background-color: #2f2f2f;
  color: #ffffff;
  display: inline-block;
  margin: 10px 0 0;
  padding: 5px 20px;
  text-align: center;
  text-transform: capitalize;
  width: auto;
}
.listing-view .list-product {
  margin-bottom: 50px;
}
.listing-view .product-row .product-i {
  border: 0;
  margin-bottom: 50px !important;
  padding: 0;
}
.listing-view .product-row .product-i .actions .btn-groups {
  display: inline-block;
}
.listing-view.vm_list_view .list-product {
  border-top: 0;
}
.listing-view.vm_list_view .product-i {
  width: 100%;
}
.listing-view.vm_list_view .product-i .item-i {
  *zoom: 1;
}
.listing-view.vm_list_view .product-i .item-i:before,
.listing-view.vm_list_view .product-i .item-i:after {
  content: " ";
  display: table;
}
.listing-view.vm_list_view .product-i .item-i:after {
  clear: both;
}
.listing-view.vm_list_view .product-i .item-i:before,
.listing-view.vm_list_view .product-i .item-i:after {
  display: table;
  content: "";
  line-height: 0;
}
.listing-view.vm_list_view .product-i .item-i:after {
  clear: both;
}
.listing-view.vm_list_view .product-i .item-i:hover .price-rating,
.listing-view.vm_list_view .product-i .item-i:hover .product-title {
  opacity: 1;
}
.listing-view.vm_list_view .product-i .text-block {
  border: 2px solid #e5e5e5;
  padding: 30px;
  margin-top: 20px;
  border-left: 0;
}
.rtl .listing-view.vm_list_view .product-i .text-block {
  border-right: 0;
  border-left: none;
}
.listing-view.vm_list_view .product-i .price-rating {
  text-align: left;
}
.rtl .listing-view.vm_list_view .product-i .price-rating {
  text-align: right;
}
.listing-view.vm_list_view .product-i .text-block-inner {
  text-align: left;
}
.rtl .listing-view.vm_list_view .product-i .text-block-inner {
  text-align: right;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-title,
.listing-view.vm_list_view .product-i .text-block-inner .vm-product-rating-container {
  text-align: left;
}
.rtl .listing-view.vm_list_view .product-i .text-block-inner .product-title,
.rtl .listing-view.vm_list_view .product-i .text-block-inner .vm-product-rating-container {
  text-align: right;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-title {
  font-size: 18px;
  transition: 0s;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-price {
  margin-bottom: 5px;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-price .PricesalesPrice {
  font-size: 22px;
  margin: 0;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-price .price-crossed {
  font-size: 18px;
  margin-right: 12px;
}
.rtl .listing-view.vm_list_view .product-i .text-block-inner .product-price .price-crossed {
  margin-left: 12px;
  margin-right: 0;
}
.listing-view.vm_list_view .product-i .text-block-inner .box-review {
  margin-bottom: 5px;
}
.listing-view.vm_list_view .product-i .text-block-inner .ratingbox {
  margin: 0;
  display: inline-block;
  margin-top: -4px;
}
.listing-view.vm_list_view .product-i .text-block-inner .amount {
  display: initial;
}
.listing-view.vm_list_view .product-i .text-block-inner .amount:before {
  content: "|";
  font-size: 12px;
  color: #e5e5e5;
  margin: 0 10px;
}
.listing-view.vm_list_view .product-i .vm-product-media-container {
  float: left;
  max-width: 272px;
}
.rtl .listing-view.vm_list_view .product-i .vm-product-media-container {
  float: right;
}
.listing-view.vm_list_view .product-i .product_s_desc {
  display: block;
}
.listing-view.vm_list_view .product-i .actions {
  margin-top: 30px;
  opacity: 1;
  position: initial;
}
.listing-view.vm_list_view .product-i .actions .btn-actions {
  margin: initial;
}
.listing-view.vm_list_view .product-i .actions .btn-groups {
  display: inline-block;
}
.listing-view.vm_list_view .product-i .vm-product-descr-container-1 {
  min-height: 77px;
}
.listing-view.vm_list_view .product-i:hover .btn-groups {
  bottom: 25%;
}
.vm-product-container {
  margin: 0 0 50px;
}
.vm-product-media-container .additional-images {
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.vm-product-media-container .owl-theme {
  padding: 0 25px;
  margin: 20px 0 0;
  width: auto;
}
.vm-product-media-container .owl-theme .owl-wrapper-outer {
  width: auto;
}
.vm-product-media-container .owl-theme .owl-item .item {
  border: 1px solid #e5e5e5;
  margin-left: 8px;
  margin-right: 8px;
}
.vm-product-media-container .owl-theme .owl-controls .owl-buttons {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.vm-product-media-container .owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  opacity: 0;
}
.vm-product-media-container .owl-theme.style1 .owl-controls .owl-buttons:before {
  display: none;
}
.vm-product-media-container .owl-theme.style1 .owl-controls .owl-buttons >div {
  font-size: 20px;
  width: 30px;
}
.vm-product-media-container .owl-theme.style1 .owl-controls .owl-buttons >div:before {
  top: 9px;
}
.vm-product-media-container .owl-theme.style1 .owl-controls .owl-buttons >div i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.vm-product-media-container .owl-theme.style1 .owl-controls .owl-buttons >div:hover {
  color: #fff;
}
.vm-product-media-container .owl-theme.style1 .owl-controls .owl-buttons .owl-prev {
  left: -4px;
}
.vm-product-media-container .owl-theme.style1 .owl-controls .owl-buttons .owl-next {
  right: -4px;
}
.vm-product-media-container:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
#vmproductcompare_overlay {
  height: auto;
}
.vm-product-details-container .vm-product-details-inner {
  position: relative;
}
.vm-product-details-container .vm-product-details-inner .dropdown-menu {
  min-height: 55px;
}
.vm-product-details-container .vm-product-details-inner .dropdown-menu li a {
  height: auto;
  display: inline;
}
.vm-product-details-container .product-neighbours {
  position: absolute;
  right: 0;
  top: 5px;
  margin: 0 -2px;
}
.rtl .vm-product-details-container .product-neighbours {
  left: 0;
  right: auto;
}
.vm-product-details-container .product-neighbours a {
  border-radius: 50%;
  width: 18px;
  height: 17px;
  margin: 0 2px;
  padding: 0;
  display: block;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
}
.rtl .vm-product-details-container .product-neighbours a {
  float: right;
}
.vm-product-details-container .product-neighbours a:hover {
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.vm-product-details-container .product-neighbours a.previous-page {
  background-image: url("../images/icons/prev1.png");
}
.vm-product-details-container .product-neighbours a.next-page {
  background-image: url("../images/icons/next1.png");
}
.vm-product-details-container .ratingbox {
  margin: 0;
}
.vm-product-details-container h1 {
  font-size: 20px;
  padding-right: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0px 15px 0;
  text-transform: uppercase;
}
.vm-product-details-container .icons .btn-group {
  margin-top: 5px;
}
.vm-product-details-container .vm-product-rating-container {
  color: rgba(34,34,34,0.5);
  margin: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  padding-top: 5px;
}
.vm-product-details-container .vm-product-rating-container .separator {
  margin: 0 4px;
  color: #919191;
  font-weight: 700;
  font-size: 13px;
}
.vm-product-details-container .vm-product-rating-container .to_review,
.vm-product-details-container .vm-product-rating-container .in-stock {
  font-size: 13px;
  display: inline;
}
.vm-product-details-container .vm-product-rating-container .to_review span,
.vm-product-details-container .vm-product-rating-container .in-stock span {
  color: #919191;
}
.vm-product-details-container .back-to-category {
  font-size: 13px;
}
.vm-product-details-container .product-price {
  *zoom: 1;
  font-size: 22px;
  margin: 15px 0 10px;
  font-weight: 500;
}
.vm-product-details-container .product-price:before,
.vm-product-details-container .product-price:after {
  content: " ";
  display: table;
}
.vm-product-details-container .product-price:after {
  clear: both;
}
.vm-product-details-container .product-price:before,
.vm-product-details-container .product-price:after {
  display: table;
  content: "";
  line-height: 0;
}
.vm-product-details-container .product-price:after {
  clear: both;
}
.vm-product-details-container .product-price .PricesalesPrice {
  font-size: 35px;
}
.vm-product-details-container .product-short-description {
  padding: 10px 0;
  margin-bottom: 10px;
  color: rgba(34,34,34,0.8);
}
.vm-product-details-container .product-short-description h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.vm-product-details-container .product-fields .product-field {
  *zoom: 1;
  margin: 0 0 20px;
  width: 50%;
  float: left;
  padding-right: 20px;
}
.vm-product-details-container .product-fields .product-field:before,
.vm-product-details-container .product-fields .product-field:after {
  content: " ";
  display: table;
}
.vm-product-details-container .product-fields .product-field:after {
  clear: both;
}
.vm-product-details-container .product-fields .product-field:before,
.vm-product-details-container .product-fields .product-field:after {
  display: table;
  content: "";
  line-height: 0;
}
.vm-product-details-container .product-fields .product-field:after {
  clear: both;
}
.rtl .vm-product-details-container .product-fields .product-field {
  padding-left: 20px;
  padding-right: 0;
}
.vm-product-details-container .product-fields .product-field >span,
.vm-product-details-container .product-fields .product-field .product-field-display {
  float: left;
}
.rtl .vm-product-details-container .product-fields .product-field >span,
.rtl .vm-product-details-container .product-fields .product-field .product-field-display {
  float: right;
}
.vm-product-details-container .product-fields .product-field >span {
  width: 50px;
  margin: 5px 0;
}
.vm-product-details-container .product-fields .product-field >span .product-fields-title {
  color: #393939;
}
.vm-product-details-container .product-fields .product-field >span .product-fields-title:after {
  content: "*";
  font-weight: 600;
}
.vm-product-details-container .product-fields .product-field >span .product-fields-title strong {
  font-weight: 600;
}
.vm-product-details-container .product-fields .product-field .strong {
  font-weight: 300;
}
.vm-product-details-container .product-fields .product-field .chzn-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vm-product-details-container .product-fields .product-field .chzn-container {
  margin-bottom: 0;
  display: block;
  width: 82% !important;
  margin-left: 61px;
}
.vm-product-details-container .product-fields .product-field .chzn-container .chzn-single {
  height: 36px;
  line-height: 36px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.vm-product-details-container .product-fields .product-field .chzn-container .chzn-single span {
  margin-right: 40px;
}
.vm-product-details-container .product-fields .product-field .chzn-container .chzn-single div {
  width: 30px;
  height: 30px;
  top: 2px;
  right: 2px;
  padding: 4px 10px;
  line-height: 25px;
}
.rtl .vm-product-details-container .product-fields .product-field .chzn-container .chzn-single div {
  left: 2px;
  right: auto;
}
.vm-product-details-container .product-fields .product-field .chzn-container .chzn-single div b {
  display: block;
}
.vm-product-details-container .product-fields .product-field .chzn-container .chzn-single div:before {
  content: "\f107";
  font-family: 'FontAwesome';
}
.vm-product-details-container .addtocart-bar {
  padding: 20px 0;
  *zoom: 1;
}
.vm-product-details-container .addtocart-bar:before,
.vm-product-details-container .addtocart-bar:after {
  content: " ";
  display: table;
}
.vm-product-details-container .addtocart-bar:after {
  clear: both;
}
.vm-product-details-container .addtocart-bar:before,
.vm-product-details-container .addtocart-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.vm-product-details-container .addtocart-bar:after {
  clear: both;
}
.vm-product-details-container .addtocart-bar .lbl_qty {
  float: left;
  line-height: 40px;
  margin-right: 10px;
  margin-bottom: 0;
}
.rtl .vm-product-details-container .addtocart-bar .lbl_qty {
  float: right;
}
.rtl .vm-product-details-container .addtocart-bar .lbl_qty {
  margin-left: 10px;
  margin-right: 0;
}
.vm-product-details-container .addtocart-bar .lbl_qty {
  display: none;
}
.vm-product-details-container .addtocart-bar .addtocart-button {
  background: transparent;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}
.rtl .vm-product-details-container .addtocart-bar .addtocart-button {
  float: right;
}
.vm-product-details-container .addtocart-bar span.addtocart-button {
  position: relative;
  width: auto;
  display: block;
  height: 40px;
  line-height: 39px;
  border-radius: 0;
}
.vm-product-details-container .addtocart-bar span.addtocart-button .addtocart-button {
  padding: 0 22px;
  color: #222;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  height: 40px;
}
.vm-product-details-container .btn-groups {
  padding: 10px 0;
}
.vm-product-details-container .btn-groups .btn-group {
  width: 40px;
  height: 40px;
  margin-right: 3px;
}
.rtl .vm-product-details-container .btn-groups .btn-group {
  margin-left: 3px;
  margin-right: 0;
}
.vm-product-details-container .btn-groups .btn-group #vmcompare {
  padding: 0;
}
.vm-product-details-container .btn-groups .btn-group #vmcompare a {
  display: block;
}
.vm-product-details-container .btn-groups .btn-group #vmcompare a:before {
  content: "\f021" !important;
  font-family: FontAwesome;
}
.vm-product-details-container .btn-groups .btn-group #wk_compare .add_continue a {
  font-size: 14px;
}
.vm-product-details-container .btn-groups .btn-group #wk_compare .add_compare a {
  font-size: 14px;
  display: inline-block;
  background: #ddd;
}
.vm-product-details-container .btn-groups .btn-group .addtofav_aws_icon,
.vm-product-details-container .btn-groups .btn-group #vmcompare a,
.vm-product-details-container .btn-groups .btn-group a {
  height: 40px;
  width: auto;
  padding: 5px 11px;
  line-height: 27px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #e5e5e5;
  font-size: 0px;
  display: block;
  background: #fff;
}
.vm-product-details-container .btn-groups .btn-group .addtofav_aws_icon:before,
.vm-product-details-container .btn-groups .btn-group .addtofav_aws_icon i,
.vm-product-details-container .btn-groups .btn-group #vmcompare a:before,
.vm-product-details-container .btn-groups .btn-group #vmcompare a i,
.vm-product-details-container .btn-groups .btn-group a:before,
.vm-product-details-container .btn-groups .btn-group a i {
  font-size: 14px;
  line-height: 29px;
}
.vm-product-details-container .btn-groups .btn-wishlist i:before {
  content: '\f15f';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  line-height: 29px;
}
.vm-product-details-container .btn-groups .btn-wishlist .addtofav_aws_icon_active {
  background: #0091d5;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
}
.vm-product-details-container .btn-groups .btn-wishlist .addtofav_aws_icon_active i {
  line-height: 39px;
  margin-left: 4px;
}
.vm-product-details-container .btn-groups .btn-email a:before {
  content: "\f003";
  font-family: FontAwesome;
}
.vm-product-details-container .addthis_toolbox {
  padding: 20px 0 0;
}
.quantity-box {
  position: relative;
  float: left;
  margin-right: 30px;
}
.rtl .quantity-box {
  float: right;
}
.rtl .quantity-box {
  margin-left: 30px;
  margin-right: 0;
}
.quantity-box .quantity-input {
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  float: left;
  padding: 3px 5px;
  width: 70px;
  height: 40px;
  margin: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.rtl .quantity-box .quantity-input {
  float: right;
}
.quantity-box .quantity-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.quantity-box .quantity-minus,
.quantity-box .quantity-plus {
  float: left;
  width: 20px;
  height: 20px;
  border: 0;
  position: absolute;
}
.rtl .quantity-box .quantity-minus,
.rtl .quantity-box .quantity-plus {
  float: right;
}
.quantity-box .quantity-minus {
  background: #383838 url(../images/general/minus-white-1.png) center center no-repeat !important;
  right: -20px;
  bottom: 0;
}
.rtl .quantity-box .quantity-minus {
  left: -20px;
  right: auto;
}
.quantity-box .quantity-plus {
  background: #383838 url(../images/general/plus-white-1.png) center center no-repeat !important;
}
.zoomContainer .zoomLens {
  border: 1px solid #eadbdb !important;
}
.zoomContainer .zoomWindowContainer div.zoomWindow {
  border-color: #eee !important;
}
.productdetails .vm-product-media-container .main-image {
  border: 4px solid rgba(63,180,251,0.1);
}
.productdetails .nav-tabs {
  *zoom: 1;
  border: 0;
}
.productdetails .nav-tabs:before,
.productdetails .nav-tabs:after {
  content: " ";
  display: table;
}
.productdetails .nav-tabs:after {
  clear: both;
}
.productdetails .nav-tabs:before,
.productdetails .nav-tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.productdetails .nav-tabs:after {
  clear: both;
}
.productdetails .nav-tabs li {
  float: left;
  border: none;
}
.rtl .productdetails .nav-tabs li {
  float: right;
}
.productdetails .nav-tabs li a {
  line-height: 23px;
  color: #222;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  padding: 12px 30px;
}
.productdetails .nav-tabs li a:focus {
  border-left: none;
}
.rtl .productdetails .nav-tabs li:first-child a {
  border-left: none;
}
.rtl .productdetails .nav-tabs li:last-child a {
  border-left: 1px solid #e5e5e5;
}
.productdetails .nav-tabs li:last-child a {
  border-left: 0;
}
.productdetails .tab-content {
  border: 1px solid #e5e5e5;
  padding: 40px 25px;
}
.productdetails .related_slider {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.productdetails .related_slider .owl-item {
  padding: 0 15px;
}
.productdetails .related_slider .owl-buttons:before {
  display: none;
}
.productdetails .related_slider .owl-buttons >div {
  height: 30px;
  width: 30px;
}
.related_slider .owl-item .vm-prices-block {
  text-align: left;
}
.rtl .related_slider .owl-item .vm-prices-block {
  text-align: right;
}
h1.header {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
}
h1.header span {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #eee;
  margin: 0 0 25px;
  padding-bottom: 10px;
}
#form-login {
  margin: 15px 0;
}
.buttonBar {
  padding-top: 10px;
  border-top: 3px solid #577601;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.buttonBar #reg_text {
  margin-bottom: 5px;
}
#com-form-login .form-list > li {
  margin-bottom: 10px;
}
#com-form-login .form-list label em {
  margin-right: 4px;
}
.new-users .content h2 {
  background: url(../images/general/i_page1.gif) no-repeat;
}
.login-users .content h2 {
  background: url(../images/general/i_page2.gif) no-repeat;
}
.row-set .content {
  width: 100%;
  padding: 14px 21px;
  display: inline-block;
}
.row-set .content h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 30px;
  padding: 0 0 5px 23px;
  border-bottom: 2px solid #577601;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  width: 100%;
}
.account-login .row-set .content {
  min-height: 345px;
  border-bottom: 0;
  margin-bottom: 0;
}
.account-login .row-set .content h2 {
  margin: 0 0 14px;
}
.account-login .buttons-set {
  text-align: right;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 8px 13px;
  display: inline-block;
  width: 100%;
}
.account-login .buttons-set > div {
  margin-right: 7px;
}
.account-login .buttons-set a {
  font-size: 13px;
  line-height: 34px;
}
.user-details .row {
  margin-bottom: 15px;
}
.cart-view h3,
.cart-view .h3 {
  font-size: 22px;
}
.cart-view form {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
table.cart-summary tbody {
  border: 1px solid #e5e5e5;
}
table.cart-summary tr th {
  border: 1px solid #e5e5e5;
  padding: 15px 0 8px;
}
.billto-shipto h3 {
  margin: 0 0 10px;
}
.billto-shipto h3 i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  background-color: #100f28;
}
.billto-shipto a.details:hover {
  text-decoration: underline;
}
.billto-shipto .billto-inner,
.billto-shipto .shipto-inner {
  min-height: 150px;
}
.billto-shipto .output-shipto a {
  color: #898989 !important;
}
.billto-shipto .output-shipto a:hover {
  color:  !important;
}
.billto-shipto .output-shipto input {
  float: left;
  position: initial;
  margin-left: 0;
  margin-top: 4px;
  margin-right: 5px;
}
.cart-view h3 {
  color: #444;
}
.block-border {
  display: inline-block;
  width: 100%;
  border: 1px solid #dddcdc;
  padding: 21px;
  margin-bottom: 30px;
}
.table-footer {
  display: inline-block;
  width: 100%;
}
.table-footer h3,
.table-footer .h3 {
  font-size: 14px;
  margin: 10px 0;
}
.shipment input[type="radio"],
.payment input[type="radio"] {
  float: left;
  margin-top: 4px;
  width: 4%;
}
.shipment label,
.payment label {
  float: left;
  width: 96%;
  margin-bottom: 30px;
}
.shipment .vm-display.vm-price-value,
.payment .vm-display.vm-price-value {
  display: inline-block;
}
.total-block span,
.total-block div {
  font-size: 20px;
  display: inline-block;
}
.total-block .priceColor2 {
  margin-right: 30px;
}
.total-block .title {
  font-weight: 500;
  margin-right: 5px;
}
.vmshipment_name,
.vmpayment_name {
  font-weight: 400;
  line-height: 1.35;
  display: block;
  font-size: 16px;
  color: #444;
}
.vmCartPaymentLogo {
  display: inline-block;
  float: left;
  min-width: 40px;
}
.vmCartPaymentLogo img {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
a.terms-of-service {
  text-decoration: underline;
}
#checkoutForm fieldset {
  width: 100%;
  float: left;
  margin: 0;
  display: inline-block;
}
#checkoutForm .product-name a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
#checkoutForm .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
#checkoutForm .vir_quantity {
  text-align: center;
}
#checkoutForm .vir_quantity input.quantity-input {
  width: 50px !important;
  padding: 2px;
  display: inline-block;
  border: 1px solid #ddd;
  height: 30px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
#checkoutForm .vir_quantity .vm2-add_quantity_cart,
#checkoutForm .vir_quantity .vm2-remove_from_cart {
  width: 30px;
  height: 30px;
  padding: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
#checkoutForm .vm-fieldset-pricelist {
  width: 100%;
  margin: 0 0 30px 0;
}
#checkoutForm .tb-total {
  line-height: 30px;
  text-transform: uppercase;
}
#checkoutForm .tb-total .total-title {
  padding: 15px 20px;
  border-bottom: 1px solid #d9dde3;
  background-color: #f5f5f5;
}
#checkoutForm .tb-total .total-title .total {
  display: inline-block;
}
#checkoutForm .tb-total .continue_link {
  color: #fff;
  float: left;
  line-height: 35px;
  border: 0 !important;
  background: #577601;
  padding: 5px 15px;
  font-size: 13px;
  text-transform: initial;
}
#checkoutForm .tb-total .price div {
  display: inline-block;
}
#checkoutForm .tb-total .price span {
  line-height: 38px;
}
#checkoutForm .price-coupon {
  margin-top: 10px;
}
#checkoutForm .price-coupon div {
  display: inline-block;
}
#checkoutForm .price-coupon > span {
  font-weight: bold;
}
#checkoutForm .cart-summary {
  width: 100%;
}
#checkoutForm .cart-summary .product-name {
  padding: 10px 5px;
}
#checkoutForm .cart-summary tr th {
  font-weight: normal;
  border-right: 1px solid #dbdbdb;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  background: transparent;
}
#checkoutForm .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 10px;
}
#checkoutForm .cart-summary .cart-images img {
  display: inline-block;
  float: none;
  margin: 0 auto;
  max-width: 150px;
  width: auto;
}
#checkoutForm .cart-summary tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
#checkoutForm .cart-summary tfoot {
  text-align: left;
}
#checkoutForm .cart-summary tfoot a:hover {
  text-decoration: underline;
}
#checkoutForm .cart-summary tfoot .checkoutStep {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px;
}
#checkoutForm .cart-summary tfoot .shipment h3,
#checkoutForm .cart-summary tfoot .payment h3 {
  font-size: 13px;
  margin: 0;
}
#checkoutForm .cart-summary tfoot .shipment .buttonBar-left,
#checkoutForm .cart-summary tfoot .payment .buttonBar-left {
  float: right;
}
#checkoutForm .cart-summary tfoot .sectiontableentry2 td .tb-tfoot {
  border: 1px dashed #ccc;
}
#checkoutForm .cart-summary tfoot .sectiontableentry1 td .sectiontableentry1-inner {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px dashed #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary .tb-tfoot {
  padding: 20px;
}
#checkoutForm .cart-summary .tb-tfoot input {
  margin: 0;
  height: 37px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary .tb-tfoot .details-button input {
  background-image: none;
}
#checkoutForm .cart-summary .tb-tfoot .coupon {
  width: 300px;
  line-height: 37px;
}
#checkoutForm .checkout-button-top {
  display: inline-block;
  float: right;
  text-align: right;
  border: 0;
  width: 100%;
  padding: 20px 40px 10px;
}
#checkoutForm .vm-fieldset-customer-note {
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #e5e5e5;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .vm-fieldset-customer-note span.customer-note {
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 3px;
  display: block;
}
#checkoutForm .vm-fieldset-customer-note span.customer-note:before {
  margin-right: 5px;
  content: "\f133";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
#checkoutForm .vm-fieldset-customer-note textarea#customer_note_field {
  height: 120px;
  margin: 20px 0;
  overflow: auto;
  width: 100%;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos input.terms-of-service {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos span.cart {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
.login .radio label,
.login .checkbox label {
  position: relative;
}
.login .radio label input[type="checkbox"],
.login .checkbox label input[type="checkbox"] {
  left: 0;
  top: 5px;
}
.login .btn-primary {
  border-radius: 20px;
}
.form-links {
  margin-bottom: 30px;
}
.site .ui-tooltip {
  display: none;
}
#ui-tabs ul#tabs {
  border-bottom: 2px solid #eee;
  list-style-type: none;
  overflow: visible;
  margin: 0;
  margin-bottom: 20px;
  padding: 20px 0 0;
}
#ui-tabs ul#tabs li {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  padding: 10px 5px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
#ui-tabs ul#tabs li:after {
  content: "";
  width: 100%;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#ui-tabs ul#tabs li.current {
  display: inline-block;
}
#ui-tabs ul#tabs li:focus {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.post_payment_payment_name .vmpayment_name {
  display: inline;
}
tr,
td {
  padding: 4px;
  border: 1px solid #c0c0c0;
}
.order-view {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.order-view #com-form-order-submit input {
  margin-top: 20px;
}
#userForm fieldset input[type="radio"] {
  float: left;
  margin-right: 5px;
  margin-top: 14px;
}
#userForm fieldset label {
  display: inline;
  margin-bottom: 10px;
}
#userForm fieldset .vmshipment_name,
#userForm fieldset .vmpayment_name {
  margin-top: 10px;
}
.product-related-products .sp-module-title {
  position: relative;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}
.product-related-products .sp-module-title h3 {
  margin-top: 0;
  margin-bottom: 25px;
  display: inline-block;
  background: #fff;
  z-index: 10;
  font-size: 24px;
  position: relative;
}
.product-related-products .sp-module-title h3:before {
  content: "R";
  display: block;
  padding: 0 50px;
  font-size: 85px;
  line-height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: rgba(34,34,34,0.1);
  border-bottom: 2px dotted #e9ac4c;
}
.product-related-products .product-i .text-block .vm-prices-block {
  text-align: center;
}
.product-related-products .owl-prev,
.product-related-products .owl-next {
  line-height: 2px !important;
}
.userfields_info {
  font-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
}
.adminForm.user-details {
  margin-top: 30px;
}
#checkoutForm .cart-summary tbody td {
  border: 1px solid #f2f2f2;
}
#checkoutForm .vm-fieldset-pricelist {
  overflow-x: auto;
}
#paymentForm input[type="radio"] {
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .width30 {
    width: 100%;
    margin-bottom: 15px;
  }
  .width30:last-child {
    margin-bottom: 0;
  }
  #checkoutForm .cart-summary tbody td {
    border: 1px solid #f2f2f2;
    min-width: 10em;
  }
}
.fav_table .prod_name {
  font-size: 15px;
  font-weight: normal;
  color: #444;
}
.fav_table .fav_heading {
  background-color: #fafafa;
}
.fav_table .fav_col {
  border: 1px solid #e5e5e5;
  padding: 15px 5px;
}
.fav_table .fav_col h4 {
  font-size: 16px;
}
.fav_table .fav_col img {
  display: inline-block;
}
.fav_table .fav_col .quantity-box .quantity-input {
  height: 35px;
  line-height: 35px;
}
.fav_table .fav_col .fav_addtocart-bar .quantity-box {
  border: 0;
}
.fav_table .fav_col .fav_addtocart-bar span.quantity-controls {
  position: relative;
}
.fav_table .fav_col .fav_addtocart-bar span.quantity-controls input {
  position: absolute;
  float: left;
  color: #c0c0c0;
  font-size: 14px;
  width: 20px;
  height: 18px;
  line-height: 8px;
  padding: 0;
  border: 1px solid #e5e5e5;
  top: 0;
}
.fav_table .fav_col .fav_addtocart-bar span.quantity-controls .quantity-minus {
  top: 17px;
}
.fav_addtocart-bar span.quantity-controls {
  float: left;
  display: inline-block;
}
.fav_addtocart-bar span.quantity-controls input {
  padding: 0 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.fav_addtocart-bar span.quantity-controls input.quantity-plus {
  background: transparent url(../images/general/qty-decrease.png) no-repeat 0 0 !important;
  top: 8px;
  background-position: center center !important;
}
.fav_addtocart-bar span.quantity-controls input.quantity-minus {
  background: transparent url(../images/general/qty-increase.png) no-repeat 0 0 !important;
  bottom: -28px;
  background-position: center center !important;
}
.fav_addtocart-bar .addtocart-button {
  margin-left: 35px;
}
.fav_addtocart-bar .addtocart-button input {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  height: 35px;
}
.fav_addtocart-bar .addtocart-button:hover input {
  color: #fff !important;
}
.fav_addtocart-bar .quantity-box {
  margin-right: 0;
  border-right: 1px solid #e5e5e5;
}
.fav_addtocart-bar .quantity-box .quantity-input {
  width: 44px !important;
}
.compare_home {
  font-size: 24px;
}
.shop_home {
  display: inline-block;
  margin: 0;
  float: right;
}
.compare-main {
  margin-top: 15px;
}
.compare-main img {
  height: 100%;
}
.compare-main > h2 {
  font-size: 18px;
}
.compare-main .comapre-details-inner {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.compare-main .product-details-inner {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.compare-main .product-details-inner.remove {
  padding-left: 42px;
  background-position: 15px center;
}
.compare-main .grayrating {
  background-position: 15px center !important;
  height: 48px;
  line-height: 48px;
}
.compare-main .addtocart-button input:hover {
  color: #fff !important;
}
.reset-value {
  height: auto !important;
  border: none;
}
#searchMedia {
  height: 35px !important;
}
.category-view {
  margin-bottom: 30px;
}
.category-view .category-inner {
  border: 1px solid rgba(63,180,251,0.1);
  transition: 0.5s;
}
.category-view .category-inner .category-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  background: #ff6131;
}
.category-view .category-inner:hover {
  border: 1px solid #ff6131;
}
.product-summary .width30 {
  width: 40%;
  float: left;
}
.product-summary .width70 {
  width: 60%;
  float: right;
  padding: 15px;
}
.ask-a-question-view .form-field textarea.field {
  width: 100%;
  float: left;
  min-height: 150px;
}
.ask-a-question-view tr,
.ask-a-question-view td {
  width: 100%;
  float: left;
  border: 0;
}
.ask-a-question-view .submit .floatleft {
  margin-top: 35px;
}
.ask-a-question-view .submit .text-right {
  margin-top: 0px;
  float: right;
  margin-right: 10px;
}
#fancybox-title {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .sppb-container,
  .container {
    width: 1200px;
  }
  .rev_slider_wrapper .btn-slider {
    font-size: 14px;
    width: 160px;
    height: 42px;
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  .sp-megamenu-parent >li >a {
    padding: 5px 2px;
    font-size: 13px;
  }
  .rev_slider_wrapper .btn-slider {
    font-size: 14px;
    width: 160px;
    height: 42px;
    line-height: 38px;
  }
  .slideshow1 .large_bg_black:after {
    display: none;
  }
  #sp-search {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  #sp-search .sp-column {
    display: inline-block;
  }
  #sp-search .mod_search .sp-vmsearch {
    padding: 15px 0;
    padding-top: 0;
    margin: 0;
  }
  .style-home2 #sp-logo,
  .style-home2 #sp-minicart {
    width: 50%;
    float: left;
    margin-top: 30px;
  }
  .vina-carousel-virtuemart.default1 .product-i .text-block {
    padding: 0 15px;
  }
  .listing-view .text-block .actions {
    display: block;
  }
  .listing-view .text-block .actions .btn-quickview {
    margin-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sppb-container,
  .container {
    width: 970px;
  }
  .corporate-about .block-wrapper {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .contact-form.title-bg-white .sppb-col-sm-6 {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .contact-form .sppb-col-sm-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-form .sppb-col-sm-6 .qlform {
    margin: auto;
  }
  .contact-form .sppb-col-sm-6 .sppb-addon-title {
    text-align: center;
    margin-bottom: 0;
  }
  .contact-form .sppb-col-sm-6 .sppb-addon-title:before,
  .contact-form .sppb-col-sm-6 .sppb-addon-title:after {
    display: none;
  }
  .contact-form .sppb-col-sm-6 #contac-form,
  .contact-form .sppb-col-sm-6 .control-group {
    text-align: center;
  }
  .title-bg-white .sppb-carousel-inner,
  .title-bg-white .sppb-carousel-controls,
  .title-bg-white .sppb-addon-text-block h3 {
    float: none;
    margin: 35px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sp-left,
  #sp-component,
  #sp-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .title1-product .sppb-col-sm-4,
  .title1-product .sppb-col-sm-8,
  .title1-betseller .sppb-col-sm-4,
  .title1-betseller .sppb-col-sm-8 {
    width: 100%;
  }
  .title1-betseller .sppb-col-sm-4 .title1 {
    margin-top: 50px;
    position: relative;
  }
  .list-carousel-virtuemart .sppb-col-sm-4 {
    width: 100%;
    margin-top: 30px;
  }
  .sppb-col-sm-5,
  .sppb-col-sm-7,
  .sppb-col-sm-3,
  .sppb-col-sm-9,
  #sp-position1,
  #sp-position2,
  #sp-position3,
  #sp-brand {
    width: 100%;
  }
  .sppb-col-sm-5 .social-icons,
  .sppb-col-sm-7 .social-icons,
  .sppb-col-sm-3 .social-icons,
  .sppb-col-sm-9 .social-icons,
  #sp-position1 .social-icons,
  #sp-position2 .social-icons,
  #sp-position3 .social-icons,
  #sp-brand .social-icons {
    float: none;
    padding: 0;
    padding-top: 20px;
  }
  .sppb-col-sm-5,
  .sppb-col-sm-7 {
    width: 100%;
  }
  .sppb-col-sm-5 .sppb-animated,
  .sppb-col-sm-7 .sppb-animated {
    margin-top: 60px;
  }
  .welcome-wrapper .sppb-addon-text-block {
    text-align: center;
  }
  #sp-position1 {
    text-align: center;
  }
  .pb-categories-product .sppb-addon-container {
    margin-top: 30px;
  }
  .pb-categories-product .sppb-col-sm-3 {
    width: 50%;
    float: left;
  }
  .pb-categories-product .sppb-col-sm-3 a img {
    width: 100%;
  }
  #sp-header.style-home2 {
    padding: 30px 0;
  }
  #sp-bottom-wrapper {
    background: #1a1a1a;
  }
  #sp-bottom-wrapper #sp-bottom3,
  #sp-bottom-wrapper #sp-bottom1,
  #sp-bottom-wrapper #sp-bottom4,
  #sp-bottom-wrapper #sp-bottom2 {
    float: left;
    width: 50%;
    border: 0;
    padding-left: 15px;
  }
  .vina-carousel-virtuemart.default1 .product-i .image-block {
    margin-left: 0;
  }
  .vina-carousel-content img {
    width: 100%;
  }
  .corporate-about .block-wrapper {
    text-align: center;
  }
  #sp-top-wrapper .menu li,
  .sp-module.modules-top .bootstrap-select .btn {
    padding: 1px 10px;
  }
}
@media (max-width: 767px) {
  #sp-top2,
  #sp-top1,
  #sp-top3 {
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
  }
  #sp-top2 .sp-column .sp-contact-info .sp-contact-email,
  #sp-top1 .sp-column .sp-contact-info .sp-contact-email,
  #sp-top3 .sp-column .sp-contact-info .sp-contact-email {
    display: none;
  }
  #sp-footer1,
  #sp-footer2 {
    width: 100%;
    text-align: center !important;
  }
  #sp-footer1 .payment,
  #sp-footer2 .payment {
    float: none !important;
    margin: auto;
    display: inline-block;
    margin-top: 20px;
  }
  .sp-module.modules-top .cur_box .btn,
  #sp-top-wrapper .menu .parent {
    border: 0;
    padding: 0 15px;
  }
  #sp-logo .logo {
    margin: auto;
  }
  #offcanvas-toggler {
    text-align: left;
  }
  #sp-menu,
  #sp-minicart {
    width: 50%;
    float: left;
  }
  .sp-module.mod_search .sp-vmsearch .search-input-wrapper {
    width: 200px;
  }
  .sp-vmsearch.sp-vmsearch-slideToggle .sp-vmsearch-content {
    width: 380px;
  }
  #sp-search {
    width: 100%;
  }
  #sp-search .vmCartModule {
    margin: auto;
    display: table;
  }
  #sp-search .mod_search .sp-vmsearch {
    padding: 10px 0;
  }
  #sp-search .mod_search .sp-vmsearch .search-input-wrapper {
    width: 160px;
  }
  .rev_slider_wrapper .btn-slider {
    font-size: 14px;
    width: 130px;
    height: 33px;
    line-height: 29px;
  }
  .style-home2 #sp-minicart,
  .style-home2 #sp-logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .style-home2 #sp-minicart .vmCartModule,
  .style-home2 #sp-logo .vmCartModule {
    display: inline-block;
  }
  .style-home2 #sp-minicart .logo,
  .style-home2 #sp-logo .logo {
    margin: auto;
  }
  #sp-header-wrapper.style-home2 #sp-menu {
    width: 100%;
  }
  #sp-header-wrapper.style-home2 #sp-menu #offcanvas-toggler {
    text-align: center;
  }
  .banner-static {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-static a {
    text-align: center;
  }
  .banner-static a img {
    margin: auto;
  }
  .sptab-vert .sptab .tabs_buttons {
    width: 100%;
    margin: 0 0 30px;
  }
  .sptab-vert .sptab .items_mask {
    width: 100%;
  }
  .sptab-horz .sptab ul.tabs_container {
    position: static;
  }
  .sptab-horz .sptab ul.tabs_container li.tab {
    width: 100%;
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 0 !important;
  }
  #sp-top-wrapper #login-form {
    float: left;
    width: 300px;
  }
  .rtl #sp-top-wrapper #login-form {
    float: right;
  }
  #sp-position-wrapper .social-icons {
    margin-top: 20px;
  }
  .banner-static-wrapper >.sppb-container >.sppb-row >div {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-static-wrapper >.sppb-container >.sppb-row >div .position-banner1 {
    display: none;
  }
  .works-wrapper {
    margin: 20px 0 30px 0 !important;
  }
  .banner-home4 {
    width: 50%;
  }
  .sptab-horz .items_mask >div {
    margin-right: 4px;
  }
  .sptab-vert .sppb-addon-content {
    margin-right: 3px;
  }
  .listing-view.vm_list_view .text-block .actions {
    display: block;
  }
  .listing-view.vm_list_view .text-block .actions .btn-quickview {
    margin-left: 0px;
  }
  .vina-carousel-virtuemart.default1 .product-i .media-body {
    padding-left: 10px;
  }
  .rtl .vina-carousel-virtuemart.default1 .product-i .media-body {
    padding-right: 10px;
    padding-left: 0;
  }
  .vina-carousel-virtuemart.default1 .product-i .image-block {
    margin-left: 0;
  }
  .title2.title3 .betseller-products .product-i .actions {
    display: flex;
  }
  div.modal {
    top: auto;
    left: 0;
  }
  .title-bg-white .sppb-carousel-inner,
  .title-bg-white .sppb-carousel-controls,
  .title-bg-white .sppb-addon-text-block h3 {
    width: 320px;
  }
}
@media (max-width: 480px) {
  #sp-logo {
    padding-bottom: 30px;
  }
  #sp-bottom-wrapper {
    background: #e8e8e8;
  }
  #sp-bottom-wrapper #sp-bottom3,
  #sp-bottom-wrapper #sp-bottom1,
  #sp-bottom-wrapper #sp-bottom4,
  #sp-bottom-wrapper #sp-bottom2 {
    width: 100%;
    padding: 30px 35px 15px;
  }
  #sp-bottom-wrapper #sp-bottom4 {
    width: 100%;
    padding: 30px 35px 15px;
    background: #000;
  }
  #sp-header.style-home2 .sp-module.mod_search .sp-vmsearch {
    border: 1px solid #e5e5e5;
  }
  #sp-header.style-home2 .sp-module.mod_search .search-button-wrapper {
    float: right;
    border-left: 1px solid #e5e5e5;
    margin-right: 3px;
  }
  #sp-header.style-home2 .sp-module.mod_search .sp-vmsearch-categorybox {
    float: none !important;
    border-bottom: 1px solid #e5e5e5;
  }
  #sp-header.style-home2 .sp-module.mod_search .sp-vmsearch-categorybox .sp-vmsearch-categories1 {
    border: 0 !important;
  }
  .sppb-addon-raw-html .timer-hot-deal .box-time-date {
    height: 65px;
    width: 55px;
  }
  .sppb-addon-raw-html .timer-hot-deal .box-time-date span {
    font-size: 18px;
  }
  .sp-module.mod_search .sp-vmsearch .search-input-wrapper {
    width: 124px;
  }
  .sp-vmsearch.sp-vmsearch-slideToggle .sp-vmsearch-content {
    width: 300px;
    top: 100%;
    right: -50px;
  }
  .vina-carousel-content.style-1 .text-block,
  .vina-carousel-content.style-1 .inner-text-block,
  .vina-carousel-content.style-1 .image-block {
    margin: 0px;
  }
  .vina-carousel-content.style-1 .major_color {
    position: initial;
  }
  .vina-carousel-content.style-1 .major_color .intro-day {
    font-size: 50px;
  }
  #sp-menu .block-mini-cart,
  #sp-minicart .block-mini-cart {
    float: none;
  }
  #sp-menu .block-mini-cart .mini-cart-body,
  #sp-minicart .block-mini-cart .mini-cart-body {
    padding: 7px 0;
  }
  #sp-menu .block-mini-cart .mini-cart-title,
  #sp-minicart .block-mini-cart .mini-cart-title {
    padding-left: 15px;
    border-radius: 4px;
    height: 30px;
  }
  #sp-menu .block-mini-cart .mini-cart-title .count-item,
  #sp-minicart .block-mini-cart .mini-cart-title .count-item {
    line-height: 29px;
  }
  #sp-menu .block-mini-cart .mini-cart-title:before,
  #sp-minicart .block-mini-cart .mini-cart-title:before {
    display: none;
  }
  #sp-menu .block-mini-cart .mini-cart-title .simple-handbag:before,
  #sp-minicart .block-mini-cart .mini-cart-title .simple-handbag:before {
    display: none;
  }
  #sp-menu .vmCartModule,
  #sp-minicart .vmCartModule {
    float: right;
  }
  .pb-categories-product .sppb-col-sm-3 {
    width: 100%;
  }
  #sp-search .mod_search .sp-vmsearch .search-input-wrapper {
    width: 110px;
  }
  .listing-view.vm_list_view .text-block {
    width: 100%;
  }
  .listing-view.vm_list_view .text-block .actions {
    display: block;
  }
  .acymailing_module .acymailing_form .inputbox {
    width: 270px !important;
  }
  .social-icons li {
    margin: 0 3px;
  }
  .featured-product .sptab.sptab_red .tabs_mask {
    height: auto !important;
  }
  .featured-product .sptab.sptab_red .tabs_mask ul li {
    width: 100%;
    margin: 10px 0 !important;
  }
  .featured-product .sptab.sptab_red .tabs_mask ul li:before {
    left: 49%;
  }
  .vm-product-details-container .vm-product-details-inner {
    margin-top: 20px;
  }
  .style-home2 #sp-minicart .vmCartModule {
    float: none;
  }
  .style-home2 #sp-minicart .vmCartModule .mini-cart-title {
    padding-left: 0;
  }
  .style-home2 #sp-minicart,
  .style-home2 #sp-logo {
    width: 100%;
  }
  .vina-carousel-virtuemart.default1 .product-i .text-block {
    padding: 0px;
  }
  .sp-page-title h2 {
    font-size: 18px;
  }
  .vm-product-details-container .product-fields .product-field {
    width: 100%;
  }
  .orderby-displaynumber .display-number,
  .orderby-displaynumber .orderlistcontainer {
    float: left !important;
    margin-top: 15px;
  }
  #sp-header-wrapper-sticky-wrapper.is-sticky #sp-logo {
    display: none;
  }
  #sp-header-wrapper-sticky-wrapper.is-sticky #sp-header-wrapper {
    padding: 13px 0 7px;
  }
}
@media (max-width: 321px) {
  .corporate-about .zmdi {
    margin-left: 30px;
  }
  .corporate-about .icon:before {
    left: 20px;
  }
  .corporate-about .block-wrapper {
    padding-bottom: 0;
  }
  .sp-vmsearch.sp-vmsearch-slideToggle .sp-vmsearch-content {
    right: -50px;
  }
  .title1-betseller {
    margin-top: 50px !important;
  }
  .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  .vina-carousel-content.style-1 .title {
    font-size: 15px;
    font-weight: 600;
  }
  .vina-carousel-content.style-1 .date-article .article-info {
    float: none;
    padding-bottom: 3px;
  }
  .title-bg-white .sppb-carousel-inner,
  .title-bg-white .sppb-carousel-controls,
  .title-bg-white .sppb-addon-text-block h3 {
    width: 280px;
  }
  .welcome-wrapper {
    margin: 20px 0 50px 0 !important;
  }
}
