.clearfix:after,
.clearfix:before {
    content: "" display table;
}

.clearfix:after {
    clear: both;
}

.store-mart-row .wpb_gmaps_widget .wpb_wrapper{
    padding: 0;
}

/*============Text Icon Box===============*/


/*======= Youtube Video Playlist =======*/

.store-mart-video-holder {
    background: #111;
    position: relative;
}

.big-video {
    width: 70%;
}

.big-video iframe {
    width: 100%;
}

.video-thumbs {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 60px;
    width: 30%;
}

.store-mart-video-thumbnails {
    height: 100%;
    color: #F6F6F6;
    position: relative;
    padding: 8px;
    overflow: hidden !important;
}

.store-mart-video-list {
    cursor: pointer;
    padding: 8px;
}

.store-mart-video-list.video-active {
    background: #444;
}

.store-mart-video-list:hover {
    background: #333;
}

.store-mart-video-list h6 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 1.3;
    color: #F6F6F6;
}

.store-mart-video-list .video-list-duration {
    font-size: 11px;
    color: #AAA;
    font-style: italic;
    font-weight: bold;
    font-family: Arial;
}

.store-mart-video-list img {
    width: 20%;
    max-width: 100px;
    float: left;
}

.video-title-duration {
    float: left;
    padding-left: 20px;
    width: 80%;
}

.video-controls {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    color: #FFF;
    z-index: 99;
    padding: 10px;
    height: 60px;
    background: #df3550;
}

.video-control-holder {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.video-control-holder > div {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    line-height: 40px;
}

.video-play-pause.playing .fa-play:before {
    content: "\f04c";
}

.store-mart-youtube-video-playlist .mCSB_outside + .mCSB_scrollTools {
    right: -4px;
}

.store-mart-youtube-video-playlist h3 {
    font-size: 1.3em;
    margin-bottom: 25px;
}

.video-track {
    margin-right: 100px;
    font-size: 14px;
}

.video-current-playlist {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shrink-playlist .big-video {
    width: 100%;
}

.shrink-playlist .video-thumbs {
    width: 100%;
    position: relative;
    height: 300px;
    margin-bottom: 60px;
}

.big-video-inner {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.big-video-inner iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*============ Pricing Table ===============*/

.store-mart-pricing-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.store-mart-pricing-table ul li {
    padding: 10px 0;
}

.ppt-heading {
    font-size: 1.5em;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ppt-price {
    font-size: 3.4em;
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 99;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.ppt-price span {
    display: block;
    margin-top: 8px;
    font-size: 0.8rem;
    font-weight: normal;
}

.store-mart-feaured-pricing.store-mart-pricing-table {
    transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}

/*Syle 1*/

.style1.store-mart-pricing-table {
    padding: 30px;
    background: #F6F6F6;
    border-radius: 5px;
    border: 1px solid #EEE;
}

.style1.store-mart-pricing-table .ppt-header {
    position: relative;
    background: #00fde3;
    margin-left: -42px;
    margin-top: -43px;
    margin-bottom: 30px;
    border-radius: 5px 0 5px 0;
    padding: 30px 40px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
    color: #FFF;
}

.style1.store-mart-pricing-table .ppt-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -1px;
    border-color: #1fddca #1fddca transparent transparent;
    border-style: solid;
    border-width: 4px 6px;
}

.style1.store-mart-pricing-table .ppt-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-color: transparent transparent #1fddca #1fddca;
    border-style: solid;
    border-width: 6px 4px;
}

.style1.store-mart-pricing-table .ppt-icon {
    position: absolute;
    font-size: 80px;
    right: 20px;
    bottom: 20px;
    line-height: 1;
    opacity: 0.8;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.style1.store-mart-pricing-table .ppt-footer {
    margin-top: 20px;
    text-align: center;
}

.style1.store-mart-pricing-table .ppt-button {
    background: #1cd0be;
    padding: 10px 30px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
}

.style1.store-mart-pricing-table:hover .ppt-icon {
    opacity: 1;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*Syle 2*/

.store-mart-pricing-table.style2 {
    background: #FFF;
    text-align: center;
}

.store-mart-pricing-table.style2 .ppt-header {
    border-bottom: 5px solid #EEE;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.store-mart-pricing-table.style2 .ppt-heading {
    background: #21a5ce;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    padding: 22px 0;
    font-size: 1.2em;
    margin-bottom: 0;
}

.store-mart-pricing-table.style2 .ppt-price {
    padding: 25px 0 0;
}

.store-mart-pricing-table.style2 .ppt-icon {
    height: 60px;
    width: 60px;
    background: #EEE;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 22px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
}

.store-mart-pricing-table.style2 .ppt-features {
    padding: 0 40px;
    margin-bottom: 40px;
}

.store-mart-pricing-table.style2 .ppt-features li {
    border-bottom: 1px solid #EEE;
    padding: 10px 0;
}

.store-mart-pricing-table.style2 .ppt-footer {
    padding-bottom: 40px;
}

.store-mart-pricing-table.style2 .ppt-button {
    border: 2px solid #ECECEC;
    padding: 10px 30px;
    color: inherit;
    display: inline-block;
}

.store-mart-pricing-table.style2:hover .ppt-header {
    border-color: #21a5ce;
}

.store-mart-pricing-table.style2:hover .ppt-icon {
    background-color: #21a5ce;
    color: #FFF;
}

.store-mart-pricing-table.style2 .ppt-button:hover {
    border-color: #21a5ce;
    color: #21a5ce;
}

/*Syle 3*/

.style3.store-mart-pricing-table.store-mart-pricing-table {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    background: #1fddca;
    text-align: center;
}

.style3.store-mart-pricing-table .ppt-header {
    background: #FFF;
    padding: 25px;
    position: relative;
}

.style3.store-mart-pricing-table .ppt-price {
    text-shadow: none;
}

.style3.store-mart-pricing-table .ppt-features {
    color: #FFF;
    padding: 70px 0 15px;
}

.style3.store-mart-pricing-table ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.style3.store-mart-pricing-table ul li:last-child {
    border-bottom: 0;
}

.style3.store-mart-pricing-table .ppt-icon {
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 25px;
    line-height: 1;
    background: #FFF;
    color: #1fddca;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: -25px;
    border-radius: 0 0 6px 6px;
}

.style3.store-mart-pricing-table .ppt-footer {
    padding: 15px 10px 20px;
    background: rgba(0, 0, 0, 0.05);
}

.style3.store-mart-pricing-table .ppt-footer a {
    display: inline-block;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
}

/*Style 4*/

.style4.store-mart-pricing-table {
    background: #F6F6F6;
    border: 1px solid #EEE;
}

.style4.store-mart-pricing-table .ppt-header {
    background: #1fddca;
    color: #FFF;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.style4.store-mart-pricing-table .ppt-heading {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.style4.store-mart-pricing-table .ppt-price {
    padding: 0 10px;
}

.style4.store-mart-pricing-table .ppt-icon {
    font-size: 28px;
    margin-top: 10px;
    display: block;
    position: relative;
    z-index: 99;
    line-height: 1;
}

.style4.store-mart-pricing-table ul li {
    padding: 10px;
}

.style4.store-mart-pricing-table ul li:nth-child(even) {
    background: #FFF;
}

.style4.store-mart-pricing-table .ppt-footer {
    text-align: center;
    padding: 15px;
}

.style4.store-mart-pricing-table .ppt-button {
    display: inline-block;
    background: #1cd0be;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
}

.style4.store-mart-pricing-table .ppt-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 50px;
    width: 50%;
    margin-top: -30px;
    background: #1fddca;
    -webkit-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}

.style4.store-mart-pricing-table .ppt-header:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    height: 50px;
    width: 50%;
    margin-top: -30px;
    background: #1fddca;
    -webkit-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}

/*Syle 5*/

.style5.store-mart-pricing-table {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.style5.store-mart-pricing-table .ppt-header {
    padding: 0 25px;
    background: #1cd0be;
    color: #FFF;
    margin-bottom: 40px;
    text-align: center;
}

.style5.store-mart-pricing-table .ppt-heading {
    position: relative;
    background: #1cc3b3;
    padding: 10px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 20px 10px;
}

.style5.store-mart-pricing-table .ppt-heading:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 30px;
    height: 100%;
    background: #1cc3b3;
    transform: skew(20deg);
}

.style5.store-mart-pricing-table .ppt-heading:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 30px;
    height: 100%;
    background: #1cc3b3;
    transform: skew(-20deg);
}

.style5.store-mart-pricing-table .ppt-icon {
    position: relative;
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 50px;
    background: #1cd0be;
    border-radius: 50%;
    border: 3px solid #FFF;
    display: inline-block;
    bottom: -27px;
    font-size: 20px;
}

.style5.store-mart-pricing-table .ppt-features {
    padding: 0 15px;
}

.style5.store-mart-pricing-table .ppt-footer {
    padding: 20px;
}

.style5.store-mart-pricing-table .ppt-footer a {
    display: block;
    background: #1cd0be;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    background-image: url('../images/small-arrow.png');
    background-position: 95% center;
    background-repeat: no-repeat;
}

/*Syle 6*/

.style6.store-mart-pricing-table {
    border: 2px solid #1cd0be;
    padding: 25px;
    background: #FFF;
    text-align: center;
}

.style6.store-mart-pricing-table .ppt-heading {
    position: relative;
    padding-bottom: 15px;
    font-size: 1.8em;
    margin-bottom: 40px;
}

.style6.store-mart-pricing-table .ppt-heading:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 70px;
    height: 2px;
    margin-left: -35px;
    background: #1fddca;
}

.style6.store-mart-pricing-table .ppt-price {
    margin: 0 25px 30px;
    color: #FFF;
    padding: 25px;
}

.style6.store-mart-pricing-table .ppt-icon {
    position: absolute;
    height: 20px;
    width: 30px;
    color: #1cd0be;
    line-height: 20px;
    text-align: center;
    background: #FFF;
    top: 100%;
    left: 50%;
    font-size: 14px;
    margin-left: -15px;
    margin-top: -8px;
    z-index: 99;
}

.style6.store-mart-pricing-table .ppt-footer {
    margin-top: 20px;
}

.style6.store-mart-pricing-table .ppt-footer a {
    display: block;
    background: #1cd0be;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

/*============ BlockQuote ===============*/

.store-mart-blockquote,
blockquote {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.pb-blockquote p:last-child {
    margin-bottom: 0;
}

.pb-author {
    font-size: 0.8em;
    margin-top: 20px;
    opacity: 0.9;
}

.pb-author .fa {
    margin-right: 10px;
}

.style1.store-mart-blockquote {
    background: #F6F6F6;
    padding: 25px;
    border-top: 4px solid #25bcea;
}

.style2.store-mart-blockquote {
    border-left: 5px solid #25bcea;
    padding: 0 0 0 25px;
}

.style2 .pb-blockquote::first-letter {
    font-size: 3.6em;
    float: left;
    line-height: 1;
    margin-right: 10px;
    color: #666;
}

.style2.store-mart-blockquote .pb-author {
    text-align: right;
}

.style3.store-mart-blockquote,
blockquote {
    text-align: center;
    padding: 0 40px;
    position: relative;
    clear: both;
}

.style3.store-mart-blockquote .pb-blockquote {
    position: relative;
}

.style3.store-mart-blockquote .pb-blockquote:before,
blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    color: rgba(0,0,0,0.1);
    z-index: -1;
}

.style3.store-mart-blockquote .pb-blockquote:after,
blockquote:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 26px;
    color: rgba(0,0,0,0.1);
    z-index: -1;
}

.style4.store-mart-blockquote .pb-blockquote {
    margin: 30px 0 30px 55px;
    position: relative;
    border-left: 5px solid #ECECEC;
    padding-left: 20px;
    color: #888;
}

.style4.store-mart-blockquote .pb-blockquote:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 38px;
    left: -53px;
    top: 2px;
    background: url('../images/left-quotation-mark.png') no-repeat;
}

.style4.store-mart-blockquote .pb-author {
    text-align: right;
}

.style5.store-mart-blockquote {
    background: #F6F6F6;
    padding: 30px;
}

.style5.store-mart-blockquote .pb-blockquote {
    padding-left: 30px;
    position: relative;
}

.style5.store-mart-blockquote .pb-blockquote:after {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    left: -5px;
    top: 0;
    font-size: 26px;
    color: #ECECEC;
}

/*========= Social Icon ==========*/

.store-mart-social-icons.psi-alignleft {
    text-align: left;
}

.store-mart-social-icons.psi-alignright {
    text-align: right;
}

.store-mart-social-icons.psi-aligncenter {
    text-align: center;
}

.store-mart-social-icons.psi-alignleft a {
    margin-right: 10px;
}

.store-mart-social-icons.psi-alignright a {
    margin-left: 10px;
}

.store-mart-social-icons.psi-aligncenter a {
    margin: 5px;
}

.store-mart-social-icons a {
    display: inline-block;
    margin: 5px 0;
    line-height: 1;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #FFF !important;
}

.store-mart-social-icons a:hover {
    opacity: 0.9;
}

.store-mart-social-icons.psi-tiny a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 12px;
}

.store-mart-social-icons.psi-small a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 18px;
}

.store-mart-social-icons.psi-medium a {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 20px;
}

.store-mart-social-icons.psi-large a {
    height: 66px;
    width: 66px;
    line-height: 66px;
    font-size: 30px;
}

.store-mart-social-icons.psi-verylarge a {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 44px;
}

/*Style1*/

.style1.store-mart-social-icons a {
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    padding: 0 10px;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
}

.style1.psi-large.store-mart-social-icons a,
.style1.psi-verylarge.store-mart-social-icons a {
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
}

.style1.store-mart-social-icons a .fa {
    margin-right: 10px;
}

.style1.store-mart-social-icons a span {
    font-size: 0.9em;
}

.style1.psi-column2,
.style1.psi-column3,
.style1.psi-column4 {
    margin-left: -2%;
}

.style1.psi-column2 a {
    float: left;
    margin-left: 2%;
    width: 48%;
}

.style1.psi-column3 a {
    float: left;
    margin-left: 2%;
    width: 31.33%;
}

.style1.psi-column4 a {
    float: left;
    margin-left: 2%;
    width: 23%;
}

/*Style3*/

.style3.store-mart-social-icons a {
    border-radius: 50%;
}

/*Style4*/

.style4.store-mart-social-icons.psi-tiny a {
    margin-bottom: 20px;
}

.style4.store-mart-social-icons.psi-small a {
    margin-bottom: 25px;
}

.style4.store-mart-social-icons.psi-medium a {
    margin-bottom: 33px;
}

.style4.store-mart-social-icons.psi-large a {
    margin-bottom: 44px;
}

.style4.store-mart-social-icons.psi-verylarge a {
    margin-bottom: 62px;
}

.style4.store-mart-social-icons a span {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
}

.style4.store-mart-social-icons.psi-tiny a span {
    border-width: 13px;
}

.style4.store-mart-social-icons.psi-small a span {
    border-width: 18px;
}

.style4.store-mart-social-icons.psi-medium a span {
    border-width: 23px;
}

.style4.store-mart-social-icons.psi-large a span {
    border-width: 33px;
}

.style4.store-mart-social-icons.psi-verylarge a span {
    border-width: 50px;
}

.style4.store-mart-social-icons .fa {
    padding-top: 42%;
}

/*Style5*/

.style5.store-mart-social-icons a {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.style5.store-mart-social-icons a i {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.style5.store-mart-social-icons.psi-tiny a {
    margin: 10px;
}

.style5.store-mart-social-icons.psi-small a {
    margin: 12px;
}

.style5.store-mart-social-icons.psi-medium a {
    margin: 15px;
}

.style5.store-mart-social-icons.psi-large a {
    margin: 20px;
}

.style5.store-mart-social-icons.psi-verylarge a {
    margin: 28px;
}

/*============ TEAM ===============*/

.store-mart-team h4 {
    font-size: 1.5em;
}

.pt-designation {
    margin-bottom: 10px;
    font-size: 0.9em;
    opacity: 0.8;
}

/*Style1*/

.style1.store-mart-team {
    text-align: center;
}

.style1.store-mart-team .pt-image {
    margin-bottom: 20px;
    height: 340px;
    overflow: hidden;
    position: relative;
}

.style1.store-mart-team .pt-image img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    width: auto;
    max-width: 600px;
    min-width: 100%;
}

.style1.store-mart-team .pt-social-icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;

}

.style1.store-mart-team .pt-social-icons a {
    background: #25bcea;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
}

.style1.store-mart-team .pt-social-icons a i {
    line-height: 36px;
}

/*Style2*/

.style2.store-mart-team {
    text-align: center;
}

.style2.store-mart-team .pt-image {
    text-align: center;
    margin-bottom: 15px;
}

.style2.store-mart-team .pt-image img {
    border-radius: 50%;
}

.style2.store-mart-team .pt-social-icons {
    margin-top: 20px;
}

.style2.store-mart-team .pt-social-icons a {
    background: #25bcea;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

.style2.store-mart-team .pt-social-icons a i {
    line-height: 32px;
}

/*Style3*/

.style3.store-mart-team .pt-image {
    margin-bottom: 10px;
}

.style3.store-mart-team h4 {
    margin-bottom: 8px;
}

.style3.store-mart-team .pt-line {
    border-bottom: 1px solid #c3c2c2;
    margin-bottom: 10px;
    opacity: 0.6;
}

.style3.store-mart-team .pt-social-icons {
    margin-top: 20px;
}

.style3.store-mart-team .pt-social-icons a {
    background: #25bcea;
    display: inline-block;
    margin-right: 8px;
    height: 32px;
    width: 32px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

/*Style4*/

.style4.store-mart-team {
    text-align: center;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.style4.store-mart-team .pt-image {
    height: 320px;
    overflow: hidden;
    position: relative;
}

.style4.store-mart-team .pt-image img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.style4.store-mart-team .pt-intro {
    background: #FFF;
    padding: 15px;
}

.style4.store-mart-team .pt-social-icons {
    margin-top: 20px;
}

.style4.store-mart-team .pt-social-icons a {
    background: #25bcea;
    display: inline-block;
    margin-right: 8px;
    height: 32px;
    width: 32px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

.style4.store-mart-team .pt-svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0
}

/*=========Tesimonial=============*/

.store-mart-testimonial {
    position: relative;
}

.ptl-testimonial {
    margin-bottom: 20px;
}

.store-mart-testimonial h4 {
    font-size: 1.2em;
    margin: 0 0 5px;
    line-height: 1;
}

.style1.store-mart-testimonial {
    background: url('../images/comment-icon.png') no-repeat top left;
    padding-top: 50px;
}

.style1.store-mart-testimonial .ptl-image {
    height: 80px;
    width: 80px;
    float: left;
}

.style1.store-mart-testimonial .ptl-image img {
    border-radius: 50%;
}

.style1.store-mart-testimonial .ptl-header {
    margin-top: 30px;
}

.style1.store-mart-testimonial .ptl-image + .ptl-header {
    margin-left: 100px;
}

/*Style2*/

.style2.store-mart-testimonial .ptl-image {
    width: 120px;
    float: left;
}

.style2.store-mart-testimonial .ptl-testimonial {
    margin-left: 140px;
}

.style2.store-mart-testimonial .ptl-header {
    margin-left: 140px;
}

/*Style3*/

.style3.store-mart-testimonial .ptl-testimonial {
    background: #FFF;
    padding: 20px;
    margin: 0;
    border: 1px solid #F6F6F6;
    border-bottom: 0;
}

.style3.store-mart-testimonial .ptl-header {
    background: #25bcea;
    color: #FFF;
    padding: 20px;
    padding-right: 100px;
}

.style3.store-mart-testimonial .ptl-header h4 {
    color: #FFF;
}

.style3.store-mart-testimonial .ptl-image {
    width: 80px;
    position: absolute;
    top: 100%;
    right: 10px;
    margin-top: -40px;
}

.style3.store-mart-testimonial .ptl-image img {
    border-radius: 50%;
    border: 3px solid #FFF;
}

/*style4*/

.style4.store-mart-testimonial {
    text-align: center;
}

.style4.store-mart-testimonial .ptl-image {
    margin-bottom: 20px;
}

.style4.store-mart-testimonial .ptl-image img {
    border-radius: 50%;
}

/*=========store-mart News=========*/

/*=========store-mart News Ticker=========*/

.store-mart-news-ticker {
    margin: 25px 0;
    position: relative;
    background: #FFF;
}

.smnt-title {
    float: left;
    margin-right: 30px;
    font-size: 1em;
    text-transform: uppercase;
    padding: 13px 25px;
    line-height: 1;
    position: relative;
    background: #df3550;
    color: #fff;
}

.store-mart-news-ticker h4 {
    font-size: 1em;
    margin: 0;
    display: none;
    font-weight: normal;
}

.store-mart-news-ticker .owl-item h4 {
    display: block;
}

.store-mart-news-ticker h4 a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smnt-list {
    margin-right: 70px;
}

.smnt-list .owl-item {
    padding: 13px 0;
}

.smnt-list .owl-nav {
    position: absolute;
    right: -60px;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 20px;
}

.smnt-list .owl-nav {
    margin-top: 0;
}

.smnt-list .owl-nav [class*=owl-] {
    padding: 0;
}

.smnt-list .owl-nav .owl-prev,
.smnt-list .owl-nav .owl-next {
    display: inline-block;
    background: #333;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.smnt-list .owl-nav .fa {
    font-size: 14px;
}

.smnt-list .owl-nav .owl-next {
    margin-left: 4px;
}

/*style1*/

.style1.store-mart-news-ticker {
    background: #F6F6F6;
}

/*style2*/

.style2.store-mart-news-ticker {
    border-radius: 60px;
    background: #f1f1f1;
}

.style2 .smnt-title {
    border-radius: 60px;
}

/*style3*/

.style3 .smnt-title span {
    position: absolute;
    left: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #df3550;
    top: 50%;
    transform: translateY(-50%);
}




.pbg-short-content {
    font-size: 1em;
    margin-top: 8px;
}

.pbg2-big-wrapper img,
.pbg7-right img,
.pbg9-big-thumb img,
.pbg10-big-block img,
.pbg11-big-block img,
.pbg11-medium-block img,
.pbg12-blog-list img {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.pbg-category {
    margin-bottom: 8px;
}

.pbg-category a {
    display: inline-block;
    pointer-events: auto;
    font-size: 10px;
    padding: 5px 8px;
    color: #FFF;
    line-height: 1;
    border-radius: 50px;
    text-transform: uppercase;
}

.pbg-category a:hover {
    color: #FFF;
    background: #000;
}



/*store-mart Default Components*/

.vc_progress_bar .vc_single_bar {
    box-shadow: none;
    border-radius: 0;
    line-height: 1;
    height: 12px;
    margin: 40px 0 10px;
    background: #EEE;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0;
}

.vc_progress_bar .vc_single_bar .vc_label {
    position: absolute;
    padding: 0;
    bottom: 100%;
    font-size: 1em;
    width: 100%;
    margin-top: -8px;
    min-width: 200px;
    padding: 0 !important;
}

.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    color: #FFF;
    padding: 4px 6px;
    font-size: 0.8em;
    border-radius: 4px;
    transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.vc_progress_bar .vc_single_bar .vc_label .vc_label_units:after {
    content: "";
    position: absolute;
    left: 50%;
    border-color: #000 transparent transparent;
    border-width: 3px;
    border-style: solid;
    top: 100%;
    margin-left: -3px;
}

/*============ TEAM CAROUSEL ===============*/

.store-mart-team-carousel {
    margin-bottom: 50px;
}

.store-mart-team-carousel .owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.ptc-team-detail {
    position: relative;
    background: #FAFAFA;
    padding: 25px 15px;
    text-align: center;
}

.ptc-team-detail h4 {
    font-size: 1.2em;
    margin-bottom: 8px;
    font-weight: bold;
}

.ptc-team-detail .ptc-team-designation {
    opacity: 0.8;
}

.ptc-social-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.ptc-social-icon a {
    background: #25bcea;
    color: #FFF;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    margin: 0 2px;
    font-size: 13px;
    border-radius: 50%;
}

.ptc-social-icon a:hover {
    color: #FFF;
}

.store-mart-team-carousel .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    height: 50px;
    width: 30px;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.store-mart-team-carousel .owl-carousel:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}

.store-mart-team-carousel .owl-nav .owl-prev {
    left: 0;
}

.store-mart-team-carousel .owl-nav .owl-next {
    right: 0;
}

.store-mart-team-carousel .owl-carousel .owl-dot,
.store-mart-team-carousel .owl-carousel .owl-nav .owl-next,
.store-mart-team-carousel .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.store-mart-team-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.store-mart-team-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.store-mart-team-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-nav.disabled,
.owl-dots.disabled {
    display: none;
}

/*============ TEAM GRID===============*/

.store-mart-team-grid {
    margin-left: -2%;
}

.store-mart-team-grid h4 {
    font-size: 1.3em;
}

.pt-designation {
    margin-bottom: 10px;
    font-size: 0.92em;
    opacity: 0.8;
}

.store-mart-team-grid .ptg-list {
    float: left;
    margin-left: 2%;
    margin-bottom: 30px;
}

.ptg-col-1 .ptg-list {
    width: 98%;
}

.ptg-col-2 .ptg-list {
    width: 48%;
}

.ptg-col-2 .ptg-list:nth-child(2n + 1) {
    clear: both;
}

.ptg-col-3 .ptg-list {
    width: 31.333%;
}

.ptg-col-3 .ptg-list:nth-child(3n + 1) {
    clear: both;
}

.ptg-col-4 .ptg-list {
    width: 23%;
}

.ptg-col-4 .ptg-list:nth-child(4n + 1) {
    clear: both;
}

.ptg-col-5 .ptg-list {
    width: 18%;
}

.ptg-col-5 .ptg-list:nth-child(5n + 1) {
    clear: both;
}

.ptg-col-6 .ptg-list {
    width: 14.66%;
}

.ptg-col-6 .ptg-list:nth-child(6n + 1) {
    clear: both;
}

.ptg-col-7 .ptg-list {
    width: 12.2857%;
}

.ptg-col-7 .ptg-list:nth-child(7n + 1) {
    clear: both;
}

.ptg-col-8 .ptg-list {
    width: 10.5%;
}

.ptg-col-8 .ptg-list:nth-child(8n + 1) {
    clear: both;
}

/*Style1*/

.style1.store-mart-team-grid .ptg-list {
    text-align: center;
}

.style1.store-mart-team-grid .pt-image {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.style1.store-mart-team-grid .pt-social-icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;

}

.style1.store-mart-team-grid .pt-social-icons a {
    background: #25bcea;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
}

.style1.store-mart-team-grid .pt-social-icons a i {
    line-height: 36px;
}

/*Style2*/

.style2.store-mart-team-grid .ptg-list {
    text-align: center;
}

.style2.store-mart-team-grid .pt-image {
    text-align: center;
    margin-bottom: 15px;
}

.style2.store-mart-team-grid .pt-image img {
    border-radius: 50%;
}

.style2.store-mart-team-grid .pt-social-icons {
    margin-top: 20px;
}

.style2.store-mart-team-grid .pt-social-icons a {
    background: #25bcea;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

.style2.store-mart-team-grid .pt-social-icons a i {
    line-height: 32px;
}

/*Style3*/

.style3.store-mart-team-grid .pt-image {
    margin-bottom: 10px;
}

.style3.store-mart-team-grid h4 {
    margin-bottom: 8px;
}

.style3.store-mart-team-grid .pt-line {
    border-bottom: 1px solid #c3c2c2;
    margin-bottom: 10px;
    opacity: 0.6;
}

.style3.store-mart-team-grid .pt-social-icons {
    margin-top: 20px;
}

.style3.store-mart-team-grid .pt-social-icons a {
    background: #25bcea;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
    height: 32px;
    width: 32px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

/*Style4*/

.style4.store-mart-team-grid {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.style4.store-mart-team-grid .pt-image {
    overflow: hidden;
    position: relative;

}

.style4.store-mart-team-grid .pt-intro {
    background: #FFF;
    padding: 15px;
}

.style4.store-mart-team-grid .pt-social-icons {
    margin-top: 20px;
}

.style4.store-mart-team-grid .pt-social-icons a {
    background: #25bcea;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 5px;
    height: 32px;
    width: 32px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

.style4.store-mart-team-grid .pt-svg {
    position: absolute;
    bottom: -1px;
    left: -2px;
    right: -2px;
    width: 105%;
}

/*============ TESTIMONIAL SLIDER ===============*/

.store-mart-testimonial-slider {
    margin: 0 auto;
}

.store-mart-testimonial-slider.style1 {
    text-align: center;
}

.store-mart-testimonial-slider.style1 .pts-thumb-wrap {
    width: 120px;
    margin: 0 auto 25px;
}

.store-mart-testimonial-slider.style2 .pts-thumb-wrap {
    width: 150px;
    float: left;
    margin-right: 25px;
    border-right: 6px solid rgba(0, 0, 0, 0.1);
    padding-right: 30px;
}

.pts-thumb-wrap img {
    border-radius: 50%;
}

.store-mart-testimonial-slider.style2 .pts-client-intro {
    text-align: right;
}

.pts-client-intro h4 {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 6px;
}

.pts-testomonial-designation {
    opacity: 0.9;
    font-size: 0.92em;
}

.store-mart-testimonial-slider .owl-dots {
    text-align: center;
    margin: 40px 0 50px;
}

.store-mart-testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 3px;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 1px;
}

.store-mart-testimonial-slider .owl-dots .owl-dot.active {
    width: 25px;
    background: rgba(0, 0, 0, 0.8);
}

/*============ PORTFOLIO SLIDER ===============*/

.store-mart-portfolio-slider .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    height: 50px;
    width: 30px;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.store-mart-portfolio-slider .owl-carousel:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}

.store-mart-portfolio-slider .owl-nav .owl-prev {
    left: 10px;
}

.store-mart-portfolio-slider .owl-nav .owl-next {
    right: 10px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.store-mart-portfolio-slider .owl-dots {
    text-align: center;
    margin-top: 25px;
    position: absolute;
    top: 100%;
    width: 100%;
}

.store-mart-portfolio-slider .owl-dots .owl-dot {
    display: inline-block;
}

.store-mart-portfolio-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    position: relative;
}

.store-mart-portfolio-slider .owl-dots .owl-dot.active span:after {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.owl-carousel[data-pager="true"] {
    margin-bottom: 60px;
}

/*============ LOGO SLIDER ===============*/

.plc-slide {
    position: relative;
    text-align: center;
}

.store-mart-logo-carousel .owl-stage {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.store-mart-logo-carousel .owl-carousel .owl-item img {
    margin: 0 auto;
}

.store-mart-logo-carousel.with-border .plc-slide {
    border: 1px solid #EEE;
    padding: 20px;
    margin: 2px;
}

.store-mart-logo-carousel .owl-carousel .owl-item img {
    width: auto;
}

.store-mart-logo-carousel .owl-nav [class*="owl-"] {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    line-height: 38px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 20px;
}

.store-mart-logo-carousel .owl-carousel:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}

.store-mart-logo-carousel .owl-nav .owl-prev {
    left: 10px;
}

.store-mart-logo-carousel .owl-nav .owl-next {
    right: 10px;
}

.store-mart-logo-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
    position: absolute;
    top: 100%;
    width: 100%;
}

.store-mart-logo-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.store-mart-logo-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    position: relative;
}

.store-mart-logo-carousel .owl-dots .owl-dot.active span:after {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

/*============ CountDown ===============*/

.store-mart-countdown {
    text-align: center;
}

.store-mart-countdown.layout1 > span,
.store-mart-countdown.layout2 > span {
    display: inline-block;
    line-height: 1;
    padding: 0 20px;
}

.store-mart-countdown.layout2 span span {
    display: block;
    margin-top: 10px;
}

.store-mart-countdown.layout3 h4 {
    margin-bottom: 10px;
}

.store-mart-countdown-wrap {
    text-align: center;
}

.store-mart-countdown.layout4 {
    display: inline-block;
    width: auto;
}

/*============ Typing Text ===============*/

.store-mart-typingtext {
    margin: 0;
}

.typed-cursor {
    opacity: 1;
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
}

@keyframes typedjsBlink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes typedjsBlink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
}

.typed-fade-out {
    opacity: 0;
    transition: opacity .25s;
    -webkit-animation: 0;
    animation: 0;
}

/*============ UnOrdered List ===============*/

.store-mart-unorderedlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-mart-unorderedlist ul li > i {
    margin-right: 10px;
    color: inherit;
}

/*============ DropCaps ===============*/

.store-mart-dropcaps .dropcap {
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    box-sizing: content-box;
    line-height: 1;
}

.store-mart-dropcaps.circle-dropcap .dropcap,
.store-mart-dropcaps.square-dropcap .dropcap {
    padding: 10px;
}

.store-mart-dropcaps.circle-dropcap .dropcap {
    border-radius: 50%;
}

.store-mart-dropcaps.circle-dropcap .dropcap:before,
.store-mart-dropcaps.square-dropcap .dropcap:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    padding-top: 100%;
    height: 0;
    box-sizing: content-box;

}

@media screen and (max-width: 768px){
    .store-mart-blog-grid img{
        width: 100%;
    }

    .pbg1-big-wrapper{
        width: auto;
        float: none;
        padding-right: 0;
        max-height: none;
        margin-bottom: 4px;
    }

    .pbg1-small-wrapper{
        width: auto;
        float: none;
        padding-left: 0;
    }

    .pbg1-small-wrapper article{

    }

    .pbg1-small-wrapper .article-wrapper{
        margin-top: 0;
    }

    .pbg1-small-wrapper article{
        max-height: none;
        margin: 0 0 4px;
    }

    .pbg2-wrap.flex-box{
        display: block;
    }

    .pbg2-big-wrapper,
    .pbg2-small-wrapper{
        width: auto;
        float: none;
        max-height: none;
        padding: 0;
    }

    .pbg2-big-wrapper img{
        position: static;
        max-width: 100%
    }

    .pbg2-small-wrapper .article-wrapper{
        margin-top: 0;
    }

    .store-mart-blog-grid3 .pbg3-bottom-row article{
        width: 50%;
        margin-bottom: 15px;
    }

    .pbg6-top-block.flex-box,
    .pbg6-bottom-block.flex-box{
        display: block;
    }

    .store-mart-blog-grid6 .pbg6-big-thumb{
        width: 100%;
    }

    .store-mart-blog-grid6 article{
        width: 50%;
        max-height: none;
    }

    .pbg7-wrap.flex-box{
        display: block;
    }

    .pbg7-half-block{
        width: 100%;
        float: none;
    }

    .pbg7-right img{
        position: static;
        max-width: 100%;
    }

    .pbg7-half-block.pbg7-right{
        margin-top: 0;
    }

    .pbg8-blog-list{
        width:50%;
        margin-bottom: 6px;
    }

    .pbg9-wrap.flex-box{
        display: block;
    }

    .pbg9-blog-list.pbg9-big-thumb{
        width: 100%;
        margin-bottom: 6px;
    }

    .pbg9-big-thumb img{
        position: static;
        max-width: 100%;
    }

    .pbg9-blog-list{
        width: 50%;
        max-height: none;
    }  

    .pbg10-wrap.flex-box{
        margin-left: 0;
        display: block;
    }

    .pbg10-big-block{
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 10px;
    }

    .pgb10-small-block{
        width: auto;
        float: none;
        padding-left: 0;
        margin-top: 0;
        margin-left: -2%;
    }

    .pgb10-small-block article{
        width: 48%;
        float: left;
        margin-left: 2%;
    }

    .pbg10-big-block img{ 
        position: static;
        max-width: 100%
    }

    .pbg11-wrap.flex-box{
        display: block;
    }

    .pbg11-big-block{
        width: 100%;
        float: none;
    }

    .pbg11-small-block{
        margin-top: 0;
    }

    .pbg11-small-block, .pbg11-medium-block{
        width: 50%
    }

    .pbg11-big-block img,
    .pbg11-medium-block img{
        position: static;
        max-width: 100%;
    }

    .pbg11-medium-block article{
        margin-top: 4px;
    }

    .pbg12-wrap{
        margin-left: 0;
    }

    .pbg12-big-block,
    .pbg12-small-block{
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 4px;
    }

    .pbg12-big-block article{
        height: auto;
    }

    .pbg12-small-block article{
        height: auto;
    }

    .pbg12-blog-list img{
        position: static;
        max-width: none;
    }

    .pbg12-small-block article{
        width: 33.33%;
        float: left;
    }

    .pbb2-column-3 .pbb2-bottom-row article:nth-child(3n+1) {
        clear: none;
    }

    .pbb2-column-3 .pbb2-bottom-row article:nth-child(2n+1) {
        clear: both;
    }

    .pbb3-column-3 article{
        width: 46%
    }

    .pbb3-column-3 article:nth-child(3n+1) {
        clear: none;
    }

    .pbb3-column-3 article:nth-child(2n+1) {
        clear: both;
    }

    .pbb4-column-3 article{
        width: 48%;
    }

    .pbb4-column-3 article:nth-child(3n+1) {
        clear: none;
    }

    .pbb4-column-3 article:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (max-width: 580px){
    .smnt-title{
        float: none;
        margin-right: 0;
    }

    .smnt-list{
        padding-left: 25px;
    }

    .store-mart-blog-block .pbb-image img{
        width: 100%
    }

    .pbg3-top-row{
        margin-left: 0;
    }

    .store-mart-blog-grid3 .pbg3-top-row article{
        width: auto;
        float: none;
        padding-left: 0;
        margin-bottom: 15px;
    }

    .store-mart-blog-grid3 .pbg3-top-row article:last-child{
        margin-bottom: 0;
    }

    .pgb4-wrap{
        margin-left: 0;
    }

    .store-mart-blog-grid4 article{
        width: auto;
        float: none;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .store-mart-blog-grid4 article:last-child{
        margin-bottom: 0;
    }

    .store-mart-blog-grid5-wrap{
        margin-left: 0;
    }

    .store-mart-blog-grid5 article{
        width: auto;
        float: none;
        margin-left: 0;
    }

    .pbg7-wrap{
        margin-left: 0;
    }

    .pbg7-half-block.pbg7-left article{
        width: auto;
        float: none;
        padding-left: 0;
        margin-bottom: 4px;
    }

    .pbg7-half-block.pbg7-right article{
        height: auto;
        padding: 0;
        margin-bottom: 4px;
    }

    .pbg8-wrap{
        margin-left: 0;
    }

    .pbg8-blog-list{
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 6px;
    }

    .pbg9-wrap{
        margin-left: 0;
    }

    .pbg9-blog-list{
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 6px;
    }

    .pgb10-small-block{
        margin: 0;
    }

    .pgb10-small-block article{
        float: none;
        width: auto;
        margin: 10px 0 0;
    }

    .pbg10-big-block .pbg-short-content{
        display: none;
    }

    .pbg10-big-block .pbg-excerpt h4{
        font-size: 1.2em;
    }

    .pbg12-small-block{
        margin-top: 0;
    }

    .pbg12-small-block article{
        width: 100%;
        float: none;
    }

    .pbb1-left-block,
    .pbb1-right-block{
        width: auto;
        float: none;
    } 

    .pbb1-left-block{
        margin-bottom: 30px;
    }

    .pbb2-top-row, .pbb2-bottom-row{
        margin-left: 0;
    }

    .store-mart-blog-block2 article{
        width: auto;
        float: none;
        margin: 0 0 20px;
    }

    .pbb3-wrap{
        margin-left: 0;
    }

    .store-mart-blog-block3 article{
        width: auto;
        float: none;
        margin: 0 0 20px;
    }

    .pbb4-wrap{
        margin-left: 0;
    }

    .store-mart-blog-block4 article{
        width: auto;
        margin: 0 0 20px;
        float: none;
    }

}

@media screen and (max-width: 480px){
    .pbg1-small-wrapper .article-wrapper{
        margin-left: 0;
    }

    .pbg1-small-wrapper article{
        width: auto;
        float: none;
        padding: 0;
    }

    .pbg2-small-wrapper .article-wrapper{
        margin-left: 0;
    }

    .pbg2-small-wrapper article{
        width: auto;
        float: none;
        padding: 0;
    }

    .pbg3-top-row, .pbg3-bottom-row{
        margin: 0;
    }

    .store-mart-blog-grid3 .pbg3-bottom-row article{
        width: auto;
        float: none;
        padding: 0;
    }

    .store-mart-blog-grid3 .pbg3-top-row article:last-child{
        margin-bottom: 15px;
    }

    .pbg6-top-block, 
    .pbg6-bottom-block{
        margin: 0;
    }

    .store-mart-blog-grid6 article{
        width: auto;
        float: none;
        padding: 0;
    }

    .pbg11-wrap{
        margin: 0;
    }

    .pbg11-big-block{
        padding: 0;
    }

    .pbg11-small-block, 
    .pbg11-medium-block{
        width: auto;
        float: none;
        padding: 0;
    }

    .store-mart-blog-block5 .pbb-image,
    .blog-style2 .entry-image{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .pbb5-excerpt-wrap,
    .blog-style2 .entry-excerpt{
        width: 100%;
        float: none;
    }

    .alignleft,
    .alignright{
        display: block;
        float: none;
        margin:0 0 20px;
    }

    img.alignleft,
    img.alignright{
        width: 100%;
    }
}

/* new demo product cta */
/* .zigcy-product-cta {
    position: relative;
}
.zigcy-product-cta .zpc-wrap.woocommerce {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.zigcy-product-cta img {
    width: 100%;
}

.zigcy-product-cta .zpc-wrap.woocommerce .product-sub-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.zigcy-product-cta .zpc-wrap.woocommerce .product-title,
.zigcy-product-cta .zpc-wrap.woocommerce .product-price {
    text-transform: uppercase;
    font-size: 28px;
}
.zigcy-product-cta .zpc-wrap.woocommerce .product-price {
    margin-bottom: 43px;
}
.zigcy-product-cta .zpc-wrap.woocommerce a {
    border: 2px solid #fff;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15px;
}
.zigcy-product-cta .zpc-wrap.woocommerce .product-sub-title,
.zigcy-product-cta .zpc-wrap.woocommerce .product-title,
.zigcy-product-cta .zpc-wrap.woocommerce .product-price,
.zigcy-product-cta .zpc-wrap.woocommerce a{
    color: #FFF;
}
.zigcy-product-cta .zpc-wrap.woocommerce a:hover {
    background: #333;
    border-color: #333;
} */

/* product carousel */
/* .zigcy-product-carousel .woocommerce ul.products li.product{
    width: 100%;
}
.zigcy-product-carousel .title-main {
    padding: 5px 15px;
}
.zigcy-product-carousel .title-main:after {
    content: "";
    background: #b5b5b5;
    height: 1px;
    width: 97%;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.zigcy-product-carousel .owl-nav {
    position: absolute;
    top: -12%;
    right: 18px;
    margin-top: 0;
}
.vc_col-sm-8 .zigcy-product-carousel .owl-nav{
    top: -15.5%;
}
.zigcy-product-carousel .owl-prev:after {
    content: "/";
    padding-left: 10px;
    font-weight: 400;
    font-size: 11px;
}
.zigcy-product-carousel .owl-theme .owl-nav [class*=owl-]{
    background: transparent;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
}
@media only screen and (max-width:1050px) {
    .zigcy-product-carousel .owl-nav {
        top: -12.5%;
    }
}
@media only screen and (max-width:975px) {
    .zigcy-product-carousel .owl-nav {
        top: -13.5%;
    }
}
@media only screen and (max-width:895px) {
    .zigcy-product-carousel .owl-nav {
        top: -14.5%;
    }
}
@media only screen and (max-width:800px) {
    .zigcy-product-carousel .owl-nav {
        top: -16.5%;
    }
}
@media only screen and (max-width:600px) {
    .zigcy-product-carousel .owl-nav {
        top: -18%;
    }
}
@media only screen and (max-width:480px) {
    .zigcy-product-carousel .owl-nav {
        top: -21%;
    }
} */
/*product slider cta  */
/* .zigcy-product-slider-cta .item-inner-wrapp {
    padding-top: 30px;
}
.zigcy-product-slider-cta .item-inner-wrapp .product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zigcy-product-slider-cta .item-img {
    float: left;
    width: 50%;
}
.zigcy-product-slider-cta .item-img img {
    width: auto;
}
.zigcy-product-slider-cta .item-info-wrapp {
    float: left;
    width: 50%;
    padding-left:50px;
}

.zigcy-product-slider-cta .subtitle {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    color: rgba(255,255,255,.8);
}
.zigcy-product-slider-cta h2.woocommerce-loop-product__title a {
    font-size: 44px;
}

.zigcy-product-slider-cta h2.woocommerce-loop-product__title a,
.zigcy-product-slider-cta .woocommerce div.product span.price,
.zigcy-product-slider-cta .woocommerce a.button{
    color: #FFF;
    line-height: 1.2;
    
}
.zigcy-product-slider-cta .woocommerce div.product span.price{
    font-size: 30px;
    margin-right: 22px;
    vertical-align: middle;
}
.zigcy-product-slider-cta .woocommerce del span.woocommerce-Price-amount.amount{
    font-size: 22px;
    color: rgba(255,255,255,.8);
        
}
.zigcy-product-slider-cta .woocommerce a.button {
    background: transparent;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 0;
}
.zigcy-product-slider-cta .woocommerce a.button:hover{
    border-color: #333;
    background: #333;
    color: #FFF;
}

.zigcy-product-slider-cta .owl-theme .owl-dots .owl-dot.active span{
    background: #FFF;
}
.zigcy-product-slider-cta .owl-theme .owl-dots .owl-dot span{
    border: 2px solid rgba(255,255,255,.5);
    background: transparent;
} */
