/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */

 
.blog:before { background-image: url(../img/blog.png); }
.forum:before { background-image: url(../img/forum.png); }
.knowledge-base:before { background-image: url(../img/knowledge-base.png); }
.facebook:before { background-image: url(../img/facebook.png); }
.twitter:before { background-image: url(../img/twitter.png); }
.linkedin:before { background-image: url(../img/linkedin.png); }

.aspnet:before { background-image: url(../img/asp-net.png); }
.php:before { background-image: url(../img/php.png); }

.product-info {
    border: 1px solid #bebebe;
    background: #fafafa;
}
.product-info-heading {
    margin: -1px;
    padding: 5px 11px;
    font-size: 16px;
    color: #fff;
    background: #09729f;
}
.product-info-content { padding: 10px; }

@media (max-width: 767px) {
    .page-header-wrapper { height: auto !important; }
}
@media (min-width: 480px) {
    .links > li { width: 33.33%; }
}
@media (min-width: 768px) {
    .page-header-wrapper { height: 51px; }
    .page-header {
        box-sizing: border-box;
        position: fixed;
        z-index: 300;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 51px;
    }
    .page-header,
    .page-content,
    .page-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-info {
        box-sizing: border-box;
        min-height: 240px;
        padding: 20px 40px 20px 313px;
        border: 1px solid #ccc;
        background: #f2f2f2 url(../img/globe.png) no-repeat;
        background-size: 273px 240px;
    }
    .links > li { width: 33.33%; }
    .product-info-wrapper .col {
        width: 50%;
    }
}

.pathbar {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.pathbar a {
    color: #2c2c2c;
    text-decoration: none;
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 0 5px 0 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ebebeb;
}
.pathbar a:before {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
}
.pathbar a:after {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ebebeb;
    content: "";
}
.pathbar a:hover { background: #2298cb; color: #fff; }
.pathbar a:hover:after { border-left-color: #2298cb; }
.pathbar a:first-child { padding-left: 10px; }
.pathbar a:first-child:before { display: none; }
.test h1 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #444;
}
.test h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #444;
}
.test p { margin: 12px 0; }
iframe { border: 1px solid #bebebe; }
.test-data table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.test-data td,
.test-data th { padding: 0; }
.test-data table > thead > tr > th,
.test-data table > tbody > tr > th,
.test-data table > tfoot > tr > th,
.test-data table > thead > tr > td,
.test-data table > tbody > tr > td,
.test-data table > tfoot > tr > td {
    padding: 6px 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #d6d6d6;
}
.test-data table > thead > tr:first-child > th,
.test-data table > tbody > tr:first-child > th,
.test-data table > tfoot > tr:first-child > th,
.test-data table > thead > tr:first-child > td,
.test-data table > tbody > tr:first-child > td,
.test-data table > tfoot > tr:first-child > td {
    border-top: 0;
}
.test-data table th {
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    background: #fafafa;
}

.tabs {
    margin: 0 0 12px;
}
.tabs ul {
    margin: -2px 0 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #09729f;
}
.tabs ul:before,
.tabs ul:after {
    content: "";
    display: table;
}
.tabs ul:after {
    clear: both;
}
.tabs li {
    display: block;
    position: relative;
    float: left;
}
.tabs li > a {
    display: block;
    margin: 2px 2px 0 0;
    padding: 6px 10px;
    border: 1px solid #b5b5b5;
    border-bottom-width: 0;
    color: #fff;
    text-decoration: none;
    background: #b5b5b5;
}
.tabs li > a:hover {
    border-color: #2298cb;
    background-color: #2298cb;
}


.cart_button a:hover {
    background:#ea1b25;
    color: #fff;
}
.cart_button a {
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 600;
    background: #eef0f1;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    padding: 15px 0px 13px;
}


 
#_port_row.hidden { display: none; }

.btn::-moz-focus-inner,
.btn > button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.btn {
    -webkit-appearance: none;
    margin: 0;
    border: 1px solid transparent;
    overflow: visible;
    font: inherit;
    color: #373737;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #dedede;
    vertical-align: middle;
    min-height: 30px;
    line-height: 18px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.btn:hover,
.btn:focus {
    background-color: #1e96c9;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn:active {
    background-color: #0e78a6;
    color: #fff;
}
.btn {
    margin-right: 5px;
}
.btn-primary {
    background-color: #0f7faf;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1e96c9;
    color: #fff;
}
.btn-primary:active {
    background-color: #0e78a6;
    color: #fff;
}
.msg-box {
    margin: 0 0 12px;
    padding: 10px 10px 10px 32px;
    color: #000;
    line-height: 18px;
    background: #dadada;
}
* + .msg-box {
    margin-top: 12px;
}
.msg-box:before {
    content: '';
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 1px 0 0 -22px;
    background-size: 16px;
}
.msg-box .msg-title {
    font-weight: 700;
}
.msg-info {
    background: #bcdf94;
}
#testFailed {
    background: #f4b3b3;
}
#testSuccessful:before {
    background-image: url(../img/ok.png);
}
#testFailed:before {
    background-image: url(../img/warning.png);
}




    /* filters */
        .box_filters
            {  cursor: pointer;
                cursor: hand;
                display: table;
                width:37px;
                height: 30px;  
                float:left;
                background-repeat:no-repeat;
                background-position:center;
             }
            .filters_divider
             {
                width:2px;
                height:20px;
                margin-top:5px;
                background-image:url(imgs/dotted_divider.jpg);
                background-repeat:no-repeat;
                float:left; 
             }
             
             .filters_plus
             {  background-image:url(../imgs/filters_plus.png);  
             }
             
            .filters_plushover
            {  
                background-image:url(../imgs/filters_plus_hover.png);  
            }
             
             .filters_minus
             {  background-image:url(../imgs/filters_minus.png);  
             }
             
            .filters_minushover
            {  
                background-image:url(../imgs/filters_minus_hover.png);  
            }


            .filters_add
             {   
             /* width:220px; */
              padding-left:41px; padding-top:2px;
              margin-bottom:7px;
               font-family:"Open Sans", Arial, Helvetica, sans-serif;
               font-size:14px;
             cursor: pointer;
               cursor: hand;
               height:25px;
               background-image: url(../imgs/filters.png); 
                background-repeat:no-repeat;
                background-position:8px 0px;
              color:#000; font-weight:normal;
             }
             
            .filters_add2
             {   
              /* width:200px; */
              padding-left:41px; padding-top:2px;
              margin-bottom:7px;
               font-family:"Open Sans", Arial, Helvetica, sans-serif;
               font-size:14px;
             cursor: pointer;
               cursor: hand;
               height:25px;
               background-image: url(../imgs/filters.png); 
                background-repeat:no-repeat;
                background-position:0px 0px;
              color:#000; font-weight:normal;
             }
             .filters_addhover2
            {  
             /* width:200px; */
              padding-left:41px;  padding-top:2px;
              margin-bottom:7px;
               font-family:"Open Sans", Arial, Helvetica, sans-serif;
               font-size:14px;
            cursor: pointer;
            cursor: hand;  height:25px;
                background-image:url(../imgs/filters_add.png); 
                background-repeat:no-repeat;
                background-position:0px 0px;
                color:red; font-weight:normal;
            }
             
             
            .filters_addhover
            {  
             /* width:220px; */
              padding-left:41px;  padding-top:2px;
              margin-bottom:7px;
               font-family:"Open Sans", Arial, Helvetica, sans-serif;
               font-size:14px;
            cursor: pointer;
            cursor: hand;  height:25px;
                background-image:url(../imgs/filters_add.png); 
                background-repeat:no-repeat;
                background-position:8px 0px;
                color:#eb6e52; font-weight:normal;
            }
             
             .filters_sub
             {  
         /*     width:220px; */
              padding-left:41px; padding-top:2px;
              margin-bottom:7px;
               font-family:"Open Sans", Arial, Helvetica, sans-serif;
               font-size:14px;
             cursor: pointer;
               cursor: hand;
               height:25px;
               background-image: url(../imgs/filters.png); 
                background-repeat:no-repeat;
                background-position:8px 0px;
              color:#000; font-weight:normal;


             }
             
      .filters_subhover
      {  
       

       color:black;
     /*   width:220px; */
      color:black;  padding-left:41px; padding-top:2px;
         height:25px;
        margin-bottom:7px;
         font-family:"Open Sans", Arial, Helvetica, sans-serif;
         font-size:14px;
      cursor: pointer;
      cursor: hand;
        background-image: url(../imgs/filters_sub.png);  
        background-repeat:no-repeat; 
        background-position:8px 0px;
       font-weight:normal;
      }
      .filters_subhover:hover
      {  
       

       color:black;
     /*   width:220px; */
      color:black;  padding-left:41px; padding-top:2px;
         height:25px;
        margin-bottom:7px;
         font-family:"Open Sans", Arial, Helvetica, sans-serif;
         font-size:14px;
      cursor: pointer;
      cursor: hand;
        background-image: url(../imgs/fminus.png);  
        background-repeat:no-repeat; 
        background-position:8px 0px;
       font-weight:normal;
      }
    /* filters */



.body__overlay {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: url("../../images/icons/close-20.png") 25 25, pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.body__overlay.active {
  opacity: 0.9;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
  visibility: visible;
}


.filters_panel  {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 85px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 99999;
  width:100%;
  max-width:466px;

}
  
.filters_panel.filters_panel__on {
  opacity: 1;
  padding-bottom: 50px;
  right: calc(0px - 0px);
}

.filters_panel {
  position: fixed;
  width: 415px;
  height: 100%;
  padding: 18px 18px 33px;
  background: #fff;
  z-index: 999;
  right: 0;
  top: 0;
  transition: .5s;
  transform: translateX(100%);
}
.filters_panel.active {
  transform: translateX(0);
  transition: .5s;
  opacity:100 !important;
}
@media only screen and (max-width: 767px) {
  .filters_panel {
    width: 380px;
    height: 100%;
    padding: 18px 8px 33px;
  }
}



.shop_area {
  margin-bottom: 50px;
  margin-top: 24px;
}

/* shop page css here*/
.shop_banner {
  margin-bottom: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}

.shop_toolbar_btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}
.shop_toolbar_btn > button.btn-grid-3 {
  background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-grid-3.active {
  background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-grid-4 {
  background: url(../img/icon/bkg_grid4.png) no-repeat scroll center center;
  width: 26px;
  height: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
.shop_toolbar_btn > button.btn-grid-4.active {
  background: url(../img/icon/bkg_grid4_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-list {
  background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-list.active {
  background: url(../img/icon/bkg_list_hover.png) no-repeat scroll center center !important;
}

.product_content.list_content {
  display: none;
}

.grid_list .grid_name {
  display: none;
}
.grid_list .action_links {
  display: none;
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  display: block;
  min-width:66.666667%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content {
    flex: 0 0 58.333333%;
    min-width: 58.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex: 0 0 100%;
    min-width: 100%;
    margin-left: 0;
  }
}
.grid_list .product_content.list_content .product_name h3 {
  margin: 0 0 12px;
}
.grid_list .product_content.list_content .product_ratings {
  margin-bottom: 8px;
}


.grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
    padding: 10px 18px 18px 18px;
  }
}

.grid_list .product_thumb {
  margin-bottom: 0;
  min-width: 33.333333%;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    flex: 0 0 41.666667%;
    min-width: 41.666667%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_thumb {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.shop_wrapper > div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shop_toolbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}

.shop_wrapper .single_product {
  position: relative;
  margin-bottom: 20px;
}
.shop_wrapper .label_product {
  bottom: 40px;
}
.shop_wrapper.grid_4 .price_box span.current_price {
  font-size: 15px;
  margin-right: 3px;
}
.shop_wrapper.grid_4 .price_box span.old_price {
  font-size: 14px;
}

.widget_inner {
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 50px;
}

/* shop page css end*/
/*shop fullwidth css here*/
.shop_fullwidth {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}

.product_thumb {
  position: relative;
  text-align:center;
}
.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width:100%;
}

.product_carousel .owl-nav {
  position: absolute;
  top: -56px;
  right: 0;
  background: #ffffff;
  display: flex;
  padding: 0 9px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 767px) {
  .product_carousel .owl-nav {
    display: none;
  }
}
.product_carousel .owl-nav > div {
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #a9a9a9;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_carousel .owl-nav > div:hover {
  color: #eb6e52;
}

.product_content {
  margin-top: 15px;
}

.single_product {
  padding: 10px 8px 18px 18px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin: 1px;
}
.single_product:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .product_name h3 {
  margin-bottom: 10px;
  margin-top: 0;
}
.single_product:hover .product_name p {
  opacity: 1;
  margin-bottom: 9px;
}
.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links ul li a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.single_product:hover .add_to_cart {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .add_to_cart a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.action_links {
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  top: 8px;
  opacity: 0;
  visibility: hidden;
}
.action_links ul li a {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
  transition: all 0.5s ease;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.action_links ul li a:hover {
  color: #eb6e52;
}

.add_to_cart {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.add_to_cart a {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
  transition: all 0.5s ease;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.add_to_cart a:hover {
  color: #eb6e52;
}

.product_footer {
  justify-content: space-between;
}

.label_product {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  line-height: 20px;
  background: #eb6e52;
  border-radius: 5px;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}
.label_product span {
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
}
.label_product span.label_sale, .label_product span.label_new {
  padding: 0 10px;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color:white;
  display: inline-block;
}
.label_product span.label_new {
  font-size: 12px;
  font-weight: 500;
  /* background: #2777d0; */
  color:white;
}

.product_name h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 15px 0 4px 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_name h3 a {
  line-height: 20px;
  display: block;
}
.product_name h3 a:hover {
  color: #2777d0;
}
.product_name p {
  line-height: 20px;
  display: block;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_name p a {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 400;
}