/**************************
*
*	GENERAL
*
**************************/
/*.cycle-imageshow1:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}*/
.cycle-imageshow1, .cycle-imageshow1 * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-imageshow1 { margin: 10px auto; padding: 0; overflow: hidden;}
.cycle-imageshow1 .image { width: 100%; }
.cycle-imageshow1 .image img {
    position: absolute; top: 0; left: 0;
    width: 100%; height: auto; padding: 0; display: block;
}
.cycle-imageshow1 img:first-child {
    position: static; z-index: 100;
}
.cycle-imageshow1 .hotspot img{
    /*
    width: auto;
    height: auto;
    */
    width:32px;
    position: absolute;
    max-width: none;

}
/** Pager style **/
.pagernav ul{
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.pagernav ul li{
    display: inline-block; color: #ddd; cursor: pointer;
}
.pagernav ul li.selected { color: #D69746;}
.pagernav ul li.thumb {
    display: inline-block; color: #ddd; cursor: pointer;
}
/***********************/
.pagernav {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.pagernav ul {
    padding: 3px 4px 8px;
    position: relative;
    display: block;
    text-align: center;
}
.pagernav ul li.thumb {
    display: inline-block;
    padding: 0 4px;
    margin: 0 !important;
    overflow: hidden;
}
.pagernav ul li.thumb > img {
    border: 1px solid;
    cursor: pointer;
    margin-top: 5px;
    vertical-align:bottom;
    opacity: 0.5;
}
.pagernav ul li.thumb:hover > img,
.pagernav ul li.thumb.cycle-image-active > img{
    opacity: 1;
}
.pagernav ul li.thumb img{
    border: 4px solid #e6e6e6;
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    margin: 0 auto;
    width: auto;
    height: auto;
    display: inline-block;
}

.pagernav ul > * { cursor: pointer;}
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 1;
    background: black; color: white; padding: 15px; opacity: .5;
}
#progress {
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 0px;
    background: #b7b7b7;
    z-index: 500;
}
.pagernav ul.cycle {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.pagernav ul.cycle li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 20px 5px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    width: 16px;
    background: #b7b7b7;
}
.pagernav ul.cycle li {
    -moz-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
}
.pagernav ul.cycle li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 8px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: 8px;
}
.pagernav.progressive ul.cycle li {
    cursor: default;
}
.pagernav:not(.progressive) ul.cycle li:hover > span {
    -moz-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
}
.pagernav ul.cycle li.cycle-pager-active > span {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: #434648;
}
/********* prev / next links ************/
.image-prev, .image-next, .image_commands {
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 999;
    background: #d8d8d8;
    background: rgba(216, 216, 216, 0.85);
}
.image-prev {
    left: 0;
}
.image-prev > span {
    background: url(../images/camera_skins.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px;
}
.image-next {
    right: 0;
}
.image-next > span {
    background: url(../images/camera_skins.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.image_commands {
    right: 41px;
}
.image-prev.hover,
.image-next.hover,
.image_commands.hover {
    display: none;
}
.cycle-imageshow1:hover .image-prev.hover,
.cycle-imageshow1:hover .image-next.hover,
.cycle-imageshow1:hover .image_commands.hover {
    display: block;
}

.pagernav .image-prev,
.pagernav .image-next {
    width: 20px;
    height: 30px;
}
.pagernav .image-prev > span{
    background: url(../images/camera_skins.png) no-repeat -10px -5px;
    width: 20px;
    height: 30px;
}
.pagernav .image-next > span{
    background: url(../images/camera_skins.png) no-repeat -50px -5px;
    width: 20px;
    height: 30px;
}

.image_commands > .image_play {
    background: url(../images/camera_skins.png) no-repeat -80px 0;
    height: 40px;
    width: 40px;
}
.image_commands > .image_stop {
    background: url(../images/camera_skins.png) no-repeat -120px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.disabled { opacity: .5; filter:alpha(opacity=50); }
.showIt { display: none; }

.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/*Hotspots*/
.content-before, .content-after {
    display: block;
    clear:both;
}
.hotspot {
    position:absolute;
}

.hotspot:hover .product-info,
.hotspot.hover .product-info{
    visibility: visible;
}

.hotspot:hover .hotspot-icon,
.hotspot.hover .hotspot-icon {
    z-index:101;
}

.hotspot .product-info {
    background: url(../images/info-bg.png) repeat 0 0 transparent;
    border-top: 2px solid #FFFFFF;
    color: #686767;
    overflow:hidden;
    font: normal 12px Tahoma,Arial;
    min-width: 80px;
    max-width: 80px;
    padding: 12px;
    position: absolute;
    display:block;
    /* visibility: hidden; */
    z-index:999;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #666 2px 2px 3px;
    -moz-box-shadow: #666 2px 2px 3px;
    box-shadow: #666 2px 2px 3px;
}
.hotspot .product-info h2,
.hotspot .product-info a {
    color: #686767;
    font: normal 12px Tahoma,Arial;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* .product-info .price-box .price-label{
    display: none;
} */

.hotspot .product-info .price-box .price {
    font: bold 14px Tahoma,Arial;
    color: #7dad01;
    padding-top: 8px;
    float: left;
    clear: both;
}

.hotspot .product-info .price-box .old-price .price{
    font: bold 11px Tahoma,Arial;
    color: #686767;
    text-decoration: line-through;
}

.hotspot .product-info  .out-of-stock {
    margin-top:5px;
    color: #D83820;
}
.hotspot .product-info .desc{
    padding-bottom: 5px;
}
.hotspot .product-info .actions-primary {
    float: right;

}

.hotspot-icon {
    position: absolute;
}
.hotspot .shop-block {
    float:right;
    padding-top: 8px;
}
.pro-detail-div .desc img {float:left; padding: 0 5px 5px 0; position: relative;}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.advancesearch-container {
   /* background: url(../images/spinner.gif) 50% 50% no-repeat;*/
   position: relative;
}

.pinit_button{
    position: absolute;
    top: 0px;
}


/** Adaptive style **/

@media screen and (max-width:600px) {
    /* .hotspot .product-info .desc{
        display: none;
    }    */
    .hotspot .product-info .price{
        font-size: 12px;
        padding-top: 0px;
    }
    .hotspot .product-info label{
        font-size: 10px;
        float: left;
        margin-left: 60px;
    }
    .hotspot .product-info h2{
        margin-bottom: 0px;
        font-size: 10px;
    }
    .hotspot .product-info .shop-block{

        width: 100%;
        margin-top: -20px;
    }
    .hotspot .product-info input.qty{
        height: 18px;
        width: 30px;
        font-size: 12px;
        padding: 0px;
    }
    .hotspot .product-info .btn-cart{
        width: 100%;
        margin-top: 5px;

    }

}
/*hotspot options*/
.swatch-opt {
    margin:0 20px 0;
}
.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}
.swatch-attribute-selected-option {
    /* color: #646464; */
    padding-left: 17px;
}
.swatch-attribute-options {
    margin-top: 10px;
}
.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
.swatch-option {
    width: 30px;
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 20px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}
.swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}
.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
}
.swatch-option.selected {
    outline: 2px solid #ff5501;
    border: 1px solid #fff;
    color: #333;
}
.swatch-option.custom-text {
    background: #f0f0f0;
    color: #686868;
    font-size: 12px;
    /*font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;*/
    min-width: 22px;
    margin-right: 7px;
}
.swatch-option.custom-text.selected {
    background-color: #ffffff !important;
}
.emptyAttr {
    border: 1px solid red;
}

.swatch-attribute {
    margin-top: 1rem;
}
/*hotspot options ends*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-imageshow1 { min-width: 200px;}
    .cycle-imageshow1 .cycle-overlay { padding: 4px }
    .cycle-imageshow1 .cycle-caption { bottom: 4px; right: 4px }
    .pagernav {display: none}
    /* .hotspot {display: none} */
}

@media screen and (max-width:400px) {
    /* .hotspot {
        display: none;
    } */

    .camera_thumbs_cont{
        display: none;
    }

    .camera_target_content {
        overflow: hidden;
    }

}

/**
    START: Preloader
**/

.advancesearch_preloader_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height:100%;
    z-index: 9999;
}

.advancesearch_preloader_sk-double-bounce {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

.advancesearch_preloader_sk-double-bounce .advancesearch_preloader_sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background-color: #333;*/
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: advancesearch_preloader_sk-doubleBounce 2s infinite ease-in-out;
    animation: advancesearch_preloader_sk-doubleBounce 2s infinite ease-in-out;
}

.advancesearch_preloader_sk-double-bounce .advancesearch_preloader_sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes advancesearch_preloader_sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes advancesearch_preloader_sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ------------------------------- Header section ------------------------------- */

.nav-advance-search{
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #0076ce;
}

.nav-advance-search a#link-advance-search{
    font-family: 'Proxima Nova Semibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 28px;
    line-height: 1;
}

.nav-advance-search a#link-advance-search:hover{
    color:#ff7020;
}

.nav-advance-search a#link-advance-search:before{
    content: "";
    width: 20px;
    height: 20px;
    top: 0px;
    background: url(../../Tridhyatech_AdvanceSearch/images/advance-search.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    filter: grayscale(1) invert(1);
}

@media(max-width: 1280px){
    .nav-advance-search a#link-advance-search{
        font-size: 14px;
        padding-left: 25px;
        white-space: nowrap;
    }
    .nav-advance-search a#link-advance-search:before{
        width: 16px;
        height: 16px
    }
}

@media(max-width: 1023px){
    .nav-advance-search a#link-advance-search{
        font-size: 0;
        width: 16px;
        height: 16px;
    }
    .nav-advance-search{
        position: relative;
        width: 16px;
        height: 16px;
        padding-right: 30px;
        margin: 0 15px;
    }
    .nav-advance-search:before{
        content: "";
        width: 16px;
        height: 16px;
        top: 0px;
        background: url(../../Tridhyatech_AdvanceSearch/images/advance-search.png) no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        filter: grayscale(1) invert(1);
    }
}

@media(max-width: 767px){
    .minicart-wrapper{
        margin-top: 0;
    }
    .nav-advance-search a#link-advance-search:before{
        width: 20px;
        height: 20px;
    }
}

/* ------------------------------- Springs section ------------------------------- */

.home-cat-main-section{
    position: relative;
    overflow: hidden;
}

.home-cat-main-section .advance-search{
    position: absolute;
    bottom: 12px;
    left: 12px;
    text-align: center;
    width: 100%;
}

.home-cat-main-section .advance-search a.advance-search-link{
    padding: 10px;
    color: #fff;
    background: #003b69;
    width: calc(100% - 24px);
    display: block;
    border-radius: 0 0 8px 8px;
}

@media(max-width: 1439px){
    .home-cat-main-section{
        height: 100%;
    }
    .home-cat-main-section .advance-search{
        position: inherit;
        bottom: 6px;
        left: 0;
    }
    .home-cat-main-section .advance-search a.advance-search-link{
        width: 100%;
    }
}

@media(max-width: 767px){
    .home-cat-main-section .advance-search{
        position: initial;
    }
    .home-cat-main-section .advance-search a.advance-search-link{
        max-width: max-content;
        margin: 0 auto;
        border-radius: 8px;
        padding: 8px;
        margin-top: 5px;
        font-size: 12px;
        line-height: normal;
    }
}

/* ------------------------------- Advance Search page ------------------------------- */

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-top: 25px;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .selectable-product-attribute{
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .selectable-product-attribute .selectable-product-div p{
    font-weight: 600;
    font-size: 16px;
    font-family: 'Proxima Nova Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .selectable-product-attribute .selectable-product-div div{
    padding-bottom: 6px;
    font-family: 'Proxima Nova Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .selectable-product-attribute .selectable-product-div div input{
    width: 25px;
    height: 25px;
    border: none;
    margin-top: 0;
    vertical-align: sub;
    accent-color: #003b69;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .attribute-hierarchy p.title-attribute-heirarchy{
    font-weight: 600;
    font-size: 16px;
    font-family: 'Proxima Nova Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .attribute-hierarchy .attribute-hierarchy-inner{
    position: relative;
    padding-left: 20px;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .attribute-hierarchy .attribute-hierarchy-inner:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .attribute-hierarchy .attribute-hierarchy-inner:after{
    position: absolute;
    content: '';
    width: 1px;
    height: auto;
    left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .attribute-hierarchy .attribute-hierarchy-inner p{
    font-family: 'Proxima Nova Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.ttadvancesearch-model-index .fieldset .field{
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.ttadvancesearch-model-index .fieldset .field .model-element{
    width: 100%;
}

.ttadvancesearch-model-index .fieldset .field .actions-toolbar button.submit{
    font-size: 14px;
    line-height: normal;
}

/*============== from start*/

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .cycle-imageshow1 .image{
    border-radius: 8px;
    border: 1px solid #dfd9d9;
    overflow: hidden;
    /* padding: 20px; */
    background: #fff;
    /*height:100%;*/
}

.ttadvancesearch-model-index .advance-search .advancesearchimage-top .cycle-imageshow1 .image img{
    /*height:100%;*/
}
/*============== from end*/

.ttadvancesearch-model-index .column.main button.action.submit.primary{
    display: block;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}

.ttadvancesearch-model-index .column.main .search-result-ajax{
    padding-top: 22px;
}

.ttadvancesearch-model-index .column.main .search-result-ajax .products.wrapper.table-main{
    border: 1px solid #dfd9d9;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.ttadvancesearch-model-index .column.main .search-result-ajax .products.wrapper.table-main .product-list-items thead tr th{
    white-space: nowrap;
    padding: 15px
}

span.sort-btn{
    cursor: pointer;
}

.sort-btn-asc{
    font-size: 13px;
}

.sort-btn-desc{
    font-size: 13px;
}

.attribute-name{
    margin-right: 5px;
}

@media(max-width: 767px){
    .ttadvancesearch-model-index .fieldset .field{
        max-width: 100%;
        flex: 100%;
    }
    .ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes{
        flex-direction: column;
        gap: 25px;
    }
    .ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .selectable-product-attribute{
        gap: 25px;
    }
    .ttadvancesearch-model-index .advance-search .advancesearchimage-top .prodcut-attributes .selectable-product-attribute .selectable-product-div div input{
        width: 20px;
        height: 20px;
    }
    .ttadvancesearch-model-index .fieldset .field{
        gap: 10px;
    }
}

/**
    : Preloader
**/

/*13-12-23 start*/
.ttadvancesearch-model-index .hotspot .product-info h2, .hotspot .product-info a {
    font: bold 13px Tahoma,Arial;
    margin-bottom: 2px;

}
.ttadvancesearch-model-index .hotspot .product-info {
    border: none;
    box-shadow:3px 3px 6px 0px black;
    padding: 0;
    background: none;
    border-radius: 0px !important;
}
.ttadvancesearch-model-index .left-detail {
    display: flex;
    flex-direction: column-reverse;
}
.ttadvancesearch-model-index input.image-input-text {
    background: white;
    background-clip: padding-box;
    border:1px solid #9c9c9c;
    height: 23px;
    box-shadow: none;
    border-radius: 0px !important;
}
.ttadvancesearch-model-index .fieldset .field .model-element label span {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Proxima Nova Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ttadvancesearch-model-index .hotspot .product-info h2 {
    margin-bottom: 7px;
}
/*13-12-23 end*/


/* 03-01-23 start  */
.ttadvancesearch-model-index .column.main button.action.submit.primary {
    margin: 0 !important;
}

.ttadvancesearch-model-index .column.main .advancesearch-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* 03-01-23 end */

/* 05-01-24 start-- rutvi desai */

form#advance-search-form .advancesearchimage-top .cycle-imageshow1 {
    min-height: 444px;
    min-width: 675px;
    margin-bottom: 0px !important;
    }

.ttadvancesearch-model-index .column.main .advancesearch-actions{
    margin-top: 15px;
}

@media (max-width:700px){
    form#advance-search-form .advancesearchimage-top .advance-image-wrapper{
        overflow-y: scroll;
    }
}
/* 05-01-24 end-- rutvi desai */


@media (max-width:700px){
    .ttadvancesearch-model-index input.image-input-text {
        box-shadow: none;
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #9c9c9c;
        height: 13px;
        width: 50%;
        border-radius: 0 !important;
        padding: 0px !important;
        font-size: 10px;
        -webkit-appearance: none;
        appearance: none;
    }
    .ttadvancesearch-model-index .hotspot .product-info {
        border: none;
        box-shadow: none !important;
        padding: 0;
        background: 0 0;
        border-radius: 0 !important;
    }
}


