
img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

/*-----------------------
4. single product branding CSS
-------------------------*/
.product-page-brand {
    margin-top: 90px;
}

/*-----------------------
4. single product tab CSS
-------------------------*/
#single-product-tab .active img {
    border: 1px solid #05c2f9;
}

ul#single-product-tab {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

    ul#single-product-tab li {
        width: 25%;
        float: left;
        padding: 0px 5px;
        border: 1px solid transparent;
    }

.single-pro-list {
    margin-top: 20px;
}

.single-product-details h1 {
    font-size: 24px;
}

.single-product-details h1, .single-pro-size h6, .color-quality-details h5, .color-quality h4, .single-social-area h3, .sb-shop-product-single h2 {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.single-pro-star, .list-star {
    color: #05c2f9;
    font-size: 14px;
}

    .single-pro-star i {
        margin: 0px 1px;
    }

.single-pro-price {
    margin: 25px 0px;
}

.single-regular, .list-regular {
    color: #333333;
    font-weight: 700;
    font-size: 24px;
}

.single-old, .list-old {
    color: #909090;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 10px;
}

.single-pro-cn h3 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}

.single-pro-cn p, .list-pro-cn p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
}

.single-pro-size h6, .color-quality-details h5, .color-quality h4, .single-social-area h3 {
    font-size: 14px;
}

.single-pro-size {
    margin: 35px 0px;
}

    .single-pro-size span {
        border: 1px solid #ececec;
        color: #606060;
        font-size: 12px;
    }

.color-quality-details {
    float: left;
}

    .color-quality-details .red, .sidebar-color-area .red {
        background: #00ffff;
    }

    .color-quality-details .green, .sidebar-color-area .green {
        background: #ef7676;
    }

    .color-quality-details .yellow, .sidebar-color-area .yellow {
        background: #f06eaa;
        border: 1px solid #05c2f9;
    }

    .color-quality-details .black, .sidebar-color-area .black {
        background: #2094ed;
    }

    .color-quality-details .white, .sidebar-color-area .white {
        background: #f7941d;
    }

    .single-pro-size span, .color-quality-details span {
        display: inline-block;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
        margin-right: 10px;
    }

.single-arrow-area {
    height: 25px;
    width: 25px;
    border: 1px solid #ececec;
}

.color-quality {
    float: left;
    margin: 0px 90px;
}

.pro-quantity-changer a {
    border: 1px solid #ececec;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.pro-quantity-changer [type="text"] {
    border: 1px solid #ececec;
    height: 25px;
    text-align: center;
    width: 50px;
    color: #333;
    font-weight: 400;
    font-size: 12px;
}

.color-quality-pro {
    margin: 35px 0px;
}

.single-social-area a {
    border: 1px solid #979797;
    color: #909090;
}

    .single-social-area a:hover {
        color: #fff;
    }

.pro-button, .pro-viwer {
    float: left;
    margin: 30px 0px;
}

.pro-button, .list-pro-button {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    background: #05c2f9 none repeat scroll 0 0;
    border-radius: 25px;
    transition: all .4s ease 0s;
}

    .pro-button a, .pro-button a:focus, .list-pro-button a, .list-pro-button a:focus {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

.pro-viwer {
    margin: 30px 10px;
}

    .pro-viwer a, .list-pro-viwer a {
        border: 1px solid #05c2f9;
        border-radius: 50%;
        color: #05c2f9;
        display: inline-block;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
    }

.review-content-section {
    margin-top: 30px;
}

    .review-content-section p {
        color: #606060;
        font-weight: 400;
        font-family: "Roboto",sans-serif;
        font-size: 14px;
    }

.suggested-heading {
    width: 33%;
}

/*-----------------------
4. modal css
-------------------------*/
.modal-dialog.modal-search-dialog {
    width: 900px;
}

.seach-bg-img {
    position: relative;
}

.search-box-here {
    bottom: 0;
    left: 0;
    margin: 25% auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

    .search-box-here input[type="text"] {
        background: #272727 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        font-size: 16px;
        height: 50px;
        padding: 0 10px;
        width: 400px;
        font-weight: 400;
    }

    .search-box-here input[type="submit"] {
        width: 100px;
        height: 50px;
        border: none;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        background: #05c2f9;
        font-weight: 700;
    }

    .search-box-here input[type="text"]:focus {
        border: 1px solid #05c2f9;
    }
/*
.modal-search-dialog{
	position:relative;
}
.modal-search-dialog .modal-header{
	position:absolute;
	right:0;
	z-index:9999;
}
.modal-search-dialog .modal-body{
	padding:0px;
}
.modal-dialog.popular-pro-dialog {
  margin: 65px auto;
  width: 965px;
}
.modal-header {
  border-bottom: 0px solid #e5e5e5;
  padding: 0px;
  float: right;
  margin-top: -26px;
}

.modal-header i {
  font-size: 14px;
  height: 25px;
  width: 25px;
  background: #0084f0!important;
  line-height: 23px;
  border: 1px solid #000 !important;
  border-radius: 50%;
}
.modal-content {
  border-radius: 0px;
}*/
.single-pro-list-modal {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

    .single-pro-list-modal .product-single-img {
        float: left;
        padding: 0 10px;
        width: 25%;
    }

.margin-top20 {
    margin-top: 20px !important;
}


/* icon css */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v20/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.tab-content {
    margin-top: 0px;
    margin-bottom:-30px;
}

.SumoGallery .Sarrow {
    font-size: 150px;
}

    .SumoGallery .Sarrow.l {
        left: 100px;
    }

    .SumoGallery .Sarrow.r {
        right: 100px;
    }
/*.dropdown-menu
{
    position:fixed;
}*/
.container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 15px !important;
}

.ZionBookNowheaderimage
{
    background-color:transparent !important;
}
.breakfast-included-text{
    font-size:10px;
}
.grecaptcha-badge{z-index:1;}