
body p {
    text-indent: 15px;
}

.main-header-contact {
    background-color: #edecec;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-header-contact .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.main-header-contact .container:after, .main-header-contact .container:before {
    content: none;
}

.main-header-contact-btn {
    display: none;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #333;
    padding-right: 30px;
    margin-bottom: 10px;
}

.main-header-contact-btn:after, .main-header-contact-btn:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #333;
    top: 9px;
}

.main-header-contact-btn:before {
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-header-contact-btn:after {
    right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-header-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: -4px;
}

.main-header-contact-item {
    min-width: 149px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: 10px;
}

.main-header-contact-item:first-child .svg-wrapper {
    padding: 8px;
    background-color: #52ac62;
}

.main-header-contact-item:nth-child(2) .svg-wrapper:first-child {
    /*margin-right: 0;*/
}

.main-header-contact-item:last-child .svg-wrapper {
    padding: 5px;
    background-color: #4b8ac9;
}

.main-header-contact-item div a {
    font-size: 13px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.main-header-contact-item div span {
    font-size: 13px;
    font-weight: 300;
}

.main-header-contact .svg-wrapper, .footer-bottom .svg-wrapper {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.main-header-contact .svg-wrapper svg, .footer-bottom .svg-wrapper svg {
    width: 100%;
    height: 100%;
    fill: #FFF;
}

/*  .main-header-contact-content{
  	-webkit-flex-direction: column;
  	-moz-flex-direction: column;
  	-ms-flex-direction: column;
  	-o-flex-direction: column;
  	flex-direction: column;
  }*/
/*.main-header-contact-content li {
    display: none; }
    .main-header-contact-content li.active {
      display: block; }*/
.main-header-contact-content li a {
    color: #000;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header_title {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    margin-right: 10px;
    text-align: center;
    color: #000;
}

.main-header-works {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.callback {
    width: 100%;
}

.callback__button {
    display: inline-block;
    background: #52ac62;
    padding: 4px 10px;
    margin-top: 6px;
    cursor: pointer;
    margin-left: 14px;
    color: #ffffff;
    box-sizing: border-box;
}

.callback__button:hover {
    color: #ffc520;
}

.callback__button:active {
    margin-top: 10px;
    margin-bottom: -4px;
}

.main-header-works .svg-wrap {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.main-header-works .svg-wrap img {
    width: 100%;
}

.main-header-works b {
    /*font-size: 14px;*/
}

.main-header-works span {
    /*font-size: 14px;*/
}

.main-header-search {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-header-search .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.main-header-search .container:after, .main-header-search .container:before {
    content: none;
}

.main-header-search-logo {
    width: 204px;
}

.main-header-search-logo img {
    width: 100%;
    height: 100%;
}

.main-header-search-form {
    width: 50%;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}

.main-header-search-form input {
    width: 93%;
    border: 1px solid #52ac62;
    padding-left: 20px;
    background-color: transparent;
}

.main-header-search-form button {
    width: 7%;
    background-color: #52ac62;
    border: 0;
}

.main-header-search-form button img {
    width: 100%;
    height: 100%;
}

.main-header-search-cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.main-header-search-cart .svg-wrap {
    width: 55px;
    height: 55px;
    margin-right: 20px;
}

.main-header-search-cart .svg-wrap svg {
    fill: #52ac62;
    width: 100%;
    height: 100%;
}

.main-header-search-cart b {
    font-size: 14px;
}

.main-header-search-cart-price {
    color: #52ac62;
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
    .main-header-contact ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }

    .main-header-contact h3 {
        width: 34%;
    }
}

@media only screen and (max-width: 992px) {
    .main-header-search-form button {
        width: 10%;
    }
}

@media only screen and (max-width: 768px) {
    .main-header-contact .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .main-header-contact-btn {
        display: inline-block;
        order: 2;
        -ms-order: 2;
    }

    .main-header-contact-btn.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-header-contact-btn.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-header-contact ul {
        display: none;
        margin-right: 0;
        margin-bottom: 10px;
        order: 3;
        -ms-order: 3;
    }

    .main-header-contact h3 {
        width: auto;
        text-align: center;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .callback {
        text-align: center;
    }

    .main-header-works {
        justify-content: center;
        /*display: none; */
        margin-bottom: 5px;
    }

    .main-header-search .container {
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-header-search-form {
        width: 100%;
        -ms-order: 2;
        order: 2;
    }

    .main-header-search-form button {
        width: 35px;
    }
}

@media only screen and (max-width: 500px) {
    .main-header-search-logo {
        width: 50%;
        margin-bottom: 10px;
    }

    .main-header-search-cart {
        width: 50%;
        padding-left: 10px;
    }

    .main-header-search-cart .svg-wrap {
        display: none;
    }
}

.advantages {
    padding-top: 40px;
    padding-bottom: 40px;
}

.advantages-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#column-left .advantages-list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#column-left .advantages-item {
    width: 100%;
}

#column-left .advantages-item div {
    font-size: 16px;
}

#column-left .advantages-item p {
    font-size: 14px;
}

.advantages-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 24%;
}

.advantages-item .svg-wrap {
    width: 30%;
    margin-right: 1%;
    padding: 10px;
    -ms-align-self: center;
    align-self: center;
}

.advantages-item .svg-wrap svg {
    width: 100%;
    fill: #52ac62;
}

.advantages-item-info {
    width: 68%;
}

.advantages-item-info h3,
.advantages_title {
    font-size: 15px;
    color: #52ac62;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.advantages-item-info p {
    padding: 0;
    margin: 0;
    text-indent: 0;
}

@media only screen and (max-width: 1200px) {
    .advantages-item .svg-wrap {
        width: 35%;
        display: none;
    }

    .advantages-item-info {
        /*width: 63%;*/
        width: 100%;
    }

    .advantages-item-info div {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .advantages-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .advantages-item .svg-wrap {
        width: 85px;
        height: 85px;
        display: block;
    }

    .advantages-item-info {
        width: 100%;
    }

    .advantages-item-info h3 {
        font-size: 14px;
        margin-top: 0;
        word-wrap: break-word;
    }
}

@media only screen and (max-width: 768px) {
    .advantages-list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .advantages-item {
        width: 47%;
    }

    .advantages-item .svg-wrap {
        /*width: 30%;*/
    }
}

@media only screen and (max-width: 500px) {
    .advantages-list {
        justify-content: center;
    }

    .advantages-item {
        width: 100%;
    }
}

.footer-pay span {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    font-weight: bold;
}

.footer-pay ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer-pay ul li {
    width: 56px;
    height: 56px;
    margin-right: 10px;
}

.footer-pay ul li img {
    width: 100%;
    height: 100%;
}

.delivery-title {
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.delivery-subtitle {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
}

.delivery-list {
    padding: 0;
    padding-left: 35px;
    margin: 0;
    /*list-style: none;*/
}

.delivery-list-item {
    position: relative;
    padding-left: 15px;
}

.delivery-list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: #229863;
}

.delivery-list-item p {
    text-indent: 0 !important;
}

.delivery p {
    font-size: 16px;
    font-weight: 300;
    text-indent: 0;
}

.delivery-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.delivery-top ul {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    /*list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;*/
}

.delivery-top ul li {
    margin-right: 30px;
}

.delivery-top ul li:before {
    content: none !important;
}

.delivery-top p {
    text-indent: 15px;
}

.delivery-option {
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.delivery-option-title {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
}

.delivery-option-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.delivery-option-item .img-wrap {
    width: 75px;
    height: 75px;
    padding: 10px;
    margin-right: 20px;
    background-color: #52ac62;
}

.delivery-option-item .img-wrap img {
    width: 50px;
}

.delivery-option-item-info span {
    font-size: 20px;
    font-weight: 400;
}

.delivery-option-item-info p {
    text-indent: 0;
    padding-left: 15px;
}

.delivery-pay {
    padding-top: 20px;
    padding-bottom: 20px;
}

.delivery-managers {
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.delivery-managers.attention span {
    font-weight: 200;
}

body {
    background: #FFF;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    position: relative;
}

/* checkout success - Stylesheet */
body.checkout-success #content {
    background: url("TemplateTrip/images/checkout-success.jpg") no-repeat scroll center bottom;
    z-index: 1;
}

body.account-success #content {
    background: url("TemplateTrip/images/account-success.jpg") no-repeat scroll center bottom;
    z-index: 1;
}

body.product-compare #content.no-compare-products {
    background: url("TemplateTrip/images/no-compare-products.jpg") no-repeat scroll center bottom;
    z-index: 1;
}

#content.request-not-found {
    background: url("TemplateTrip/images/request-not-found.jpg") no-repeat scroll center bottom;
    z-index: 1;
}

#content.no-manufacture-products {
    background: url("TemplateTrip/images/no-manufacture-products.jpg") no-repeat scroll center bottom;
    z-index: 1;
}

#content.no-wishlist-products {
    background: url("TemplateTrip/images/no-wishlist-products.jpg") no-repeat scroll center bottom;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #444444;
}

/* default font size */
.fa {
    font-size: 14px;
    vertical-align: baseline;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #777;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

small, .small {
    font-size: 11px;
}

.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ccc;
}

label {
    font-size: 13px;
    font-weight: normal;
}

select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 13px;
}

.input-group .input-group-addon {
    font-size: 13px;
    height: 30px;
}

/* ---------------------------- Static Menu CSS Start ----------------------------- */
.header-bottom #tttoplink_block {
    margin: auto auto 30px;
    float: left;
    width: 100%;
    background: #FFF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b3b3b 0%, #2b2b2b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#2b2b2b', GradientType=0);
    /* IE6-9 */
    border-radius: 5px;

}

#tttoplink_block ul li a::before {
    border-right: 1px solid #ffffff;
    bottom: 0;
    content: "";
    height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

#tttoplink_block ul li:last-child a::before {
    border-right: none;
}

#tttoplink_block ul li.tthome > a {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -23px 181px;
    float: left;
    font-size: 0;
    height: 55px;
    padding: 0;
    width: 70px;
}

#tttoplink_block ul li a {
    color: #FFF;
    display: block;
    float: left;
    font: 400 14px/21px "Roboto", Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 17px 25px;
    position: relative;
}

#tttoplink_block ul li a:hover,
#tttoplink_block ul li a:focus {
    color: #ffc520;
}

#tttoplink_block .block_content li {
    float: left;
    list-style: none;
}

#tttoplink_block {
    text-align: center;
}

@media (min-width: 992px) {
    #tttoplink_block .block_content {
        /*float: left;*/
        width: auto;
        margin: 0 auto;
        display: inline-block !important;
        /*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;*/
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #tttoplink_block ul li a {
        padding: 17px 15px;
    }
}

@media (max-width: 991px) {
    .header-bottom #tttoplink_block {
        margin: 0;
    }

    #tttoplink_block ul.block_content li.tthome > a {
        background: none;
        font-size: 14px;
        float: left;
        width: 100%;
        height: auto;
        padding: 3px 10px;
        text-transform: capitalize;
    }

    #tttoplink_block .block_content li {
        float: left;
        width: 100%;
    }

    #tttoplink_block ul.block_content li a {
        color: #1d1f1f;
        font-size: 14px;
        line-height: 25px;
        padding: 3px 10px;
        float: left;
        width: 100%;
    }

    #tttoplink_block ul.block_content li a:hover {
        color: #1d1f1f;
        background: #f5f5f5;
    }

    #tttoplink_block ul li a::before {
        border: none;
    }

    .menu-container .ttstaticmenu {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
}

/* ---------------------------- Static Menu CSS End ----------------------------- */
/*-------------------------------------- Mega Menu CSS Strat --------------------------------------*/
.main-category-list.left-main-menu {
    border: 1px solid #eeeeee;
    float: left;
    padding: 5px;
    width: 100%;
    margin: 0 0 20px;
}

.main-category-list.left-main-menu .menu-category {
    background-color: #ffffff;
    float: left;
    padding: 0;
    width: 100%;
    margin: 0;
}

#column-left .main-category-list.left-main-menu .TT-panel-heading,
#column-right .main-category-list.left-main-menu .TT-panel-heading {
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #f2f2f2 100%);
    color: #333333;
    font: 600 17px/18px "Dosis", sans-serif;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 12px;
    text-transform: uppercase;
    position: relative;
}

#column-left .main-category-list.left-main-menu .TT-panel-heading::after,
#column-right .main-category-list.left-main-menu .TT-panel-heading::after {
    content: "\f0C9";
    float: right;
    font-family: fontawesome;
}

.main-category-list.left-main-menu .dropmenu > li {
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0 16px;
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #52ac62;
    margin-bottom: 10px;
}

.main-category-list .menu-category ul.dropmenu li a {
    background: none;
    color: #888888;
    display: block;
    font: 14px/20px "Roboto", Helvetica, sans-serif;
    padding: 9px 0;
    /*text-transform: capitalize;*/
}

.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List {
    position: relative;
    padding-right: 15px;
}

.main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after {
    color: #52ac62;
    content: "\f105";
    font-family: fontawesome;
    font-size: 34px;
    left: auto;
    position: absolute;
    right: -8px;
    top: 8px;
}

.main-category-list .menu-category ul.dropmenu li:hover a,
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a:hover,
.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a:focus {
    color: #000;
}

.main-category-list.left-main-menu .dropmenu ul,
.main-category-list.left-main-menu .dropmenu div {
    display: none;
    left: 269px;
    right: auto;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 570px;
    background: #FFF;
    border: 4px solid #52ac62;
    z-index: 99;
}

.main-category-list.left-main-menu .dropmenu > li:hover .active_menu {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.main-category-list.left-main-menu .dropmenu > li:hover .active_menu::after {
    color: #52ac62;
    content: "\f105";
    font-family: fontawesome;
    font-size: 34px;
    left: auto;
    position: absolute;
    right: 12px;
    top: 8px;
}

.main-category-list.left-main-menu .menu-category ul ul {
    padding: 0;
}

.main-category-list.left-main-menu .dropmenu .dropdown-inner {
    background: #FFF;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 170px;
    vertical-align: top;
    border-bottom: 1px dotted #52ac62;
    border-right: 1px dotted #52ac62;
    padding-left: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.main-category-list.left-main-menu .dropmenu .dropdown-inner:nth-child(3n) {
    border-right: none;
}

.main-category-list.left-main-menu .dropmenu .dropdown-inner:hover {
    background-color: #eee;
}

.main-category-list.left-main-menu .dropmenu li li.dropdown-inner > a {
    display: inline-block;
    font: 400 14px/24px "Dosis", sans-serif;
    padding: 0;
    margin: 0 0 5px;
    color: #222;
}

.main-category-list.left-main-menu .dropmenu li div ul {
    float: left;
    width: 100%;
    border: none;
    background: none;
    position: relative;
    display: block;
    left: 0px;
    padding: 0;
    /*border-top: 1px dotted #52ac62;
  border-left: 1px dotted #52ac62;*/
}

.main-category-list.left-main-menu .menu-category ul ul ul {
    display: none !important;
    float: left;
    width: 100%;
}

.main-category-list.left-main-menu .dropmenu li li li {
    float: left;
    width: 100%;
    padding: 1px 0;
}

.main-category-list .menu-category ul.dropmenu .dropdown-menu ul .dropdown-inner ul a {
    color: #7c7c7c;
    font-size: 13px;
    font-weight: normal;
    padding: 2px 0;
    text-transform: none;
}

.main-category-list.left-main-menu .dropmenu .active_menu {
    float: right;
    position: absolute;
    background: #eee;
    height: 38px;
    right: -5px;
    left: auto;
    top: 0;
    width: 40px;
    z-index: 1;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.main-category-list .menu-category .dropmenu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    width: 100%;
}

@media (min-width: 992px) {
    .main-category-list.left-main-menu .dropmenu li:hover ul,
    .main-category-list.left-main-menu .dropmenu li:hover div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
    }
}

@media (max-width: 1170px) {
    .main-category-list.left-main-menu .dropmenu ul,
    .main-category-list.left-main-menu .dropmenu div {
        left: 216px;
        right: auto;
    }
}

@media (max-width: 991px) {
    .main-category-list.left-main-menu {
        display: none;
    }

    #tttoplink_block .block_content {
        list-style: none;
        padding: 10px;
        background: #FFF;
        margin: 0;
        float: left;
        width: 100%;
        display: none;
        border: 1px solid #eee;
        position: absolute;
        left: 0;
        right: 0;
        top: 55px;
        bottom: auto;
        z-index: 99;
    }

    #tttoplink_block ul.block_content li a {
        /*font-size: 14px;
		line-height: 25px;
		color: #1d1f1f;
		padding: 3px 10px;
    float: left;
    width: 100%;*/
        padding-right: 25px;
    }

    #tttoplink_block .block_content li a.TT-Category-List {
        background: none;
    }

    #tttoplink_block .TT-panel-heading {
        color: #ffffff;
        font: 600 16px/22px "Roboto", Helvetica, sans-serif;
        padding: 16px;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
    }

    #tttoplink_block .TT-panel-heading:after {
        color: #ffffff;
        content: "\f0c9";
        font-family: "FontAwesome";
        font-size: 14px;
        position: absolute;
        right: 30px;
        top: 18px;
    }

    #tttoplink_block .block_content li i.fa-angle-down {
        float: right;
        position: relative;
    }

    #tttoplink_block .block_content li > i.fa-angle-down::before {
        color: #666;
        content: "\f067";
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 0;
        padding: 10px;
        cursor: pointer;
    }

    #tttoplink_block .block_content li.active > i.fa-angle-down::before {
        content: "\f068";
    }

    #tttoplink_block .block_content li a:hover {
        background: #f5f5f5;
    }

    #tttoplink_block ul.block_content .TT-Sub-List .dropdown-menu > ul {
        float: left;
        width: 100%;
        list-style: none;
        padding-left: 15px;
    }

    #tttoplink_block ul.block_content .dropdown-menu ul li.dropdown-inner > ul {
        list-style: none;
        display: none;
    }

    #tttoplink_block .block_content .TT-Sub-List .dropdown-menu ul .dropdown-inner > ul {
        float: left;
        width: 100%;
        padding-left: 15px;
    }

    #tttoplink_block .block_content .dropdown-menu {
        border: none;
        float: left;
        width: 100%;
        position: static;
    }

    #tttoplink_block ul.block_content li {
        float: left;
        width: 100%;
    }

    .menu-container #tttoplink_block {
        float: left;
        width: 470px;
        position: relative;
        border: none;
    }
}

@media (max-width: 767px) {
    .menu-container #tttoplink_block {
        width: 100%;
        padding: 0 55px 0 0;
    }
}

/*---------------------------------  Mega Menu CSS End --------------------------------------------*/

/* -------------- Homepage Special Product Start ----------------------------*/
.common-home .special-items .sale-icon {
    display: none;
}

.common-home .special-items .product-thumb h4 a {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common-home .special-items .product-thumb .rating {
    position: static;
    display: block;
    text-align: left;
    padding: 7px 0 0 0;
}

.common-home .special-items .product-thumb .thumb-description {
    padding: 12px;
    border: none;
    min-height: 123px;
}

.common-home .special-product-main .product-thumb {
    text-align: left;
}

.common-home .special-items .product-thumb .price {
    text-align: left;
    padding: 5px 0;
}

.common-home .special-carousel .products-carousel {
    overflow: visible;
}

.common-home .special-items .product-thumb .image {
    border-right: 1px solid #eee;
    padding: 0;
}

.common-home .special-items .product-thumb .button-group {
    position: static;
    text-align: left;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.common-home .special-items .product-thumb .button-group button + button, .special-items .product-thumb .button-group i {
    display: none;
}

.common-home .special-items .product-thumb .button-group button.btn-cart {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    line-height: normal;
}

.common-home .special-items .product-thumb .button-group .btn-cart span {
    display: inline;
    font: 400 13px/18px "Roboto", Helvetica, sans-serif;
    color: #555;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.common-home .special-items .product-thumb .button-group .btn-cart:hover span {
    color: #333;
}

.common-home .special-items .product-thumb .button-group .btn-cart span::before {
    content: "+";
    font-family: fontawesome;
    font-size: 14px;
    margin: 0 3px 0 0;
}

.common-home .special-product-main {
    margin: 15px auto 20px;
}

.common-home .special-product-main .owl-controls .owl-buttons {
    top: -47px;
    right: -10px;
}

@media (max-width: 991px) {
    .common-home .special-product-main .owl-controls .owl-buttons {
        top: -37px;
    }
}

/* -------------- Homepage Special Product End ----------------------------*/
/* Fix some bootstrap issues */
a, a:focus, a:active, a:hover,
select,
input[type=radio],
input[type=checkbox] {
    outline: 0 none !important;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.owl-carousel .owl-wrapper-outer {
    direction: ltr !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 0px;
    cursor: pointer;
}

.nav-tabs {
    border: 0 none;
}

.tab-content {
    border-top: 1px solid #DDDDDD;
    padding: 15px;
    width: 100%;
    float: left;
}

.owl-carousel .owl-controls .owl-page {
    margin: 0 5px;
}

.tab-content ul, .tab-content ol {
    padding: 0 0 0 15px;
}

.brand-carousel .box-heading > h3 {
    margin: 0;
}

.TTProduct-Tab .tab-content {
    border: 0px none;
    padding: 0px;
    margin: 10px 0 0px;
}

.TTProduct-Tab .nav-tabs > li > a {
    padding: 0;
    margin: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li.active > a:hover,
.TTProduct-Tab .nav-tabs > li.active > a:focus {
    border: 0px none;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

#content .page-title {
    font-size: 32px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    text-decoration: none;
    color: #FFFFFF;
    background: none;
}

/* top */
#top {
    min-height: 40px;
    border-bottom: 1px solid #eeeeee;
}

header {
    float: left;
    width: 100%;
    position: relative;
}

header .ttfullmenudiv {
    box-shadow: 0 3px 2px rgba(50, 50, 50, 0.07);
    -moz-box-shadow: 0 3px 2px rgba(50, 50, 50, 0.07);
    -webkit-box-shadow: 0 3px 2px rgba(50, 50, 50, 0.07);
    height: 100%;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: -1;
}

header > .container {
    padding-top: 38px;
    padding-bottom: 38px;
    position: relative;
}

.header-top-left {
    float: left;
}

.header-top-right {
    float: right;
}

.header-right {
    float: right;
}

/*
#top .container {
	padding: 0 20px;
}
*/
#form-currency .btn.dropdown-toggle,
#form-language .btn.dropdown-toggle {
    padding: 9px 0 11px;

}

#top-links #form-currency .open .fa-caret-down::before, #top-links #form-language .open .fa-caret-down::before, #top-links .dropdown.open .dropdown-toggle > span::after {
    content: "\f106";
    font-size: 13px;
}

#top-links #form-currency .fa-caret-down::before, #top-links #form-language .fa-caret-down::before {
    content: "\f107";
    font-size: 13px;
}

#top-links .dropdown .dropdown-toggle > span::after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 13px;
    margin: 0 0 0 3px;
}

#top-links .dropdown .dropdown-toggle > span.caret {
    display: none;
}

.header-top-right .dropdown a.dropdown-toggle, .header-top-right #wishlist-total {
    display: block;
    padding: 10px 0;
}

#top #form-currency .currency-select,
#top #form-language ul.dropdown-menu li button {
    padding: 0;
    color: #666;
    font-size: 14px;
    text-align: left;
    height: auto;
}

#top #form-currency .currency-select:hover,
#top #form-language ul.dropdown-menu li button:hover {
    background: none;
    color: #000;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    background: none !important;
}

#top-links > li:first-child {
    padding-left: 0px;
}

#top-links > li:last-child {
    padding-right: 0px;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #404040;
}

#top .btn-link:hover, #top-links a:hover, #form-currency .btn-group .btn.dropdown-toggle:hover, #form-language .btn-group .btn.dropdown-toggle:hover, #top .btn-group.open .btn-link, #top-links .dropdown.open > a {
    color: #195594;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #195594;
    background: none;
}

#top .btn-link strong {
    font-size: 13px;
    line-height: 14px;
}

#top-links > ul {
    margin: 0px;
}

#top-links > ul > li {
    float: left;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #eee;
}

#top-links > ul > li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

#top-links a + a {
    margin-left: 15px;
}

#top-links .dropdown-menu a {
    padding: 0;
    font-size: 14px;
}

#top-links .account-link-toggle a i.fa {
    padding: 0 2px
}

/* logo */
header .header-left {
    padding-left: 0;
}

#logo {
    display: block;
    float: left;
    margin: 0px auto;
    width: 204px;
}

#logo > a {
    max-width: 100%;
    float: left;
}

#logo img {
    float: left;
}

/* search */
#header-search .select-wrapper {
    position: relative;
    width: 41%;
}

#header-search .select-wrapper select {
    height: 38px;
    margin: 0 -1px 0 0;
}

#header-search .select-wrapper::after {
    content: "\f107";
    font-family: "fontawesome";
    font-size: 13px;
    pointer-events: none;
    position: absolute;
    right: 85px;
    top: 9px;
    z-index: 9;
    color: #666;
    font-weight: 600;
}

#search .input-lg, #header-search .input-lg {
    height: 35px;
    line-height: normal;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border: none;
}

.header-middle #header-search .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    background: #FFF;
    color: #666;
    font-family: Dosis;
    font-size: 12px;
    font-weight: 400;
}

.header-middle select.form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border-right: 0 none;
    text-transform: uppercase;
}

header .header-middle {
    padding: 0;
    position: absolute;
    right: 10px;
    left: auto;
    top: auto;
    bottom: -45px;
    width: 270px;
}

#header-search .header-search-btn .fa.fa-search {
    display: none;
}

.header-middle #header-search .btn-default {
    background: #f8da5b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffea6b 0%, #f8da5b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffea6b 0%, #f8da5b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffea6b 0%, #f8da5b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6b', endColorstr='#f8da5b', GradientType=0);
    /* IE6-9 */
    border: none;
    border-radius: 0 25px 25px 0;
    color: #222;
    font-size: 13px;
    text-transform: none;
    padding: 9px 17px 10px;
    height: 38px;
    line-height: normal;
}

#search .btn-lg {
    background: #ededed url("TemplateTrip/images/sprite.png") no-repeat scroll -1px -235px;
    border: medium none;
    color: #ffffff;
    display: block;
    width: 45px;
    height: 35px;
    padding: 0;
    margin: 0;
}

#search .btn-lg:hover {
    background-color: #ffb505;
    background-position: -61px -235px;
    color: #6f6f6f;
}

#search .fa.fa-search {
    display: none;
}

.header-middle #header-search {
    padding-top: 8px;
}

/* cart */
header #cart {
    float: right;
}

header #cart #cart-total {
    color: #666666;
}

header #cart > .btn {
    font-size: 12px;
    color: #FFFFFF;
    padding: 0;
}

#cart .dropdown-toggle > i.fa-shopping-cart {
    display: none;
}

header #cart .cart-heading {
    display: block;
    text-align: left;
    line-height: 21px;
    color: #669966;
    font-weight: 700;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
}

header #cart > button.btn {
    color: #222222;
    font-size: 14px;
    padding-left: 43px;
    position: relative;
    background: url("TemplateTrip/images/sprite.png") no-repeat scroll -32px -116px;
}

header #cart:hover button.btn {
    background-position: -32px -170px;
}

#cart.open > .btn {
    color: #666666;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444444;
}

#cart .dropdown-menu {
    border: 1px solid #eee;
    background: #fff;
    min-width: 450px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    z-index: 1001;
    margin: 10px 0;
    padding: 10px;
}

#cart .dropdown-menu .btn.btn-danger {
    height: auto;
    padding: 0px;
}

#cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 14px;
    padding: 0 4px;
    color: #666;
}

#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
    color: #9c9b9b;
}

#cart .dropdown-menu table {
    margin-bottom: 0px;
    border: none;
}

#cart ul.dropdown-menu .table.table-bordered {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;

}

#cart .dropdown-menu li > div {
    padding: 0 10px;
    margin: 15px 0 0;
    background: #fff;
}

#cart .dropdown-menu li p {
    margin: 10px 0;
    float: left;
    width: 100%;
}

#cart .dropdown-menu li p.text-right {
    float: left;
    margin: 0;
    padding: 20px 0 10px;
    text-align: center;
}

#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}

#cart .dropdown-menu li p a {
    border: 1px solid #52ac62;
    background: #52ac62;
    padding: 9px 15px;
    color: #fff;
    font: 400 13px/18px "Roboto", Helvetica, sans-serif;
}

#cart .dropdown-menu li p a:first-child {
    display: none;
}

#cart .dropdown-menu li p a:last-child {
    margin: 0 6px;
}

.cart-form .table-bordered .text-center img {
    border: 1px solid #eee;
}

/* menu */
.menu-container #menu .menu-home > a {
    background: url("TemplateTrip/images/sprite.png") repeat scroll -23px 183px !important;
    float: left;
    font-size: 0;
    height: 60px;
    padding: 0;
    width: 60px;
}

/* Mega Menu Stylesheet START */
#menu.mega-menu ul.nav ul.list-unstyled li {
    display: table;
}

#menu.mega-menu ul.nav li ul.list-unstyled > li.dropdown .dropdown-menu {
    position: static;
    display: block;
}

/* Mega Menu Stylesheet START */
#menu .nav > li > a:hover, #menu .nav > li:hover > a, #menu .nav > li:hover > span, #menu .nav > li > a:focus, #menu .nav > li.open > a, #menu .nav > li > span:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

#menu ul.nav ul.list-unstyled.single-dropdown-menu > li.dropdown:hover > a {
    color: #355f9f;
}

#menu .nav > li.dropdown::after {
    bottom: 22px;
    color: #ffffff;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    left: auto;
    position: absolute;
    right: 18px;
    top: 20px;
}

#menu .nav > li.dropdown:hover::after {
    content: "\f106";
}

.menu-container {
    clear: both;
    position: relative;
}

.menu-container .ttfullmenudiv {
    background: white;
    background: -moz-linear-gradient(top, #339933 0%, #009966 100%);
    background: -webkit-linear-gradient(top, #339933 0%, #009966 100%);
    background: linear-gradient(to bottom, #339933 0%, #009966 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 55px;
}

.common-home .menu-container {
    margin-bottom: 30px;
}

#menu {
    min-height: 50px;
    margin: 0;
}

#menu .navbar-collapse {
    padding: 0px;
}

#menu div.navbar-header {
    cursor: pointer;
    display: block;
    overflow: hidden;
}

/*
#menu .collapse .dropdown i.fa {
	font-family: "FontAwesome";
	content:"\f107";
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 16px;
	text-align: center;
}
*/
#menu .collapse .dropdown i.fa:hover {
    background: none;
}

/*
#menu .collapse .dropdown i.fa {
	font-family: "FontAwesome";
	content:"\f107";
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: 4px;
	top: 17px;
}
#menu .navbar-collapse ul.navbar-nav li.dropdown:after {
	font-family: "FontAwesome";
	content:"\f107";
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: 4px;
	top: 12px;
}
#menu .navbar-collapse ul.navbar-nav li.dropdown:hover:after {
	content:"\f106";
}
*/
#menu .nav > li > span {
    cursor: pointer;
    float: left;
}

#menu .nav > li > a,
#menu .nav > li > span {
    color: #cbcbcb;
    padding: 17px 30px;
    font: 400 17px/21px "Dosis", sans-serif;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

#menu .nav > li > a:hover,
#menu .nav > li > a:focus,
#menu .nav > li.open > a,
#menu .nav > li > span:hover {

}

#menu .dropdown-menu {
    padding: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;

    padding: 15px 15px 20px;
}

#menu .dropdown-inner ul:last-child {
    border: 0 none;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 12px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 13px;

}

#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li a:focus {
    color: #333;
    background: none;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229AC8;
}

#menu #category {
    float: left;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229AC8;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229AC8;
}

ul.mega-dropdown-menu .dropdown-inner a {
    color: #777;
}

#menu ul.nav ul.single-dropdown-menu li.dropdown > a::after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 2px;
}

/* 2 Level Sub Categories START */
#menu ul.nav ul.list-unstyled li {
    position: relative;
    min-width: 160px;
}

#menu ul.nav li ul.single-dropdown-menu > li.dropdown .dropdown-menu {
    left: 190px;
    top: 0;
    position: absolute;
    display: none;

}

#menu ul.nav li ul.mega-dropdown-menu > li.dropdown > .dropdown-menu {
    display: block;
    position: static;
    border: none;
}

#menu ul.mega-dropdown-menu .dropdown-inner a {
    padding: 2px 0;
    color: #777;
}

#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::after {
    border-bottom: 1px solid #cccccc;
    bottom: -2px;
    content: "";
    left: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
}

#menu .nav > li > a {
    letter-spacing: 0.8px;
}

ul.mega-dropdown-menu li.dropdown > a::after {
    content: "";
}

#menu ul.nav li ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}

/* 2 Level Sub Categories END */

/* content */
#content {
    min-height: 250px;
}

/* OWL Slider Bullets Stylesheet */
.owl-pagination {
    position: absolute !important;
    top: auto !important;
    bottom: 20px;
    width: 100%;
}

.TTProduct-Tab .box-heading > h3 {
    display: none;
}

.TTProduct-Tab.products-list {
    margin: 0 0 10px;
}

.products-list {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.products-list .thumb-items {
    margin-bottom: 10px;
}

.products-list .thumb-items:first-child {
    padding-left: 0px;
}

.products-list .thumb-items:last-child {
    padding-right: 0px;
}

.products-list .thumb-items .product-thumb {
    margin: 0px;
}

.customNavigation {
    position: static;
    top: 18px;
    right: 0px;
}

/* Home Page */
/*--------------home page start------------*/
#page {
    background: #fff;
    z-index: 9;
    position: relative;
}

footer #footer-bottom {
    padding: 0;
}

#header-top {
    padding: 0;
}

#header-top-banner {
    padding: 8px 0;
}

#header-top-banner > span::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") repeat scroll -41px -482px;
    content: "";
    float: left;
    height: 30px;
    width: 30px;
}

.header-top-left .phone-number {
    float: left;
    padding: 7px 20px;
    margin: 0 20px 0 0;
    border-right: 1px solid #eeeeee;
}

.header-top-left .dropdown-toggle i {
    font-size: 13px;
}

.header-top-left .fa.fa-caret-down::before {
    content: "\f107";
}

.header-top-left .dropdown-toggle span {
    font-size: 13px;
    text-transform: uppercase;
}

.header-top-right .dropdown span, .header-top-right #wishlist-total span {

}

.header-top-right .dropdown .dropdown-toggle > i::before, header #cart > button i::before, .header-top-right #wishlist-total i::before, .header-top-right #search i::before {
    content: "";
}

.header-top-right .dropdown .dropdown-toggle > i, header #cart > button i, .header-top-right #wishlist-total i, .header-top-right #search i {
    height: 30px;
    width: 25px;
    background-image: url(TemplateTrip/images/sprite.png);
    display: none;
}

header #cart button, header #cart button {
    border: none;
}

.header-top-right #top-links #search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
}

.header-top-right #top-links #search i {
    background-position: -9px 133px;
}

.header-top-right #top-links #wishlist-total i {
    background-position: -10px 48px;
}

header #cart i {
    background-position: -41px -180px;
}

.header-top-right #top-links .dropdown i {
    background-position: -10px 89px;
}

.header-top-right #top-links #search:hover i {
    background-position: -69px 133px;
}

.header-top-right #top-links #wishlist-total:hover i {
    background-position: -70px 48px;
}

header #cart:hover i {
    background-position: -41px -125px;
}

.header-top-right #top-links .dropdown:hover i {
    background-position: -70px 89px;
}

#menu .collapse.navbar-collapse.navbar-ex1-collapse {
    background: -moz-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b3b3b 0%, #2b2b2b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#2b2b2b', GradientType=0);
    /* IE6-9 */
    border-radius: 5px;
}

#menu .nav.navbar-nav {
    display: table;
    float: left;
}

#menu .nav > li:hover > a,
#menu .nav > li:hover > span {
    color: #355f9f;
}

.common-home #slideshow0 {
    border: none;
}

.header-top-left .phone-number .fa.fa-phone {
    color: #404040;
}

#menu ul.nav ul.list-unstyled li > a:hover {
    color: #355f9f;
}

#menu ul.nav ul.mega-dropdown-menu .dropdown-inner li:hover > a {
    color: #333;
}

.header-top-right #search input.form-control.input-lg {
    background: none;
    border: none;
    width: 0;
    border-bottom: 1px solid #aaa;
    padding: 0;
    position: absolute;
    right: 0;
}

.header-top-right #search input.form-control.input-lg:focus {
    width: 230px;
    padding: 0 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-color: #888;
}

.header-top-right #form-language img {
    vertical-align: baseline;
    margin-right: 5px;
}

.header-top-left .phone-number span {
    color: #404040;
    font: 400 14px/26px "Roboto", Helvetica, sans-serif;
}

.header-top-left .phone-number > a {
    position: relative;
}

.header-top-left .fa.fa-phone::before {
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: -8px;
    top: 1px;
}

#form-language .dropdown-toggle > img, .header-top-right #form-currency .dropdown-toggle > strong {
    margin: 0 2px;
}

.header-top-left .fa.fa-caret-down {
    padding: 0 1px;
}

.slideshow-panel .owl-carousel .owl-buttons i.fa {
    display: none;
}

.slideshow-panel .owl-carousel .owl-page > span {
    height: 13px;
    width: 13px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 50%;
    background: #333333;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b3b3b 0%, #2b2b2b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#2b2b2b', GradientType=0);
    /* IE6-9 */

}

.product-thumb:hover .caption h4 a {
    color: #195594;
}

.TTProduct-Tab .tab-box-heading .nav.nav-tabs {
    float: left;
    margin: 0;
    display: table;
}

.TTProduct-Tab .tab-box-heading .nav.nav-tabs li {
    display: inline-block;
    float: left;
    margin: 0;
    position: relative;
}

.TTProduct-Tab .tab-box-heading .nav-tabs li:hover h3 {
    color: #666;
    background: none;
}

.TTProduct-Tab .tab-box-heading .nav-tabs li.active h3 {
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #f2f2f2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #f2f2f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */
    color: #222;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
    border-color: transparent;
}

.TTProduct-Tab .tthometab {
    border-bottom: 1px solid #eeeeee;
    float: left;
    width: 100%;
}

.TTProduct-Tab.products-list .box-heading {
    border: none;
    margin: 0;
}

.TTProduct-Tab .tab-box-heading .nav-tabs li h3 {
    border: medium none;
    color: #222;
    font: 500 16px/18px "Roboto", Helvetica, sans-serif;
    letter-spacing: 0.4px;
    padding: 10px 20px;
    position: relative;
    margin: 0 2px 0 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.product-thumb .button-group .btn-cart span {
    display: none;
}

.nav-tabs > li > a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-color: #222;
    border: none;
    padding: 7px 0;
}

.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:focus,
.product-tabs .nav-tabs > li.active > a:hover,
.product-tabs .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 3px solid #333;
    color: #333;
}

.product-tabs .nav-tabs > li:hover > a,
.product-tabs .nav-tabs > li:focus > a {
    color: #333;
}

/*------------------------------ CustomNavigation Button  CSS Start --------------------------------------*/

.customNavigation {
    left: auto;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: auto;
}

.customNavigation a {
    padding: 6px 8px;
    text-transform: uppercase;
    font: 400 0/18px "Roboto", Helvetica, sans-serif;
    float: left;
    color: #777777;
    width: 32px;
    height: 32px;
}

.customNavigation a.prev {
    border: 1px solid #dddddd;
    margin: 0;
}

.customNavigation a.prev:before {
    background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -17px -359px;
    content: "";
    float: left;
    height: 15px;
    text-align: left;
    width: 14px;
}

.customNavigation a.next {
    border: 1px solid #dddddd;
    margin: 0 0 0 5px;
}

.customNavigation a.next:before {
    background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -18px -392px;
    content: "";
    float: right;
    height: 15px;
    text-align: right;
    width: 14px;
}

.customNavigation a:hover {
    border-color: #254f8f;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, #355f9f 0%, #254f8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #355f9f 0%, #254f8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #355f9f 0%, #254f8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#355f9f', endColorstr='#254f8f', GradientType=0);
    /* IE6-9 */
    color: white;
}

.customNavigation a:hover.prev:before {
    background-position: -75px -359px;
}

.customNavigation a:hover.next:before {
    background-position: -76px -392px;
}

/*------------------------------ CustomNavigation Button  CSS End --------------------------------------*/

/* ---------------------------------- Relates Products Carousel CSS Start ------------------------ */
.related-carousel.products-list .owl-carousel {
    overflow: visible;
}

.related-items .owl-controls .owl-buttons {
    top: -48px;
    right: -10px;
}

/* ---------------------------------- Relates Products Carousel CSS End ------------------------ */
.nav-tabs > li:hover > a {
    color: #222;
}

.product-thumb:hover .button-group {

    opacity: 1;
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1; /* Safari 1.x */
    -webkit-opacity: 1; /* other webkit*/
}

.fa.fa-star.off {
    color: #ccc;
}

.product-thumb .rating span i {
    font-size: 13px;
}

.owl-carousel .owl-controls .owl-buttons > div {
    background: #eee none repeat scroll 0 0;
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 13px;
    opacity: 1;
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1; /* Safari 1.x */
    -webkit-opacity: 1; /* other webkit*/
    bottom: 0;
    top: auto;
    text-align: center;
    width: 70px;
    position: static;
    display: inline-block;
    margin: 0 3px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -khtml-transition: none;
    -o-transition: none;
    text-shadow: none;

}

.main-testimonial .owl-carousel .owl-controls .owl-buttons > div {
    background: #dfdfdf;
}

.owl-controls .owl-buttons {
    text-align: center;
}

.owl-carousel .owl-controls .owl-buttons > div:hover {
    background: #355f9f;
    color: #fff;
}

.product-thumb .button-group i {
    background: url("TemplateTrip/images/product-sprite.png") no-repeat scroll;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.product-thumb .button-group i:before {
    content: "";
}

.product-thumb .button-group i.fa-shopping-cart {
    background-position: 0px -47px;
}

.product-thumb .button-group i.fa-heart {
    background-position: 1px -2px;
}

.product-thumb .button-group .btn-compare i {
    background-position: 0px -94px;
}

.product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
    background-position: -43px -47px;
}

.product-thumb .button-group .btn-wishlist:hover i.fa-heart {
    background-position: -42px -2px;
}

.product-thumb .button-group .btn-compare:hover i {
    background-position: -43px -94px;
}

.products-list .tab-content .products-carousel {
    overflow: visible;
}

.common-home #content #ttcmsparallax .parallex {
    float: left;
    width: 100%;
}

.owl-carousel .owl-buttons > div.owl-next {
    border: 1px solid #ddd;
    margin: 0;
}

.owl-carousel .owl-buttons > div.owl-prev {
    border: 1px solid #ddd;
    margin: 0 5px 0 0;
}

.owl-carousel .owl-controls .owl-buttons > div {
    color: #777777;
    background: none;
    float: left;
    font: 400 0px/18px "Dosis", Helvetica, sans-serif;
    height: 32px;
    padding: 6px 8px;
    text-transform: uppercase;
    width: 32px;
}

.owl-carousel .owl-controls .owl-buttons > div.owl-prev::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -17px -359px;
    content: "";
    float: left;
    height: 15px;
    text-align: left;
    width: 14px;
}

.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -18px -392px;
    content: "";
    float: right;
    height: 15px;
    text-align: right;
    width: 14px;
}

.owl-carousel .owl-controls .owl-buttons > div.owl-prev:hover::before {
    background-position: -77px -359px;
}

.owl-carousel .owl-controls .owl-buttons > div.owl-next:hover::before {
    background-position: -77px -392px;
}

.owl-carousel .owl-controls .owl-buttons > div:hover {
    border-color: #52ac62;
    background-color: #52ac62;
    /*background: -moz-linear-gradient(top, #339933 0%, #009966 100%);*/
    /*background: -webkit-linear-gradient(top, #339933 0%, #009966 100%);*/
    /*background: linear-gradient(to bottom, #339933 0%, #009966 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339933', endColorstr='#009966',GradientType=0 );*/
    color: #ffffff;
}

.common-home .brand-items .img-responsive {
    opacity: 0.6;
    -moz-opacity: 0.6; /* Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    -webkit-opacity: 0.6; /* other webkit*/
    margin: 0 auto;
}

.common-home .brand-items .item.text-center:hover .img-responsive {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-next i:before {
    content: "\f105";
    color: #777;

}

.owl-carousel .owl-prev i:before {
    content: "\f104";
    color: #777;

}

.brand-carousel .brand-items .owl-buttons i {
    display: none;
}

.product-product .image-additional {
    margin: 0 8px;
}

.additional-images .owl-controls .owl-buttons > div {
    font-size: 0;
    height: 25px;
    padding: 0;
    position: absolute;
    border-radius: 5px !important;
    width: 25px;
    margin: 0;
    top: 40%;
    background: none;
    border: 1px solid #ddd;
}

.additional-images-container .owl-carousel .owl-controls .owl-buttons > div.owl-prev::before, .additional-images-container .owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "\f104";
    font-family: fontawesome;
    font-size: 14px;
    float: none;
    color: #222;
}

.additional-images-container .owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
    content: "\f105";
    line-height: 22px;
}

.additional-images .owl-controls .owl-buttons {
    top: 40%;
    left: 0;
    right: 0;
}

.additional-images .owl-controls .owl-buttons .owl-prev::before {
    line-height: 22px;
    padding: 0;
}

.additional-images.owl-carousel .owl-controls .owl-buttons .owl-next::after {
    line-height: 18px;
}

.additional-images.owl-carousel .owl-controls .owl-buttons > div:hover {
    background: #2b5595;
    border-color: #2b5595;
}

.additional-images.owl-carousel .owl-controls .owl-buttons > div:hover::before, .additional-images.owl-carousel .owl-controls .owl-buttons > div:hover::after {
    color: #fff;
}

.brand-carousel .brand-items .owl-buttons div:hover i:before {
    color: #fff;
}

.brand-carousel .brand-items:hover .owl-buttons div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.brand-carousel .brand-items:hover .owl-buttons .owl-prev {
    left: 0;
}

.brand-carousel .brand-items:hover .owl-buttons .owl-next {
    right: 0;
}

footer .contact-us span, footer .contact-us i:before {
    color: #8a8a8a;
}

.footer-column .list-unstyled li {
    padding: 0;
}

footer .contact-us span {
    padding-left: 10px;
    line-height: 1.6;
}

.common-home .brand-carousel .brand-items {
    border: none;
    padding: 0;
    overflow: visible;
    float: left;
}

.brand-carousel .box-heading {
    border-bottom: 1px solid #eeeeee;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 10px;
}

.brand-carousel .owl-controls .owl-buttons {
    right: 0;
    top: -47px;
}

.common-home .brand-carousel {
    float: left;
    width: 100%;
}

.brand-items .owl-item {
    padding: 15px;
}

.common-home .main-testimonial .heading {
    float: left;
    margin-bottom: 20px;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
}

.main-testimonial .testimonial-product .info span {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

.footer-top-block ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

footer .footer-top, footer #footer-top {
    float: left;
    width: 100%;
}

footer .footer-top #footer-top {
    position: absolute;
    top: -55px;
}

/* footer Social Block Start*/
.follow-us h5 {
    cursor: pointer;
}

footer .follow-us .ttdesc {
    color: #8a8a8a;
    font: italic 400 13px/18px "Roboto", Helvetica, sans-serif;
    margin: 0 0 20px;
    border: none;
}

footer .follow-us li {
    float: left;
    border: 1px solid #2e2e2e;
    margin: 0 5px 0 0;
}

#footer-top .follow-us ul li {
    float: left;
}

.follow-us ul {
    margin: 0;
}

.footer-top-block .follow-us {
    float: right;
    margin: 40px 0 0;
    padding-left: 40px;
    border-left: 1px solid #6cc5c8;
}

.footer-top-block .follow-us ul.list-unstyled li {
    display: inline-block;
    margin: 0 5px 0 0;
}

#footer-top .social-icon-block li {
    float: none;
    margin: 0 3px;
    display: inline-block;
}

#footer-top .social-icon-block ul li a {
    color: #eee;
    display: inline-block;
    height: 40px;
    padding: 10px;
    text-align: center;
    width: 40px;
    font-size: 18px;
}

footer .follow-us ul li a:hover,
footer .follow-us li:hover a {
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc520 0%, #ffb505 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc520 0%, #ffb505 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc520 0%, #ffb505 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc520', endColorstr='#ffb505', GradientType=0);
    /* IE6-9 */
    color: #222222;
}

footer .follow-us li:hover {
    border-color: #ffe160;
}

footer .follow-us ul li a {
    color: #eee;
    display: inline-block;
    height: 33px;
    padding: 4px;
    text-align: center;
    width: 33px;
}

footer .follow-us ul li a i {
    font-size: 14px;
    font-weight: normal;
}

.social-icon-block li > a::before {
    font-family: fontawesome;
}

.social-icon-block li.facebook > a::before {
    content: "\f09a";
}

.social-icon-block li.twitter > a::before {
    content: "\f099";
}

.social-icon-block li.rss > a::before {
    content: "\f09e";
}

.social-icon-block li.google-plus > a::before {
    content: "\f0d5";
}

#footer-top .social-icon-block .social-icon-inner {
    float: left;
    margin: 35px 0;
    width: 100%;
}

@media (max-width: 991px) {
    .footer-top-block .news-letter {
        width: 100%;
    }

    #footer-top .follow-us ul li {
        float: none;
    }

    footer .follow-us ul {
        float: left;
        margin: 5px auto 30px;
        padding: 20px 10px;
        width: 100%;
    }

    footer .follow-us .ttdesc {
        width: 100%;
    }
}

/* footer Social Block End*/
/* Footer themeblock CMS Start */
footer > div > .row {
    margin-right: 0;
    margin-left: 0;
}

footer > div > .row div.footer-column {
    padding: 60px 20px 0;
    margin: 0 0 50px;
}

footer .footer-right #footer-right {
    float: left;
    width: 100%;
    padding: 0;
}

@media (max-width: 991px) {
    .news-letter .news-letter-inner > h4 {
        float: left;
        width: 100%;
    }

    .footer-top-block .news-letter-inner > .purchage-theme {
        float: left;
        width: 100%;
    }
}

/* Footer themeblock CMS End */
footer .contact-us ul li i {
    float: left;
    height: 20px;
    margin: 0 7px 0 0;
    text-align: center;
    width: 15px;
}

footer .contact-us span {
    line-height: 13px;
    padding: 0;
    vertical-align: top;
}

footer .contact-us ul li, footer .contact-us, footer .contact-us ul {
    float: left;
    width: 100%;
}

#column-left .products-list,
#column-right .products-list {
    padding: 5px;
    margin: 0 0 20px;
    border: 1px solid #eee;
}

#column-left .product-thumb:hover .caption h4 a,
#column-right .product-thumb:hover .caption h4 a {
    color: #000;
}

#column-left .product-thumb .price,
#column-right .product-thumb .price {
    text-align: left;
    padding: 5px 0;
}

#column-left .products-carousel,
#column-right .products-carousel {
    padding: 0;
    float: left;
    width: 100%;
}

.common-home .page-title-wrapper {
    margin: 0;
}

#footer-top .social-icon-inner > h4 {
    display: none;
}

.fa-comments::before {
    content: "\f0e6";
    font-family: fontawesome;
}

.slideshow-panel .owl-carousel .owl-page > span:hover, #slideshow0 .owl-page.active > span {
    background: #f3604d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f3604d 0%, #e3503d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3604d 0%, #e3503d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3604d 0%, #e3503d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3604d', endColorstr='#e3503d', GradientType=0);
    /* IE6-9 */
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

ul.header-cart-toggle li tbody tr td {
    border: none;
}

#cart .dropdown-menu li p a strong {
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
}

#cart .dropdown-menu li p a:hover {
    border-color: #52ac62;
    background: #52ac62;
}

ul.header-cart-toggle li .table-bordered tr td {
    padding: 2px;
}

.header-cart-toggle .table-striped .text-right.product-price {
    font: 700 14px/26px "Roboto", Helvetica, sans-serif;
    color: #333;
}

.header-cart-toggle p.text-right strong i {
    position: relative;
    width: 14px;
    height: 14px;
}

.header-cart-toggle p.text-right strong i:before {
    position: absolute;
    left: -17px;
    width: 14px;
    height: 14px;
    top: 2px;
}

.product-layout .thumb-description {
    position: unset;
}

#slideshow0 .owl-buttons {
    display: none;
}

#testimonial-carousel .owl-controls .owl-buttons {
    margin-top: 10px;
}

footer .contact-us ul li i.fa-envelope-o {
    padding: 5px 0 0;
}

.footer-right .contact-us ul li {
    padding: 0 0 5px;
}

footer .contact-us .address span.contact-address {
    line-height: 25px;
}

footer .contact-us ul li i.fa-map-marker {
    height: 53px;
    padding: 7px 0 0 0;
}

footer .footer-right .contact-us > h5 {
    margin: 0 0 12px;
}

footer .footer-bottom > p {
    font: 400 14px/24px "Dosis", Helvetica, sans-serif;
    color: #777;
}

footer .footer-bottom > p a {
    color: #999;
}

footer .footer-bottom > p a:hover {
    color: #ccc;
}

.option-filter-box .checkbox {
    padding: 0;
    margin: 9px 0;
}

body > img {
    position: absolute;
    z-index: -1;
}

body > .body-image-top-left {
    left: 0;
    top: 2%;
}

body > .body-image-top-right {
    right: 0;
    top: 12%;
}

body > .body-image-bottom-left {
    left: 0;
    bottom: 4%;
}

body > .body-image-bottom-right {
    right: 0;
    bottom: 0;
}

#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-top-right #form-language ul.dropdown-menu {
    padding: 8px 15px;
    min-width: 150px;
    right: 0;
    left: auto;
    border: 1px solid #eee;
}

.header-top-right #form-currency ul.dropdown-menu,
#top-links .dropdown .dropdown-menu {
    padding: 8px 15px;
    right: -21px;
    left: auto;
    min-width: 150px;
    border: 1px solid #eee;
}

.header-middle #header-search .btn-default:hover {
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b3b3b 0%, #2b2b2b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#2b2b2b', GradientType=0);
    /* IE6-9 */
    color: #FFF;
}

#footer-top .social-icon-block ul li a:hover {
    color: #88caca;
}

.common-home .brand-carousel .brand-items .img-responsive:hover {
    cursor: pointer;
}

.footer-top .news-letter .purchage-theme > a:hover {
    background: #424242;
}

#top-links .dropdown-menu .table-striped a {
    padding: 2px 0;
}

#menu ul.nav ul.list-unstyled.mega-dropdown-menu li, #menu ul.nav ul.list-unstyled.mega-dropdown-menu li a {
    min-width: 120px;
}

#menu ul.nav .dropdown-menu ul.mega-dropdown-menu .dropdown a, #menu ul.nav .dropdown-menu ul.mega-dropdown-menu .dropdown {
    min-width: 130px;
}

.page-title {
    color: #fff;
}

.slideshow-panel {
    position: relative;
    margin: 0 0 20px;
}

.slideshow-panel .ttloader {
    background: whitesmoke url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

/*--------------end home page------------*/

/*
.common-home > .container,
.common-home > .container > .row  { padding: 0px; width: 100%; margin: 0px; }
.common-home .container { position: relative; }
.common-home #content { padding: 0px; }
*/
#slideshow0 .item > img {
    width: 100%;
}

/* Category Page */
/*----------start category page-------------*/
.page-title-wrapper h1 {
    display: none;
    color: #232323;
    letter-spacing: 0.4px;
    float: left;
    margin: 0;
    text-transform: capitalize;
    font: 400 21px/24px "Roboto", Helvetica, sans-serif;
}

.product-category .panel-default.option-filter {
    float: left;
    width: 100%;
}

.page-title-wrapper {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.breadcrumb a {
    color: #424242;
}

.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus,
.fa-home:hover::before {
    color: #2b5595;
}

#column-left .list-group .category-treeview .list-group-item,
#column-right .list-group .category-treeview .list-group-item {
    background: #FFF;
    color: #888;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
}

#column-left .list-group .category-li .list-group-item:hover,
#column-right .list-group .category-li .list-group-item:hover {
    color: #000;
}

#column-left .category-li ul li a {
    padding: 3px 15px;
    font-size: 13px;
}

.product-thumb .product-list-caption {
    position: unset;
}

#content .category-list h3,
#content .category-list .category_title {
    color: #666;
    font: 700 16px/26px "Dosis", sans-serif;
    text-transform: uppercase;
}

.sidebar_title {
    font-size: 27px;
}

.sidebar_small {
    font-size: 21px;
    padding: 15px 0;
}

.product-list.product-layout .button-group {
    position: static;
    float: left;
    opacity: 1;
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1; /* Safari 1.x */
    -webkit-opacity: 1; /* other webkit*/
    height: auto;
    width: 155px;
}

/* ------------------------------ CartTooltip CSS Start -------------------------------*/
.tooltip-cart {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: none;
    font-size: 13px;
    font-weight: normal;
    left: -28px;
    line-height: 16px;
    min-width: 100px;
    padding: 3px 8px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: -30px;
    z-index: 999;
    white-space: nowrap;
}

.tooltip-cart::before {
    bottom: -7px;
    color: #000000;
    content: "\f0dd";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 45%;
    position: absolute;
}

.product-grid .product-thumb .button-group {
    overflow: inherit;
}

.product-grid .product-thumb .button-group .btn-cart {
    position: relative;
}

.product-grid .product-thumb .button-group .btn-cart:hover span.tooltip-cart {
    display: block !important;
}

.product-list .product-thumb .btn-cart span.tooltip-cart {
    display: none !important;
}

/*----------------------------------- CartTooltip CSS end-----------------------------*/
.product-list.product-layout .button-group button {
    padding: 0 7px;
    height: 40px;
}

.product-list.product-layout .button-group button.btn-compare {
    border-radius: 0 5px 5px 0;
}

.product-list .product-thumb .button-group button.btn-wishlist {
    border-radius: 5px 0 0 5px;
    margin-right: -1px;
}

.product-list .product-thumb .image {
    border-right: 1px solid #eee;
    padding: 0 0 10px 0;
}

.product-list .product-thumb .caption {

    *float: left;
    margin-left: 0;
    padding: 0 20px;
    *width: 65%;
}

.product-list .product-thumb .thumb-description {
    background: none;
    border: none;
    padding: 5px 0;
}

.product-list .thumb-description .button-wrapper {
    float: left;
    width: 35%;
    border-left: 1px solid #eee;
    padding: 25px 0 30px 30px;
}

.product-list .product-thumb .btn-cart span {
    font: 400 13px/18px "Roboto", Helvetica, sans-serif;
    display: inline !important;
    padding: 0 5px;
    color: #fff;
}

.product-list .product-thumb .btn-cart {
    padding: 0 15px !important;
    border: 1px solid #52ac62;
    border-radius: 0;
    background: #52ac62 !important;

}

.option-filter-box .btn.btn-primary {
    background: #2b5595;
    /* Old browsers */
    background: -moz-linear-gradient(top, #355f9f 0%, #254f8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #355f9f 0%, #254f8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #355f9f 0%, #254f8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#355f9f', endColorstr='#254f8f', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #FFF;
    font-size: 13px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.option-filter-box .btn.btn-primary:hover {
    background: #f3604d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f3604d 0%, #e3503d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3604d 0%, #e3503d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3604d 0%, #e3503d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3604d', endColorstr='#e3503d', GradientType=0);
    /* IE6-9 */
}

#column-left .box-heading > h3,
#column-right .box-heading > h3 {
    color: #333333;
    font: 600 17px/18px "Dosis", sans-serif;
    position: relative;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: none;
    padding: 0;
    margin: 0;
}

#column-left .box-heading,
#column-right .box-heading,
#column-left .panel-heading,
#column-right .panel-heading,
#ttcmstestimonial .title_block {
    border: none;
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e2e2e2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #e2e2e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%, #e2e2e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$left-title-light-bg', endColorstr='$left-title-dark-bg', GradientType=0);
    /* IE6-9 */
    color: #333333;
    font: 600 17px/18px "Dosis", sans-serif;
    padding: 14px 30px 14px 14px;
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase;
}

#column-left .product-thumb .button-group .btn-cart,
#column-right .product-thumb .button-group .btn-cart {
    color: #666;
}

#column-left .product-thumb .button-group .btn-cart:hover,
#column-right .product-thumb .button-group .btn-cart:hover {
    color: #222;
}

#column-left .product-thumb h4 a,
#column-right .product-thumb h4 a {
    font: 400 14px/18px "Roboto", Helvetica, sans-serif;
    color: #666;
    text-transform: capitalize;
    white-space: normal;
}

.option-filter-box .list-group {
    border: medium none !important;
    background: none !important;
    padding: 0 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.category-filter .filter-selection #input-sort, .category-filter .filter-selection #input-limit {
    height: 28px;
    padding: 4px;
}

.select-wrapper::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 4px;
    pointer-events: none;
}

#content .category-filter .control-label {
    color: #222;
    text-transform: uppercase;
}

.pagination > li > a, .pagination > li > span {
    color: #666;
}

.pagination li.active > span, .pagination li.active:hover > span, .pagination li:hover > a {
    background: #666;
    border-color: #666;
    color: #fff;
}

.pagination > li {
    display: inline;
    float: left;
    margin-left: 5px;
}

.pagination li:last-child > a, .pagination li:first-child > a {
    font-size: 0;
}

.pagination li:last-child > a::after, .pagination li:first-child > a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 14px;
    position: static;
    right: 0;
}

.pagination li:first-child > a::after {
    content: "\f177";
}

.pagination li:last-child > a, .pagination li:first-child > a {
    padding: 5px 8px;
}

#column-left .information-list,
#column-right .information-list {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.information-list .list-group .list-group-item {

}

.information-list .list-group a:hover {

    background: none;
}

#column-left .product-thumb .button-group button {
    border-radius: 0;
}

#column-left .category-treeview {
    background: #666 none repeat scroll 0 0;
    padding: 15px;
    border: none;
}

#column-left .category-treeview .list-group,
#column-right .category-treeview .list-group {
    background: #FFF;
}

.option-filter-box .panel-footer {
    background: none;
    padding: 0;
}

#column-left .information-list .list-group-item,
#column-right .information-list .list-group-item {
    background: none;
    border: none;
    color: #888;
    padding: 0;
    line-height: 28px;
}

#column-left .information-list .list-group-item:hover,
#column-left .information-list .list-group-item:focus,
#column-right .information-list .list-group-item:hover,
#column-right .information-list .list-group-item:focus {
    color: #000;
}

.category-products .product-grid .product-thumb .image, .category-products .product-grid .product-thumb .caption, .product-list .product-thumb .image {
    padding: 0;
}

.product-list .product-thumb .price {
    padding: 0 0 10px;
    color: #222;
}

.product-list .product-thumb .price-new {
    color: #222;
}

#column-left > #banner0 {
    margin: 0 0 20px;
}

.product-layout.product-list .product-thumb {
    margin: 0;
    border: none;
}

#column-left .banner-panel, #column-right .banner-panel {
    /*float: left;*/
    margin: 0 0 20px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    #column-left .banner-panel img {
        width: 224px;
    }
}

#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    padding: 0 10px;
    background: none;
    border: none;
    min-height: auto;
    width: 100%;
}

.option-filter-box .list-group a.list-group-item {
    font: 500 13px/28px "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    background: none;
    color: #222;
    cursor: pointer;
}

.option-filter-box .checkbox > label {
    color: #888888;
    font: 400 13px/20px "Roboto", Helvetica, sans-serif;
}

.category-treeview .category-li > .list-group-item {
    padding: 4px 0;
    font-size: 16px;
    border-bottom: 1px dotted #52ac62 !important;
}

.category-treeview .category-li > .list-group-item.active {
    padding-right: 15px;
}

.product-category .category-description .category-content {
    margin-top: 16px;
}

.product-category .category-description {
    float: left;
    width: 100%;
}

.product-category .category-description .category-image {
    display: none;
}

.product-category .category-list {
    float: left;
    width: 100%;
}

.product-category #content .category-list li a {
    text-transform: lowercase;
}

.filter-grid-list #grid-view.btn.btn-default, .filter-grid-list #list-view.btn.btn-default {
    padding: 7px 12px;
}

.footer-right .contact-us ul li.address {
    padding: 0 0 10px;
}

#column-left .category-treeview.panel-default.panel {
    background: none;
    float: left;
    width: 100%;
}

.option-filter-box .checkbox label:hover {
    color: #000;
}

#column-left .products-list .row > div .image, #column-right .products-list .row > div .image {
    float: left;
    width: auto;
}

.category-compare {
    display: none;
    float: left;
    width: 100%;
}

.product-category .category-products {
    float: left;
    width: 100%;
}

.account-login .page-title {
    color: #232323;
    float: left;
    font: 400 21px/24px "Dosis", Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 0;
    text-transform: capitalize;
}

/*----------end category page-------------*/
#column-left .panel-default .list-group,
#column-right .panel-default .list-group {
    border: none;
    float: left;
    margin: 0;
    padding: 8px 15px;
    width: 100%;
}

#content h2.category-name {
    margin-top: 0px;
}

#column-left .customNavigation,
#column-right .customNavigation {
    display: none;
}

.category-list ul {
    padding: 0px;
}

.category-list ul li {
    background: none repeat scroll 0 0 #F1F1F1;
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
}

#ttcmstestimonial .title_block a {
    color: #333;
    font: 600 17px/18px "Dosis", sans-serif;
}

.category-treeview ul {
    margin: 0px;
}

.category-treeview li {
    position: relative;
    list-style: none;
}

.category-treeview li.category-active .list-tree::before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #52ac62;
    position: absolute;
    cursor: pointer;
    /*padding: 8px 10px;*/
    right: 0px;
    top: 4px;
    z-index: 9;
    font-weight: bold;
}

.category-treeview li.category-li.active .list-tree:before {
    content: "\f106";
}

.category-treeview li.category-li .list-tree:hover:before {
    color: #000;
}

.category-treeview a.list-group-item:before {
    font-family: 'FontAwesome';

    padding-right: 5px;
}

.product-thumb .caption .description {
    display: none;
}

.rating span.fa-stack, #review span.fa-stack {
    width: 12px;
}

.product-list .product-thumb .caption .description {
    margin: 0 0 10px;
    display: block;

}

.product-thumb, .product-layout, .product-layouts {
    position: relative;
}

.image .sale-icon, .product-product .product-image .product-sale-icon {
    background: #eee;
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    z-index: 9;
    border-radius: 5px;

}

/* Column Left - Right Product List */

#column-left {
    clear: left;
}

#column-right {
    clear: right;
}

#column-left .products-list > .row,
#column-right .products-list > .row,
#header-left .products-list > .row,
#header-right .products-list > .row,
#footer-left .products-list > .row,
#footer-right .products-list > .row {
    margin: 0px;
    padding: 18px 0;
}

#column-left .product-thumb,
#column-right .product-thumb,
#header-left .product-thumb,
#header-right .product-thumb,
#footer-left .product-thumb,
#footer-right .product-thumb {
    border-bottom: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0 0 15px;
    padding: 10px 18px;
}

#column-left .product-thumb:first-child,
#column-right .product-thumb:first-child {
    padding-top: 0;
}

#column-left .product-thumb:last-child, #column-right .product-thumb:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#column-left .product-thumb .image,
#column-right .product-thumb .image,
#header-left .product-thumb .image,
#header-right .product-thumb .image,
#footer-left .product-thumb .image,
#footer-right .product-thumb .image {
    border: none;
    max-width: 80px;
    float: left;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#header-left .product-thumb .caption,
#header-right .product-thumb .caption,
#header-left .product-thumb .button-group,
#header-right .product-thumb .button-group,
#footer-left .product-thumb .caption,
#footer-right .product-thumb .caption,
#footer-left .product-thumb .button-group,
#footer-right .product-thumb .button-group {
    margin: 0;
    padding: 0;
    text-align: left;
}

#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
    display: none;
}

#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#header-left .product-thumb .rating,
#header-right .product-thumb .rating,
#footer-left .product-thumb .rating,
#footer-right .product-thumb .rating {
    position: static;
    display: none;
}

#column-left .product-thumb .image .sale-icon,
#column-right .product-thumb .image .sale-icon,
#header-left .product-thumb .image .sale-icon,
#header-right .product-thumb .image .sale-icon,
#footer-left .product-thumb .image .sale-icon,
#footer-right .product-thumb .image .sale-icon {
    font-size: 10px;
    left: 3px;
    line-height: 15px;
    padding: 0 3px;
    position: absolute;
    right: auto;
    width: 30px;
    top: 3px;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#header-left .product-thumb .button-group,
#header-right .product-thumb .button-group,
#footer-left .product-thumb .button-group,
#footer-right .product-thumb .button-group {
    background: none;
    border: 0 none;
}

#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i.fa,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i.fa,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i.fa,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i.fa,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i.fa,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i.fa {
    display: none;
}

#column-left .product-thumb .button-group button.btn-cart,
#column-right .product-thumb .button-group button.btn-cart,
#header-left .product-thumb .button-group button.btn-cart,
#header-right .product-thumb .button-group button.btn-cart,
#footer-left .product-thumb .button-group button.btn-cart,
#footer-right .product-thumb .button-group button.btn-cart {
    background: none;
    padding: 0px;
    line-height: normal;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    display: block;
    width: auto;
    height: auto;
    border: none;
    margin: 0;
}

#column-left .product-thumb .button-group button.btn-cart span,
#column-right .product-thumb .button-group button.btn-cart span,
#header-left .product-thumb .button-group button.btn-cart span,
#header-right .product-thumb .button-group button.btn-cart span,
#footer-left .product-thumb .button-group button.btn-cart span,
#footer-right .product-thumb .button-group button.btn-cart span {
    display: block;
}

#column-left .special-carousel .sale-icon,
#column-right .special-carousel .sale-icon,
#header-left .special-carousel .sale-icon,
#header-right .special-carousel .sale-icon,
#footer-left .special-carousel .sale-icon,
#footer-right .special-carousel .sale-icon {
    display: none;
}

/* Column Left Right - Product Option Filter Style */
.option-filter .list-group {
    margin: 0px;
}

.option-filter .list-group-item,
.option-filter .list-group-item {
    text-transform: capitalize;
    padding: 0;
}

#column-left .option-filter a.list-group-item:hover,
#column-right .option-filter a.list-group-item:hover {

}

#column-left .option-filter a.list-group-item:after,
#column-right .option-filter a.list-group-item:after {
    font-family: "FontAwesome";
    content: "\f068";
    font-size: 12px;
    color: #555;
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
}

.option-filter .list-group-item {
    border: none;
}

#column-left .option-filter a.list-group-item.collapsed:after,
#column-right .option-filter a.list-group-item.collapsed:after {
    content: "\f067";
}

#column-left .account-list .list-group a.list-group-item:before,
#column-right .account-list .list-group a.list-group-item:before,
#column-left .affiliate-list .list-group a.list-group-item:before,
#column-right .affiliate-list .list-group a.list-group-item:before,
#column-left .information-list .list-group a.list-group-item:before,
#column-right .information-list .list-group a.list-group-item:before {
    font-family: "FontAwesome";

    padding: 0 5px 0 0;
    float: left;
}

.store-list .store-tags {
    padding: 5px 15px;
}

.store-list .store-tags > a {
    border: 1px solid #DDDDDD;
    display: inline-block;
    margin: 5px 10px 5px 0px;
    padding: 5px 10px;
}

.store-list .store-tags > a.active-store {
    font-weight: bold;
    position: relative;
}

.store-list .store-tags > a.active-store > i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}

/*.category-filter, .category-pagination { border: 1px solid #CCCCCC; }*/
#content .category-filter {
    padding: 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 5px 0;
}

.category-filter .filter-sort-by,
.category-filter .filter-show {
    float: right;
}

.category-filter .filter-text.filter-text {
    /*width:35%;*/
    width: auto;
}

.category-filter .filter-text {
    float: left;

}

.category-filter .filter-show .filter-selection {
    width: 80px;
    float: left;
}

.category-filter .filter-sort-by .filter-selection {
    width: 150px;
    float: left;
}

.category-filter .filter-sort-by {
    width: auto;
    /*max-width: 240px;*/
}

.category-filter .filter-show {
    min-width: 130px;
}

.category-filter .filter-text {
    padding: 5px 10px 0 10px;
}

.category-filter .filter-selection {
    padding: 0;
}

.category-filter .filter-grid-list {
    padding: 0;
    width: 70px;
    float: left;
}

.category-filter .filter-grid-list button {
    background: url("TemplateTrip/images/sprite-4.png");
    width: 34px;
    height: 34px;
    border: none;
}

.category-filter .filter-grid-list button#grid-view {
    background-position: -4px -15px;
}

.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view.active {
    background-position: -4px -64px;
}

.category-filter .filter-grid-list button#list-view {
    background-position: -63px -15px;
}

.category-filter .filter-grid-list button#list-view:hover,
.category-filter .filter-grid-list button#list-view.active {
    background-position: -63px -64px;
}

.category-filter .filter-grid-list button i.fa {
    font-size: 0px;
}

.category-description .category-content {
    text-align: justify;
}

.category-pagination {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.category-pagination div.text-left {
    padding: 10px 0px;
}

.category-pagination div.text-right {
    padding: 5px 0px;
}

/* Left Column stylesheet */

#column-left .products-list .row > div .image,
#column-right .products-list .row > div .image,
#column-left .products-list .row > div .caption,
#column-right .products-list .row > div .caption {
    text-align: left;
    padding: 0;
    margin: 0 auto;
    float: none;
}

#column-left .product-thumb .image,
#column-right .product-thumb .image {
    border: 1px solid #eee;
}

#column-left .products-list .row > div .caption h4,
#column-right .products-list .row > div .caption h4 {
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 3px 0;
    line-height: 20px;
}

#column-left .products-list .row > div .caption .price,
#column-right .products-list .row > div .caption .price {
    margin: 0px;

}

#column-left .products-list .row > div .caption .price .price-tax,
#column-right .products-list .row > div .caption .price .price-tax {
    display: none;
}

#column-left .products-list .row > div .button-group,
#column-right .products-list .row > div .button-group {
    display: block;
    height: auto;
    position: static;
    opacity: 1;
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1; /* Safari 1.x */
    -webkit-opacity: 1; /* other webkit*/
    width: auto;
}

#column-left .products-list .row > div .button-group .btn-cart span,
#column-right .products-list .row > div .button-group .btn-cart span {
    display: block !important;
}

#column-left .products-list .row > div .button-group .btn-wishlist,
#column-right .products-list .row > div .button-group .btn-wishlist {
    display: none;
}

#column-left .products-list .row > div .button-group .btn-compare,
#column-right .products-list .row > div .button-group .btn-compare {
    display: none;
}

/* Product page stylesheet */
/*---------------start product page--------------*/

.product-product .product-image .thumbnail {
    border: 1px solid #eeeeee;
    padding: 0;
    overflow: hidden;
}

.additional-images .customNavigation .prev::before {
    top: 0;
    right: 0;
    position: absolute;

}

.additional-images-container .customNavigation .prev::before, .additional-images-container .customNavigation .next::after {
    position: absolute;
    top: 0;
    right: 3px;

}

.additional-images-container .customNavigation .next::after {
    right: 0;
}

.additional-images-container .customNavigation span {
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9;
}

.additional-images-container .customNavigation span:hover {
    background: #fff;
}

.additional-images-container .customNavigation span:hover:before, .additional-images-container .customNavigation span:hover:after {
    color: #355f9f;
}

#banner0 .owl-controls .owl-page span {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    display: block;
    height: 5px;
    width: 25px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#banner0 .owl-controls .owl-page.active span {
    background: #ffcf11;
}

.product-product #column-right #banner0 .owl-page:hover > span, .product-product #column-right #banner0 .owl-page.active > span {
    background-color: #ffcf11;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.product-info tr td:first-child {
    color: #222;
}

.product-details .list-unstyled .price-new, .well > h2, .product-details .product-price .pprice {
    color: #333;
    font: 700 18px/26px "Roboto", Helvetica, sans-serif;
}

.select-wrapper {
    position: relative;
}

.product-product .form-group .select-wrapper::after {
    top: 8px;
    right: 15px;
}

#product > h3, .product-product #tab-description > h3 {
    font-size: 18px;
    font-weight: bold;
}

.product-product .form-control:focus {
    border-color: #888;
}

.form-group .btn.btn-default:hover, #tab-review #button-review:hover {
    color: #FFF;
    border-color: #355f9f;
    background: #355f9f;
}

.datepicker .day.active {
    background: #355f9f;
}

.datepicker-days .day.today::before {
    border-bottom-color: #355f9f;
}

.datepicker-months .month.active, .datepicker-years .year.active, .datepicker .day.active:hover {
    background-color: #355f9f;
}

.alert-success {
    margin-bottom: 0;
}

.alert.alert-success > a:hover {
    color: #355f9f;
}

.product-product #banner0 {
    border: medium none;
}

.product-product #button-cart {
    /*background: #2b5595;*/
    /*border: 1px solid #484848;*/
    /* Old browsers */
    /*background: -moz-linear-gradient(top, #355f9f 0%, #254f8f 100%);
  background: -webkit-linear-gradient(top, #355f9f 0%, #254f8f 100%);
  background: linear-gradient(to bottom, #355f9f 0%, #254f8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#355f9f', endColorstr='#254f8f',GradientType=0 );*/
    background: #484848;
    color: #FFF;
    font-size: 13px;
    padding: 8px 18px;
    text-transform: uppercase;
    line-height: 20px;

}

.product-product #button-cart:hover,
.product-product #button-cart:focus,
.product-product #button-cart.active {
    /*background: #f3604d !important;*/
    /*border-color: #f3604d;*/
    /*background: -moz-linear-gradient(top, #f3604d 0%, #e3503d 100%) !important;
  background: -webkit-linear-gradient(top, #f3604d 0%, #e3503d 100%) !important;
  background: linear-gradient(to bottom, #f3604d 0%, #e3503d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3604d', endColorstr='#e3503d',GradientType=0 ) !important;*/
    background: #52ac62 !important;
    border: none;

}

.product-product .rating .product-total-review:hover, .rating a.product-write-review:hover, .product-details .btn-group .btn-default.product-btn-wishlist:hover, .product-details .btn-group .product-btn-compare.btn-default:hover {
    color: #333;
}

.product-details .btn-group .product-btn-wishlist.btn-default, .product-details .btn-group .btn-default.product-btn-compare, .product-product .rating .product-total-review {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 5px 8px;
    text-transform: capitalize;
}

#form-review .clearfix #button-review {
    background: #355f9f none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.product-product #button-review:hover {
    background: #ff8800 !important;
    border-color: #ff8800;
}

.owl-controls .owl-buttons {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: -38px;
}

.product-product .rating .product-total-review {
    position: relative;
    padding: 0 15px 0 0;
    margin-right: 10px;
    float: left;
}

.product-product .product-details .rating .product-rating i.fa-star {
    font-size: 13px;
}

.product-product .product-details .rating .product-rating::after, .product-product .rating .product-total-review::after {
    content: "|";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: normal;
    right: 0;
    position: absolute;
    top: -3px;
    color: #ccc;
}

.product-details .product-total-review:hover::after {
    color: #ccc;
}

.product-details .btn-group {
    border: none;
    padding: 0 0 15px;
    display: none;
}

.product-details .btn-group i {
    margin: 0 3px;
}

.product-details .product-write-review .fa.fa-pencil {
    margin-right: 3px;
}

.product-product .product-tabs .nav-tabs li {
    margin: 0 20px -2px 20px;
}

.product-product .product-tabs .nav-tabs li .product-tabs-view {
    display: none;
}

.product-product .product-tabs .nav-tabs li:first-child {
    margin-left: 0;
}

.product-product .related-carousel {
    margin: 0 0 20px;
}

#banner0 .owl-controls .owl-buttons {
    display: none;
}

#column-right .owl-carousel .owl-pagination {
    bottom: 25px;
}

.product-product .product-image .thumbnail > img {
    width: 100%;
}

#tab-review #form-review > h2 {
    font: 700 18px Roboto;
    color: #666;
}

.product-product #button-cart::before {
    content: url('//technodelo.com/image/shopping-cart.svg');
    /*content: "\f07a";
     color: #FFF;
    	font-family: "FontAwesome";
    	font-size: 17px;*/
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    z-index: 2;
    display: inline-block;
    position: relative;
    top: 2px;
}

.product-tabs .tab-content {
    padding: 20px 0;
}

.product-product .product-image .product-sale-icon {
    right: 20px;
    top: 5px;
}

.product-product .product-info .product-info-value > a {
    color: #355f9f;
}

.product-product .product-info .product-info-value > a:hover {
    color: #000;
}

/*---------------end product page--------------*/

#content .product-images,
#content .product-details {
    float: left;
}

.product-images .additional-images-container {
    position: relative;
    width: 75%;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}

.product-details .product-info td {
    padding: 3px;
}

.product-details .product-info .product-info-value {
    padding-left: 10px;
}

.product-quantity label {
    padding: 5px 0;
}

.product-quantity label, .product-quantity #input-quantity {
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    width: auto;
    height: 40px;
}

.product-product .product-quantity label {
    padding: 9px 0;
}

.product-details h1.product-name {
    border-bottom: 1px solid;
    color: #222;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 8px;
}

.product-details table.product-info {
    margin: 8px 0;
}

.product-details .product-price, .product-details .rating {
    padding: 8px 0;
    margin: 0px;
}

.product-details .product-price .pprice {
    display: inline-block;
}

.product-details .product-price li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.3;
    color: #666666;
}

.product-details .product-price p {
    text-indent: 0;
    margin-left: 10px;
    margin-bottom: 0;
}

.product-details .product-price p span {
    font-size: 16px;
    color: #52ac62;
}

.product-details ul.product-price, .product-details .product-options, .product-details .rating, .product-details .addthis_toolbox {
    border-top: 1px solid;
}

.product-details .product-options {
    padding-top: 8px;
}

.product-price .product-discounts {
    list-style: none;
    margin-top: 10px;
}

.product-specification {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    list-style: none;
    color: #222;
}

.product-specification li span {
    color: #666666;
}

.product-details h1.product-name,
.product-details ul.product-price,
.product-details .product-options,
.product-details .btn-group,
.product-details .rating,
.product-details .addthis_toolbox {
    border-color: #eeeeee;
}

.product-details ul.product-price .pprice,
.product-details .product-options h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    color: #52ac62;
}

.product-options .product-quantity {
    clear: both;
}

.product-options .radio,
.product-options .checkbox {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.rating .product-rating {
    margin: 1px 10px 0;
    float: left;
    position: relative;
    padding: 0 15px 0 0;
    line-height: 20px;
}

.product-product .product-details .product-btn-compare {
    margin: 0 0px;
}

.product-product .product-details .addthis_toolbox > a:first-child {
    margin: 0px;
}

.product-product .product-details .addthis_toolbox > a {
    margin: 0 5px;
}

.rating a.product-write-review {
    display: inline;
    margin-top: 5px;
    color: #666;
}

.product-product .product-tabs {
    clear: both;
    margin-top: 30px;
}

.product-tabs .nav-tabs > li > a {
    font: 400 16px/22px "Roboto", Helvetica, sans-serif;
    color: #666;
    text-transform: none;
    margin: 0;
}

.table.table-bordered thead tr {
    background: #F5F5F5;
}

#tab-review label.control-label {
    font-weight: bold;
}

.checkout-cart #accordion .panel-heading {
    padding: 0px;
}

.checkout-cart #accordion .panel-heading a {
    padding: 10px 15px;
}

.checkout-cart #accordion label.control-label {
    width: 100%;
    padding: 0px;
    text-align: left;
}

.checkout-cart #accordion .form-group {
    margin: 0px;
}

.checkout-cart #accordion .form-group > div {
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
}

.checkout-checkout #accordion {
    float: left;
    width: 100%;
}

.checkout-cart .sub-total-table {
    float: right;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
    background: #EEEEEE;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
    color: #FFFFFF;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
    background: #355f9f;
}

/* Extra pages Stylesheet */
#cart .btn-danger {
    background: #fff none repeat scroll 0 0;
    color: #666;
    border: none;
}

/* about as css*/
.pull-left.block-left > img {
    width: 100%;
}

.product-manufacturer .a-link-group > a {
    font-size: 14px;
    font-weight: bold;
}

.form-horizontal .form-group button.btn.btn-default {
    border-radius: 0;
    padding: 8px 15px;
}

.terms-conditions .box-heading {
    display: none;
}

.product-manufacturer .a-link-heading > p {
    background: #f5f5f5 none repeat scroll 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

.product-manufacturer .a-link-group {
    margin-bottom: 10px;
}

.product-manufacturer .a-link-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}

.product-manufacturer .a-link-heading {
    margin-bottom: 6px;
    padding: 5px 8px;
    background: #f5f5f5;
}

.product-manufacturer .a-link-content {
    padding: 8px;
}

.information-contact #content > h3, .information-contact #content legend {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.services-group .box-heading, .team-group .box-heading {
    color: #222222;
    font-family: "Raleway", arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
    text-transform: uppercase;
}

.pull-left.block-left {
    padding: 0;
}

.services-group {
    margin-top: 20px;
    padding: 0;
}

.service-icon {
    text-align: center;
}

.service-name {
    text-align: center;
}

.team-group {
    margin-top: 20px;
    clear: both;
    padding: 0;
}

.team-image {
    text-align: center;
}

.team-image > img {
    border: 6px solid #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.block-sub-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.block-sub-content {
    text-align: center;
}

.block-button.social-icons {
    text-align: center;
    margin-top: 10px;
}

.block-button.social-icons .fa.fa-facebook {
    background-color: #39599f;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ffffff;
    height: 30px;
    padding: 8px;
    width: 30px;
}

.team-caption .block-sub-title, .team-caption .block-sub-content {
    text-align: center;
}

.block-button.social-icons .fa.fa-twitter {
    background-color: #5998e8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ffffff;
    height: 30px;
    padding: 8px;
    width: 30px;
}

.block-button.social-icons .fa.fa-google-plus {
    background-color: #df1f26;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ffffff;
    height: 30px;
    padding: 8px;
    width: 30px;
}

.block-button.social-icons > a > i {
    margin-right: 0;
}

.terms-conditions .content-detail {
    color: #222222;
    font-family: Raleway, arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
}

.service-list .service-name .btn.btn-default {
    display: none;
}

.about-services .service-list .fa.fa-star {
    color: #777;
}

#content .box-slogan, .about-intro .box-heading {
    display: none;
}

#content > .box-heading {
    margin: 0;
}

/* about us css end*/
.cart-form .text-left .input-group .form-control {
    min-width: 38px;
    padding: 6px 8px;
}

.header-cart-toggle .table.table-bordered tr:first-child td {
    padding-top: 10px;
}

.header-cart-toggle .table.table-bordered tr:last-child td {
    padding-bottom: 15px;
}

ul.header-cart-toggle li .table-bordered tr td:first-child {
    text-align: left;
}

ul.header-cart-toggle li .table-bordered tr td:first-child strong {
    font: 400 14px/24px "Dosis", Helvetica, sans-serif;
}

ul.header-cart-toggle li .table-bordered tr td:last-child {
    font: 700 14px/24px "Roboto", Helvetica, sans-serif;
    color: #333;
}

#cart .header-cart-toggle .table-striped tbody > tr td.text-left {
    padding: 8px 0;
}

#cart .header-cart-toggle .table-striped > tbody tr .text-left > a {
    padding: 2px 0;
    font-size: 14px;
}

.product-compare table.table-bordered tr .product-price strike {
    font-weight: normal;
}

#cart .btn-danger:hover,
#cart .btn-danger:active,
#cart .btn-danger.active,
#cart .btn-danger.disabled,
#cart .btn-danger[disabled] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#cart .btn-danger:hover {
    color: #808080;
}

/* ------------- Cart-Form CSS Start ----------- */
.table-bordered tr:last-child > td.text-right.total-amount {
    color: #222;
    font: 700 21px/25px "Roboto", Helvetica, sans-serif;
}

.table-bordered tr td.text-right.total-amount {
    color: #222222;
    font: 700 15px/18px "Roboto", sans-serif;
    text-align: right;
}

.checkout-cart tr:last-child > td.text-right.heading-title {
    color: #555454;
    font: 700 18px/22px "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
}

.cart-form .table-bordered > thead > tr > th, .cart-form .table-bordered > tbody > tr > th, .cart-form .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .cart-form .table-bordered > tbody > tr > td, .cart-form .table-bordered > tfoot > tr > td {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #333333;
    font: 400 13px/18px "Roboto", Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
}

/* ------------- Cart-Form CSS End ----------- */
.price-old {
    text-decoration: line-through;
    font-weight: normal;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: none;
    padding: 5px;
}

#column-left .panel.panel-default, #column-right .panel.panel-default {
    background: none;;
    border: 1px solid #eee;
    padding: 5px;
    float: left;
    width: 100%;
}

.product-compare table.table-bordered tr .product-price {
    font-weight: bold;
    font-size: 14px;
}

.product-compare .table-bordered thead > tr > td > strong {
    font: 700 14px Roboto;
    text-transform: uppercase;
}

.product-compare .table-bordered strong {
    font-weight: normal;
}

.well > h2 {
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.panel-default .list-group > a.list-group-item:hover {
    background: none;
    color: #355f9f;
}

.product-compare .btn-wishlist i.fa.fa-heart {
    vertical-align: text-bottom;
}

.checkout-cart .buttons .btn.btn-default {
    background: none;
    border: 1px solid #555555;
    color: #333;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.checkout-cart .buttons .btn.btn-default:hover,
.checkout-cart .buttons .btn.btn-default:focus {
    border-color: #555555;
    background: #3b3b3b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b3b3b 0%, #2b2b2b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b3b3b 0%, #2b2b2b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#2b2b2b', GradientType=0);
    /* IE6-9 */
    color: white;
}

.btn.btn-primary {
    border: 1px solid #52ac62;
    background-color: #52ac62;
    color: #FFF;
    letter-spacing: 1px;
    padding: 8px 15px;
    margin-right: 5px;
    text-transform: uppercase;
    border: none;
}

.sdsreadMore .more .r_more {
    background-color: #009966;
    background: -moz-linear-gradient(top, #339933 0%, #009966 100%);
    background: -webkit-linear-gradient(top, #339933 0%, #009966 100%);
    background: linear-gradient(to bottom, #339933 0%, #009966 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339933', endColorstr='#009966', GradientType=0);
    color: #FFF !important;
    letter-spacing: 1px;
    padding: 8px 15px;
    margin-right: 5px;
    text-transform: uppercase;
    border: none;
}

.account-edit .btn-default, .product-search .btn.btn-primary {
    padding: 8px 20px;
}

.account-account .a-link-list h2, .product-search #content h2 {
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

#accordion .panel-default .panel-body h2 {
    font: 700 16px Roboto;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#accordion .panel-heading h4.panel-title a, #accordion .panel-heading h4.panel-title, .account-return-add legend {
    display: block;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #555;
}

.checkout-cart .cart-form span.input-group-btn > .btn.btn-primary {

    padding: 8px 14px;
}

#accordion #button-voucher, #accordion #button-coupon {
    border-radius: 0;
    padding: 8px 13px;
}

.product-product .btn.btn-default {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    color: #333333;
}

.product-product .form-group .input-group .form-control {
    height: 36px;
}

.product-product .form-group.required span.input-group-btn button {
    padding: 8px 15px;
    color: #555
}

.product-product .form-group.required span.input-group-btn button:hover {
    background: #f5f5f5;
    color: #222;
    border-color: #ccc;
}

.product-product .product-details .alert.alert-info {
    border-radius: 5px;
}

.product-product .rating .product-total-review {
    font-size: 14px;
}

.checkout-cart #content h2 {
    font: 700 19px Roboto;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.checkout-success #content .buttons a.btn.btn-primary {
    color: #fff;
}

.checkout-cart #accordion .panel.panel-default {
    float: left;
    width: 100%;
}

.checkout-checkout #accordion .panel-heading {
    float: left;
    width: 100%;
}

.checkout-checkout #accordion .panel-collapse.collapse {
    float: left;
    width: 100%;
}

.checkout-checkout #accordion .panel.panel-default {
    float: left;
    width: 100%;
}

.account-wishlist tbody .text-right .btn.btn-primary {
    border-radius: 0;
    padding: 8px 12px;
}

.account-wishlist tbody .text-right .btn.btn-primary, .account-wishlist tbody .text-right .btn-danger {
    border-radius: 5px;
    padding: 8px 12px;
}

.account-address .table-bordered .btn.btn-info, .account-address .table-bordered .btn-danger {
    border-radius: 5px;
}

.account-order .table-responsive .text-right .btn.btn-info {
    border-radius: 5px;
}

#accordion .panel-heading h4.panel-title a {
    display: block;
}

#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}

.product-search #content .search-criteria {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.product-compare #content .table .btn {
    margin: 2px;
}

body.checkout-success #content div.buttons, body.account-success #content div.buttons, #content.print-bg-image div.buttons {
    float: left;
}

.checkout-success #content a {
    color: #222;
}

.checkout-success #content a:hover {
    color: #355f9f;
}

.information-sitemap .col-sm-6 > ul {
    padding-left: 15px;
}

.information-sitemap #content ul ul {
    padding-left: 30px;
    margin-bottom: 5px;
}

/* information/contact - Location Icons Stylesheet */
.store-address .btn-info:hover {
    background-color: #52ac62;
    border-color: #52ac62;
}

.information-contact .contact-location .location-title {
    font-weight: bold;
}

.information-contact .contact-location .location-detail {
    margin: 0 0 20px 0;
}

.information-contact .contact-location .location-title i.fa {
    border: 2px solid #AAAAAA;
    border-radius: 50%;
    color: #999999;
    font-size: 16px;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 5px;
    text-align: center;
    width: 30px;
}

/* product/manufacturer - Tabular list of Brands Stylesheet */
.manufacturer-group {
    margin-bottom: 10px;
}

.manufacturer-group a {
    font-weight: bold;
}

.manufacturer-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #F5F5F5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

.manufacturer-heading p {
    margin: 0px;
}

.manufacturer-content {
    padding: 8px;
}

.modal-header {
    background: #F5F5F5;
}

.modal-dialog .modal-header .close {
    font-size: 24px;
    padding: 3px 5px;
    margin-top: -5px;
    float: right;
}

.modal-title {
    font-weight: bold;
}

.brand-carousel .owl-pagination {
    display: none;
}

/* checkout/cart - cart-form Stylesheet */
.cart-form .input-group .form-control {
    width: auto;
    min-width: 50px;
    text-align: center;
}

.cart-form .input-group-btn {
    float: left;
}

/* footer */
footer {
    background-color: #191919;
    color: #E2E2E2;
    float: left;
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    padding: 0;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666666;
}

footer a {
    color: #8a8a8a;
}

footer a:hover,
footer a:focus {
    color: #FFF;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #FFF;
}

footer .footer-column h5,
.payment-icon-inner > h4,
.follow-us h5 {
    color: #eee;
    cursor: pointer;
    font: 400 20px/22px "Dosis", sans-serif;
    letter-spacing: 0.6px;
    margin: 0 0 20px;
    text-transform: capitalize;
}

footer li a {
    font: 400 14px/24px "Roboto", Helvetica, sans-serif;
    color: #8a8a8a;
}

footer .footer-column ul a:before {
    font-family: "FontAwesome";
    padding: 0 5px 0 0;
    float: left;
}

.footer-bottom {
    padding: 25px 0 20px;
    text-align: center;
    color: #8a8a8a;
    border-top: 1px solid #2e2e2e;
}

/* Footer Payment CMS Start */
/* ------------------------- Footer Bottom Extra links Start --------------------------------------- */
footer .footer-extra-links > h5 {
    display: none;
}

footer .footer-extra-links .list-unstyled > li {
    border-right: 1px solid #777777;
    display: inline-block;
    line-height: 10px;
    padding: 0 8px 0 5px;
}

footer .footer-extra-links ul li a {
    line-height: 10px;
}

footer .footer-extra-links .list-unstyled > li:first-child {
    padding-left: 0;
}

footer .footer-extra-links .list-unstyled > li:last-child {
    border: none;
}

footer .footer-extra-links ul {
    margin-bottom: 2px;
}

@media (max-width: 991px) {
    footer .footer-extra-links > h5 {
        display: block;
        text-align: left;
    }

    footer .footer-extra-links {
        float: left;
        width: 100%;
        padding: 0;
    }

    footer .footer-extra-links .list-unstyled > li {
        display: block;
        line-height: 24px;
        float: left;
        width: 100%;
        text-align: left;
        display: block;
        border: none;
        padding: 0;
    }
}

/* ------------------------- Footer Bottom Extra links End --------------------------------------- */
/* ---------------------------------- Footer Payment CMS Start ------------------------------------- */
.payment-icon-inner > h4 {
    display: none;
}

.payment-icon-block ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.payment-icon-block {
    float: left;
    width: 100%;
}

.payment-icon-block .paymentcms {
    display: block !important;
    float: left;
    width: 100%;
}

@media (max-width: 991px) {
    .payment-icon-block {
        margin: 0 0 28px;
    }
}

/* ---------------------------------- Footer Payment CMS End ------------------------------------- */
#goToTop {
    background: #52ac62;
    /*!* Old browsers *!*/
    /*background: -moz-linear-gradient(top, #f3604d 0%, #e3503d 100%);*/
    /*!* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, #f3604d 0%, #e3503d 100%);*/
    /*!* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, #f3604d 0%, #e3503d 100%);*/
    /*!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3604d', endColorstr='#e3503d',GradientType=0 );*/
    /*!* IE6-9 *!*/
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

#goToTop:before {
    font-family: 'fontawesome';
    content: '\f106';
    color: #FFF;
    padding: 9px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#goToTop:hover {
    background-color: #52ac62;
    background-image: none;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    clear: both;

}

.common-home .alert.alert-success {
    margin: 10px 0;
}

/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 8px 15px;
    list-style: none;
    float: left;
}

.product-category .breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.breadcrumb i {
    font-size: 16px;
    vertical-align: baseline;
    color: #222;
}

.breadcrumb > li {
    white-space: nowrap;
    display: inline;
    float: left;
}

.breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 12px;
    padding: 0 10px;
    float: left;
    color: #333;
}

.breadcrumb a.last-breadcrumb,
.breadcrumb a:hover.last-breadcrumb,
.breadcrumb a:focus.last-breadcrumb {
    color: #222;
}

/* buttons */
/*.buttons {
	margin: 1em 0;
}*/
.btn {
    font-size: 12px;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 6px 20px;
    font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #fff;
    background: #355f9f;
    border-color: #355f9f;
}

.btn-primary {
    color: #222;
    background-color: #dfdfdf;
    border: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-position: 0 -15px;
    border-color: #52ac62;
    background: #52ac62 !important;

}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #52ac62;
}

.btn-success:hover,
.btn-success:active:focus,
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #52ac62 !important;
    border-color: #52ac62 !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #52ac62;
    border-color: #52ac62;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
}

/* list group */
.list-group a {
    color: #333;
    padding: 3px 0;
    border: none;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: none;
}

.list-group a.child-item,
.list-group a.current-child-item {
    padding-left: 30px;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.about-company-info .row + a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 250px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    background-color: #eee;
}

.about-company-info .row + a:hover {
    background-color: #52ac62;
}

.product-layout,
.product-layouts {
    padding: 10px 10px 20px;
}

#content .special-items .product-layouts {
    padding: 10px 11px 10px 10px;
}

.product-thumb {
    overflow: auto;
    position: relative;
    border: 1px solid #eee;
    text-align: center;
}

.product-thumb .thumb-description {
    border-top: 1px solid #eee;
    padding: 10px 0 15px;
    position: relative;
    float: none;
}

.product-list .product-thumb {
    text-align: left;
    margin: 10px 0;
}

.product-grid.product-layout,
.product-grid.product-layouts {
    padding: 10px 10px 15px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 250px;
    box-sizing: border-box;
}

.product-thumb .image a:hover {
    opacity: 1;
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1; /* Safari 1.x */
    -webkit-opacity: 1; /* other webkit*/
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb h4, .prod_caption {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0px;
    line-height: 26px;
}

.product-thumb h4 a, .prod_caption a {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-thumb .caption {
    padding: 10px;
    text-align: center;
}

.product-list .product-thumb .caption {
    margin-left: 0px;

}

.product-thumb .rating {
    padding: 0;
    position: absolute;
    bottom: 100px;
    left: 0px;
    right: 0px;
    top: -26px;
}

.product-list .product-thumb .rating {
    position: static;
    margin: 5px 0;
    display: block;
}

.product-list .product-thumb:hover .rating {
    display: block;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o, #review .fa-star-o {
    color: #999;
    font-size: 15px;
}

.fa-star {
    color: #ffbf34;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #52ac62;
    padding-top: 5px;
    font: 700 15px/18px "Roboto", Helvetica, sans-serif;
}

.product-thumb .price-new {
    margin: 0 5px 0 0;
    font: 700 15px/18px "Roboto", Helvetica, sans-serif;
    color: #222;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 16px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: none;
}

.product-list .product-thumb .price-tax {
    display: block;
}

.product-thumb .button-group {
    background: none;
    top: -50px;
    height: auto;
    left: 0;
    opacity: 0;
    -moz-opacity: 0; /* Netscape */
    -khtml-opacity: 0; /* Safari 1.x */
    -webkit-opacity: 0; /* other webkit*/
    overflow: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: auto;
}

.product-list .caption > h4 {
    padding: 0px 0 10px;
}

.product-list .product-thumb .button-group button {
    width: auto;
}

.product-list .product-thumb .button-group {
    border: 0 none;
    background: none;
}

.product-thumb .button-group button {
    width: 45px;
    height: 45px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    background: #FFF;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.product-thumb .button-group .btn-wishlist,
.product-thumb .button-group .btn-compare {
    display: none;
}

.product-thumb .button-group button + button {
    width: 45px;
}

.product-list .product-thumb .button-group button + button {
    border: 1px solid #eeeeee;
    margin: 15px 0 0;
    float: left;
    line-height: 38px;
    width: 40px;
    height: 40px;
}

.product-list .product-thumb .button-group button.btn-cart:hover {
    background: #52ac62 !important;

}

.product-list .product-thumb .button-group .btn-cart:hover i.fa-shopping-cart {
    background-position: 0 -47px;
}

.product-list .product-thumb .button-group button {
    margin: 0;
    float: left;
    *line-height: 40px;
}

.product-list .product-thumb h4 a {
    white-space: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-list .product-thumb .thumb-description {
    float: left;
}

.product-thumb .button-group button:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails > img {
    width: 100%;
}

.thumbnails .owl-carousel.additional-images {
    width: 100%;
    float: left;
    padding: 0 30px;
}

.thumbnails .additional-images {
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: table;
    margin: 0 auto;
}

/*
.common-home #content .featured-items,
.common-home #content .latest-items,
.common-home #content .bestseller-items,
.common-home #content .special-items,
.common-home #content .brand-carousel,
.product-images .additional-images
*/
.additional-images-container .customNavigation > .btn {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.products-list .customNavigation,
.product-images .customNavigation {
    display: block;
}

.additional-images-container .customNavigation > .btn {
    font-size: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
}

.additional-images-container .btn.additional-prev {
    background-position: -21px 96px;
    left: 0;
}

.additional-images-container .btn.additional-prev:hover {
    background-position: -71px 96px;
}

.additional-images-container .btn.additional-next {
    background-position: -65px 52px;
    right: 0;
}

.additional-images-container .btn.additional-next:hover {
    background-position: -15px 52px;
}

.TTProduct-Tab.products-list .customNavigation {
    display: block;
}

.products-list .owl-carousel {
    background: none;
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    float: left;
}

.additional-images > .image-additional {
    float: left;
}

.image-additional a.thumbnail {
    border: 1px solid #eeeeee;
    padding: 0px;
    display: block;
    margin: 0px;
    overflow: hidden;
}

.alert.alert-success {
    margin: 10px 0;
}

@media (max-width: 1200px) {
    header > .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-title-wrapper {
        padding: 24px 0;
    }

    .alert.alert-success {
        margin: 10px 40px;
    }

    .product-grid .product-thumb .caption {
        /*	min-height: 210px;*/
        padding: 0 10px;
    }

    footer .contact-us .address span.contact-address {
        line-height: 24px;
    }

    #column-left .box-content > img {
        width: 100%;
    }

    .product-details .btn-group .btn-default {
        padding: 7px 10px;
    }

    #footer-top .payment-icon-block ul li, #footer-top .social-icon-block li {
        margin: 0 3px;
    }

    .product-product .rating .product-total-review {
        float: none;
    }

    .rating a.product-write-review {

        margin-top: 10px;
    }

    .alert.alert-success {
        margin: 40px 15px 40px;
    }

    #column-left .products-list .row > div .image, #column-right .products-list .row > div .image {
        width: 33.33%;
    }
}

@media (max-width: 1199px) {
    #column-left .product-thumb, #column-right .product-thumb, #header-left .product-thumb, #header-right .product-thumb, #footer-left .product-thumb, #footer-right .product-thumb {
        padding: 0 5px 10px;
    }

    #column-left .product-thumb .price {
        line-height: 20px;
    }

    #column-left .product-thumb .thumb-description {
        padding: 0 5px;
        width: 60%;
    }

    .footer-top-block .news-letter-inner {
        padding: 0 50px;
    }

    .product-list .thumb-description .button-wrapper {
        padding: 25px 0 30px 20px;
    }

    .product-list .product-thumb .caption {
        width: 64%;
    }

    .product-list .thumb-description .button-wrapper {
        width: 36%;
    }

    .product-images .additional-images-container {
        width: 100%;
    }

    #column-left .products-list .row > div .caption h4, #column-right .products-list .row > div .caption h4, #column-left .product-thumb .price {
        padding: 0;
    }

    #column-left .products-list .row > div .image, #column-right .products-list .row > div .image {
        width: 40%;
    }
}

@media (min-width: 992px) {

    #menu ul.nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    #menu .dropdown-inner ul.childs_1.mega-dropdown-menu {
        padding: 25px 15px 10px 16px;
    }

    #menu .dropdown .list-unstyled.childs_1.single-dropdown-menu {
        padding: 25px 0 20px 0;
    }

    #menu ul.nav ul.list-unstyled.single-dropdown-menu > li {
        min-width: 190px;
    }

    #menu ul.nav ul.list-unstyled.single-dropdown-menu > li > a {
        padding: 3px 30px;
    }

    #menu ul.nav ul.list-unstyled.single-dropdown-menu > li ul li a {
        padding: 2px 14px;
    }

}

@media (max-width: 991px) {
    #menu .navbar-collapse, #menu div.navbar-header {
        float: left;
        width: 100%;

    }

    #column-left .products-list .row > div .image, #column-right .products-list .row > div .image {
        width: 41.66%;
    }

    #menu .nav > li > a, #menu .nav > li > span {
        letter-spacing: 0.8px;
        text-transform: capitalize;
        font: 400 14px/22px "Dosis", Helvetica, sans-serif !important;
    }

    #menu .dropdown-menu .dropdown-inner .list-unstyled.childs_2 a {
        padding: 2px 35px;
    }

    #menu ul.nav li ul.mega-dropdown-menu.childs_1 li.dropdown > .dropdown-menu {
        padding: 2px 0 5px 0 !important;
        height: auto !important;
        margin: 0 !important;
    }

    #menu .nav > li:hover > span {
        color: #195594;
    }

    #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
        text-transform: capitalize;
    }

    #menu .nav > li:hover > a {
        color: #777;
    }

    #menu .nav > li > a:hover, #menu .nav > li > span:hover {
        color: #195594;
    }

    #menu .nav > li > a:hover, #menu .nav > li:hover > a, #menu .nav > li:hover > span, #menu .nav > li > a:focus, #menu .nav > li.open > a, #menu .nav > li > span:hover {
        background: none;
    }

    #menu .dropdown-inner a {
        padding: 4px 20px;
    }

    .common-home .alert.alert-success {
        float: left;
        margin: 10px 0;
        width: 100%;
    }

    .alert.alert-success {
        float: left;
        width: 100%;
        margin: 10px 0 0;
    }

    #banner0 .owl-controls .owl-page span {
        width: 20px;
    }

    footer .footer-column h5.toggle {
        padding: 10px;
        margin: 0 0 2px;
        cursor: pointer;
        position: relative;
    }

    footer .footer-column ul {
        padding: 20px 10px;
        float: left;
        width: 100%;
    }

    footer .footer-column h5.toggle:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    footer .footer-column h5.toggle:after, #footer-top .social-icon-block .social-icon-inner h4::after, footer .payment-icon-block .payment-icon-inner h4::after {
        content: "\f067";
        display: block;
        font-family: "FontAwesome";
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 5px;
    }

    #footer-top .social-icon-block .social-icon-inner h4::after, footer .payment-icon-block .payment-icon-inner h4::after {
        right: 18px;
        top: 18px;
    }

    footer .footer-column.active h5.toggle:after, footer .contact-us.active h5.toggle:after, footer .payment-icon-block .payment-icon-inner.active h4::after, #footer-top .social-icon-block .social-icon-inner.active h4::after {
        content: '\f068';
        font-weight: normal;
    }

    footer .row > div {
        float: left;
        width: 100%;
        margin: 2px 0;
    }

    .footer-right .contact-us .address .fa.fa-map-marker {
        height: 21px;
    }

    footer #footer-right .contact-us, footer #footer-right {
        margin: 0;
        float: left;
        width: 100%;
    }

    #footer-top .social-icon-inner > h4, #footer-top .payment-icon-inner > h4 {
        display: block;
        padding: 18px;
        background: #355f9f;
        border-radius: 5px;
    }

    #footer-top .social-icon-block .social-icon-inner h4, footer .payment-icon-block .payment-icon-inner h4 {
        margin: 0;
        text-transform: uppercase;
        width: 100%;
        cursor: pointer;
    }

    .footer-top-block .news-letter-inner {
        margin: 37px 0;
    }

    .header-top-left .dropdown-toggle span, .header-top-left .phone-number span {
        display: inline !important;
    }

    #menu div.navbar-header:after,
    #menu .navbar-header i.fa {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 14px;
        color: #FFFFFF;
        position: absolute;
        right: 20px;
        top: 19px;
    }

    .navbar-nav {
        margin: 7px 0px;
    }

    #menu .navbar-collapse li.dropdown {
        clear: both;
    }

    #menu ul.nav li ul.mega-dropdown-menu > li.dropdown > .dropdown-menu {
        display: block !important;
        padding: 0 25px;
    }

    #menu .navbar-collapse ul.childs_1 li.dropdown:after {
        display: none !important;
    }

    #menu .navbar-collapse li.dropdown > i {
        font-family: "FontAwesome";
        content: '\f067';
        font-size: 14px;
        position: absolute;
        color: #777;
        right: 1px;
        top: 5px;
        cursor: pointer;
        padding: 2px 4px;
        text-align: center;
    }

    #menu .navbar-collapse li.dropdown > .dropdown-menu {
        position: relative;
        width: 100%;
    }

    /*
#menu .navbar-collapse ul.navbar-nav li.dropdown:after {
	font-family: "FontAwesome";
	content: '\f067';
	font-size: 14px;
	position: absolute;
	color: #FFFFFF;
	right: 15px;
	top: 10px;
}
*/
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
        float: left;
        width: 100%;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: #fff;
        border: none;
    }

    #menu .dropdown-inner {
        display: block;
        float: left;
        width: 100%;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #777;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {

    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        color: #FFFFFF;
    }

    #menu #category {
        display: block !important;
    }

    #menu .nav.navbar-nav, #menu .navbar-nav li {
        float: left;
        width: 100%;
    }

    #menu .navbar-collapse .navbar-nav {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ccc;
        padding: 13px;
        border-top: none;
        width: 100%;
        z-index: 9;
        display: initial;
    }

    #menu .collapse.navbar-collapse.navbar-ex1-collapse {
        background: #fff;
    }

    #menu .nav > li > a, #menu .nav > li > span {
        color: #777;
        font-size: 13px;
        padding: 2px;
    }

    #menu .navbar-collapse .navbar-nav {
        margin: 0;
    }

    #menu .navbar-collapse li.dropdown > i::before {
        content: "\f067";
    }

    #menu .navbar-collapse li.dropdown.active > i::before {
        content: "\f068";
    }

    #menu .dropdown-inner ul {
        padding: 0;
    }

    .TTProduct-Tab .box-heading h3 {
        margin: 55px 0 20px;
    }

    #content .box-heading {
        margin: 0;
    }

    .product-thumb .rating {
        padding: 0;
    }

    .customNavigation .btn {
        padding: 6px 10px;
    }

    #ttcmsparallax {
        margin: 5px 0 0 !important;
    }

    .common-home .main-testimonial {
        padding: 45px 0;
    }

    .main-testimonial #testimonial-carousel {
        margin-bottom: 5px;
    }

    .footer-bottom {
        margin: 0;
        padding: 0;
        border: none;
    }

    .footer-top-block ul li:first-child {
        margin-left: 0 !important;
    }

    #column-left .product-thumb .thumb-description {
        padding: 0 0 0 7px;
    }

    #column-left .product-thumb .button-group button {
        margin: 0;
    }

    #column-left .product-thumb .button-group button.btn-cart, #column-right .product-thumb .button-group button.btn-cart, #header-left .product-thumb .button-group button.btn-cart, #header-right .product-thumb .button-group button.btn-cart, #footer-left .product-thumb .button-group button.btn-cart, #footer-right .product-thumb .button-group button.btn-cart {
        width: 100%;
    }

    #column-left .box-heading > h3 {
        margin: 0;
    }

    #column-left .category-li ul li a {
        padding: 3px 10px;
    }

    .product-product .product-details .product-btn-compare {
        margin: 0;
    }

    .option-filter-box .btn.btn-primary {
        padding: 7px 18px;
    }

    #column-left .option-filter {
        padding: 10px;
    }

    footer > div > .row div.footer-column {
        padding: 0;
        margin: 0;
    }

    .product-list.product-layout .button-group button {
        float: left;
    }

    #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::after {
        border: none;
    }

    #menu ul.nav li ul.single-dropdown-menu > li.dropdown .dropdown-menu {
        position: static;
    }

    #menu ul.nav ul.single-dropdown-menu li.dropdown > a::after {
        content: "";
    }

    header > .container {
        padding: 0;
    }

    header .header-left {
        width: 29%;
    }

    #cart {
        margin: 0;
    }

    header #cart {
        margin: 38px auto auto;
    }

    header .header-left {
        width: 100%;
        padding: 0;
        margin: 30px auto auto;
        float: left;
    }

    .header-right {
        float: left;
    }

    #logo {
        float: none;
    }

    .menu-container #menu .menu-home > a {
        background: none !important;
        float: left;
        width: 100%;
        height: auto;
        padding: 2px;
    }

    .menu-container .Offer-Zone {
        display: none;
    }

    #menu .nav > li > a, #menu .nav > li > span {
        float: left;
        width: 100%;
    }

    #top {
        left: 20px;
        right: 20px;
    }

    #form-currency .btn.dropdown-toggle span, #form-language .btn.dropdown-toggle span {
        display: none;
    }

    header > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #page > .container > .row > #content {
        float: left;
        width: 100%;
    }

    #page > .container > .row > #column-left {
        float: left;
        width: 100%;
    }

    .header-middle #header-search {
        padding: 0;
        margin: 10px auto 15px;
    }

    #column-left .panel-heading, #column-right .panel-heading, #column-left .box-heading, #column-right .box-heading, #column-left .panel-heading, #column-right .panel-heading, #ttcmstestimonial .title_block {
        float: left;
        margin: 0;
        padding: 15px;
        width: 100%;
        text-align: left;
        position: relative;
        cursor: pointer;
    }

    #column-left .panel-heading::before, #column-right .panel-heading::before, #column-left .box-heading::before, #column-right .box-heading::before, #column-left .panel-heading::before, #column-right .panel-heading::before, #ttcmstestimonial .title_block::before {
        display: none;
    }

    #column-left .panel-heading::after, #column-right .panel-heading::after, #column-left .box-heading::after, #column-right .box-heading::after, #column-left .panel-heading::after, #column-right .panel-heading::after, #ttcmstestimonial .title_block::after {
        display: none;
    }

    /*body > #page > .container, body > #page > .page-title-wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
}*/
    #column-left .panel.panel-default, #column-right .panel.panel-default, #column-left .products-list {
        margin: 0 0 10px !important;
        border: none;
        padding: 0;
    }

    #column-left .panel-default .list-group, #column-right .panel-default .list-group, #column-left .products-carousel {
        margin: 10px 0 20px 0 !important;
        padding: 15px 10px 10px 15px !important;
    }

    #column-left .products-carousel.latest-items {
        margin: 10px 0 20px !important;
        padding: 15px 10px 10px 15px;
    }

    footer .footer-column h5.toggle::after, footer .follow-us > h5.toggle::after, #column-left .toggle:after {
        content: "\f067";
        float: right;
        font-family: "FontAwesome";
        font-size: 14px;
        font-weight: 400;
        left: auto;
        position: absolute;
        right: 9px;
        top: 12px;
        display: block;
        background: none;
    }

    footer .footer-column.active h5.toggle::after, .footer-left-main.active h5.toggle::after, .contact-us.active h5.toggle::after, footer .follow-us.active > h5.toggle::after {
        content: "\f068";
    }

    #column-left .toggle {
        position: relative;
    }

    footer .footer-bottom p {
        float: left;
        width: 100%;
        padding: 20px 0 10px;
        margin: 30px 0 0;
        border-top: 1px solid #2e2e2e;
    }

    footer .footer-top #footer-top {
        position: static;
    }

    footer {
        margin: 0;
        padding: 20px 0 0;
    }

    .footer-top .news-letter .purchage-theme > a {
        background: #424242;
    }

    #column-left .toggle::after {
        right: 25px;
        top: 15px;
    }

    #column-left .panel-default.active > div.toggle:after,
    #column-left .products-list.active > div.toggle:after,
    #ttcmstestimonial .tttestimonial-inner.active > h4.toggle:after,
    #ttcmsoffers .ttcmsoffers-inner.active > h4.toggle:after {
        content: "\f068";
    }

    .product-list .product-thumb .caption, .product-list .thumb-description .button-wrapper {
        float: left;
        width: 100%;
        border: none;
        padding: 0 20px;
    }

    .product-list.product-layout .button-group {
        width: 100%;
        overflow: hidden;
    }

    .product-list .product-thumb .button-group button + button {
        margin: 0;
    }

    .product-list .product-thumb .button-group button.btn-cart {
        margin: 0 10px 0 0;
    }

    .product-images .additional-images-container {
        width: 80%;
    }

    .brand-carousel .owl-controls .owl-buttons {
        top: -37px;
    }

    /* Category Banner Start */
    #column-left .banner-panel, #column-right .banner-panel {
        margin: 0 0 10px;
    }

    #column-left .banner-panel img {
        margin: 0 auto;
    }

    /* Category Banner End */
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-middle #header-search .btn-default {
        margin-left: -4px;
    }

    .product-thumb .button-group span {
        display: none;
    }

    .product-thumb .button-group button,
    .product-thumb .button-group button + button {

    }

    /* news-letter block CSS Start */
    .footer-top-block .news-letter-inner {
        padding: 0;
    }

    .footer-top-block .news-letter-inner {
        margin: 20px 0 0;
    }

    footer > div > .row div.footer-column {
        margin: 0;
    }

    /* news-letter block CSS End */
}

@media (min-width: 768px) {
    /* fixed colum left + content + right*/
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {

    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    .product-thumb:hover .rating {
        display: none;
    }

}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
    }
}

@media (max-width: 767px) {
    header .header-middle {
        border: medium none;
        bottom: 10px;
        height: 40px;
        left: 0;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        right: 0;
        width: 55%;
    }

    #search .input-lg, #header-search .input-lg {
        border: 1px solid #ddd;
        height: 35px;
        width: 100%;
    }

    #search .btn-lg {
        background: #ddd url("TemplateTrip/images/sprite.png") no-repeat scroll -1px -235px;
        border: medium none;
        display: block;
        height: 35px;
        margin: 0;
        padding: 0;
        width: 48px;
    }

    #search .btn-lg:hover {
        background-color: #ffe160;
        background-position: -61px -235px;
    }

    /*header .header-left {
		margin: 30px auto 20px;
	}
	header #cart button.btn {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	header #cart {
		display: inline;
		float: none;
		margin: 0 auto;
		width: auto;
	} */
    header #cart {
        background: #ffc520;
        background: -moz-linear-gradient(top, #ffc520 0%, #ffb505 100%);
        background: -webkit-linear-gradient(top, #ffc520 0%, #ffb505 100%);
        background: linear-gradient(top, #ffc520 0%, #ffb505 100%);
        bottom: -55px;
        left: auto;
        margin: 0;
        position: absolute;
        right: 10px;
        top: auto;
        z-index: 9;
    }

    header #cart .cart-heading, header #cart #cart-total {
        display: none;
    }

    header #cart button.btn {
        background-position: -22px -111px;
        width: 55px;
        height: 55px;
        padding: 0;
    }

    header #cart:hover button.btn {
        background-position: -22px -165px;
    }

    .option-filter-box .list-group-item, .option-filter-box .panel-footer, .option-filter a.list-group-item:hover, .option-filter a.list-group-item:hover, .list-group a.active, .list-group a.active:hover, .list-group a:hover {

        border: none;
        background: none;
    }

    #top-links #search .input-group-btn i.fa.fa-search {
        width: 30px;
    }

    .option-filter-box .list-group, .category-list .list-group.option-filter-box {
        display: block !important;
    }

    #column-left .panel-default.option-filter {
        display: none !important;
    }

    .category-filter .filter-show,
    .category-filter .filter-sort-by {
        clear: left;
        margin: 3px 0;
        float: left;
    }

    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;

    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }

    #content .product-images {
        width: 100%;
    }

    .product-details h1.product-name {
        margin-top: 15px;
    }

    .product-tabs {
        width: 100%;
        float: left;
    }

    .account-wishlist #content td .btn {
        margin: 2px 0;
    }

    .checkout-cart #content .input-group input {
        min-width: 20px;
        padding: 5px;
    }

    .product-list .product-thumb .button-group {
        border-left: none;
    }

    .product-thumb .button-group button,
    .product-thumb .button-group button + button {

    }

    #logo img {
        float: none;
    }

    .category-products .product-grid {
        width: 50%;
    }

    .information-contact .contact-location .col-sm-3 {
        width: 50%;
        padding: 15px;
        float: left;
    }

    .information-contact .store-contact {
        clear: both;
    }

    .TTProduct-Tab .tab-box-heading {
        float: left;
        margin: 0;
    }

    .customNavigation .btn {
        padding: 5px 7px;
    }

    .rating span.fa-stack, #review span.fa-stack {
        width: 11px;
    }

    .TTProduct-Tab {
        margin: 0 0 35px;
    }

    .common-home .main-testimonial {
        padding: 30px 0 35px !important;
    }

    .common-home #content .brand-carousel .brand-items {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .header-top #header-top, footer #footer-top {
        display: block !important;
    }

    .footer-top .news-letter .purchage-theme > a {
        font-size: 14px;
        padding: 8px 15px;
    }

    .footer-top-block .news-letter-inner {
        margin: 0;
        padding: 0;
    }

    footer .footer-column h5.toggle::after, #footer-top .social-icon-block .social-icon-inner h4::after, footer .payment-icon-block .payment-icon-inner h4::after {
        font-size: 14px;
    }

    #menu .navbar-collapse li.dropdown > i {
        font-size: 13px
    }

    #content .category-list h3 {
        font-size: 18px;
    }

    #column-left .btn.btn-primary {
        font-weight: bold;
    }

    .category-products .product-thumb .image, .product-category .product-thumb .product-list-caption {
        padding: 0;
    }

    .product-list .product-thumb .btn-cart span {
        padding: 0 1px;
        font-size: 12px;
    }

    .product-list.product-layout .button-group button {
        padding: 0 5px;
    }

    .product-list .product-thumb .button-group {
        text-align: left;

    }

    .product-list .product-thumb .btn-cart {
        padding: 0 13px !important;
    }

    .category-pagination div.text-left {
        float: left;
    }

    #top-links #search {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 340px;
        z-index: 9;
        top: 150px;
    }

    .header-top-right #search input.form-control.input-lg, .header-top-right #search input.form-control.input-lg:focus {
        width: 340px;
        padding: 0 10px;
        border: 1px solid #ccc;
    }

    .header-top-right #search input.form-control.input-lg:focus {
        width: 340px;
        border-color: #aaa;
    }

    .header-top-right #search span .btn-default i {
        margin-top: 2px;
    }

    .footer-top-block .news-letter-inner > h4 {
        margin: 15px 0;
    }

    .footer-top-block .news-letter-inner > .purchage-theme {
        margin: 0;
    }

    .product-list .product-thumb .button-group button + button {
        margin: 0 0 0 4px;
    }

    .product-thumb .button-group button {
        margin: 0 2px;
    }

    #top #header-left {
        display: block !important;
    }

    #top {
        border: none;
    }

    #top .header-top-left {
        float: left;
        width: 100%;
    }

    .header-top-right .dropdown span.hidden-xs, .header-top-right #wishlist-total span {
        display: block !important;
    }

    .header-top-right {
        float: left;
        text-align: center;
        width: 100%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    #header-search .select-wrapper::after {
        right: 85px !important;;
    }

    .product-thumb .button-group {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }

    .product-thumb .rating {
        top: -72px;
        display: block;
    }

    #content .special-items .product-thumb .thumb-description {
        padding: 0 10px;
    }

    #page > .container > .row > #column-left {
        display: block !important;
    }

    #content .special-items .product-thumb .button-group .btn-cart span {
        display: block !important;
    }

    #content .special-items .product-thumb .button-group .btn-cart span::before {
        display: none;
    }

    #content .special-items .product-thumb .price-new,
    #content .special-items .product-thumb .price,
    #content .special-items .product-thumb .price-old {
        line-height: 24px;
        font-size: 14px;
        padding: 0;
    }

    #content .special-items .product-thumb .rating {
        padding: 5px 0 0;
    }

    #content .special-items .product-thumb .thumb-description {
        min-height: 90px;
    }

    footer .follow-us {
        float: left;
        width: 100%;
    }

    footer > div > .row div.footer-column {
        padding: 0;
    }

    footer .row > div {
        margin: 1px 0;
    }

    .product-list .product-thumb .button-group button + button {
        margin: 0;
    }

    #page > .page-title-wrapper .container {
        text-align: center;
    }

    .page-title-wrapper h1 {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .breadcrumb {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }

    .page-title-wrapper {
        padding: 20px 0;
    }

    .common-home .brand-carousel {
        margin: 0 0 30px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #top-links > ul > li {
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
    }

    .product-list .product-thumb .caption, .product-list .thumb-description .button-wrapper {
        padding: 0 0 0 15px;
    }

    .product-list .product-thumb .button-group button.btn-cart {
        margin: 0 7px 0 0;
    }
}

@media (max-width: 480px) {
    #top {
        left: 0;
        right: 0;
    }

    #top-links > ul > li {
        padding: 0 5px 0 0;
        margin: 0 5px 0 0;
    }

    header .header-left, header .header-right {
        float: left;
        text-align: center;
        width: 100%;
    }

    #logo, #cart {
        float: none;
        margin: 0 auto;
    }

    header .header-left {
        margin: 30px auto 20px;
    }

    header .header-middle {
        width: 85%;
    }

    .header-top-right #search.input-group,
    #header-search {
        width: 300px !important;
    }

    .header-middle #header-search .btn-default {
        padding: 9px 15px 10px;
    }

    #header-search .select-wrapper::after {
        right: 38px !important;
    }

    #slideshow0 .owl-page > span {
        width: 12px;
    }

    #content .special-items .product-thumb .thumb-description {
        min-height: 100px;
    }

    footer .footer-top .news-letter {
        height: auto;
    }

    .footer-top-block .news-letter-inner > h4 {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-top .news-letter .purchage-theme > a {
        padding: 7px 14px;
        font-size: 13px;
    }

    .product-list .product-thumb .caption, .product-list .thumb-description .button-wrapper {
        padding: 0;
    }

    .product-list .product-thumb .image {
        border: none;
    }

    .product-list.product-layout .button-group {
        margin: 10px 0 0;
        display: inline-block;
        float: none;
        width: auto;
    }

    .header-middle #header-search {
        float: none;
        margin: 0 auto;
    }

    .TTProduct-Tab .tab-box-heading .nav.nav-tabs li {
        float: none;
        width: 70%;
        text-align: center;
    }

    .TTProduct-Tab .tab-box-heading .nav.nav-tabs {
        display: inline-block;
        text-align: center;
        width: auto;
    }

    .TTProduct-Tab .tthometab {
        margin: 0 0 30px;
    }

    .TTProduct-Tab .owl-carousel .owl-controls .owl-buttons {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: -30px !important;
        width: 73px;
    }

    .category-products .product-grid {
        width: 100%;
    }

    .product-list .product-thumb .image {
        width: 100%;
    }

    .product-list .product-thumb .thumb-description {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 479px) {

    #ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner {
        bottom: 0 !important;
    }

    .footer-top-block .news-letter-inner > h4 {
        font-size: 17px;
        padding: 0;
    }

    #menu #category {
        font-size: 15px;
        margin-top: 1px;
    }

    #menu {
        min-height: 42px;
    }

    #TTPTab-0 .nav-tabs li h3, .nav-tabs > li > a {
        font-size: 18px;

    }

    .products-list .owl-carousel {
        padding-bottom: 0px;
    }

    #testimonial-carousel .owl-controls .owl-buttons {
        margin-top: 0;
    }

    .common-home .main-testimonial {
        padding: 20px 0 25px !important;
    }

    footer .footer-column h5, footer .footer-top-block h4 {
        font-size: 14px;
    }

    #content .category-list h3 {
        font-size: 17px;
    }

    .option-filter-box .btn.btn-primary {
        padding: 5px 10px;
    }

    .product-list .product-thumb .btn-cart span, .header-top-left .dropdown-toggle span {

    }

    .product-list.product-layout .button-group button {
        padding: 0 8px !important;
    }

    .product-list .product-thumb .button-group button {
        line-height: 39px;
    }

    .category-products .product-thumb .image, .product-category .product-thumb .product-list-caption {
        float: left;
        width: 100%;
    }

    .product-list .product-thumb .caption, .product-list .product-thumb .button-group {
        text-align: center;
        float: none;
    }

    .product-details h1.product-name, .product-details .list-unstyled .price-new {
        font-size: 17px;
    }

    .main-testimonial .tt-info {
        width: 100%;
        padding: 0 30px;
    }

    #top-links #search {
        top: 142px;
    }

    #TTPTab-0 .nav.nav-tabs li, #TTPTab-0 .nav.nav-tabs {
        float: left;
        width: 100%;
        margin: 0;
    }

    .page-title-wrapper .breadcrumb > li {
        float: none;
        display: inline-block;
    }

    .common-home .brand-carousel, .html-content {
        float: left;
        width: 100%;
    }

    .footer-top-block .news-letter-inner > h4, .footer-top-block .news-letter-inner > .purchage-theme {
        margin: 14px 0;
    }

    .product-layout .thumb-description, .product-category .category-pagination div.text-left, .category-pagination div.text-right {
        float: left;
        width: 100%;
        text-align: center;
    }

    .product-product .product-tabs .nav-tabs li {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .product-thumb .button-group button {
        margin: 0 3px;
    }

    .product-list.product-layout .button-group button.btn-cart {
        padding: 0 20px !important;
    }

    .header-top-left .dropdown-toggle span, .header-top-left .phone-number {
        display: none !important;
    }

    .product-list .thumb-description {
        padding: 0;
    }

    .product-quantity label, .product-quantity #input-quantity {
        margin: 0 3px 0 0;
    }

    .product-product .rating .product-rating {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .product-product .product-details .rating .product-rating::after {
        display: none;
    }

    .product-product .products-list.related-carousel .box-heading h3 {
        font-size: 17px;
    }

}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        min-width: 300px;
    }

    #cart .dropdown-menu li p {
        margin: 0px;
    }

    .header-top-right #search input.form-control.input-lg, .header-top-right #search input.form-control.input-lg:focus {
        width: 270px;
    }

    .table {
        overflow: scroll;
        display: inline-block;
    }

    .table td {
        width: 100%;
    }

    #cart .dropdown-menu li > div {
        min-width: 100%;
    }

    .category-products .product-grid {
        width: 100%;
    }

    .information-contact .contact-location .col-sm-3 {
        border-bottom: 1px solid #CCCCCC;
        width: 100%;
    }

    .information-contact .contact-location .col-sm-3:last-child {
        border-bottom: 0 none;
    }

    .product-product .related-carousel {
        margin: 0 0 15px;
    }

    body > img {
        width: 13%;
    }

    #cart .dropdown-menu li p {
        margin: 0;
    }

    #cart .dropdown-menu li p > a {
        margin: 5px 0 !important;
    }

}

@media (max-width: 319px) {
    #logo, #logo .img-responsive, #search, #header-search {
    }
}

/* ------------------------- SubTitle CSS Start ---------------------*/
.TTProduct-Tab .box-heading .tthometab-title {
    color: #333333;
    float: left;
    font: 600 19px/34px "Dosis", sans-serif;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 2px;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.TTProduct-Tab .owl-carousel .owl-controls .owl-buttons {
    top: -47px;
}

.box-heading > h3 {
    color: #222;
    font: 500 16px/18px "Roboto", Helvetica, sans-serif;
    letter-spacing: 0.4px;
    padding: 10px 20px;
    margin: 0;
    float: left;
    text-transform: capitalize;
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #f2f2f2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #f2f2f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */
}

.about-company-info > .html-content:first-child {
    text-align: center;
    background-color: #e2e2e2;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.about-company-info > .html-content:first-child h3,
.about-company-info .title_about {
    display: inline-block;
    float: none;
    background: none;
    font-size: 18px;
    color: #52ac62;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.about-company-info > .html-content:first-child p {
    text-align: left;
}

.about-company-info > .html-content:first-child p br {
    display: none;
}

.products-list .box-heading {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
}

@media (max-width: 480px) {
    .TTProduct-Tab .box-heading .tthometab-title {
        width: 100%;
        margin: 0 0 10px;
    }
}

#column-left #ttcmsoffers .title_block {
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e2e2e2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #e2e2e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%, #e2e2e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$left-title-light-bg', endColorstr='$left-title-dark-bg', GradientType=0);
    /* IE6-9 */
    color: #333333;
    font: 600 17px/18px "Dosis", sans-serif;
    padding: 14px 30px 14px 14px;
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #column-left #ttcmsoffers .title_block {
        padding: 15px;
    }
}

/* ------------------------- SubTitle CSS Start ---------------------*/

/*--------start responsive-------*/
@media (max-width: 1400px) and (min-width: 1200px) {
    #footer-top .footer-top-block.container, footer > .container {
        /*width:1200px;*/
    }
}

@media (max-width: 1170px) {
    #header-search .select-wrapper::after {
        right: 70px;
    }
}

/*-------------end responsive---------*/

/* ---------------------- TemplateTrip - CMS Subbanners --------------------------*/
#ttcmssubbanners {
    float: left;
    width: 100%;
}

#ttcmssubbanners .ttsubbannerblock {
    float: left;
    width: 100%;
    margin: 0;
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-img {
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-img img {
    width: 100%;
    height: auto;
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner {
    bottom: -50px;
    height: 60px;
    top: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

@media (min-width: 480px) and (max-width: 767px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner {
        bottom: -20px;
    }
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc {
    float: left;
    width: 100%;
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .ttsubbanner-heading {
    color: #222222;
    font: 700 20px/36px "Roboto", Helvetica, sans-serif;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 480px) and (max-width: 767px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .ttsubbanner-heading {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
    }
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-subtitle {
    color: #222222;
    font: 500 13px/18px "Roboto", Helvetica, sans-serif;
    letter-spacing: 2px;
    float: left;
    width: 100%;
    margin: 0 0 10px;
    text-transform: uppercase;
}

@media (min-width: 480px) and (max-width: 767px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-subtitle {
        font-size: 12px;
        margin: 0 0 3px;
        letter-spacing: 1px;
    }
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-now {
    display: inline-block;
    float: none;
    font: 500 13px/18px "Roboto", Helvetica, sans-serif;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    text-transform: uppercase;
    opacity: 0;
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    -webkit-opacity: 0;
    /* other webkit*/
}

@media (max-width: 767px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-now {
        opacity: 1;
        -moz-opacity: 1;
        /* Netscape */
        -khtml-opacity: 1;
        /* Safari 1.x */
        -webkit-opacity: 1;
        /* other webkit*/
    }
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-now a {
    color: #222222;
    border: 2px solid #222222;
    float: left;
    width: 100%;
    padding: 5px 15px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 767px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-now a {
        background: #111111;
        border-color: #111111;
        color: white;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-now a {
        font-size: 11px;
        padding: 0 5px;
    }
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-now:hover {
    background: #111111;
    border-color: #111111;
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-inner .ttsubbanner-desc .shop-now:hover a {
    color: white;
}

@media (min-width: 768px) {

    #ttcmssubbanners .ttsubbannerblock .ttsubbanner:hover .ttsubbanner-inner {
        bottom: 30px;
        opacity: 1;
        -moz-opacity: 1;
        /* Netscape */
        -khtml-opacity: 1;
        /* Safari 1.x */
        -webkit-opacity: 1;
        /* other webkit*/
        bottom: 35px;
    }

    #ttcmssubbanners .ttsubbannerblock .ttsubbanner:hover .ttsubbanner-inner .ttsubbanner-desc .shop-now {
        opacity: 1;
        -moz-opacity: 1;
        /* Netscape */
        -khtml-opacity: 1;
        /* Safari 1.x */
        -webkit-opacity: 1;
        /* other webkit*/
    }
}

/* ---------------------- End TemplateTrip - CMS Subbanners --------------------------*/

/* ---------------------- Start TemplateTrip - TestimonialParallax --------------------------*/
#ttcmsparallax {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}

#ttcmsparallax .col-xs-12 {
    padding: 0;
}

#ttcmsparallax .parallex {
    background-image: url(TemplateTrip/images/parallax-img.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    float: left;
    height: 370px;
    margin: 0px 0 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    #ttcmsparallax .parallex {
        height: 300px;
    }
}

@media (max-width: 767px) {
    #ttcmsparallax .parallex {
        height: 605px;
    }
}

#ttcmsparallax .parallex .ttparallexblock {
    display: block;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 {
    float: left;
    padding: 82px 0 102px;
    width: 33.333%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    #ttcmsparallax .parallex .ttparallexblock .col-sm-4 {
        padding: 46px 0 70px;
    }
}

@media (max-width: 767px) {
    #ttcmsparallax .parallex .ttparallexblock .col-sm-4 {
        padding: 80px 0;
    }

}

@media (max-width: 767px) {
    #ttcmsparallax .parallex .ttparallexblock .col-sm-4 {
        padding: 10px 0;
        width: 100%;
    }
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner {
    display: inline-block;
    margin: 0 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    #ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner {
        margin: 0;
    }
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-icon {
    color: white;
    display: inline-block;
    font-size: 30px;
    height: 79px;
    line-height: 60px;
    margin: 0 0 26px;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 62px;
    transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

@media (max-width: 767px) {
    #ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-icon {
        transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
    }
}

@media (max-width: 480px) {
    #ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-icon {
        margin: 0 0 15px;
    }

}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-icon:before {
    border-bottom: 1px solid #bbbbbb;
    bottom: -24px;
    display: block;
    left: 0;
    margin: 0 auto;
    content: " ";
    right: 0;
    position: absolute;
    text-align: center;
    width: 30px;
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-icon.ttexchange_img {
    background: url(TemplateTrip/images/services-icon.png) no-repeat 0 30px transparent;
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-icon.ttshinpping_img {
    background: url(TemplateTrip/images/services-icon.png) no-repeat 2px -68px transparent;
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-icon.ttoffers_img {
    background: url(TemplateTrip/images/services-icon.png) no-repeat 0 -168px transparent;
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-content .service-title {
    font: 600 16px/24px "Raleway", sans-serif;
    text-transform: uppercase;
    color: white;
    margin: 10px 0 5px;
}

@media (max-width: 991px) {
    #ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-content .service-title {
        font-size: 15px;
    }
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4 .ttcontent_inner .service .service-content .service-desc {
    color: #d9d9d9;
    font-family: "Roboto", Helvetica, sans-serif;
}

#ttcmsparallax .parallex .ttparallexblock .col-sm-4:hover .ttcontent_inner .service .service-icon {
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

/* ---------------------- End TemplateTrip - TestimonialParallax --------------------------*/

/*---------------start testimonial-----------*/

.common-home .main-testimonial .tt-info {
    float: none;
    margin: 0 auto;
}

.common-home .main-testimonial .tt-info .image > img {
    border: 7px solid #ddd;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.common-home .main-testimonial .tt-info .image {
    text-align: center;
    width: 100%;
}

.common-home .main-testimonial .tt-info .content {
    margin: 20px 0 10px;
    text-align: center;
}

.common-home .main-testimonial .tt-info .info {
    text-align: center;
}

.common-home .main-testimonial .tt-info ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    list-style: outside none none;
    margin-bottom: 5px;
}

.common-home .main-testimonial li {
    padding: 25px 0 10px;
}

.common-home .main-testimonial {
    background: #eee none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 40px 0 45px;

}

.common-home .main-testimonial .info > h4 {
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
    font: 700 14px/18px "Roboto", Helvetica, sans-serif;
}

.common-home #bannerproduct-carousel .info span {
    color: #777;
    font-weight: normal;
    font-size: 13px;
}

/*---------------end testimonial-----------*/
/* ---------------------- End TT - CMS right subbanner block  --------------------------*/
/* Animate inview CSS START */
.hb-animate-element {
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
}

.hb-animate-element.left-to-right.hb-in-viewport {
    animation: 1s ease 0s normal none 1 running fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 running fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 0.6s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 0.6s ease 0s normal none 1 fadeInDown;
    -moz-animation: 0.6s ease 0s normal none 1 fadeInDown;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 0.6s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 0.6s ease 0s normal none 1 fadeInUp;
    -moz-animation: 0.6s ease 0s normal none 1 fadeInUp;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}

/* Animate inview CSS END */
/* -------------------------------- TT-Top-Eamil header CMS Start ------------------------------------ */
.header-left-cms {
    float: left;
}

.header-top-left .main-email-us {
    float: left;
    padding: 10px 0;
    color: #404040;
}

.main-email-us > a {
    color: #404040;
    margin-left: 10px;
}

.main-email-us > a:hover,
.main-email-us > a:focus,
.main-email-us:hover > i.fa-envelope-o,
.main-email-us:hover > a {
    color: #195594;
}

/* -------------------------------- TT-Top-Eamil header CMS End----------------------------- */
/* ----------------------------- Start TT - CMS-Banner-01 block ----------------------- */
#ttsubbanners {
    float: left;
    margin: 0 0 30px;
    width: 100%;
}

#ttsubbanners .ttsubbanners-inner {
    float: left;
    padding: 0;
    width: 100%;
}

@media (max-width: 480px) {
    #ttsubbanners .ttsubbanners-inner .ttsubbanners {
        padding: 0 5px;
    }
}

#ttsubbanners .ttsubbanners-inner .ttsubbanners .ttsubbanners-img a {
    display: block;
    position: relative;
    overflow: hidden;
}

#ttsubbanners .ttsubbanners-inner .ttsubbanners .ttsubbanners-img a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#ttsubbanners .ttsubbanners-inner .ttsubbanners .ttsubbanners-img a img {
    max-width: 100%;
    border: 1px solid #eeeeee;
}

#ttsubbanners .ttsubbanners-inner .ttsubbanners .ttsubbanners-img:hover a:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* ----------------------------- End TT - CMS-Banner-01 block ----------------------- */

/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */
#ttcmstestimonial {
    display: inline-block;
    float: none;
    padding: 5px;
    border: 1px solid #eee;
    width: 100%;
    margin: 0 0 20px 0;
}

#ttcmstestimonial .title_block .ttblock-heading {
    border: medium none;
    font-family: "Dosis", sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 8px 20px;
    margin: 0;
}

#ttcmstestimonial .title_block .ttblock-heading:before {
    display: none;
}

#ttcmstestimonial .owl-controls .owl-page span {
    display: none;
}

#ttcmstestimonial #tttestimonial-carousel {
    padding: 18px 0;
    border: none;
}

@media (max-width: 991px) {
    #ttcmstestimonial #tttestimonial-carousel.block_content {
        margin: 10px 0 20px;
        width: 100%;
        float: left;
    }

    #ttcmstestimonial {
        margin: 0 0 5px;
        padding: 0;
        border: none;
    }

    #ttcmstestimonial ul li {
        margin: 0 auto;
    }
}

#ttcmstestimonial .tttestimonial-subtitle {
    font-family: "Dosis", Helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
    font-style: italic;
    float: left;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 10px;
    position: relative;
}

#ttcmstestimonial ul li {
    display: table;
    position: relative;
    padding: 0 18px;
}

#ttcmstestimonial ul li .testimonial-image {
    margin: 15px auto 0;
    width: 100px;
    height: 100px;
    display: table;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #ttcmstestimonial ul li .testimonial-image {
        width: 110px;
        height: 110px;
    }
}

#ttcmstestimonial ul li .testimonial-image img {
    border: 6px solid rgba(187, 187, 187, 0.3);
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#ttcmstestimonial ul li .testimonial-content {
    margin: 20px 0 00px;
    text-align: center;
}

@media (max-width: 767px) {
    #ttcmstestimonial ul li .testimonial-content {
        margin: 20px 0 30px;
    }
}

#ttcmstestimonial ul li .testimonial-content h3 {
    color: #333;
    font: 600 16px/18px "Dosis", sans-serif;
    margin-bottom: 0;
}

#ttcmstestimonial ul li .testimonial-content h3 i {
    font-style: italic;
    font-weight: normal;
    text-transform: capitalize;
    color: #666666;
}

#ttcmstestimonial ul li .testimonial-content .testimonial-desc {
    float: left;
    margin: 0 0 10px;
    padding: 0 10px;
    width: 100%;
}

#ttcmstestimonial ul li .testimonial-content .testimonial-desc > p {
    color: #888888;
}

@media (min-width: 992px) and (max-width: 1400px) {
    #ttcmstestimonial ul li .testimonial-content .testimonial-desc {
        margin: 0 0 20px;
        padding: 0 20px;
    }
}

#ttcmstestimonial .owl-pagination {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    z-index: 99;
    position: static !important;
}

@media (max-width: 767px) {
    #ttcmstestimonial .owl-pagination {
        bottom: 34px;
    }
}

#ttcmstestimonial .owl-pagination .owl-page {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #FFF;
    border-radius: 50%;
    transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -khtml-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
    border: 1px solid #bababa;
    margin: 0 10px 0 0;
    cursor: pointer;
    vertical-align: middle;
}

#ttcmstestimonial .owl-pagination .owl-page.active {
    background: #2b5595;
    border: 1px solid #2b5595;
    height: 15px;
    width: 15px;
}

#ttcmstestimonial .owl-pagination .owl-page:hover,
#ttcmstestimonial .owl-pagination .owl-page:focus {
    background: #2b5595;
    border-color: #2b5595;
}

/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/* ---------------------- TemplateTrip - CMS Subbanners --------------------------*/
#ttcmssubbanners {
    float: left;
    margin: 0 0 35px;
    width: 100%;
    text-align: center;
}

#ttcmssubbanners .ttsubbannerblock {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 0;
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-img a {
    display: block;
    overflow: hidden;
    position: relative;
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-img a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+*/
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Firefox 3.6 - 15 */
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Opera 11.1 - 12 */
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-img a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-img a img {
        max-width: 100%;
    }
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner .ttsubbanner-img a:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

@media (max-width: 480px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner2 {
        width: 100%;
    }
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner2 .ttsubbanner21 {
    margin: 0 0 20px;
}

@media (max-width: 480px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner2 .ttsubbanner21 {
        float: left;
    }
}

@media (max-width: 480px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner2 .ttsubbanner22 {
        float: right !important;
    }
}

#ttcmssubbanners .ttsubbannerblock .ttsubbanner2 .ttsubbanner {
    padding: 0;
}

@media (max-width: 480px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner2 .ttsubbanner {
        margin: 0;
        width: 48%;
    }
}

@media (max-width: 480px) {
    #ttcmssubbanners .ttsubbannerblock .ttsubbanner1 {
        width: 100%;
        margin: 0 0 20px;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* ---------------------- End TemplateTrip - CMS Subbanners --------------------------*/
/* ---------------------- Start TemplateTrip - TT CMS Footer Block --------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    #ttcmsfooter {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    #ttcmsfooter {
        width: 100%;
        text-align: center;
        border: none;
        min-height: auto;
        padding-bottom: 20px !important;
        margin: 20px 0 20px !important;
    }
}

#ttcmsfooter h4 {
    display: none;
}

#ttcmsfooter h4:after {
    display: none !important;
}

@media (max-width: 991px) {
    #ttcmsfooter .ttabout-desc {
        padding: 0;
        text-align: center;
        width: 100%;
    }
}

#ttcmsfooter .ttabout-desc > i > a {
    color: #454545;
    font-style: italic;
}

/* ---------------------- End TemplateTrip - TT CMS Footer Block --------------------------*/

/* ------------------------------------ Start TT - CMS Header services ------------------------------- */
#ttcmsheaderservices {
    float: right;
    margin-right: 10px;
}

header #ttcmsheaderservices .ttcmsheaderservice > div {
    float: left;
    padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #ttcmsheaderservices {
        float: left;
        margin: 26px 0;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    #ttcmsheaderservices {
        margin: 10px 0 70px;
        padding: 10px 0;
        width: 100%;
    }

    #ttcmsheaderservices .ttcmsheaderservice {
        width: 100%;
    }

    .header-right {
        width: 100%;
    }

    header #ttcmsheaderservices .ttcmsheaderservice > div {
        width: 50%;
    }
}

#ttcmsheaderservices .ttcmsheaderservice {
    float: right;
    padding: 0;

}

#ttcmsheaderservices .ttcmsheaderservice .ttcontent_inner .service .service-content {
    border-right: 1px solid #eeeeee;
    min-width: 130px;
    float: right;
}

@media (max-width: 767px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttcontent_inner .service .service-content {
        display: inline-block;
        float: none;
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttcontent_inner .service .service-content {
        text-align: left;
        border: none;
    }
}

#ttcmsheaderservices .ttcmsheaderservice .ttcontent_inner .service .service-content .service-title {
    font: 700 16px/24px "Dosis", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttcontent_inner .service .service-content .service-title {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 480px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttcontent_inner .service .service-content .service-desc {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttsupport {
        text-align: right;
    }
}

@media (max-width: 480px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttsupport {
        text-align: left;
        padding: 0;
    }
}

#ttcmsheaderservices .ttcmsheaderservice .ttsupport .ttcontent_inner .service .ttsupport_img {
    background: transparent url("TemplateTrip/images/header-services-icons.png") repeat scroll -13px -2px;
    float: left;
    height: 42px;
    margin: 0 10px 0 0;
    width: 36px;
}

@media (max-width: 767px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttsupport .ttcontent_inner .service .ttsupport_img {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

@media (max-width: 480px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttsupport .ttcontent_inner .service .ttsupport_img {
        margin: 0;
    }
}

#ttcmsheaderservices .ttcmsheaderservice .ttsupport .ttcontent_inner:hover .service .ttsupport_img {
    background-position: -93px -2px;
}

@media (max-width: 480px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttdelivery {
        padding: 0;
    }
}

#ttcmsheaderservices .ttcmsheaderservice .ttdelivery .ttcontent_inner .service .ttdelivery_img {
    background: transparent url("TemplateTrip/images/header-services-icons.png") repeat scroll -13px -82px;
    float: left;
    height: 42px;
    margin: 0 10px 0 0;
    width: 36px;
}

@media (max-width: 480px) {
    #ttcmsheaderservices .ttcmsheaderservice .ttdelivery .ttcontent_inner .service .ttdelivery_img {
        margin: 0;
    }
}

#ttcmsheaderservices .ttcmsheaderservice .ttdelivery .ttcontent_inner:hover .service .ttdelivery_img {
    background-position: -93px -82px;
}

/* ------------------------------------ End TT - CMS Header services ------------------------------- */
/* ------------------------------------ Start TT - TT-CMS-services-02 ------------------------------- */
#ttcmsservices {
    border: 1px solid #eeeeee;
    float: left;
    margin: 10px 0 20px;
    width: 100%;
}

@media (max-width: 991px) {
    #ttcmsservices {
        margin: 0 0 20px;
    }
}

#ttcmsservices .ttcmsservice {
    padding: 0;
}

#ttcmsservices .ttcmsservice > div.col-sm-3 {
    padding: 0;
    border-right: 1px solid #eeeeee;
}

@media (max-width: 767px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 {
        border-bottom: 1px solid #eeeeee;
    }
}

@media (max-width: 767px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3.ttshare {
        border-bottom: none;
    }
}

#ttcmsservices .ttcmsservice > div.col-sm-3:last-child {
    border: none;
}

@media (max-width: 767px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 {
        float: left;
        width: 50%;
    }
}

#ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 20px;
    text-align: left;
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner {
        padding: 20px 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner {
        padding: 20px 4px;
    }
}

@media (max-width: 480px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service {
        text-align: center;
    }
}

#ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service .service-icon {
    color: white;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 62px;
    line-height: 60px;
    margin: 0;
    position: relative;
    text-align: left;
    width: 40px;
}

@media (max-width: 767px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service .service-icon {
        text-align: center;
        float: none;
    }
}

@media (max-width: 480px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service .service-icon {
        height: 52px;
    }
}

#ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service .service-content {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 767px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service .service-content {
        margin: 0;
        text-align: center;
        width: 100%;
        padding-top: 0;
    }
}

#ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service .service-content .service-title {
    color: #222222;
    font: 600 18px/24px "Dosis", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    #ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service .service-content .service-title {
        font-size: 16px;
        line-height: 20px;
    }
}

#ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner .service .service-content .service-desc {
    color: #666666;
    font-family: "Roboto", Helvetica, sans-serif;
}

#ttcmsservices .ttcmsservice > div.col-sm-3 .ttcontent_inner:hover .service .service-content .service-title {
    color: #222222;
}

#ttcmsservices .ttcmsservice .ttsupport .ttcontent_inner .service-icon.ttsupport_img {
    background: transparent url("TemplateTrip/images/services-icon.png") repeat scroll -11px 7px;
}

#ttcmsservices .ttcmsservice .ttsupport:hover .ttcontent_inner .service-icon.ttsupport_img {
    background-position: 49px 7px;
}

#ttcmsservices .ttcmsservice .ttsaving .ttcontent_inner .service-icon.ttsaving_img {
    background: transparent url("TemplateTrip/images/services-icon.png") repeat scroll -11px -73px;
}

#ttcmsservices .ttcmsservice .ttsaving:hover .ttcontent_inner .service-icon.ttsaving_img {
    background-position: 49px -73px;
}

#ttcmsservices .ttcmsservice .ttshare .ttcontent_inner .service-icon.ttshare_img {
    background: transparent url("TemplateTrip/images/services-icon.png") repeat scroll -11px -153px;
}

#ttcmsservices .ttcmsservice .ttshare:hover .ttcontent_inner .service-icon.ttshare_img {
    background-position: 49px -153px;
}

#ttcmsservices .ttcmsservice .tteasyuse .ttcontent_inner .service-icon.tteasyuse_img {
    background: transparent url("TemplateTrip/images/services-icon.png") repeat scroll -11px -233px;
}

#ttcmsservices .ttcmsservice .tteasyuse:hover .ttcontent_inner .service-icon.tteasyuse_img {
    background-position: 49px -233px;
}

/* ------------------------------------ End TT - CMS TT-CMS-services-02 ------------------------------- */

/* ----------------------------- Start TT - CMS bottom-Subbanner banner ----------------------- */
#ttcmsbottombanners {
    float: left;
    margin: 0 0 35px;
    width: 100%;
    text-align: center;
}

#ttcmsbottombanners .ttbottombannerblock {
    float: none;
    display: inline-block;
    margin: 0;
}

#ttcmsbottombanners .ttbottombannerblock .ttbottombanner2 {
    padding: 0;
}

#ttcmsbottombanners .ttbottombannerblock .ttbottombanner .ttbottombanner-img a {
    display: block;
    overflow: hidden;
    position: relative;
}

#ttcmsbottombanners .ttbottombannerblock .ttbottombanner .ttbottombanner-img a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+*/
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Firefox 3.6 - 15 */
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Opera 11.1 - 12 */
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#ttcmsbottombanners .ttbottombannerblock .ttbottombanner .ttbottombanner-img a:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

#ttcmsbottombanners .ttbottombannerblock .ttbottombanner2 .ttbottombanner21 {
    margin: 0 0 20px;
}

#ttcmsbottombanners .ttbottombannerblock .ttbottombanner1 {
    float: left;
    width: 100%;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media (max-width: 1200px) {
    #ttcmsbottombanners .ttbottombannerblock .ttbottombanner .ttbottombanner-img a img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    #ttcmsbottombanners .ttbottombannerblock .ttbottombanner1 {
        width: 100%;
        margin: 0 0 20px;
    }

    #ttcmsbottombanners .ttbottombannerblock .ttbottombanner2 .ttbottombanner {
        margin: 0 0 10px;
        padding: 0 5px;
    }

    #ttcmsbottombanners .ttbottombannerblock .ttbottombanner2 .ttbottombanner22 {
        float: right !important;
    }

    #ttcmsbottombanners .ttbottombannerblock .ttbottombanner2 .ttbottombanner21 {
        float: left;
    }

    #ttcmsbottombanners .ttbottombannerblock .ttbottombanner2 {
        width: 100%;
        padding: 0 5px;
    }

}

/* ----------------------------- End TT - CMS bottom-Subbanner ----------------------- */

/* ------------------------------------ Start TT - CMS Offers Gallary ------------------------------- */
#ttcmsoffers .title_block > a {
    color: #333;
}

#ttcmsoffers #ttcmsoffers-carousel {
    list-style: none;
    padding: 18px 0;
    margin: 0 0 10px;
    border: none;
}

#ttcmsoffers {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    padding: 5px;
    margin: 0 0 20px;
    cursor: pointer;
}

#ttcmsoffers .ttcmsoffers-content {
    float: left;
    width: 100%;
}

#ttcmsoffers .ttcmsoffers-content #ttcmsoffers-carousel li .ttcmsoffer-content {
    float: left;
    width: 100%;
    text-align: center;
}

#ttcmsoffers .ttcmsoffers-content #ttcmsoffers-carousel li .ttcmsoffer-content .ttcmsoffers-category {
    color: #2b5595;
    float: left;
    font: 600 22px/26px "Dosis", sans-serif;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 100%;
}

#ttcmsoffers .ttcmsoffers-content #ttcmsoffers-carousel li .ttcmsoffer-content .ttcmsoffers-time {
    color: #666666;
    float: left;
    font: 13px/8px "Roboto", Helvetica, sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%;
}

#ttcmsoffers .ttcmsoffers-content #ttcmsoffers-carousel li .ttcmsoffer-content .ttcmsoffers-discount {
    display: inline-block;
    float: none;
    margin: 25px 0 30px;
    text-transform: uppercase;
    width: 100%;
}

#ttcmsoffers .ttcmsoffers-content #ttcmsoffers-carousel li .ttcmsoffer-content .ttcmsoffers-discount span {
    font: 600 36px/26px "Dosis", sans-serif;
    color: #e83f2c;
    display: inline-block;
    float: none;
    margin: 0 4px;
}

#ttcmsoffers .ttcmsoffers-content #ttcmsoffers-carousel li .ttcmsoffer-content .ttcmsoffers-coupan {
    border: 1px dashed #ffffff;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, #355f9f 0%, #254f8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #355f9f 0%, #254f8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #355f9f 0%, #254f8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#355f9f', endColorstr='#254f8f', GradientType=0);
    /* IE6-9 */
    color: white;
    display: inline-block;
    float: none;
    font: 16px/18px "Roboto", Helvetica, sans-serif;
    letter-spacing: 2.4px;
    padding: 12px 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

#ttcmsoffers .ttcmsoffers-content #ttcmsoffers-carousel .owl-pagination {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    position: static !important;
    z-index: 99;
}

@media (max-width: 991px) {
    #ttcmsoffers {
        margin: 0 0 10px;
        padding: 0;
        border: none;
    }
}

@media (max-width: 767px) {
    #ttcmsoffers .ttcmsoffers-content #ttcmsoffers-carousel .owl-pagination {
        bottom: 34px;
    }
}

@media (max-width: 360px) {
    .btn.btn-success.btn-lg {
        margin: 0 !important;
        padding: 10px 85px !important;
    }
}

#ttcmsoffers-carousel .ttcmsoffers-content #ttcmsoffers-carousel .owl-pagination .owl-page:hover {
    background: #3b3b3b;
    border-color: #3b3b3b;
}

#ttcmsoffers-carousel .owl-pagination .owl-page {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #FFF;
    border-radius: 50%;
    transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -khtml-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
    border: 1px solid #bababa;
    margin: 0 8px 0 0;
    cursor: pointer;
    vertical-align: middle;
}

#ttcmsoffers-carousel .owl-pagination .owl-page.active {
    background: #3b3b3b;
    border: 1px solid #3b3b3b;
    height: 15px;
    width: 15px;
}

#ttcmsoffers-carousel .owl-pagination .owl-page:hover,
#ttcmsoffers-carousel .owl-pagination .owl-page:focus {
    background: #3b3b3b;
    border-color: #3b3b3b;
}

#ttcmsoffers-carousel .owl-pagination .owl-page > span {
    display: none;
}

/* ------------------------------------ End TT - CMS Offers Gallary ------------------------------- */
.attributes {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 999;
    background: #fff;
    text-align: left;
    padding: 5px 15px;
    line-height: 1.1;
    box-shadow: 2px 10px 8px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #eee;
    border-top: none;
}

.attributes br {
    margin-bottom: 10px;
}

.product-grid .product-thumb:hover .attributes {
    display: block;
}

.product-grid {
    max-height: 361px;
}

.product-grid .product-thumb {
    overflow: hidden;
    /*height:341px;*/
    /*position: static;*/
}

.product-grid .product-thumb:hover {
    overflow: visible;
    z-index: 9999;
    box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.3);
    height: auto;
}

/*new checkbox*/
.mfilter-col-input input[type="checkbox"] {
    opacity: 0;
}

label.mfilter-tb-as-td {
    position: relative;
}

label.mfilter-tb-as-td:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 9px;
    width: 15px;
    height: 15px;
    border: 1px solid #009900;
    background-color: #fff;
    z-index: 5;
}

label.mfilter-tb-as-td:after {
    position: absolute;
    left: -14px;
    top: 4px;
    width: 9px;
    height: 17px;
    border-right: 3px solid #009900;
    border-bottom: 3px solid #009900;
    transform: rotate(45deg);
    z-index: 10;
}

label.mfilter-tb-as-td.checked:after {
    content: "";
}

.information-information-6 #content ul {
    padding-left: 15px;
    /*list-style: none;*/
}

.information-information-6 #content ul li {
    position: relative;
    padding-left: 15px;
}

.information-information-6 #content ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #52ac62;
}

/*.newsblog-category #content>div:nth-last-child(2){*/
/*display: -webkit-flex;*/
/*display: -moz-flex;*/
/*display: -ms-flex;*/
/*display: -o-flex;*/
/*display: flex;*/
/*justify-content: space-between;*/
/*-webkit-flex-wrap: wrap;*/
/*-moz-flex-wrap: wrap;*/
/*-ms-flex-wrap: wrap;*/
/*-o-flex-wrap: wrap;*/
/*flex-wrap: wrap;*/
/*}*/
.newsblog-category .product-layout {
    /*width: 30%;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.product-list .product-thumb .image {
    width: 100%;
    height: 250px;
}

.product-thumb .image img {
    object-fit: cover;
    /*width: 100%;
  height: 250px;*/
    max-height: 250px;
}

.newsblog-category .product-thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}

.footer-bottom .footer-contacts a {
    color: #ffffff;
}

.footer-bottom .footer-contacts a:hover {
    color: #bebebe;
}

.powered-text p {
    text-align: left;
    text-indent: 0;
}

.popup {
    display: none;
}

.popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
    padding: 0 10px;
}

.popup__inner {
    max-width: 560px;
    margin: auto;
    background: #fff;
    margin-top: 300px;
    position: relative;
    padding: 20px;
    color: #52ac62;
}

.popup__close {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-family: sans-serif;
    position: absolute;
    text-transform: uppercase;
    color: #333;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.popup__close:hover {
    color: #339933;
}

.popup__title {
    text-align: center;
    font-size: 18px;
}

.popup__form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
}

.popup__form-row {
    width: 100%;
}

.popup__form-input {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #000;
    padding: 4px;
}

.popup__form-input:focus {
    outline-color: #52ac62;
}

.popup__form-input--submit {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100px;
    margin: 10px auto 0;
    border: 0;
    outline: 0;
    background: #52ac62;
    color: #fff;
}

.popup__form-input--submit:hover {
    color: #ffc520;
}

.popup__form-input--submit:active {
    margin-top: 14px;
    margin-bottom: -4px;
}

.popup__notification {
    margin-top: 10px;
    text-align: center;
}

3
s

;
}
.popup__close:hover {
    color: #339933;
}

.popup__title {
    text-align: center;
    font-size: 18px;
}

.popup__form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
}

.popup__form-row {
    width: 100%;
}

.popup__form-input {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #000;
    padding: 4px;
}

.popup__form-input:focus {
    outline-color: #52ac62;
}

.popup__form-input--submit {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100px;
    margin: 10px auto 0;
    border: 0;
    outline: 0;
    background: #52ac62;
    color: #fff;
}

.popup__form-input--submit:hover {
    color: #ffc520;
}

.popup__form-input--submit:active {
    margin-top: 14px;
    margin-bottom: -4px;
}

.popup__notification {
    margin-top: 10px;
    text-align: center;
}

.usergroups-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.usergroups-radio input {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.usergroups-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.usergroups-radio input:checked ~ .checkmark {
    background-color: #52ac62;
}

.usergroups-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.usergroups-radio input:checked ~ .checkmark:after {
    display: block;
}

.radioset {
    flex-wrap: wrap;
}

.flex-align--center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.user-radioset {
    margin-top: 15px;
}

.fl-address textarea, .yl textarea {
    resize: none;
    max-width: 100%;
    width: 100%;
}

.yl, .fl {
    display: none;
}

.inline {
    display: inline-block;
}