/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
/** CHECKOUT BY STEP */
.pts-col.default {
  clear: both;
}

.pts-col.primary {
  clear: both;
}

.pts-col.success {
  clear: both;
}

.pts-col.info {
  clear: both;
}

.pts-col.warning {
  clear: both;
}

.pts-col.danger {
  clear: both;
}

/* row style */
.pts-row.default {
  clear: both;
}

.pts-row.primary {
  clear: both;
}

.pts-row.success {
  clear: both;
}

.pts-row.info {
  clear: both;
}

.pts-row.warning {
  clear: both;
}

.pts-row.danger {
  clear: both;
}

/* widget*/
.widget.default {
  clear: both;
}

.widget.primary {
  clear: both;
}

.widget.danger {
  clear: both;
}

.widget.info {
  clear: both;
}

.widget.warning {
  clear: both;
}

.widget.success {
  clear: both;
}

.widget.highlighted {
  clear: both;
}

.widget.borderbox {
  clear: both;
}

.pts-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.widget-inner > [class*="col-"] {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-primary {
  background-color: #fff8f0;
  border: 1px solid #ffc180;
}

.row-success {
  background-color: #e6f8e6;
  border: 1px solid #a2e4a4;
}

.row-info {
  background-color: #88d2fe;
  border: 1px solid #3cb5fe;
}

.row-warning {
  background-color: #ffefae;
  border: 1px solid #ffdb48;
}

.row-danger {
  background-color: #ffefee;
  border: 1px solid #ff6055;
}

.col-primary {
  background-color: #ffe6cc;
  border: 1px solid #ffc180;
}

.col-success {
  background-color: #caf0cb;
  border: 1px solid #a2e4a4;
}

.col-info {
  background-color: #6fc8fe;
  border: 1px solid #3cb5fe;
}

.col-warning {
  background-color: #ffea94;
  border: 1px solid #ffdb48;
}

.col-danger {
  background-color: #ffc0bb;
  border: 1px solid #ff6055;
}

.widget-images .image-item {
  position: relative;
}

.widget-video .subinfo {
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 0;
}

.widget-latestblog .link-view a {
  margin-top: -60px;
  color: #293f85;
  text-decoration: underline;
  position: relative;
}

.widget-newsletter .newsletter-input {
  height: 42px;
}

.widget-gallery .block_content {
  border: 0;
}

.widget-products .product_list1 .product-image-container {
  margin-bottom: 0;
}
.widget-products .product_list1 .product-image-container img {
  width: 80px;
  height: auto;
}
.widget-products .product_list2 li {
  border-top: 1px solid #fff !important;
}
.widget-products .product_list2 li:nth-child(even) {
  background-color: #f5f5f5;
}
.widget-products .product_list2 .products_first .product-container {
  padding-left: 0;
}
.rtl .widget-products .product_list2 .products_first .product-container {
  padding-right: 0;
  padding-left: inherit;
}
.widget-products .product_list2 .products_first .product-container .nb-item {
  background-color: #293f85;
  width: 33px;
  height: 33px;
  bottom: 0;
  top: inherit;
  z-index: 9;
}
.widget-products .product_list2 .products_first .product-container .nb-item span {
  top: 22%;
  color: #fff;
}
.widget-products .product_list2 .product-container {
  padding-left: 40px;
}
.rtl .widget-products .product_list2 .product-container {
  padding-right: 40px;
  padding-left: inherit;
}
.widget-products .product_list2 .product-container .nb-item {
  background-color: #dadada;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: inherit;
  top: 0;
  margin: auto;
  content: "";
  width: 33px;
  height: 100%;
}
.rtl .widget-products .product_list2 .product-container .nb-item {
  right: 0;
  left: auto;
}
.widget-products .product_list2 .product-container .nb-item span {
  position: relative;
  top: 34%;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #666;
}
.widget-products .product_list2 .product-image-container {
  margin-bottom: 0;
}
.widget-products .product_list2 .product-image-container img {
  width: 160px;
  height: 100%;
}
.widget-products .product_list1 .product-block h3.name, .widget-products .product_list2 .product-block h3.name {
  margin-bottom: 5px;
}
.widget-products .product_list1 .product-block .nb-comments, .widget-products .product_list2 .product-block .nb-comments {
  display: none;
}
.widget-products .product_list1 .product-block .rating, .widget-products .product_list1 .product-block .product-rating, .widget-products .product_list1 .product-block .norating, .widget-products .product_list2 .product-block .rating, .widget-products .product_list2 .product-block .product-rating, .widget-products .product_list2 .product-block .norating {
  margin-bottom: 0;
}
.widget-products .product_list1 .product-block .product-price, .widget-products .product_list2 .product-block .product-price {
  font-size: 13px;
  font-weight: 900;
}

.widget_categories_sub_products .widget-heading {
  font-size: 36px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0;
  font-weight: 600;
}
.widget_categories_sub_products .widget-heading > div {
  margin-top: 20px;
}
.widget_categories_sub_products .widget-heading > div .subcategory_link {
  display: inline;
}
.widget_categories_sub_products .widget-heading > div .subcategory_link li {
  line-height: 16px;
  float: left;
}
.rtl .widget_categories_sub_products .widget-heading > div .subcategory_link li {
  float: right;
}
.widget_categories_sub_products .widget-heading > div .subcategory_link li a {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 16px;
  float: left;
  font-weight: 400;
  color: #aaa;
}
.rtl .widget_categories_sub_products .widget-heading > div .subcategory_link li a {
  float: right;
}
.widget_categories_sub_products .widget-heading > div .subcategory_link li a:hover {
  color: #293f85;
}
.widget_categories_sub_products .widget-heading > div .seemore {
  border: 1px solid #293f85;
  padding: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 8px;
  width: 17px;
  height: 15px;
  color: #293f85;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
  display: block;
  float: right;
}
.rtl .widget_categories_sub_products .widget-heading > div .seemore {
  float: left;
}
.widget_categories_sub_products .widget-heading > div .seemore:hover {
  background-color: #293f85;
  color: #fff;
}
.widget_categories_sub_products .block-item1 {
  margin-right: -1px;
}
.rtl .widget_categories_sub_products .block-item1 {
  margin-left: -1px;
  margin-right: inherit;
}
.widget_categories_sub_products .block-item2 .block_content {
  min-height: 357px;
}

.widget-flashsale {
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.widget-flashsale .title_block {
  background-color: transparent;
}
.widget-flashsale .block_content {
  border: 5px solid #333;
  padding: 10px 20px;
}
.widget-flashsale .subtitle {
  color: #293f85;
  text-align: center;
}
.widget-flashsale .desc {
  display: inline-block;
  max-width: 700px;
}
.widget-flashsale .flashsale-time {
  font-size: 14px;
  margin: 80px 15px;
}
.widget-flashsale .pts-flashsale-time {
  text-align: center;
}
.widget-flashsale .pts-flashsale-time li {
  display: inline-block;
  padding: 15px 5px;
  font-weight: 300;
  margin: 0 15px;
  background-color: transparent;
  color: #fff;
  overflow: hidden;
  width: 80px;
  height: 80px;
  text-align: center;
  border: 1px solid #293f85;
}
.widget-flashsale .pts-flashsale-time li .countdown_num {
  font-size: 30px;
  font-weight: 700;
  display: block;
}
.widget-flashsale .pts-flashsale-time li div {
  display: inline-block;
}

.widget-categories-info {
  margin-top: 10px;
  margin-bottom: 50px;
}
.widget-categories-info .widget-heading {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
.widget-categories-info .block_content {
  border: 1px solid #e9e9e9;
}
.widget-categories-info .categories-info-subcategory {
  text-align: right;
  padding: 20px 30px 30px 10px;
}
.rtl .widget-categories-info .categories-info-subcategory {
  text-align: left;
}
.widget-categories-info .categories-info-subcategory h4 {
  margin-top: 0;
}
.widget-categories-info .categories-info-subcategory h4 a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.widget-categories-info .categories-info-subcategory h4 a:hover {
  color: #293f85;
}
.widget-categories-info .categories-info-subcategory ul li a {
  font-size: 12px;
  padding: 4px 0;
  display: block;
}
.widget-categories-info .image {
  position: relative;
}
.widget-categories-info .image:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  top: 50%;
  left: 0;
  position: absolute;
  margin-top: -3px;
  z-index: 100;
}
.rtl .widget-categories-info .image:before {
  border-right: 6px solid #fff;
  border-left: inherit;
}
.rtl .widget-categories-info .image:before {
  right: 0;
  left: auto;
}
.widget-categories-info .image img {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.widget-categories-info .btn {
  margin-top: 10px;
}
.widget-categories-info .category_list > li:hover .image img {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.widget-subcategories ul {
  margin-bottom: 0;
}

.widget-promotions .widget-heading {
  font-size: 36px;
  line-height: 40px;
  padding: 10px 0;
}
.widget-promotions .nav-theme {
  border: 1px solid #f9f9f9;
}
.widget-promotions .nav-theme li {
  border-top: 1px solid #f9f9f9;
  padding: 0;
  position: relative;
}
.widget-promotions .nav-theme li:focus, .widget-promotions .nav-theme li.active {
  background-color: #293f85;
}
.widget-promotions .nav-theme li:focus:after, .widget-promotions .nav-theme li.active:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #293f85;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
}
.rtl .widget-promotions .nav-theme li:focus:after, .rtl .widget-promotions .nav-theme li.active:after {
  border-right: 5px solid #293f85;
  border-left: inherit;
}
.rtl .widget-promotions .nav-theme li:focus:after, .rtl .widget-promotions .nav-theme li.active:after {
  left: -5px;
  right: auto;
}
.widget-promotions .nav-theme li:focus a, .widget-promotions .nav-theme li.active a {
  color: #fff;
}
.widget-promotions .nav-theme li a {
  color: #000;
  font-weight: 600;
}
.widget-promotions .nav-theme li:first-child {
  border-top: 0;
}

.widget-product .products-block .product-block .left-block {
  border-right: 0;
}
.rtl .widget-product .products-block .product-block .left-block {
  border-left: 0;
  border-right: inherit;
}
.widget-product .products-block .product-block .name a {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway";
}

.widget-ptssliderlayer {
  margin-bottom: 30px;
}
.widget-ptssliderlayer:before, .widget-ptssliderlayer:after {
  content: " ";
  display: table;
}
.widget-ptssliderlayer:after {
  clear: both;
}

/*widget tab*/
/* Home pagebuilder  */
.quicklink {
  background-color: #f6f6f6;
  display: block;
}
.quicklink h5 {
  display: inline-block;
  background-color: #333;
  position: relative;
  color: #fff;
  padding: 12px 15px 12px 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  font-size: 10px;
}
.rtl .quicklink h5 {
  padding: 12px 25px 12px 15px;
}
.rtl .quicklink h5 {
  margin: 0 0 0 20px;
}
.quicklink h5:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 0;
  border-left: 10px solid #333;
}
.rtl .quicklink h5:before {
  left: -10px;
  right: auto;
}
.rtl .quicklink h5:before {
  border-right: 10px solid #333;
  border-left: inherit;
}
.quicklink ul {
  display: inline-block;
}
.quicklink ul li {
  position: relative;
  font-size: 12px;
  padding: 0 7px 0 12px;
}
.rtl .quicklink ul li {
  padding: 0 12px 0 7px;
}
.quicklink ul li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  left: 0;
  border: 2px solid #aaa;
}
.rtl .quicklink ul li:before {
  right: 0;
  left: auto;
}
.quicklink ul li:first-child:before {
  display: none;
}

.list-count .list1 li .product-block .image {
  min-height: 76px;
}
.list-count .list1 li .product-block .product_img_link {
  width: 40px;
  height: 40px;
  background-color: #dfdfdf;
  display: block;
  color: #888;
  font-size: 24px;
}
.list-count .list1 li .product-block .product_img_link img {
  display: none;
}
.list-count .list1 li .product-block .product_img_link .count {
  display: block !important;
  visibility: inherit !important;
  line-height: 40px;
  text-align: center;
}
.list-count .list1 li:first-child .product-block .product_img_link {
  background-color: #ee6262;
  color: #fff;
}

.widget-promotion {
  background-color: #282423;
}
.widget-promotion .title_block {
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding: 20px 15px;
}
.widget-promotion .title_block:before {
  display: none;
}
.widget-promotion .promotion-list {
  margin: 0;
}
.widget-promotion .promotion-list > li {
  border-left: 1px solid #fff;
}
.rtl .widget-promotion .promotion-list > li {
  border-right: 1px solid #fff;
  border-left: inherit;
}
.widget-promotion .promotion-list > li .promotion-title {
  display: none;
}

.widget-banner .widget-banner-desc h4 {
  text-transform: uppercase;
  font-size: 15px;
}

.widget-testimonial .testimonials-wrap .testimonials-avatar > div {
  width: 70px;
  height: 70px;
  border: 5px solid #ebebeb;
  display: inline-block;
  overflow: hidden;
}
.widget-testimonial .testimonials-wrap .testimonials-profile {
  position: relative;
}
.widget-testimonial .testimonials-wrap .testimonials-profile .name {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.widget-testimonial .testimonials.text-left {
  color: #fff;
}
@media (min-width: 480px) {
  .widget-testimonial .testimonials.text-left {
    padding: 60px 100px 40px;
  }
}
.widget-testimonial .testimonials.text-left .testimonials-wrap {
  display: table;
}
.widget-testimonial .testimonials.text-left .testimonials-wrap > div {
  display: table-cell;
  vertical-align: middle;
}
.widget-testimonial .testimonials.text-left .testimonials-avatar {
  position: relative;
  margin-right: 75px;
}
.rtl .widget-testimonial .testimonials.text-left .testimonials-avatar {
  margin-left: 75px;
  margin-right: inherit;
}
.widget-testimonial .testimonials.text-left .testimonials-avatar > div:before {
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  right: -35px;
  top: 50%;
  margin-top: -25px;
  background-color: #293f85;
}
.rtl .widget-testimonial .testimonials.text-left .testimonials-avatar > div:before {
  left: -35px;
  right: auto;
}
.widget-testimonial .testimonials.text-left .testimonials-body {
  position: relative;
}
.widget-testimonial .testimonials.text-left .testimonials-quote {
  font-size: 16px;
}
.widget-testimonial .testimonials.text-left .name {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: #293f85;
  margin-bottom: 20px 0 0;
}
.widget-testimonial .testimonials.text-left .job {
  display: none;
}
.widget-testimonial .testimonials.text-center .testimonials-body {
  display: inline-block;
}
.widget-testimonial .testimonials.text-center .testimonials-quote {
  position: relative;
  margin: 20px 0;
}

.widget-tags a {
  background-color: transparent;
  color: #999999;
  font-size: 11px;
  padding: 4px 8px;
  margin: 3px;
  display: inline-block;
  border: 1px solid #2a2a2a;
}
.widget-tags a.tag_level2 {
  font-size: 12px;
}
.widget-tags a.tag_level3 {
  font-size: 13px;
}
.widget-tags a.tag_level4 {
  font-size: 14px;
}
.widget-tags a:hover {
  border-color: rgba(201, 153, 71, 0.2);
  color: #293f85;
}
