/*================ Typography ================*/
@font-face {
    font-family: 'GreycliffCF';
    src: url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_Regular.eot?v=12241234430687220037");
    src: local('☺'), url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_Regular.woff?v=7373615407001586108") format('woff'), 
        url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_Regular.ttf?v=347517530607204784") format('truetype'), 
        url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_Regular.svg?v=14289672645810403510") format('svg');
}
@font-face {
    font-family: 'GreycliffCF';
    font-weight: 600;
    src: url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_DemiBold.eot?v=17122088130650937921");
    src: local('☺'), url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_DemiBold.woff?v=4035965686443454202") format('woff'), 
        url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_DemiBold.ttf?v=9408879659628280064") format('truetype'), 
        url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_DemiBold.svg?v=1434974024065709648") format('svg');
}
@font-face {
    font-family: 'GreycliffCF';
    font-weight: bold;
    src: url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_Heavy.eot?v=4432263750067856105");
    src: local('☺'), url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_Heavy.woff?v=5472006318422249112") format('woff'), 
        url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_Heavy.ttf?v=14509014806718841165") format('truetype'), 
        url("//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/GreycliffCF_Heavy.svg?v=4788447349205800010") format('svg');
}
@font-face {
    font-family: 'icons';
    src: url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/icons.eot?v=15839920060943556384');
    src: url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/icons.eot?v=15839920060943556384#iefix') format("embedded-opentype"),
       url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/icons.woff?v=16994515853337970273') format("woff"),
       url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/icons.ttf?v=15269834025022278972') format("truetype"),
       url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/icons.svg?v=163269811207092844#timber-icons') format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manhattan';
    src: url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/ManhattanRegular.eot?v=3808063484571033057');
    src: url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/ManhattanRegular.eot?%23iefix&v=3808063484571033057') format('embedded-opentype'),
        url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/ManhattanRegular.woff2?v=13074802159934219219') format('woff2'),
        url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/ManhattanRegular.woff?v=3702569747383319150') format('woff'),
        url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/ManhattanRegular.ttf?v=3658522698455567190') format('truetype'),
        url('') format('svg');
    font-weight: 500;
    font-style: normal;
}
.clearfix{*zoom:1}.clearfix:after{content:'';display:table;clear:both}

/*============================================================================
  #Normalize
==============================================================================*/
*,input,:before,:after{box-sizing:border-box}html,body{padding:0;margin:0}body{overflow-x:hidden;overflow-y:auto}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}small.small {font-size: 14px;}

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
.grid,.grid--rev,.grid--full,.grid-uniform{*zoom:1}.grid:after,.grid--rev:after,.grid--full:after,.grid-uniform:after{content:'';display:table;clear:both}.grid__item.clear{clear:both}

/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid,.grid--rev,.grid--full,.grid-uniform{list-style:none;margin:0;padding:0;margin-left:-30px}.grid__item{box-sizing:border-box;float:left;min-height:1px;padding-left:30px;vertical-align:top;width:100%}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev{direction:rtl;text-align:left}.grid--rev>.grid__item{direction:ltr;text-align:left;float:right}.grid--full{margin-left:0}.grid--full>.grid__item{padding-left:0}

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
.one-whole{width:100%}.one-half{width:50%}.one-third{width:33.333%}.two-thirds{width:66.666%}.one-quarter{width:25%}.two-quarters{width:50%}.three-quarters{width:75%}.one-fifth{width:20%}.two-fifths{width:40%}.three-fifths{width:60%}.four-fifths{width:80%}.one-sixth{width:16.666%}.two-sixths{width:33.333%}.three-sixths{width:50%}.four-sixths{width:66.666%}.five-sixths{width:83.333%}.one-eighth{width:12.5%}.two-eighths{width:25%}.three-eighths{width:37.5%}.four-eighths{width:50%}.five-eighths{width:62.5%}.six-eighths{width:75%}.seven-eighths{width:87.5%}.one-tenth{width:10%}.two-tenths{width:20%}.three-tenths{width:30%}.four-tenths{width:40%}.five-tenths{width:50%}.six-tenths{width:60%}.seven-tenths{width:70%}.eight-tenths{width:80%}.nine-tenths{width:90%}.one-twelfth{width:8.333%}.two-twelfths{width:16.666%}.three-twelfths{width:25%}.four-twelfths{width:33.333%}.five-twelfths{width:41.666%}.six-twelfths{width:50%}.seven-twelfths{width:58.333%}.eight-twelfths{width:66.666%}.nine-twelfths{width:75%}.ten-twelfths{width:83.333%}.eleven-twelfths{width:91.666%}.show{display:block!important}.hide{display:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.left{float:left!important}.right{float:right!important}

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 480px) {
    .small--one-whole{width:100%}.small--one-half{width:50%}.small--one-third{width:33.333%}.small--two-thirds{width:66.666%}.small--one-quarter{width:25%}.small--two-quarters{width:50%}.small--three-quarters{width:75%}.small--one-fifth{width:20%}.small--two-fifths{width:40%}.small--three-fifths{width:60%}.small--four-fifths{width:80%}.small--one-sixth{width:16.666%}.small--two-sixths{width:33.333%}.small--three-sixths{width:50%}.small--four-sixths{width:66.666%}.small--five-sixths{width:83.333%}.small--one-eighth{width:12.5%}.small--two-eighths{width:25%}.small--three-eighths{width:37.5%}.small--four-eighths{width:50%}.small--five-eighths{width:62.5%}.small--six-eighths{width:75%}.small--seven-eighths{width:87.5%}.small--one-tenth{width:10%}.small--two-tenths{width:20%}.small--three-tenths{width:30%}.small--four-tenths{width:40%}.small--five-tenths{width:50%}.small--six-tenths{width:60%}.small--seven-tenths{width:70%}.small--eight-tenths{width:80%}.small--nine-tenths{width:90%}.small--one-twelfth{width:8.333%}.small--two-twelfths{width:16.666%}.small--three-twelfths{width:25%}.small--four-twelfths{width:33.333%}.small--five-twelfths{width:41.666%}.small--six-twelfths{width:50%}.small--seven-twelfths{width:58.333%}.small--eight-twelfths{width:66.666%}.small--nine-twelfths{width:75%}.small--ten-twelfths{width:83.333%}.small--eleven-twelfths{width:91.666%}.small--show{display:block!important}.small--hide{display:none!important}.small--text-left{text-align:left!important}.small--text-right{text-align:right!important}.small--text-center{text-align:center!important}.small--left{float:left!important}.small--right{float:right!important}.grid-uniform .small--one-half:nth-child(2n+1),.grid-uniform .small--one-third:nth-child(3n+1),.grid-uniform .small--one-quarter:nth-child(4n+1),.grid-uniform .small--one-fifth:nth-child(5n+1),.grid-uniform .small--one-sixth:nth-child(6n+1),.grid-uniform .small--two-sixths:nth-child(3n+1),.grid-uniform .small--three-sixths:nth-child(2n+1),.grid-uniform .small--two-eighths:nth-child(4n+1),.grid-uniform .small--four-eighths:nth-child(2n+1),.grid-uniform .small--five-tenths:nth-child(2n+1),.grid-uniform .small--one-twelfth:nth-child(12n+1),.grid-uniform .small--two-twelfths:nth-child(6n+1),.grid-uniform .small--three-twelfths:nth-child(4n+1),.grid-uniform .small--four-twelfths:nth-child(3n+1),.grid-uniform .small--six-twelfths:nth-child(2n+1){clear:both}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .medium--one-whole{width:100%}.medium--one-half{width:50%}.medium--one-third{width:33.333%}.medium--two-thirds{width:66.666%}.medium--one-quarter{width:25%}.medium--two-quarters{width:50%}.medium--three-quarters{width:75%}.medium--one-fifth{width:20%}.medium--two-fifths{width:40%}.medium--three-fifths{width:60%}.medium--four-fifths{width:80%}.medium--one-sixth{width:16.666%}.medium--two-sixths{width:33.333%}.medium--three-sixths{width:50%}.medium--four-sixths{width:66.666%}.medium--five-sixths{width:83.333%}.medium--one-eighth{width:12.5%}.medium--two-eighths{width:25%}.medium--three-eighths{width:37.5%}.medium--four-eighths{width:50%}.medium--five-eighths{width:62.5%}.medium--six-eighths{width:75%}.medium--seven-eighths{width:87.5%}.medium--one-tenth{width:10%}.medium--two-tenths{width:20%}.medium--three-tenths{width:30%}.medium--four-tenths{width:40%}.medium--five-tenths{width:50%}.medium--six-tenths{width:60%}.medium--seven-tenths{width:70%}.medium--eight-tenths{width:80%}.medium--nine-tenths{width:90%}.medium--one-twelfth{width:8.333%}.medium--two-twelfths{width:16.666%}.medium--three-twelfths{width:25%}.medium--four-twelfths{width:33.333%}.medium--five-twelfths{width:41.666%}.medium--six-twelfths{width:50%}.medium--seven-twelfths{width:58.333%}.medium--eight-twelfths{width:66.666%}.medium--nine-twelfths{width:75%}.medium--ten-twelfths{width:83.333%}.medium--eleven-twelfths{width:91.666%}.medium--show{display:block!important}.medium--hide{display:none!important}.medium--text-left{text-align:left!important}.medium--text-right{text-align:right!important}.medium--text-center{text-align:center!important}.medium--left{float:left!important}.medium--right{float:right!important}.grid-uniform .medium--one-half:nth-child(2n+1),.grid-uniform .medium--one-third:nth-child(3n+1),.grid-uniform .medium--one-quarter:nth-child(4n+1),.grid-uniform .medium--one-fifth:nth-child(5n+1),.grid-uniform .medium--one-sixth:nth-child(6n+1),.grid-uniform .medium--two-sixths:nth-child(3n+1),.grid-uniform .medium--three-sixths:nth-child(2n+1),.grid-uniform .medium--two-eighths:nth-child(4n+1),.grid-uniform .medium--four-eighths:nth-child(2n+1),.grid-uniform .medium--five-tenths:nth-child(2n+1),.grid-uniform .medium--one-twelfth:nth-child(12n+1),.grid-uniform .medium--two-twelfths:nth-child(6n+1),.grid-uniform .medium--three-twelfths:nth-child(4n+1),.grid-uniform .medium--four-twelfths:nth-child(3n+1),.grid-uniform .medium--six-twelfths:nth-child(2n+1){clear:both}
}
@media only screen and (max-width: 768px) {
    .medium-down--one-whole{width:100%}.medium-down--one-half{width:50%}.medium-down--one-third{width:33.333%}.medium-down--two-thirds{width:66.666%}.medium-down--one-quarter{width:25%}.medium-down--two-quarters{width:50%}.medium-down--three-quarters{width:75%}.medium-down--one-fifth{width:20%}.medium-down--two-fifths{width:40%}.medium-down--three-fifths{width:60%}.medium-down--four-fifths{width:80%}.medium-down--one-sixth{width:16.666%}.medium-down--two-sixths{width:33.333%}.medium-down--three-sixths{width:50%}.medium-down--four-sixths{width:66.666%}.medium-down--five-sixths{width:83.333%}.medium-down--one-eighth{width:12.5%}.medium-down--two-eighths{width:25%}.medium-down--three-eighths{width:37.5%}.medium-down--four-eighths{width:50%}.medium-down--five-eighths{width:62.5%}.medium-down--six-eighths{width:75%}.medium-down--seven-eighths{width:87.5%}.medium-down--one-tenth{width:10%}.medium-down--two-tenths{width:20%}.medium-down--three-tenths{width:30%}.medium-down--four-tenths{width:40%}.medium-down--five-tenths{width:50%}.medium-down--six-tenths{width:60%}.medium-down--seven-tenths{width:70%}.medium-down--eight-tenths{width:80%}.medium-down--nine-tenths{width:90%}.medium-down--one-twelfth{width:8.333%}.medium-down--two-twelfths{width:16.666%}.medium-down--three-twelfths{width:25%}.medium-down--four-twelfths{width:33.333%}.medium-down--five-twelfths{width:41.666%}.medium-down--six-twelfths{width:50%}.medium-down--seven-twelfths{width:58.333%}.medium-down--eight-twelfths{width:66.666%}.medium-down--nine-twelfths{width:75%}.medium-down--ten-twelfths{width:83.333%}.medium-down--eleven-twelfths{width:91.666%}.medium-down--show{display:block!important}.medium-down--hide{display:none!important}.medium-down--text-left{text-align:left!important}.medium-down--text-right{text-align:right!important}.medium-down--text-center{text-align:center!important}.medium-down--left{float:left!important}.medium-down--right{float:right!important}.grid-uniform .medium-down--one-half:nth-child(2n+1),.grid-uniform .medium-down--one-third:nth-child(3n+1),.grid-uniform .medium-down--one-quarter:nth-child(4n+1),.grid-uniform .medium-down--one-fifth:nth-child(5n+1),.grid-uniform .medium-down--one-sixth:nth-child(6n+1),.grid-uniform .medium-down--two-sixths:nth-child(3n+1),.grid-uniform .medium-down--three-sixths:nth-child(2n+1),.grid-uniform .medium-down--two-eighths:nth-child(4n+1),.grid-uniform .medium-down--four-eighths:nth-child(2n+1),.grid-uniform .medium-down--five-tenths:nth-child(2n+1),.grid-uniform .medium-down--one-twelfth:nth-child(12n+1),.grid-uniform .medium-down--two-twelfths:nth-child(6n+1),.grid-uniform .medium-down--three-twelfths:nth-child(4n+1),.grid-uniform .medium-down--four-twelfths:nth-child(3n+1),.grid-uniform .medium-down--six-twelfths:nth-child(2n+1){clear:both}
}
@media only screen and (min-width: 769px) {
    .large--one-whole{width:100%}.large--one-half{width:50%}.large--one-third{width:33.333%}.large--two-thirds{width:66.666%}.large--one-quarter{width:25%}.large--two-quarters{width:50%}.large--three-quarters{width:75%}.large--one-fifth{width:20%}.large--two-fifths{width:40%}.large--three-fifths{width:60%}.large--four-fifths{width:80%}.large--one-sixth{width:16.666%}.large--two-sixths{width:33.333%}.large--three-sixths{width:50%}.large--four-sixths{width:66.666%}.large--five-sixths{width:83.333%}.large--one-eighth{width:12.5%}.large--two-eighths{width:25%}.large--three-eighths{width:37.5%}.large--four-eighths{width:50%}.large--five-eighths{width:62.5%}.large--six-eighths{width:75%}.large--seven-eighths{width:87.5%}.large--one-tenth{width:10%}.large--two-tenths{width:20%}.large--three-tenths{width:30%}.large--four-tenths{width:40%}.large--five-tenths{width:50%}.large--six-tenths{width:60%}.large--seven-tenths{width:70%}.large--eight-tenths{width:80%}.large--nine-tenths{width:90%}.large--one-twelfth{width:8.333%}.large--two-twelfths{width:16.666%}.large--three-twelfths{width:25%}.large--four-twelfths{width:33.333%}.large--five-twelfths{width:41.666%}.large--six-twelfths{width:50%}.large--seven-twelfths{width:58.333%}.large--eight-twelfths{width:66.666%}.large--nine-twelfths{width:75%}.large--ten-twelfths{width:83.333%}.large--eleven-twelfths{width:91.666%}.large--show{display:block!important}.large--hide{display:none!important}.large--text-left{text-align:left!important}.large--text-right{text-align:right!important}.large--text-center{text-align:center!important}.large--left{float:left!important}.large--right{float:right!important}.grid-uniform .large--one-half:nth-child(2n+1),.grid-uniform .large--one-third:nth-child(3n+1),.grid-uniform .large--one-quarter:nth-child(4n+1),.grid-uniform .large--one-fifth:nth-child(5n+1),.grid-uniform .large--one-sixth:nth-child(6n+1),.grid-uniform .large--two-sixths:nth-child(3n+1),.grid-uniform .large--three-sixths:nth-child(2n+1),.grid-uniform .large--two-eighths:nth-child(4n+1),.grid-uniform .large--four-eighths:nth-child(2n+1),.grid-uniform .large--five-tenths:nth-child(2n+1),.grid-uniform .large--one-twelfth:nth-child(12n+1),.grid-uniform .large--two-twelfths:nth-child(6n+1),.grid-uniform .large--three-twelfths:nth-child(4n+1),.grid-uniform .large--four-twelfths:nth-child(3n+1),.grid-uniform .large--six-twelfths:nth-child(2n+1){clear:both}
}

/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"]{position:relative}.push--one-whole{left:100%}.push--one-half{left:50%}.push--one-third{left:33.333%}.push--two-thirds{left:66.666%}.push--one-quarter{left:25%}.push--two-quarters{left:50%}.push--three-quarters{left:75%}.push--one-fifth{left:20%}.push--two-fifths{left:40%}.push--three-fifths{left:60%}.push--four-fifths{left:80%}.push--one-sixth{left:16.666%}.push--two-sixths{left:33.333%}.push--three-sixths{left:50%}.push--four-sixths{left:66.666%}.push--five-sixths{left:83.333%}.push--one-eighth{left:12.5%}.push--two-eighths{left:25%}.push--three-eighths{left:37.5%}.push--four-eighths{left:50%}.push--five-eighths{left:62.5%}.push--six-eighths{left:75%}.push--seven-eighths{left:87.5%}.push--one-tenth{left:10%}.push--two-tenths{left:20%}.push--three-tenths{left:30%}.push--four-tenths{left:40%}.push--five-tenths{left:50%}.push--six-tenths{left:60%}.push--seven-tenths{left:70%}.push--eight-tenths{left:80%}.push--nine-tenths{left:90%}.push--one-twelfth{left:8.333%}.push--two-twelfths{left:16.666%}.push--three-twelfths{left:25%}.push--four-twelfths{left:33.333%}.push--five-twelfths{left:41.666%}.push--six-twelfths{left:50%}.push--seven-twelfths{left:58.333%}.push--eight-twelfths{left:66.666%}.push--nine-twelfths{left:75%}.push--ten-twelfths{left:83.333%}.push--eleven-twelfths{left:91.666%}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .push--medium--one-whole{left:100%}.push--medium--one-half{left:50%}.push--medium--one-third{left:33.333%}.push--medium--two-thirds{left:66.666%}.push--medium--one-quarter{left:25%}.push--medium--two-quarters{left:50%}.push--medium--three-quarters{left:75%}.push--medium--one-fifth{left:20%}.push--medium--two-fifths{left:40%}.push--medium--three-fifths{left:60%}.push--medium--four-fifths{left:80%}.push--medium--one-sixth{left:16.666%}.push--medium--two-sixths{left:33.333%}.push--medium--three-sixths{left:50%}.push--medium--four-sixths{left:66.666%}.push--medium--five-sixths{left:83.333%}.push--medium--one-eighth{left:12.5%}.push--medium--two-eighths{left:25%}.push--medium--three-eighths{left:37.5%}.push--medium--four-eighths{left:50%}.push--medium--five-eighths{left:62.5%}.push--medium--six-eighths{left:75%}.push--medium--seven-eighths{left:87.5%}.push--medium--one-tenth{left:10%}.push--medium--two-tenths{left:20%}.push--medium--three-tenths{left:30%}.push--medium--four-tenths{left:40%}.push--medium--five-tenths{left:50%}.push--medium--six-tenths{left:60%}.push--medium--seven-tenths{left:70%}.push--medium--eight-tenths{left:80%}.push--medium--nine-tenths{left:90%}.push--medium--one-twelfth{left:8.333%}.push--medium--two-twelfths{left:16.666%}.push--medium--three-twelfths{left:25%}.push--medium--four-twelfths{left:33.333%}.push--medium--five-twelfths{left:41.666%}.push--medium--six-twelfths{left:50%}.push--medium--seven-twelfths{left:58.333%}.push--medium--eight-twelfths{left:66.666%}.push--medium--nine-twelfths{left:75%}.push--medium--ten-twelfths{left:83.333%}.push--medium--eleven-twelfths{left:91.666%}
}
@media only screen and (max-width: 768px) {
    .push--medium-down--one-whole{left:100%}.push--medium-down--one-half{left:50%}.push--medium-down--one-third{left:33.333%}.push--medium-down--two-thirds{left:66.666%}.push--medium-down--one-quarter{left:25%}.push--medium-down--two-quarters{left:50%}.push--medium-down--three-quarters{left:75%}.push--medium-down--one-fifth{left:20%}.push--medium-down--two-fifths{left:40%}.push--medium-down--three-fifths{left:60%}.push--medium-down--four-fifths{left:80%}.push--medium-down--one-sixth{left:16.666%}.push--medium-down--two-sixths{left:33.333%}.push--medium-down--three-sixths{left:50%}.push--medium-down--four-sixths{left:66.666%}.push--medium-down--five-sixths{left:83.333%}.push--medium-down--one-eighth{left:12.5%}.push--medium-down--two-eighths{left:25%}.push--medium-down--three-eighths{left:37.5%}.push--medium-down--four-eighths{left:50%}.push--medium-down--five-eighths{left:62.5%}.push--medium-down--six-eighths{left:75%}.push--medium-down--seven-eighths{left:87.5%}.push--medium-down--one-tenth{left:10%}.push--medium-down--two-tenths{left:20%}.push--medium-down--three-tenths{left:30%}.push--medium-down--four-tenths{left:40%}.push--medium-down--five-tenths{left:50%}.push--medium-down--six-tenths{left:60%}.push--medium-down--seven-tenths{left:70%}.push--medium-down--eight-tenths{left:80%}.push--medium-down--nine-tenths{left:90%}.push--medium-down--one-twelfth{left:8.333%}.push--medium-down--two-twelfths{left:16.666%}.push--medium-down--three-twelfths{left:25%}.push--medium-down--four-twelfths{left:33.333%}.push--medium-down--five-twelfths{left:41.666%}.push--medium-down--six-twelfths{left:50%}.push--medium-down--seven-twelfths{left:58.333%}.push--medium-down--eight-twelfths{left:66.666%}.push--medium-down--nine-twelfths{left:75%}.push--medium-down--ten-twelfths{left:83.333%}.push--medium-down--eleven-twelfths{left:91.666%}
}
@media only screen and (min-width: 769px) {
    .push--large--one-whole{left:100%}.push--large--one-half{left:50%}.push--large--one-third{left:33.333%}.push--large--two-thirds{left:66.666%}.push--large--one-quarter{left:25%}.push--large--two-quarters{left:50%}.push--large--three-quarters{left:75%}.push--large--one-fifth{left:20%}.push--large--two-fifths{left:40%}.push--large--three-fifths{left:60%}.push--large--four-fifths{left:80%}.push--large--one-sixth{left:16.666%}.push--large--two-sixths{left:33.333%}.push--large--three-sixths{left:50%}.push--large--four-sixths{left:66.666%}.push--large--five-sixths{left:83.333%}.push--large--one-eighth{left:12.5%}.push--large--two-eighths{left:25%}.push--large--three-eighths{left:37.5%}.push--large--four-eighths{left:50%}.push--large--five-eighths{left:62.5%}.push--large--six-eighths{left:75%}.push--large--seven-eighths{left:87.5%}.push--large--one-tenth{left:10%}.push--large--two-tenths{left:20%}.push--large--three-tenths{left:30%}.push--large--four-tenths{left:40%}.push--large--five-tenths{left:50%}.push--large--six-tenths{left:60%}.push--large--seven-tenths{left:70%}.push--large--eight-tenths{left:80%}.push--large--nine-tenths{left:90%}.push--large--one-twelfth{left:8.333%}.push--large--two-twelfths{left:16.666%}.push--large--three-twelfths{left:25%}.push--large--four-twelfths{left:33.333%}.push--large--five-twelfths{left:41.666%}.push--large--six-twelfths{left:50%}.push--large--seven-twelfths{left:58.333%}.push--large--eight-twelfths{left:66.666%}.push--large--nine-twelfths{left:75%}.push--large--ten-twelfths{left:83.333%}.push--large--eleven-twelfths{left:91.666%}
}

/*============================================================================
  #Basic Styles
==============================================================================*/
html{background-color:white}body{background-color:white}[tabindex='-1']:focus{outline:none}.wrapper{*zoom:1;max-width:none;margin:0 auto;padding:0 15px}.wrapper:after{content:'';display:table;clear:both}@media screen and (min-width:767px){.wrapper{padding:0 30px}}.main-content{display:block;margin-top:30px;padding-bottom:60px;max-width:1440px}.float-left{width:50%;display:block!important;float:left!important}.wrapper.main-content{margin:0 auto!important}#AddToCart{background-color:#6fa76b;width:200px;line-height:0}#AddToCartText{font-size:22px;line-height:1}#AddToCartText:after{content:'\2192';font-size:30px!important;padding-left:4px;line-height:18px}

/*============================================================================
  #Helper Classes
==============================================================================*/
.is-transitioning{display:block!important;visibility:visible!important}.display-table{display:table;table-layout:fixed;width:100%}.display-table-cell{display:table-cell;vertical-align:middle;float:none}@media screen and (min-width:769px){.large--display-table{display:table;table-layout:fixed;width:100%}.large--display-table-cell{display:table-cell;vertical-align:middle;float:none}}.visually-hidden,.supports-fontface .icon-fallback-text .fallback-text{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}

/*============================================================================
  #Typography
==============================================================================*/
body,input,textarea,button,select{font-size:14px;line-height:1.6;font-family:"GreycliffCF","Helvetica Neue",Helvetica,Arial,sans-serif;color:#333333;font-weight:300;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{display:block;font-family:"GreycliffCF","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;margin:0 0 0.5em;line-height:1.4}h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{text-decoration:none;font-weight:inherit}

/*================ Use em() Sass function to declare font-size ================*/
h1,.h1{font-size:2.57143em}h2,.h2{font-size:2em}h3,.h3{font-size:1.57143em}h4,.h4{font-size:1.42857em}h5,.h5{font-size:1.14286em}h6,.h6{font-size:1em}p{margin:0 0 15px 0}p img{margin:0}em{font-style:italic}b,strong{font-weight:bold}small{font-size:0.9em}sup,sub{position:relative;font-size:60%;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.5em}

/*================ Blockquotes ================*/
blockquote{font-size:1.125em;line-height:1.45;font-style:italic;margin:0 0 30px;padding:15px 30px;border-left:1px solid #e5e5e5}blockquote p{margin-bottom:0}blockquote p+cite{margin-top:15px}blockquote cite{display:block;font-size:0.75em}blockquote cite:before{content:'\2014 \0020'}

/*================ Code ================*/
code,pre{background-color:#faf7f5;font-family:Consolas,monospace;font-size:1em;border:0 none;padding:0 2px;color:#51ab62}pre{overflow:auto;padding:15px;margin:0 0 30px}

/*================ Horizontal Rules ================*/
hr{clear:both;border-top:solid #e5e5e5;border-width:1px 0 0;margin:30px 0;height:0}hr.hr--small{margin:15px 0}hr.hr--clear{border-top-color:transparent}

/*================ Section Headers ================*/
.section-header{margin-bottom:20px}#shopify-section-video .block{width:50%;float:left;padding:10px}@media screen and (max-width:767px){#shopify-section-video .block{width:100%;padding:0 0 10px}}@media screen and (min-width:769px){.section-header{display:table;width:100%}.section-header__title{margin-bottom:12px}.section-header__left{display:table-cell;vertical-align:middle;margin-bottom:0}.section-header__left h1,.section-header__left .h1,.section-header__left h2,.section-header__left .h2,.section-header__left h3,.section-header__left .h3,.section-header__left h4,.section-header__left .h4,.section-header__left .h1,.section-header__left .h2,.section-header__left .h3,.section-header__left .h4{margin-bottom:0}.section-header__right{display:table-cell;vertical-align:middle;text-align:right;width:335px}}@media screen and (min-width:769px) and (max-width:768px){.section-header__right{margin-bottom:30px}}.section-header__right .form-horizontal,.section-header__right .collection-view{display:inline-block;vertical-align:middle}@media screen and (min-width:481px){.section-header__right label+select,.section-header__right .collection-view{margin-left:15px}}.collection-view{display:inline-block;border:1px solid #e5e5e5;border-radius:3px;padding:0 5px;height:37px;overflow:hidden}@media screen and (min-width:769px){.collection-view{display:inline-block}}.change-view{display:block;background:none;border:0 none;float:left;padding:10px 8px;color:#e5e5e5;line-height:1}.change-view:hover,.change-view:focus{color:black}.change-view--active{cursor:default;color:black}

/*============================================================================
  #Rich Text Editor
==============================================================================*/
.rte{margin-bottom:15px}.rte a{text-decoration:underline}.rte h1,.rte .h1,.rte h2,.rte .h2,.rte h3,.rte .h3,.rte h4,.rte .h4,.rte h5,.rte .h5,.rte h6,.rte .h6{margin-top:2em}.rte h1:first-child,.rte .h1:first-child,.rte h2:first-child,.rte .h2:first-child,.rte h3:first-child,.rte .h3:first-child,.rte h4:first-child,.rte .h4:first-child,.rte h5:first-child,.rte .h5:first-child,.rte h6:first-child,.rte .h6:first-child{margin-top:0}.rte h1 a,.rte .h1 a,.rte h2 a,.rte .h2 a,.rte h3 a,.rte .h3 a,.rte h4 a,.rte .h4 a,.rte h5 a,.rte .h5 a,.rte h6 a,.rte .h6 a{text-decoration:none}.rte>div{margin-bottom:15px}.rte li{margin-bottom:0.4em}.rte--header{margin-bottom:0}

/*============================================================================
  #Links and Buttons
==============================================================================*/
a,.text-link{color:black;text-decoration:none;background:transparent}a:hover,a:focus{color:#262626}button{overflow:visible}button[disabled],html input[disabled]{cursor:default}.btn,.btn--secondary,.rte .btn--secondary,.rte .btn,.rte .btn--secondary{display:inline-block;padding:8px 10px;width:auto;margin:0;line-height:1;font-weight:bold;text-decoration:none;text-align:center;vertical-align:middle;white-space:nowrap;cursor:pointer;border:1px solid transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;border-radius:3px;background-color:black;color:white}.btn:hover,.btn--secondary:hover,.rte .btn:hover,.rte .btn--secondary:hover{background-color:black;color:white}.btn:active,.btn--secondary:active,.btn:focus,.btn--secondary:focus,.rte .btn:active,.rte .btn--secondary:active,.rte .btn:focus,.rte .btn--secondary:focus{background-color:black;color:white}.btn[disabled],[disabled].btn--secondary,.btn.disabled,.disabled.btn--secondary,.rte .btn[disabled],.rte [disabled].btn--secondary,.rte .btn.disabled,.rte .disabled.btn--secondary{cursor:default;color:#b6b6b6;background-color:#f6f6f6}.btn--secondary,.rte .btn--secondary{background-color:#5e477c}.btn--secondary:hover,.rte .btn--secondary:hover{background-color:#45345c;color:white}.btn--secondary:active,.btn--secondary:focus,.rte .btn--secondary:active,.rte .btn--secondary:focus{background-color:#2d223b;color:white}.btn--small{padding:4px 5px;font-size:0.85714em}.btn--large{padding:12px 15px;font-size:1.14286em}.btn--full{width:100%}.text-link{display:inline;border:0 none;background:none;padding:0;margin:0}

/*============================================================================
  #Lists
==============================================================================*/
ul,ol{margin:0 0 15px 20px;padding:0}ol{list-style:decimal}ul ul,ul ol,ol ol,ol ul{margin:4px 0 5px 20px}li{margin-bottom:0.25em}ul.square{list-style:square outside}ul.disc{list-style:disc outside}ol.alpha{list-style:lower-alpha outside}.no-bullets{list-style:none outside;margin-left:0}.inline-list{margin-left:0}.inline-list li{display:inline-block;margin-bottom:0}

/*============================================================================
  #Tables
==============================================================================*/
table{width:100%;border-collapse:collapse;border-spacing:0}table.full{width:100%;margin-bottom:1em}.table-wrap{max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}th{font-weight:bold}th,td{text-align:left;padding:15px;border:1px solid #e5e5e5}

/*============================================================================
  Responsive tables, defined with .table--responsive on table element.
  Only defined for IE9+
==============================================================================*/
@media screen and (max-width: 768px) {
    .table--responsive thead{display:none}.table--responsive tr{display:block}.table--responsive tr,.table--responsive td{float:left;clear:both;width:100%}.table--responsive th,.table--responsive td{display:block;text-align:right;padding:15px}.table--responsive.cart-table img{margin:0 auto}.table--responsive.cart-table .js-qty,.table--responsive.cart-table .ajaxcart__qty{float:right}
}
@media screen and (max-width: 480px) {
    .table--small-hide{display:none!important}.table__section+.table__section{position:relative;margin-top:10px;padding-top:15px}.table__section+.table__section:after{content:'';display:block;position:absolute;top:0;left:15px;right:15px}
}

/*============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,.media-flex{overflow:hidden;_overflow:visible;zoom:1}.media-img{float:left;margin-right:30px}.media-img-right{float:right;margin-left:30px}.media-img img,.media-img-right img{display:block}

/*============================================================================
  #Images and Iframes
==============================================================================*/
img{border:0 none}svg:not(:root){overflow:hidden}img,iframe{max-width:100%}.video-wrapper{position:relative;overflow:hidden;max-width:100%;padding-bottom:56.25%;height:0;height:auto}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}

/*============================================================================
  #Forms
==============================================================================*/
form{margin-bottom:0}.form-vertical{margin-bottom:15px}

/*================ Prevent zoom on touch devices in active inputs ================*/
@media screen and (max-width:768px){input,textarea{font-size:16px}}input,textarea,button,select{padding:0;margin:0;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}button{background:none;border:none;cursor:pointer}button,input,textarea{-webkit-appearance:none;-moz-appearance:none}button{background:none;border:none;display:inline-block;cursor:pointer}input[type="image"]{padding-left:0;padding-right:0}fieldset{border:1px solid #e5e5e5;padding:15px}legend{border:0;padding:0}button,input[type="submit"]{cursor:pointer}input,textarea,select{border:1px solid #e5e5e5;max-width:100%;padding:8px 10px;border-radius:3px}input:focus,textarea:focus,select:focus{border:1px solid #cccccc}input[disabled],input.disabled,textarea[disabled],textarea.disabled,select[disabled],select.disabled{cursor:default;background-color:#f6f6f6;border-color:#b6b6b6}input.input-full,textarea.input-full,select.input-full{width:100%}textarea{min-height:100px}input[type="checkbox"],input[type="radio"]{display:inline;margin:0 8px 0 0;padding:0;width:auto}input[type="checkbox"]{-webkit-appearance:checkbox;-moz-appearance:checkbox}input[type="radio"]{-webkit-appearance:radio;-moz-appearance:radio}input[type="image"]{padding-left:0;padding-right:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:right center;background-image:url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/ico-select.svg?v=354012039368648229');background-repeat:no-repeat;background-position:right 10px center;background-color:transparent;padding-right:28px;text-indent:0.01px;text-overflow:'';cursor:pointer}.ie9 select,.lt-ie9 select{padding-right:10px;background-image:none}optgroup{font-weight:bold}option{color:#000;background-color:#fff}select::-ms-expand{display:none}.hidden-label{position:absolute;height:0;width:0;margin-bottom:0;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ie9 .hidden-label,.lt-ie9 .hidden-label{position:static;height:auto;width:auto;margin-bottom:2px;overflow:visible;clip:initial}label[for]{cursor:pointer}.form-vertical input,.form-vertical select,.form-vertical textarea{display:block;margin-bottom:10px}.form-vertical input[type="radio"],.form-vertical input[type="checkbox"]{display:inline-block}input.error,select.error,textarea.error{border-color:#d02e2e;background-color:#fff6f6;color:#d02e2e}label.error{color:#d02e2e}.input-group{position:relative;display:table;border-collapse:separate}.input-group .input-group-field:first-child,.input-group .input-group-btn:first-child,.input-group .input-group-btn:first-child>.btn,.input-group .input-group-btn:first-child>.btn--secondary,.input-group input[type="hidden"]:first-child+.input-group-field,.input-group input[type="hidden"]:first-child+.input-group-btn>.btn,.input-group input[type="hidden"]:first-child+.input-group-btn>.btn--secondary{border-radius:3px 0 0 3px}.input-group .input-group-field:last-child,.input-group .input-group-btn:last-child>.btn,.input-group .input-group-btn:last-child>.btn--secondary{border-radius:0 3px 3px 0}.input-group input::-moz-focus-inner{border:0;padding:0;margin-top:-1px;margin-bottom:-1px}.input-group-field,.input-group-btn{display:table-cell;vertical-align:middle;margin:0}.input-group .btn,.input-group .btn--secondary,.input-group .input-group-field{height:37px}.input-group .input-group-field{width:100%}.input-group-btn{position:relative;white-space:nowrap;width:1%;padding:0}

/*==========================Customer Login Form===============================*/
#CustomerLoginForm #customer_login p .btn.btn--full,#CustomerLoginForm #customer_login p .btn--full.btn--secondary{background-color:#6fa76b!important}#CustomerLoginForm #customer_login input:focus{outline:none!important;border-color:#6fa76b;box-shadow:0 0 10px #6fa76b}

/*============================================================================
  #Icons
==============================================================================*/
.icon-fallback-text .icon{display:none}.supports-fontface .icon-fallback-text .icon{display:inline-block}.icon:before{display:none}.supports-fontface .icon:before{display:inline;font-family:"icons";text-decoration:none;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-amazon_payments:before{content:"\e800"}.icon-american_express:before{content:"\41"}.icon-arrow-down:before{content:"\e607"}.icon-bitcoin:before{content:"\42"}.icon-cart:before{content:"\e600"}.icon-cirrus:before{content:"\43"}.icon-dankort:before{content:"\64"}.icon-diners_club:before{content:"\63"}.icon-discover:before{content:"\44"}.icon-dogecoin:before{content:"\e904"}.icon-dwolla:before{content:"\e905"}.icon-facebook:before{content:"\66"}.icon-fancy:before{content:"\46"}.icon-forbrugsforeningen:before{content:"\e906"}.icon-google-plus:before{content:"\e900"}.icon-grid-view:before{content:"\e603"}.icon-hamburger:before{content:"\e601"}.icon-instagram:before{content:"\e901"}.icon-interac:before{content:"\49"}.icon-jcb:before{content:"\4a"}.icon-list-view:before{content:"\e604"}.icon-litecoin:before{content:"\e908"}.icon-maestro:before{content:"\6d"}.icon-master:before{content:"\4d"}.icon-minus:before{content:"\e602"}.icon-paypal:before{content:"\50"}.icon-pinterest:before{content:"\70"}.icon-plus:before{content:"\e605"}.icon-rss:before{content:"\72"}.icon-search:before{content:"\73"}.icon-stripe:before{content:"\53"}.icon-tumblr:before{content:"\74"}.icon-twitter:before{content:"\54"}.icon-vimeo:before{content:"\76"}.icon-visa:before{content:"\56"}.icon-x:before{content:"\e606"}.icon-youtube:before{content:"\79"}.payment-icons{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.payment-icons li{margin:0 7.5px 7.5px;color:#000000;cursor:default}.payment-icons .icon{font-size:30px;line-height:30px}.payment-icons .fallback-text{text-transform:capitalize}.social-icons li{border:1px solid black;border-radius:3px;padding:4px 6px;margin:0 15px 15px;vertical-align:middle}@media screen and (min-width:481px){.social-icons li{margin-left:0}}.social-icons li .icon{font-size:20px;line-height:26px}.social-icons li a{color:#000000}.social-icons li a:hover{color:black}

/*============================================================================
  #Pagination
==============================================================================*/
.pagination{margin-bottom:1em;text-align:center}.pagination>span{display:inline-block;line-height:1}.pagination a{display:block}.pagination a,.pagination .page.current{padding:8px}.pagination .next{width:3%;color:white!important}

/*============================================================================
  #Site Header
==============================================================================*/
.top-bar{overflow:auto;background-color:#5e477c;padding:3px 0}.top-bar a{color:white;font-size:14px;line-height:26px;padding:0 10px 0 10px;text-shadow:none}.top-bar ul{list-style:none;margin:0}.top-bar ul li{display:inline-block;margin:5px;color:#ffffff}@media (max-width:760px){.top-bar .right{float:left!important}.top-bar ul:first-child{margin-left:0}#mob_id{width:40%;float:left}.top-bar .left,.top-bar .right{display:inline-block;width:100%;display:none}.site-header{display:none}.top-bar{text-align:center;padding:10px 0;float:left;width:100%;background:#ffffff;padding:10px 30px}.top-bar a{color:#000000}}@media (max-width:402px){.top-bar a{font-size:9px}}.site-header{padding:0}.site-header .grid--table{display:table;table-layout:fixed;width:100%}.site-header .grid--table>.grid__item{float:none;display:table-cell;vertical-align:middle}.site-header__logo{text-align:center;margin:0 auto;max-width:100%}@media screen and (min-width:769px){.site-header__logo{text-align:left}}.site-header__logo a,.site-header__logo a:hover,.site-header__logo a:focus{text-decoration:none}.site-header__logo a,.site-header__logo img{display:block}.site-header__logo img{margin:0 auto}.site-header__logo-link{display:block;max-width:200px;margin:0 auto}.site-header__cart-toggle,.site-header1{display:inline-block}.review-heading{text-align:center;font-size:20px;clear:both;display:block}.site-header__search{display:inline-block;max-width:400px;margin-top:15px;width:100%}.content{padding:2px 0;letter-spacing:0.09em}.search-bar{max-width:100%}@media screen and (max-width:768px){.search-bar{margin-left:auto;margin-right:auto}}

/*============================================================================
  #Site Nav and Dropdowns
==============================================================================*/
.nav-bar{background-color:white}.site-nav,.site-nav--mobile{font-size:1.14286em;cursor:default;margin:0 0 0 -15px}.site-nav li,.site-nav--mobile li{margin:0;display:block}.site-nav>li,.site-nav--mobile>li{position:relative;display:inline-block;vertical-align:middle;text-transform:uppercase;font-weight:500;font-size:15px;letter-spacing:.1em;margin-top:23px}.site-nav>li.left-link,.site-nav--mobile>li.left-link{width:200px;text-align:left}.site-nav>li.right-link,.site-nav--mobile>li.right-link{width:200px;text-align:right}.site-nav>li.logo,.site-nav--mobile>li.logo{width:90px}.site-header__logo-link .mobile-logo{display:none}.block-link{position:absolute;top:0;left:0;right:0;bottom:0}.product-description{font-size:16px}@media (max-width:900px){.site-nav>li.left-link,.site-nav--mobile>li.left-link{width:144px;padding-right:10px}.site-nav>li.right-link,.site-nav--mobile>li.right-link{width:144px;padding-left:10px}}@media (max-width:760px){.site-nav>li.logo,.site-nav--mobile>li.logo{width:110px}.icon-cart{font-size:26px;margin-top:2px;display:inline-block}.icon-cart-text{float:right;margin-top:2px;margin-left:3px}.site-nav>li.left-link,.site-nav--mobile>li.left-link{font-size:10px;width:98px;display:none}.hamMenu{float:left;width:100%;border-bottom:1px solid #e3e3e3;padding-bottom:5px}.hamIcon-right{width:27%;float:right;top:5px;position:relative;text-align:right}.hamIcon .hamb-icon{float:left;width:30px}.hamIcon .hamb-text{float:left;color:#000000;margin-top:4px;margin-left:2px}.top-bar a{font-size:14px;padding:0}.hamIcon{float:left}.site-nav>li.right-link,.site-nav--mobile>li.right-link{font-size:10px;width:98px;display:none}#mobile-banner .grid__item .content{font-size:12px;line-height:12px;margin:10px 0}.thin-banner{background-color:#5e477c;color:#ffffff;text-align:center;padding:0 5px}.site-header__logo-link .desktop-logo{display:none}.site-header__logo-link .mobile-logo{display:block}}@media (max-width:500px){.site-nav>li.left-link,.site-nav--mobile>li.left-link{font-size:7px;width:72px}.site-nav>li.right-link,.site-nav--mobile>li.right-link{font-size:7px;width:72px}.thin-banner .content b{display:block;line-height:15px;font-weight:600}#mobile-banner .grid__item .content{margin:8px 0}}.text-right .site-nav--mobile{margin:0 -15px 0 0}.site-nav__link{display:block;text-decoration:none;padding:15px;white-space:nowrap;color:#333333}.site-nav__link:hover,.site-nav__link:active,.site-nav__link:focus{color:#0d0d0d}.site-nav__link .icon-arrow-down{position:relative;top:-2px;font-size:10px;padding-left:7.5px}.site-nav--active>.site-nav__link{font-weight:bold}.site-nav--mobile .site-nav__link{display:inline-block}.site-nav__dropdown{display:none;position:absolute;left:0;margin:0;z-index:5}.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,.site-nav--has-dropdown.nav-hover .site-nav__dropdown,.nav-focus+.site-nav__dropdown{display:block}.site-nav__dropdown a{background-color:white}.site-nav__dropdown a:hover,.site-nav__dropdown a:active,.site-nav__dropdown a:focus{background-color:#e6e6e6}.nav-search{position:relative;padding:10px 0}@media screen and (max-width:768px){.nav-search{padding:0 0 15px;margin:0 auto;text-align:center}}

/*============================================================================
  #Mobile Nav
  - List of items inside the mobile drawer
==============================================================================*/
.mobile-nav{margin:-15px -15px 0 -15px}.mobile-nav li{margin-bottom:0}.mobile-nav__search{padding:15px}.mobile-nav__search .search-bar{margin-bottom:0}.mobile-nav__item{position:relative;display:block}.mobile-nav>.mobile-nav__item{background-color:#f6f6f6}.mobile-nav__item:after{content:'';position:absolute;bottom:0;left:15px;right:15px;border-bottom:1px solid #e9e9e9}.mobile-nav>.mobile-nav__item:last-child:after{display:none}.mobile-nav__item a{display:block}.mobile-nav__item a,.mobile-nav__toggle button{color:#333333;padding:15px;text-decoration:none}.mobile-nav__item a:hover,.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:hover,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus{color:#0d0d0d}.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus{background-color:#e9e9e9}.mobile-nav__item--active,#account .ac-enabled>li:nth-child(6),#create-account .ac-enabled>li:nth-child(7){font-weight:bold}.mobile-nav__has-sublist{display:table;width:100%}.mobile-nav__has-sublist .mobile-nav__link{display:table-cell;vertical-align:middle;width:100%}.mobile-nav__toggle{display:table-cell;vertical-align:middle;width:1%}.mobile-nav--expanded .mobile-nav__toggle-open{display:none}.mobile-nav__toggle-close{display:none}.mobile-nav--expanded .mobile-nav__toggle-close{display:block}.mobile-nav__sublist{margin:0;max-height:0;visibility:hidden;overflow:hidden;transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);-webkit-backface-visibility:hidden;backface-visibility:hidden}.mobile-nav--expanded+.mobile-nav__sublist{visibility:visible;max-height:700px;transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95)}.mobile-nav__sublist .mobile-nav__item:after{top:0;bottom:auto}.mobile-nav__sublist .mobile-nav__link{padding-left:30px}.mobile-nav .mobile-nav__item .mobile-nav__link img{display:none;vertical-align:middle;margin:0 10px 0 0}.mobile-nav .mobile-nav__item:nth-child(1) .mobile-nav__link img,.mobile-nav .mobile-nav__item:nth-child(2) .mobile-nav__link img,.mobile-nav .mobile-nav__item:nth-child(3) .mobile-nav__link img,.mobile-nav .mobile-nav__item:nth-child(4) .mobile-nav__link img,.mobile-nav .mobile-nav__item:nth-child(5) .mobile-nav__link img{display:inline-block}.mobile-nav .mobile-nav__item:nth-child(1) .mobile-nav__link:hover,.mobile-nav .mobile-nav__item:nth-child(2) .mobile-nav__link:hover,.mobile-nav .mobile-nav__item:nth-child(3) .mobile-nav__link:hover,.mobile-nav .mobile-nav__item:nth-child(4) .mobile-nav__link:hover,.mobile-nav .mobile-nav__item:nth-child(5) .mobile-nav__link:hover{color:#0d0d0d;background:transparent}

/*============================================================================
  #Drawers
==============================================================================*/
.js-drawer-open {
    overflow: hidden;
}
.drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    display: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 95%;
    z-index: 10;
    color: #333333;
    background-color: #f6f6f6;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    font-size: 16px;
}
.drawer a {
    color: #333333;
}
.drawer input,
.drawer textarea {
    border-color: #e9e9e9;
}
.drawer--left {
    width: 300px;
    left: -300px;
    border-right: 1px solid #e9e9e9;
}
.js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}
.lt-ie9 .js-drawer-open-left .drawer--left {
    left: 0;
}
.drawer--right {
    width: 600px;
    right: -600px;
    border-left: 1px solid #e9e9e9;
}
.js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-600px);
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}
.lt-ie9 .js-drawer-open-right .drawer--right {
    right: 0;
}
@media screen and (max-width: 767px) {
    #PageContainer {
        overflow: hidden;
    }
}
.is-moved-by-drawer {
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.js-drawer-open-left .is-moved-by-drawer {
    /*     @include transform(translateX($drawerNavWidth)); */
}
.js-drawer-open-right .is-moved-by-drawer {
    -ms-transform: translateX(-600px);
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}
.is-moved-by-drawer:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 11;
    visibility: hidden;
}
.js-drawer-open-left .is-moved-by-drawer:before {
    opacity: 1;
    visibility: visible;
}
.drawer__header {
    display: table;
    height: 70px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.drawer__title,
.drawer__close {
    display: table-cell;
    vertical-align: middle;
}
.drawer__title {
    width: 100%;
}
.drawer__close {
    width: 1%;
    text-align: center;
    font-size: 1.28571em;
}
.drawer__close button {
    position: relative;
    right: -20px;
    height: 100%;
    padding: 0 20px;
    color: inherit;
}
.drawer__close button:active,
.drawer__close button:focus {
    background-color: #e9e9e9;
}
/*============================================================================
  #Site Footer
==============================================================================*/
.site-footer {
    background-color: white;
    /*   padding: $gutter 0 0 0;  */
    color: black;
}
.footer-links {
    list-style: none;
    margin-left: 0px;
}
.footer-links li {
    display: inline-block;
}
.footer-links li a {
    margin: 0 7.5px 7.5px;
    color: #000000;
}
.MKfooterLinks {
    background-color: #eee;
    float: none;
    padding: 10px 0;
}
.MKfooterLinks a:hover {
    color: #5f4b7a;
    font-weight: bold;
}
.MKsubFooterWrapper a:hover {
    color: #5f4b7a;
    font-weight: bold;
}
.MKsocialWrapper li:hover,
.MKsocialWrapper a:hover,
.MKsocialWrapper .icon-fallback-text:hover {
    color: #5f4b7a;
    font-weight: bold;
}
.MKsubFooterWrapper {
    /*   background-color: red;  */
    width: 100%;
    position: absolute;
    font-size: 0;
    padding: 25px 0 25px 0;
}
@media (max-width: 510px) {
    .MKsubFooterWrapper>div {
        width: 100%;
        float: none;
    }
}
.MKtermsWrapper {
    /*   background-color: orange; */
    width: 33%;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    margin-top: 5%;
}
.MKtermsWrapper p {
    text-align: center;
}
@media (max-width: 940px) {
    .MKtermsWrapper li {
        display: block !important;
        text-align: center;
    }
}
@media (min-width: 940px) {
    .MKtermsWrapper li:last-child {
        padding-right: 0;
    }
}
.MKtitleWrapper {
    /*   background-color: yellow; */
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    float: left;
}
.MKtitleWrapper h4,
.MKtitleWrapper .h4 {
    letter-spacing: 2px;
}
.MKtitleWrapper h6,
.MKtitleWrapper .h6 {
    line-height: 0;
    letter-spacing: 2px;
}
@media (max-width: 390px) {
    .MKtitleWrapper h6,
    .MKtitleWrapper .h6 {
        visibility: hidden;
        margin-bottom: -27px;
    }
}
@media (max-width: 768px) {
    .MKtitleWrapper {
        margin-top: 20px !important;
    }
}
@media (min-width: 768px) {
    .item {
        max-height: 269px !important;
    }
}
.purpleCheck {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}
.MKsocialWrapper {
    /*   background-color: green; */
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    float: left;
    margin-top: 4%;
}
@media (max-width: 510px) {
    .MKsocialWrapper>div {
        padding: 0 !important;
    }
}
.reviewWrapper {
    padding: 0 3% 3% 3%;
}
#instafeed {
    font-size: 0;
    margin-top: 16px;
}
#instafeed a {
    position: relative;
    display: inline-block;
    width: 14.285%;
    overflow: hidden;
}
#instafeed a:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
#instafeed a img {
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 510px) {
    #instafeed a {
        width: 25%;
    }
    #instafeed a:nth-of-type(1n+5) {
        display: none;
    }
}
.starsNumber {
    padding-top: 10%;
}
.testimonialName {
    font-size: 16px;
}
.testimonialTitle {
    font-size: 20px;
}
/*============================================================================
  #Product and Collection Grids
==============================================================================*/
.grid__image {
    display: block;
    margin: 0 auto 15px;
}
.grid__image img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
/*============================================================================
  #Collection Filters
==============================================================================*/
.filter--active {
    font-weight: bold;
}
.beltSizeButton.collection {
    width: 10%;
    background-color: #DBDBDB;
    margin: 5px 5px;
}
.collection_size_buttons {
    text-align: center;
    margin-left: -34px;
}
/*============================================================================
  #Breadcrumbs
==============================================================================*/
.breadcrumb {
    margin-bottom: 30px;
}
.breadcrumb a,
.breadcrumb span {
    display: inline-block;
    padding: 0 7px 0 0;
    margin-right: 7px;
}
.breadcrumb a:first-child,
.breadcrumb span:first-child {
    padding-left: 0;
}
/*============================================================================
  #Product Page
==============================================================================*/
.product-single__variants {
    display: none;
}
.no-js .product-single__variants {
    display: block;
}
.product-single__photos {
    margin-bottom: 30px;
}
.product-single__photos .zoom {
    cursor: zoom-in;
    width: 100%;
}
.product-single__photos a,
.product-single__photos img,
.product-single__thumbnails a,
.product-single__thumbnails img {
    display: block;
    margin: 0 auto;
    vertical-align: top;
}
.product-single__photos li,
.product-single__thumbnails li {
    margin: 10px 0;
}
@media (min-width: 769px) {
    .template-product #PageContainer .product-single .grid__item {
        float: left;
    }
    .template-product #PageContainer .product-single .grid__item.text-center {
        position: relative;
    }
    .template-product #PageContainer .product-single__photos {
        margin-top: 40px;
    }
    .template-product #PageContainer .product-single {
        position: relative;
    }
}
/*============================================================================
  #Notes and Form Feedback
==============================================================================*/
.note,
.errors {
    border-radius: 3px;
    padding: 6px 12px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    font-size: 0.9em;
    text-align: left;
}
.note ul,
.note ol,
.errors ul,
.errors ol {
    margin-top: 0;
    margin-bottom: 0;
}
.note li:last-child,
.errors li:last-child {
    margin-bottom: 0;
}
.note p,
.errors p {
    margin-bottom: 0;
}
.note {
    border-color: #e5e5e5;
}
.errors ul {
    list-style: disc outside;
    margin-left: 20px;
}
.form-success {
    color: #56ad6a;
    background-color: #ecfef0;
    border-color: #56ad6a;
}
.form-success a {
    color: #56ad6a;
    text-decoration: underline;
}
.form-success a:hover {
    text-decoration: none;
}
.form-error,
.errors {
    color: #d02e2e;
    background-color: #fff6f6;
    border-color: #d02e2e;
}
.form-error a,
.errors a {
    color: #d02e2e;
    text-decoration: underline;
}
.form-error a:hover,
.errors a:hover {
    text-decoration: none;
}
/*============================================================================
  #Index Page
==============================================================================*/
#jeremy-johnson #shopify-section-1491373304184 h2,
#jeremy-johnson #shopify-section-1491373304184 .h2 {
    font-weight: 600;
    padding-top: 30px;
}
.collectionText {
    font-size: 27px !important;
}
@media (max-width: 510px) {
    .collectionText {
        font-size: 16px !important;
    }
    .collectionText .btn,
    .collectionText .btn--secondary {
        font-size: 9px !important;
        letter-spacing: 1px !important;
        padding: 8px 10px !important;
    }
}
/*============================================================================
  #Cart Page
==============================================================================*/
#CartContainer label {
    font-size: 12px;
    line-height: 23px;
}
#CartContainer .additional_checkout_buttons {
    text-align: center !important;
}
#CartContainer .additional_checkout_buttons #paypal-express-button,
#CartContainer .additional_checkout_buttons .amazon-payments-pay-button {
    margin: 10px 0 !important;
}
.cart__row {
    position: relative;
    margin-top: 30px;
    padding-top: 0;
}
.cart__row label {
    line-height: 21px;
    padding: 10px;
}
.cart__row td:first-child:before {
    content: '';
}
.cart__row:first-child {
    margin-top: 0;
}
.cart__row:first-child {
    padding-top: 0;
}
.cart__row .js-qty,
.cart__row .ajaxcart__qty {
    margin: 0 auto;
}
.border-top {
    border-top: 1px solid #e5e5e5;
}
.cart__header-labels {
    border-bottom: 1px solid #e5e5e5;
}
.cart-table th {
    font-weight: normal;
}
.cart-table td,
.cart-table th {
    padding: 10px 15px;
    border: none;
}
@media screen and (min-width: 769px) {
    .cart__row--table-large {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .cart__row--table-large .grid__item {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}
.cart__image {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.cart__image img {
    display: block;
    max-width: 100%;
}
.cart__subtotal {
    margin: 0 0 0 10px;
    display: inline;
}
.cart__mini-labels {
    display: block;
    margin: 10px 0;
    font-size: 0.85714em;
}
@media screen and (min-width: 769px) {
    .cart__mini-labels {
        display: none;
    }
}
.cart__remove {
    display: block;
}
.checkoutButton {
    background-color: #6fa76b;
}
.buttonimagewrapper .bgscol3 img {
    width: 160px;
    margin: 0 auto;
}
@media (min-width: 1340px) {
    .buttonimagewrapper .bgscol3 img {
        display: block;
    }
}
/*============================================================================
  #About Page
==============================================================================*/
#shopify-section-about-us .grid .grid__item p,
#shopify-section-about-us .grid--rev .grid__item p,
#shopify-section-about-us .grid--full .grid__item p {
    font-size: 14px;
    letter-spacing: 1.5px;
}
#shopify-section-about-us h1,
#shopify-section-about-us .h1 {
    padding-top: 20px !important;
}
#shopify-section-about-us h1,
#shopify-section-about-us .h1 {
    font-weight: 600;
    text-transform: uppercase;
    padding: 80px 0 10px 0;
    letter-spacing: 0.09em;
    font-size: 38px;
}
#about-us #PageContainer #shopify-section-about-us .grid__item p>img {
    margin: 27px 0;
}
/*============================================================================
  #Buckles
==============================================================================*/
.bucklesHeader {
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
}
#buckles .h6.text-center {
    font-weight: 600;
    text-transform: uppercase;
}
/*============================================================================
  #Straps
==============================================================================*/
#straps .h6.text-center {
    font-weight: 600;
    text-transform: uppercase;
}
/*============================================================================
  #Build-A-Belt
==============================================================================*/
.buildHeader {
    text-align: center;
}
.buildHeader h1,
.buildHeader .h1 {
    letter-spacing: 4px;
    padding-top: 11px;
}
.buildHeader p {
    font-size: 17px;
    padding-bottom: 11px;
}
#belt-builder .content .h400 {
    overflow: hidden !important;
}
.pp_social .facebook {
    width: 62px !important;
}
#smallStrapSize {
    background-color: #e8e8e8;
    border-radius: 5px;
}
#smallStrapSize:hover {
    background-color: #5E477C;
    border-radius: 5px;
    box-shadow: 3px 3px 3px;
}
#bigStrapSize {
    background-color: #e8e8e8;
    border-radius: 5px;
}
#bigStrapSize:hover {
    background-color: #906ac1;
    border-radius: 5px;
    box-shadow: 3px 3px 3px;
}
/*============================================================================
  #Contact Page
==============================================================================*/
#contact input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #5e477c;
}
#contact input:-moz-placeholder,
textarea:-moz-placeholder {
    /* FF 4-18 */
    color: #5e477c;
}
#contact input::-moz-placeholder,
textarea::-moz-placeholder {
    /* FF 19+ */
    color: #5e477c;
}
#contact input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #5e477c;
}
#contact .rte {
    text-align: center;
}
/*============================================================================
  #Gift Boxes
==============================================================================*/
.giftHeader {
    text-transform: uppercase;
    padding: 20px 0;
}
.giftHeader .link {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: -14px 0 10px;
}
.giftHeader .link a {
    color: #5E477C;
    border-bottom: 1px solid;
    text-transform: none;
    font-weight: 600;
}
.giftHeader .link+.choicesP2 {
    margin-top: 0;
}
.giftBannerHeader {
    width: 100%;
}
.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: black;
    overflow: hidden;
}
input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
label {
    position: relative;
    display: block;
    padding: 0 1em;
    background: #eee;
    line-height: 55px;
    cursor: pointer;
    color: black;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
@media (max-width: 600px) {
    label {
        line-height: 25px;
    }
}
.selector-wrapper label {
    padding: 0;
    background: #fff;
    line-height: auto;
    text-align: left;
}
.main label {
    background: #eee;
}
.main label:focus {
    background-color: #5e477c;
}
.stepWeight {
    font-weight: 700;
}
.tab-content {
    overflow: hidden;
    background: white;
    -webkit-transition: height .35s;
    -o-transition: height .35s;
    transition: height .35s;
}
.main .tab-content {
    background: White;
}
.tab-content p {
    margin: 1em;
    /*   text-transform:uppercase; */
}
/* :checked */
input:not(:checked)~.tab-content {
    height: 0;
}
.tab-review .tab-content {
    height: 0;
}
.tab-review.checked .tab-content {
    height: auto;
}
.tab-review label {
    background-color: #eeeeee;
    color: black;
}
.tab-review.checked label {
    background-color: #5e477c;
    color: white;
}
input:checked~label {
    background-color: #5e477c;
    color: white;
    position: relative;
}
@media screen and (max-width: 767px) {
    input:checked~label {
        margin-bottom: 10px;
    }
}
.checked label {
    position: relative;
}
@media screen and (max-width: 767px) {
    .checked label {
        margin-bottom: 10px;
    }
}
input:checked~label::after,
.checked label::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #5e477c transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    input:checked~label::after,
    .checked label::after {
        border-width: 10px 10px 0 10px;
        bottom: -8px;
    }
}
input:checked~section {
    padding-top: 30px;
    padding-bottom: 20px;
}
.accordionMain {
    padding-bottom: 20px;
}
.beltSizeButton {
    background-color: #eee;
    display: inline-block;
    width: 15%;
    cursor: pointer;
    margin: 0 20px;
    font-size: 14px;
    line-height: 11px;
    font-family: "GreycliffCF", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
}
.smallBeltSize {
    margin-right: 12px;
}
.mkBeltSizes {
    padding-bottom: 20px;
}
.beltStrapButton {
    background-color: #eee;
    display: inline-block;
    line-height: 11px;
    margin-right: 2px;
    margin-bottom: 30px;
    cursor: pointer;
}
.tabTwoContent {
    text-align: center;
    text-transform: uppercase;
}
.strapContent {
    background-color: #43f9ea;
    border: 2px solid black;
}
.beltBuckleButton {
    background-color: #eee;
    display: inline-block;
    line-height: 11px;
    margin-right: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}
.tabThreeContent {
    text-align: center;
    text-transform: uppercase;
}
.yourGiftBoxTitles {
    font-size: 12px;
    letter-spacing: 5px;
    padding: 50px 0;
}
.yourGiftBoxMainTitle {
    font-weight: 600;
    padidng-top: 40px;
}
.step4Price {
    font-size: 2em;
    padding-bottom: 20px;
}
.step4Button {
    background-color: #5e477c;
    padding-left: 45px;
    padding-right: 45px;
}
.giftStepButtons {
    text-align: center;
    padding: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}
.filter.active {
    background-color: #5e477c;
    color: white;
}
.option.active {
    border: 1px solid #5e477c;
}
.selected .minus {
    display: inline-block;
    width: 30%;
}
.selected .text {
    display: inline-block;
    width: 30%;
}
.selected .add {
    display: inline-block;
    width: 30%;
}
.number {
    width: 30%;
}
#gift-box .shopify-section.testimonials h2,
#gift-box .shopify-section.testimonials .h2 {
    margin: 0;
    padding-top: 6%;
    padding-bottom: 4%;
}
#gift-box .main-content.wrapper,
#complete-belts .main-content.wrapper,
#complete-belt .main-content.wrapper,
#premier-collection-complete-belt .main-content.wrapper {
    padding: 0 !important;
}
#an-anson-gift-box-is-a-great-gift-idea .thin-banner.medium-hide,
#complete-belts .thin-banner.medium-hide,
#complete-belt .thin-banner.medium-hide,
#premier-collection-complete-belt .thin-banner.medium-hide {
    padding: 0 30px;
}
#gift-box #shopify-section-gift-box-builder .h400 .grid__item {
    padding-bottom: 2%;
}
.choicesP1 {
    margin: 0 0 -20px 0;
}
.choicesP2 {
    font-size: 18px;
    margin: 20px 0 0;
    text-align: center;
}
.hoverText {
    color: red;
}
/*============================================================================
  #Ajax Cart Styles (conditionally loaded)
==============================================================================*/
.ajaxcart__inner {
    margin-bottom: 30px;
}
.ajaxcart__row>.grid,
.ajaxcart__row>.grid--rev,
.ajaxcart__row>.grid--full {
    margin-left: -15px;
}
.ajaxcart__row>.grid>.grid__item,
.ajaxcart__row>.grid--rev>.grid__item,
.ajaxcart__row>.grid--full>.grid__item {
    padding-left: 15px;
}
.ajaxcart__product {
    position: relative;
    max-height: 500px;
}
.ajaxcart__product.is-removed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ajaxcart__row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.ajaxcart__product-image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.ajaxcart__product-name,
.ajaxcart__product-meta {
    display: block;
}
.ajaxcart__product-meta {
    font-size: 14px;
}
.drawer__header .cartrow.first_cart_row {
    font-size: 1.5rem;
    font-weight: bold;
}
.ajaxcart__product-name+.ajaxcart__product-meta {
    padding-top: 6px;
}
/*================ Quantity Selectors ================*/
.js-qty,
.ajaxcart__qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
}
.js-qty input,
.ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
}
.js-qty__adjust,
.ajaxcart__qty-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.js-qty__adjust:hover,
.ajaxcart__qty-adjust:hover,
.js-qty__adjust:focus,
.ajaxcart__qty-adjust:focus {
    color: black;
}
.js-qty__adjust--plus,
.ajaxcart__qty--plus {
    right: 0;
    border-left: 1px solid #e5e5e5;
}
.js-qty__adjust--minus,
.ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid #e5e5e5;
}
/*================ Quantity Selectors in Ajax Cart ================*/
.ajaxcart__qty {
    margin: 0;
}
.is-loading .ajaxcart__qty {
    opacity: 0.5;
    transition: none;
}
.ajaxcart__qty-num {
    border-color: #e9e9e9;
    color: #333333;
}
.ajaxcart__qty-adjust {
    color: #333333;
}
.ajaxcart__qty--plus {
    border-color: #e9e9e9;
}
.ajaxcart__qty--minus {
    border-color: #e9e9e9;
}
.ajaxcart-item__price-strikethrough {
    float: right;
}
.faq {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #000;
}
.faq.first {
    border-top: 1px solid #000;
    margin-top: 30px;
}
.faq-title {
    font-weight: bold;
    margin-right: 50px;
}
.faq span {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 30px;
    margin-right: 20px;
    line-height: 12px;
    cursor: pointer;
}
.faq-text {
    height: 0;
    overflow: hidden;
}
.faq.open .faq-text {
    height: auto !important;
    margin-top: 20px;
}
.faq.open .faq-title span {
    transform: rotate(45deg);
}
.step {
    text-align: center;
    color: #000;
    line-height: 80px;
    background-color: #F0F1F1;
    margin: 1% 1%;
    opacity: .2;
}
.step.active {
    color: #fff;
    background-color: #5E477C;
}
.step.enabled {
    opacity: 1;
}
.step span {
    font-weight: bold;
}
section {
    display: block;
    z-index: 1;
}
section.active {
    display: block;
}
section h2,
section .h2 {
    text-align: center;
}
section .content {
    padding: 0 20px;
    max-width: 980px;
    margin: 0 auto;
}
section .content .h400 {
    height: 400px;
    overflow: scroll;
}
#belt-builder section {
    display: hidden;
    z-index: 1;
}
.option,
.next {
    color: #000;
    text-align: center;
    line-height: 30px;
}
.option {
    position: relative;
    margin-bottom: 10px;
}
.option p {
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 0;
    font-size: 10px;
}
/*   .option:hover p { width: 100%; text-align: center; opacity: 1; background-color: rgba(0,0,0,.6); } */
.next {
    color: #fff;
    background-color: #5E477C;
    width: 16%;
    margin: 18px auto;
    cursor: pointer;
}
.next.hidden {
    visibility: hidden;
}
.submit-fixed-cart,
.submit-fixed-cart1,
.submit-fixed-cart2 {
    color: #fff;
    display: table !important;
    background-color: #6FA76B;
    width: 300px;
    margin: 0 auto 18px auto;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    padding: 10px 0;
}
.option.active {
    color: #fff;
}
.option.active.beltSizeButton {
    background-color: #5E477C;
    color: #fff;
}
.option.active p {
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    font-weight: 600;
    margin-left: 0px;
    padding-top: 18%;
    overflow: hidden;
    line-height: 15px;
}
section .grid__item:hover .option p,
.grid__item:hover .option .selected {
    display: block;
    opacity: 1;
}
.close {
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 1;
}
.grid__item.inline {
    float: none !important;
    display: inline-block;
    cursor: pointer;
}
@media (max-width: 600px) and (min-width: 480px) {
    .option p {
        font-size: 6px;
    }
}
@media screen and (max-width: 480px) {
    .grid__item.inline {
        display: block;
        float: left !important;
    }
}
.builder-nav {
    padding-top: 30px;
}
#gift-box .thin-banner {
    display: none;
}
#gift-box .main-content {
    margin: 0;
    padding: 0;
}
.tags {
    margin-bottom: 50px;
}
.tags a {
    display: inline-block;
    background-color: gainsboro;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px 5px;
}
.tags a.active {
    color: #fff;
    background-color: #5E477C;
}
.hidden {
    display: none !important;
}
.cloak {
    display: none !important;
}
.grid__item {
    position: relative;
}
.selected:not(.stamped-summary-ratings):not(.summary-rating):not(.summary-rating-bar) {
    position: absolute;
    right: 0;
    left: 30px;
    bottom: 15px;
    overflow: auto;
    color: white;
    z-index: 1;
}
.selected:not(.stamped-summary-ratings):not(.summary-rating):not(.summary-rating-bar) .delete {
    position: absolute;
    right: 10px;
}
.template-page h1,
.template-page .h1 {
    font-weight: 600;
    text-transform: uppercase;
}
/*============================================================================
  #Mobile Menu (Mainly To Test)
==============================================================================*/
.hamMenu:hover {
    cursor: pointer;
}
@media (min-width: 760px) {
    .hamMenu {
        display: none !important;
    }
}
.hamIcon {
    width: 25%;
    text-align: left;
    position: relative;
    top: 5px;
}
.hamMenuText {
    position: relative;
    left: 7px;
    top: -5px;
}
.hamIcon-center {
    width: 45%;
    padding: 0 10px;
    float: left;
}
.hamList {
    position: relative;
    top: -10px;
    left: 14px;
}
/*=====================================================================================
    #Gift Box V2
======================================================================================*/
.tab.main input {
    display: none;
}
.size_warning {
    color: #5F497B;
    font-size: 10px;
    font-weight: bold;
}
.focusArea {
    margin: 0 auto;
    overflow: auto;
}
.overlay {
    display: grid;
    grid-template-columns: 1fr;
    float: left;
    width: 100%;
}
.topBarStuff {
    padding: 8px;
}
.topBarStuff img {
    max-width: 20px;
    margin: 0 1px;
}
.topBarStuff .status {
    float: right;
}
.topBarStuff .status:hover {
    cursor: pointer;
}
.topBarStuff .circle-x {
    float: right;
}
.selector {
    margin-top: 170px;
}
.magnify {
    float: left;
}
.magnify img {
    width: 20px;
}
.strapTitleGrid {
    position: relative;
    top: 160px;
    font-size: 11px;
    height: 20px;
    padding: 0 10px;
}
.unselect {
    text-align: right;
    position: relative;
    top: 8px;
    right: 13px;
}
.unselect img {
    width: 20px;
}
.unselectImage {
    background-image: url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/blackCheck.png?v=1692007368296233037');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    float: right;
}
/* .text{
  background-color: #5F497B;
  color: white;
  font-weight: bold;
  padding: 4px 0;
  position:relative;
} */
.block_text,
.block_title {
    text-align: left;
}
body .background_align {
    position: absolute !important;
    bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: 2fr 1fr;
    -ms-grid-columns: 2fr 1fr;
    -ms-grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 1100px) {
    body .background_align {
        background-color: rgba(245, 245, 245, 0.8);
        padding: 25px 0 !important;
        font-size: 11px !important;
        display: inline-block;
    }
    body .background_align .content_wrapper .block_text,
    body .background_align .block_title {
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .background_align {
        display: block;
    }
    .background_align .content_wrapper {
        display: inline-block;
        width: 58%;
    }
    .background_align .button-wrapper {
        display: inline-block;
        width: 40%;
        text-align: right;
    }
    .shopify-section.featured .content .btn,
    .shopify-section.featured .content .btn--secondary {
        position: relative;
        top: -10px;
    }
}
.add-item {
    background-color: lightgrey;
    color: #000;
    font-weight: 600;
    padding: 4px 0;
    position: relative;
    border-top: 1px solid #efefef;
}
.add-item.enabled {
    background-color: #FFF;
}
.add-item.enabled:hover {
    cursor: pointer;
}
.add-item.highlight {
    color: white;
    background-color: #5F497B !important;
}
.item.callout {
    border: 3px solid #5F497B;
}
.size-highlight {
    background-color: #5F497B;
    color: white;
}
.item {
    width: 31.3%;
    float: left;
    background-size: 80%;
    background-position: 50% 33%;
    background-repeat: no-repeat;
    background-color: white;
    margin: 10px 1% 0 1%;
    border: 3px solid #ddd;
    max-height: 300px;
}
.holder .item {
    width: auto;
}
.remove {
    position: absolute;
    top: -10px;
    right: -10px;
    background-image: url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/purpleX.png?v=8319915798457978150');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.active .unselectImage {
    background-image: url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/purpleCheck.png?v=13499199647721751197');
}
@media (max-width: 750px) {
    .focusArea .item {
        width: 23%;
    }
}
@media (max-width: 625px) {
    .focusArea .item {
        width: 31.3333333%;
    }
    .focusArea .selector {
        margin-top: 135px;
    }
    .focusArea .strapTitleGrid {
        top: 105px;
    }
}
@media (max-width: 425px) {
    .focusArea .item {
        width: 48%;
    }
    .wrapper {
        padding: 0 15px !important;
    }
    .strapTitleGrid {
        font-size: 9px;
    }
}
/*========================Gift Box Selection Footer======================*/
.yourSelectionsWrapper {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 3fr 1fr;
    -ms-grid-columns: 3fr 1fr;
    background-color: #5e477c;
    line-height: 21px;
    border: 1px solid #ddd;
    border-width: 1px 0;
}
.yourSelectionsWrapper.desktopwrap {
    border-top-color: #5E477C;
}
.yourSelections,
.yourSelections1 {
    background-color: #5e477c;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 0 10px 55px;
    align-self: center;
    -ms-grid-column: 1;
    cursor: pointer;
}
.addToCart {
    background-color: #5F497B;
    text-transform: uppercase;
    color: white;
    text-align: center;
    width: 100%;
    -ms-grid-column: 2;
}
.steps {
    background-color: white;
    text-transform: uppercase;
    color: #5E477C;
    padding: 10px 28px;
    font-weight: bold;
}
@media (min-width: 600px) {
    .steps {
        display: grid;
        display: -ms-grid;
        grid-template-columns: .6fr 1fr 1fr;
        -ms-grid-columns: .6fr 1fr 1fr;
        grid-column-gap: 12px;
    }
}
.beltWidthWrapper {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    align-items: center;
    grid-column-gap: 25px;
    -ms-grid-column: 1;
    padding-left: 10px;
}
.beltWidthTitle {
    -ms-grid-column: 1;
}
.beltWidth {
    margin-left: -2vw;
    -ms-grid-column: 2;
}
.beltWidthCallout {
    color: #000000;
    float: left;
    border-radius: 10%;
    padding: 0;
}
@media (min-width: 600px) {
    .finalSelection.straps {
        display: grid;
        display: -ms-grid;
        -ms-grid-columns: 25% 75%;
        grid-template-columns: 25% 75%;
        align-items: center;
        -ms-grid-column: 2;
    }
    .finalStrapTitle {
        -ms-grid-column: 1;
    }
    .finalSelection.straps .holder {
        -ms-grid-column: 2;
    }
    .finalSelection.buckles {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 25% 75%;
        -ms-grid-columns: 25% 75%;
        grid-column-gap: 12px;
        align-items: center;
        -ms-grid-column: 3;
    }
    .finalBuckleTitle {
        -ms-grid-column: 1;
    }
    .finalSelection.buckles .holder {
        -ms-grid-column: 2;
    }
    .steps .holder {
        display: -ms-grid;
        display: grid;
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        margin-left: -2vw;
    }
    .holder .item:nth-child(1) {
        -ms-grid-column: 1;
    }
    .holder .item:nth-child(2) {
        -ms-grid-column: 2;
    }
    .holder .item:nth-child(3) {
        -ms-grid-column: 3;
    }
}
.steps .item {
    margin: 0 5px;
    position: relative;
    border: 1px solid #ddd;
}
@media (max-width: 600px) {
    .steps .item {
        width: 30%;
        display: inline-block;
    }
}
.steps .item img {
    box-sizing: border-box;
    padding: 4px 6px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .steps .item img {
        max-width: 75px;
        width: 100%;
    }
}
#gift-box .addToCart,
#box-set .addToCart,
.box-set .addToCart {
    width: 450px;
    display: block !important;
    background-color: #6fa86b;
    color: #fff;
    font-size: 20px;
}
#gift-box .addToCart.hidden,
#box-set .addToCart.hidden,
.box-set .addToCart.hidden {
    background-color: lightgrey;
    cursor: not-allowed;
}
.box-set .addToCart:after {
    content: '\2192';
    font-size: 30px;
    padding-left: 4px;
    line-height: 18px;
}
/* Combo Title Choices */
/* .combo_title{
  color: #5f497b;
  font-weight: bold;
} */
.combo_title {
    color: #ffffff;
    padding: 10px 0 10px 55px;
    text-align: left;
    text-decoration: none;
}
/* #livechat-compact-container{
  z-index: 99 !important;
} */
.fixed {
    position: fixed;
    top: inherit !important;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
@media (max-width: 769px) {
    .fixed .steps {
        height: 0;
        overflow: hidden;
        padding: 0;
    }
}
.fixed .yourCombinationsTitle {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
}
@media (max-width: 769px) {
    .fixed .yourCombinationsTitle {
        height: 0;
        overflow: hidden;
    }
}
.fixed .yourCombinationsTitle .combos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 35px;
    padding: 0;
    justify-self: center;
}
.fixed .yourCombinationsTitle .combos img {
    margin: 7px 5px 10px 5px;
    position: relative;
    border: 1px solid #ddd;
    width: 125px;
}
@media (max-width: 769px) {
    .fixed.open .yourCombinationsTitle {
        padding: 17px px;
        height: auto;
    }
    .fixed.open .steps {
        height: auto;
        padding: 10px;
    }
    .fixed.open .steps .item img {
        max-width: 100px;
    }
    .fixed.open .combos {
        grid-template-columns: .8fr .8fr .8fr .8fr .8fr .8fr;
        grid-column-gap: 15px;
    }
}
.product-description {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .steps {
        padding: 10px;
    }
    .fixed.open .steps .item img {
        max-width: 100% !important;
    }
}
#giftboxv2 .MKsubFooterWrapper {
    padding: 25px 0 255px 0;
}
.star_link_mobile {
    display: none;
}
@media (max-width: 767px) {
    .star_link_mobile {
        display: block;
        padding-bottom: 10px;
        clear: both;
        text-align: center !important;
    }
    input.js-qty__num,
    .js-qty__adjust,
    .ajaxcart__qty-adjust {
        height: 28px !important;
        font-size: 14px;
    }
    td.ansoncol3.cart-total {
        width: 20% !important;
        clear: none;
    }
    .saveditemtitle {
        font-size: 1.8em !important;
    }
    #cart_form td.quantity {
        width: 25% !important;
    }
    span.cart_links {
        position: absolute;
        bottom: 5%;
    }
    .star_link_mobile {
        display: block;
        padding-bottom: 10px;
        clear: both;
    }
    .steps {
        grid-template-columns: 1fr;
        padding: 0 8px;
    }
    .beltWidthWrapper {
        padding: 10px 0;
        border-bottom: 1px solid #ececec;
        margin-bottom: 10px;
    }
    .beltWidthCallout {
        float: right;
        margin-right: 37px;
    }
    .finalSelection.straps {
        padding: 10px 0;
        border-bottom: 1px solid #ececec;
        width: 100%;
        display: inline-block;
    }
    .finalSelection.buckles {
        padding: 10px 0;
        grid-column-gap: 0;
        width: 100%;
        display: inline-block;
    }
    .steps .holder {
        height: inherit;
    }
    .beltSizeButton {
        width: 25%;
    }
    .cart.table-wrap {
        overflow: initial;
    }
}
@media (max-width: 650px) {
    label {
        font-size: 15px;
    }
    .fixed.open .combos {
        grid-template-columns: 0.8fr 0.8fr 0.8fr;
        grid-column-gap: 25px;
    }
}
/*====================Belt Builder 2====================*/
#complete-belts .finalSelection.straps,
#complete-belt .finalSelection.straps,
#premier-collection-complete-belt .finalSelection.straps {
    display: none;
}
#complete-belts .finalSelection.buckles,
#complete-belt .finalSelection.buckles,
#premier-collection-complete-belt .finalSelection.buckles {
    display: none;
}
#complete-belts #finalBelt,
#complete-belt #finalBelt,
#premier-collection-complete-belt #finalBelt {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 70px;
}
#complete-belts .yourCombinationsTitle,
#complete-belt .yourCombinationsTitle,
#premier-collection-complete-belt .yourCombinationsTitle {
    -ms-grid-column: 1;
}
#complete-belts .content,
#complete-belt .content,
#premier-collection-complete-belt .content {
    -ms-grid-column: 2;
}
#complete-belts #finalBelt .content h2,
#complete-belts #finalBelt .content .h2,
#complete-belt #finalBelt .content h2,
#complete-belt #finalBelt .content .h2,
#premier-collection-complete-belt #finalBelt .content h2,
#premier-collection-complete-belt #finalBelt .content .h2 {
    text-align: left;
}
#complete-belts #finalBelt .content p,
#complete-belt #finalBelt .content p,
#premier-collection-complete-belt #finalBelt .content p {
    font-size: 15px;
    line-height: 24px;
}
#complete-belts #finalBelt .beltWidth,
#complete-belt #finalBelt .beltWidth,
#premier-collection-complete-belt #finalBelt .beltWidth {
    margin: 0;
}
#complete-belts #finalBelt .beltWidthWrapper,
#complete-belt #finalBelt .beltWidthWrapper,
#premier-collection-complete-belt #finalBelt .beltWidthWrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    /*     grid-template-columns:1fr;
  -ms-grid-columns: 1fr; */
}
@media (max-width: 769px) {
    #complete-belts .beltWidthCallout,
    #complete-belt .beltWidthCallout,
    #premier-collection-complete-belt .beltWidthCallout {
        background-color: transparent;
        color: #000000;
    }
    #complete-belts #finalBelt,
    #complete-belt #finalBelt,
    #premier-collection-complete-belt #finalBelt {
        display: block;
    }
    #complete-belts #finalBelt .yourCombinationsTitle,
    #complete-belt #finalBelt .yourCombinationsTitle,
    #premier-collection-complete-belt #finalBelt .yourCombinationsTitle {
        display: block;
    }
    #complete-belts #finalBelt .content,
    #complete-belt #finalBelt .content,
    #premier-collection-complete-belt #finalBelt .content {
        display: block;
    }
    #complete-belts #finalBelt .combos,
    #complete-belt #finalBelt .combos,
    #premier-collection-complete-belt #finalBelt .combos {
        text-align: center;
    }
    #complete-belts #finalBelt .combos img,
    #complete-belt #finalBelt .combos img,
    #premier-collection-complete-belt #finalBelt .combos img {
        display: inline-block;
    }
    #complete-belts #finalBelt .content h2,
    #complete-belts #finalBelt .content .h2,
    #complete-belt #finalBelt .content h2,
    #complete-belt #finalBelt .content .h2,
    #premier-collection-complete-belt #finalBelt .content h2,
    #premier-collection-complete-belt #finalBelt .content .h2 {
        text-align: center;
    }
    #complete-belts #finalBelt .cartWrapper,
    #complete-belt #finalBelt .cartWrapper,
    #premier-collection-complete-belt #finalBelt .cartWrapper {
        text-align: center;
    }
    #complete-belts .beltWidthCallout,
    #complete-belt .beltWidthCallout,
    #premier-collection-complete-belt .beltWidthCallout {
        margin-right: 0;
    }
    #complete-belts .beltWidth,
    #complete-belt .beltWidth,
    #premier-collection-complete-belt .beltWidth {
        justify-self: center;
        display: inline-block;
    }
}
/*====================Belt Builder 2====================*/
#an-anson-gift-box-is-a-great-gift-idea #finalBelt {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 70px;
}
#an-anson-gift-box-is-a-great-gift-idea .yourCombinationsTitle {
    -ms-grid-column: 1;
}
#an-anson-gift-box-is-a-great-gift-idea .content {
    -ms-grid-column: 2;
}
#an-anson-gift-box-is-a-great-gift-idea #finalBelt .content h2,
#an-anson-gift-box-is-a-great-gift-idea #finalBelt .content .h2 {
    text-align: left;
}
#an-anson-gift-box-is-a-great-gift-idea #finalBelt .content p {
    font-size: 15px;
    line-height: 24px;
}
#an-anson-gift-box-is-a-great-gift-idea #finalBelt .beltWidth {
    margin: 0;
}
#an-anson-gift-box-is-a-great-gift-idea #finalBelt .beltWidthWrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    /*     grid-template-columns:1fr;
  -ms-grid-columns: 1fr; */
}
@media (max-width: 769px) {
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt {
        display: block;
    }
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt .yourCombinationsTitle {
        display: block;
    }
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt .content {
        display: block;
    }
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt .combo {
        text-align: center;
    }
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt .combo img {
        display: inline-block;
    }
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt .content h2,
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt .content .h2 {
        text-align: center;
    }
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt .cartWrapper {
        text-align: center;
    }
    #an-anson-gift-box-is-a-great-gift-idea .beltWidthCallout {
        margin-right: 0;
    }
    #an-anson-gift-box-is-a-great-gift-idea .beltWidth {
        justify-self: center;
        display: inline-block;
    }
}
.mobile_form {
    display: none !important;
}
@media (max-width: 767px) {
    .desktop_form {
        display: none !important;
    }
    .mobile_form {
        display: block !important;
    }
}
@media (max-width: 480px) {
    .shopify-section.featured .grid-uniform .grid__item.image-text.image-text-item-1 .content {
        height: 500px !important;
        background-position-y: -30px !important;
    }
    .submit-fixed-cart,
    .submit-fixed-cart1,
    .submit-fixed-cart2 {
        width: 100%;
        margin: 10px 0;
    }
    .tab-review.checked .tab-content {
        padding: 0;
    }
    .tags .size a {
        padding: 5px 15px;
        margin: 5px;
    }
    .tags a {
        padding: 5px;
        margin: 5px 0;
    }
    .bucklesHeader {
        font-size: 1.5em;
        padding: 0;
        line-height: 1;
    }
    .beltStrapButton,
    .beltBuckleButton {
        margin-bottom: 10px;
    }
}
/*==========MK Yotpo Code==========*/
#shopify-section-testimonials .carousel-site-quote-container {
    padding: 15px;
    color: #56ad6a !important;
}
#shopify-section-giftBoxV2 .scroller,
#complete-belts #shopify-section-giftBoxV2 .scroller,
#complete-belt #shopify-section-giftBoxV2 .scroller,
#premier-collection-complete-belt #shopify-section-giftBoxV2 .scroller {
    display: none !important;
}
#shopify-section-giftBoxV2 .headline,
#complete-belts #shopify-section-giftBoxV2 .headline,
#complete-belt #shopify-section-giftBoxV2 .headline,
#premier-collection-complete-belt #shopify-section-giftBoxV2 .headline {
    display: none;
}
#shopify-section-giftBoxV2 .carousel-arrows,
#complete-belts #shopify-section-giftBoxV2 .carousel-arrows,
#complete-belt #shopify-section-giftBoxV2 .carousel-arrows,
#premier-collection-complete-belt #shopify-section-giftBoxV2 .carousel-arrows {
    display: none !important;
}
#shopify-section-giftBoxV2 .yot_stars,
#complete-belts #shopify-section-giftBoxV2 .yot_stars,
#complete-belt #shopify-section-giftBoxV2 .yot_stars,
#premier-collection-complete-belt #shopify-section-giftBoxV2 .yot_stars {
    max-width: 230px;
    text-align: center;
    margin: -30px auto 0 auto;
}
/*=====Main Code=====*/
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#US {
    display: none;
}
#World {
    display: none;
}
#US_desktop {
    display: none;
}
#World_desktop {
    display: none;
}
#country_code {
    display: none;
}
#ip {
    display: none;
}
.home-link {
    float: left;
    /* text-decoration: underline; */
    border-bottom: 1px solid;
    font-size: 20px;
    margin-left: 10%;
    color: #5e477c;
}
input.quatinp {
    border-left: 0px !important;
    border-right: 0px !important;
}
input.quatinp {
    margin: 0;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 20px;
    border-radius: 2px;
    height: 50px;
    font-size: 16px;
    color: #343434;
    background: transparent;
}
input.quatinp {
    width: 35px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    height: 35px !important;
}
.entry-holder {
    position: relative;
    width: 35px !important;
}
button.entry-holder {
    background: none;
    display: inline-block;
}
.entry-holder {
    border: 1px solid #cccccc;
    width: 100%;
    height: 35px;
    -webkit-text-stroke: 2px white;
}
.entry-holder button {
    border: 1px solid #cccccc;
    width: 100%;
}
.cartqua {
    display: inline-flex;
}
@media (max-width: 769px) {
    input.quatinp {
        width: 35px;
        border-radius: 0;
        padding: 0;
        text-align: center;
        height: 35px !important;
    }
    button.minusbt {
        height: 35px !important;
    }
    button.plusbt {
        height: 35px !important;
    }
    .entry-holder {
        width: 35px !important;
    }
}
/* cart style */
.cartrow {
    float: left;
    width: 100%;
    padding: 1% 0;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box !important;
}
.bgscol1 {
    float: left;
    width: 50%;
}
.cart-title {
    display: inline-block;
}
.pymenticon {
    max-width: 300px;
    display: inline-block;
    margin: 5px 0 0 20px;
}
.bgscol2 {
    float: left;
    width: 35%;
}
.bgscol3 {
    float: left;
    width: 25%;
    text-align: center;
}
.buttonimagewrapper {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.bgcol {
    width: 100%;
    float: left;
}
.bgscol4 {
    float: left;
    width: 40%;
}
.cartrow.headercart {
    position: relative;
}
.bgscol1.contact.mobilehiddencart ul.cartlist {
    float: right;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 3%;
    width: 50%;
}
.bgscol1.mobile {
    float: right;
}
@media screen and (min-width: 767px) {
    .template-cart .main-content>.container {
        margin-top: 0;
    }
    .cartrow.headercart .logo svg {
        width: 200px;
        height: 57px;
    }
}
ul.cartlist {
    float: right;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.hidden1 {
    visibility: hidden;
}
img.cartlogo {
    max-width: 200px;
}
ul.cartlist li {
    list-style-type: none;
}
form.table-wrap {
    overflow: initial;
    width: 100%;
    display: inline-block;
}
.container {
    margin-top: 30px;
}
button.checkoutButton {
    float: right;
    background: #6fa76b;
    color: white;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    box-sizing: border-box;
    font-weight: bold;
    width: auto;
    border: 0px;
    line-height: normal;
    text-transform: capitalize;
}
.btn.emptyButton,
.emptyButton.btn--secondary {
    background: #6fa76b;
    color: white;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    box-sizing: border-box;
    font-weight: bold;
    width: auto;
    border: 0px;
    line-height: normal;
    text-transform: capitalize;
}
button.checkoutButton:focus,
button.checkoutButton:hover {
    background: #000000;
}
.or {
    margin: 10px 0 !important;
}
span.cartphonenumber {
    font-size: 20px;
}
.desktophiddencart {
    display: none;
}
.trustcartlogo {
    width: 305px;
    margin-top: 8px;
}
.cartrow.top-row {
    padding: 10px 0;
    position: relative;
}
table thead {
    border-top: 0 !important;
}
.cartrow.desktophide.text-center {
    text-align: left !important;
}
.thin-banner.cart-topbar {
    background-color: #5e477c;
    color: #ffffff;
}
td.cart-description.small--text-left a.h4 {
    margin-bottom: 0px;
}
button.ansonremove,
button.ansoncart {
    color: #5e477c;
}
.shopify-section.thin-banner.cart-topbar .grid__item .content {
    text-align: center;
    line-height: 20px;
    margin: 10px 0;
}
h1.cart-title,
.cart-title.h1 {
    font-size: 1.6em;
    font-weight: 400;
    position: relative;
    padding-top: 5px;
}
.cart-title {
    margin: 0;
    line-height: 1;
}
.block_text_top {
    position: absolute;
    top: 20px;
    left: 30px;
}
@media (max-width: 1024px) {
    button.checkoutButton {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    #complete-belts .content_gift_box h1,
    #complete-belts .content_gift_box .h1 {
        font-size: 30px;
    }
}
.complete-belt-btn-mobile {
    display: none;
}
.mobile-desktop {
    display: none;
}
@media (max-width: 769px) {
    .cartrow.headercart {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 0 15px;
    }
    .cartrow.headercart .bgscol1.contact {
        text-align: right;
    }
    .mobile-desktop {
        display: block;
    }
    .description-desktop {
        display: none !important;
    }
    .mobilehiddencart {
        display: none;
    }
    .desktophiddencart {
        display: inherit;
    }
    .complete-belt-btn-mobile {
        display: inline-block;
        font-size: 18px;
        line-height: 1.4;
        position: relative;
        top: -3px;
        border-radius: 3px;
    }
    /*   .complete-belt-btn{display:none;} */
    .home-link {
        float: none;
        margin: 0;
    }
    button.checkoutButton {
        float: none;
        background: #6fa76b;
        color: white;
        padding: 0.9375rem 2.5rem;
        font-size: 1.1rem;
        box-sizing: border-box;
        font-weight: bold;
        width: 100%;
        border: 0px;
        line-height: normal;
        text-transform: capitalize;
    }
    .bgscol1.mobile {
        width: 100%;
        text-align: center;
    }
    .bgcol.image img {
        width: 160px;
        margin: 0 auto;
    }
    img.cartlogo {
        width: 100%;
    }
    .container {
        margin-top: 15px;
    }
    .cart-title {
        margin-bottom: 10px;
    }
    #an-anson-gift-box-is-a-great-gift-idea #finalBelt .content {
        text-align: center;
    }
    .prod_tab {
        text-align: left;
    }
    .data_upsell {
        color: #000000;
        text-align: left;
        margin-bottom: 10px;
        float: right;
        width: 65%;
    }
}
@media (max-width: 480px) {
    ul.cartlist li {
        line-height: 1;
    }
    .cart-table td[data-label="Quantity"]:before {
        padding-top: 8px;
    }
    button.checkoutButton {
        font-size: 17px;
        width: 100%;
        text-align: center;
        padding: 0.9375rem 0;
    }
    .bgscol1.logo a {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .bgscol1.logo a img,
    .bgscol1.logo a svg {
        vertical-align: top;
        width: 125px;
    }
    .cart-title {
        margin-bottom: 10px;
    }
    .cart__row {
        margin: 0;
        padding: 0;
    }
    #AddToCart {
        width: 170px;
        position: relative;
        top: -3px;
        line-height: 1.4;
    }
    #gift-box .addToCart,
    #box-set .addToCart,
    .box-set .addToCart {
        width: 230px;
    }
    .yourSelections,
    .yourSelections1 {
        padding: 10px 0;
        text-align: center !important;
    }
    .yourSelections1 {
        cursor: none;
    }
    #AddToCartText {
        font-size: 20px;
        line-height: 1;
    }
    .atcwrap #AddToCartText {
        font-size: 22px;
        line-height: 1;
    }
    .atcwrap {
        width: auto !important;
    }
    #AddToCartText:after {
        content: '\2192';
        font-size: 20px !important;
        padding-left: 4px;
        line-height: 18px;
    }
    .block_text_top {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 1em;
    }
}
@media (max-width: 375px) {
    #gift-box .addToCart,
    #box-set .addToCart,
    .box-set .addToCart {
        width: 200px;
    }
    #AddToCart {
        width: 165px;
    }
}
@media (max-width: 320px) {
    button.checkoutButton {
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 0.9375rem 0;
    }
    ul.cartlist {
        font-size: 13px;
    }
    span.cartphonenumber {
        font-size: 16px;
    }
    #gift-box .addToCart,
    #box-set .addToCart,
    .box-set .addToCart {
        width: 180px;
    }
    #AddToCart {
        width: 160px;
    }
    .complete-belt-btn-mobile {
        font-size: 16px;
    }
    .atcwrap #AddToCartText {
        font-size: 18px;
        line-height: 1;
    }
}
@media (min-width: 481px) {
    .quantitywrap {
        width: 110px;
        margin-top: 3px;
    }
    .atcwrap {
        width: 70%;
    }
    .atcwrap #AddToCart,
    .atcwrap .AddToCart {
        width: 100%;
    }
}
/*cart page mobile */
.cart-total.desktophide {
    display: none;
}
.desktophide {
    display: none;
}
.reviewimages {
    text-align: center;
}
.testimonial.mobilehide {
    width: 90%;
}
@media (max-width: 768px) {
    .table--responsive.cart-table img {
        width: auto;
        height: auto;
        max-width: 100% !important;
    }
    .table--responsive.cart-table img[alt="Anson Box Set"] {
        height: 160px;
        width: auto;
        margin: 0 auto !important;
    }
    .mobilehide,
    .table--responsive td.mobilehide {
        display: none;
    }
    .desktophide {
        display: block;
    }
    td.cart-image {
        width: 25%;
        clear: none;
    }
    td.cart-description {
        width: 55%;
        clear: none;
        text-align: left;
        padding: 10px;
        min-height: 120px;
    }
    td.cart-total.desktophide {
        display: block;
        width: 20%;
        clear: none;
        color: #B22222;
    }
    .subtotal {
        color: #B22222;
    }
    td.quantity {
        position: absolute;
        bottom: 0px;
        left: 15px;
        text-align: left !important;
        /* padding: 0; */
        width: 50%;
    }
    .cart__row {
        border-bottom: 1px solid #cccccc;
        margin-left: 0;
    }
    /* .remove-span
   {
     position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
   }*/
    .cart__remove {
        max-width: 70px !important;
        padding: 0 10px;
    }
    .buttonimagewrapper.border-top {
        border: 0;
    }
}
@media (max-width: 480px) {
    .template-cart .wrapper {
        padding: 0 20px !important;
    }
    td.cart-total {
        padding: 10px;
    }
    td.cart-image {
        padding: 5px;
    }
    /* .remove-span
   {
         padding: 10px 0;
   }*/
    button.minusbt,
    input.quatinp,
    button.plusbt {
        height: 25px !important;
        width: 25px !important;
        font-size: 14px;
    }
    .entry-holder {
        width: 25px !important;
    }
    .cart__remove {
        max-width: 64px !important;
        padding: 0 6px;
        line-height: 22px;
    }
    td.quantity {
        padding: 5px;
        left: 0;
    }
}
@media (max-width: 480px) {
    #shopify-section-1504647750381 .grid-uniform .grid__item.image-text-item-1 .content {
        height: 120px !important;
        background-position-y: 0px !important;
    }
    #shopify-section-1504647750381 .grid-uniform .grid__item.image-text-item-2 .background_align {
        background: transparent;
        width: 50%;
        top: 0;
        bottom: initial;
    }
    #shopify-section-1504647750381 .grid-uniform .grid__item.image-text-item-2 .background_align .block_title {
        margin: 0;
    }
    .table--responsive.cart-table img[alt="Anson Gift Box"] {
        height: 120px;
        width: auto;
        margin-top: 20px;
    }
    td.cart-description {
        font-size: 11px;
    }
}
@media (max-width: 375px) {
    /* .remove-span
   {
         padding: 5px 0;
   }*/
    td.cart-total.desktophide .h3 {
        font-size: 1.3em;
    }
    td.cart-description {
        font-size: 12px;
        line-height: 14px;
        min-height: 100px;
    }
    .table--responsive.cart-table img[alt="Anson Gift Box"] {
        height: 100px;
        width: auto;
        margin-top: 15px;
    }
}
#an-anson-gift-box-is-a-great-gift-idea .wrapper,
#complete-belts .wrapper {
    padding: 0 !important;
}
#an-anson-gift-box-is-a-great-gift-idea .content_gift_box,
#complete-belts .content_gift_box {
    display: block;
    width: 25%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 9% 0;
    left: 10%;
}
.biftbox-img,
.complete-img {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
@media (min-width: 769px) {
    .btns {
        width: 50%;
        display: inline;
    }
    .new-hero-section .old-main-banner .gurantee-logo {
        position: absolute;
        bottom: -48px;
        right: 0px;
    }
}
@media (max-width: 768px) {
    .btns {
        width: 55%;
        display: inline;
    }
    .btns span {
        float: right !important;
        /*     position: absolute; */
        right: 10%;
        width: 55%;
    }
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box,
    #complete-belts .content_gift_box {
        display: block;
        width: 35%;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 2% 0;
        left: 6%;
    }
    #complete-belts .content_gift_box {
        top: 0%;
      	display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
      	-webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      	-webkit-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
      	-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      	width:38% !important;
    }
    #complete-belts .content_gift_box h1,
    #complete-belts .content_gift_box .h1 {
        font-size: 30px;
    }
    #complete-belts .content_gift_box h2,
    #complete-belts .content_gift_box .h2 {
        margin-top: 0;
    }
    .complete-img p {
        font-size: 1.3rem !important;
    }
}
.content_video {
    text-align: center;
    margin-bottom: 20px;
}
.content_video a {
    cursor: pointer;
    font-weight: 600;
    color: #5e477c;
    text-decoration: underline;
}
.content_video a:hover {
    color: #000000;
}
.content_gift_box h1,
.content_gift_box .h1 {
    text-transform: uppercase;
    font-size: 36px;
}
.content_gift_box span {
    font-size: 14px;
}
.content_gift_box h2,
.content_gift_box .h2 {
    margin: 0 0 5px;
    font-size: 30px;
}
@media (max-width: 767px) {
    .content_gift_box h1,
    .content_gift_box .h1 {
        font-size: 26px;
    }
    .content_gift_box h2,
    .content_gift_box .h2 {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    #an-anson-gift-box-is-a-great-gift-idea .site-footer .wrapper,
    #complete-belts .site-footer .wrapper {
        padding: 0 30px !important;
    }
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box,
    #complete-belts .content_gift_box {
        display: block;
        width: 35%;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 2% 0;
        left: 6%;
        line-height: 1;
    }
    #complete-belts .content_gift_box {
        top: 0%;
        padding: 0;
    }
    .content_gift_box h1,
    .content_gift_box .h1 {
        font-size: 18px !important;
        margin: 0 0 5px 0 !important;
    }
    .content_gift_box span {
        font-size: 10px !important;
    }
    .content_gift_box h2,
    .content_gift_box .h2 {
        margin: 10px 0 0 0 !important;
        font-size: 2rem !important;
    }
    #shopify-section-1490430287567 .grid-uniform .grid__item.image-text.image-text-item-1 .content {
        height: 500px !important;
        background-position-y: -30px !important;
    }
    #shopify-section-1490430287567 .grid-uniform .grid__item.image-text.image-text-item-2 .content {
        height: 410px !important;
        background-position-y: -40px !important;
    }
    #shopify-section-1504647750381 .grid-uniform .grid__item.image-text-item-1 .content {
        height: 350px !important;
        background-position-y: 0px !important;
    }
    #shopify-section-1504647750381 .grid-uniform .grid__item.image-text-item-1 .background_align {
        display: block;
        bottom: 0;
        width: 100% !important;
        text-align: center !important;
        font-size: 12px !important;
        background: transparent;
    }
    #shopify-section-1504647750381 .grid-uniform .grid__item.image-text-item-2 .background_align {
        background: transparent;
        width: 50%;
        top: 0;
        bottom: initial;
    }
    #shopify-section-1504647750381 .grid-uniform .grid__item.image-text-item-2 .background_align .block_title {
        margin: 0;
    }
}
.video_txt a {
    color: #5f497b;
}
@media (max-width: 375px) {
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box,
    #complete-belts .content_gift_box {
        padding: 8px 0;
        width: 40%;
        left: 3%;
    }
    .content_gift_box h1,
    .content_gift_box .h1,
    .content_gift_box h1,
    .content_gift_box .h1,
    #complete-belts .content_gift_box h1,
    #complete-belts .content_gift_box .h1 {
        font-size: 12px !important;
        margin: 0 !important;
    }
}
/*homepage new block */
.new-hero-section .old-main-banner .content_wrapper,
.new-hero-section .old-main-banner .block_text,
.new-hero-section .old-main-banner .block_title {
    text-align: center !important;
}
.new-hero-section .old-main-banner h3,
.new-hero-section .old-main-banner .h3 {
    margin: 0;
}
.new-hero-section .old-main-banner p,
.new-hero-section .old-main-banner ul {
    text-transform: initial;
}
.new-hero-section .old-main-banner p {
    font-size: 18px;
}
.new-hero-section .old-main-banner ul {
    text-align: left;
    margin: 0 0 15px 20px;
}
.new-hero-section .old-main-banner ul li {
    font-size: 16px;
}
.new-hero-section .old-main-banner .background_align .content_wrapper {
    display: inline-block;
    width: 50%;
}
.new-hero-section .old-main-banner .background_align .button-wrapper {
    display: inline-block;
    width: 48%;
    text-align: right;
    position: relative;
}
.new-hero-section .old-main-banner .block_text.last {
    margin-bottom: 20px;
}
.new-hero-section .old-main-banner .background_align {
    bottom: 60px;
    padding: 0 3vw;
}
#shopify-section-our-belts {
    font-size: 16px;
}
.new-hero-section .old-main-banner .block_title {
    text-transform: uppercase;
    font-size: 1.7em;
    line-height: 21px;
    margin-bottom: 10px;
}
.template-page .float-left {
    margin: 2vw 0;
}
.read-more {
    color: #5f497b;
    text-decoration: underline;
}
.video_txt {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: 600;
}
.video_txt a:hover {
    color: #5f497b;
}
#home_modal {
    cursor: pointer;
    font-weight: 600;
    color: #5e477c;
    text-decoration: underline;
}
.mobile-banner {
    display: none;
}
.image-wrappper {
    position: relative;
}
.image-wrappper .content_wrapper {
    position: absolute;
    top: 33%;
    width: 50%;
    text-align: center;
}
.image-wrappper .content_wrapper .block_text,
.image-wrappper .content_wrapper .block_title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0.5em;
}
.grid__item.ourBeltsTitle {
    padding-left: 30px;
}
@media (max-width: 1080px) {
    .shopify-section.featured .grid__item.image-text .content .text.text-center .emphasize {
        font-size: 45px;
    }
    .shopify-section.featured .grid__item.image-text .content .text.text-center {
        font-size: 14px;
    }
    .new-hero-section .old-main-banner .background_align {
        bottom: 5%;
    }
    .new-hero-section .old-main-banner .block_title {
        font-size: 1.4em;
    }
    .new-hero-section .old-main-banner p {
        font-size: 15px;
    }
    .new-hero-section .old-main-banner .gurantee-logo {
        width: 90px;
        bottom: -60px;
    }
}
.new-hero-section .old-main-banner .image-text-item-1::after {
    content: "arrow";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    opacity: 1;
    position: absolute;
    bottom: -10px;
    width: 0px;
    border-top: 11px solid #5f497b;
    left: 50%;
    text-indent: -9999px;
}
.desktopwrap .yourSelections {
    text-align: center;
}
#atc_btn1 {
    display: none !important;
}
@media (max-width: 768px) {
    .new-hero-section .old-main-banner .grid__item.image-text .content {
        background-image: none !important;
        height: auto !important;
    }
    .desktop-only.addToCart {
        background-color: transparent;
    }
    #atc_btn1 {
        display: block !important;
    }
    .mobile-banner {
        display: block;
    }
    .gurantee-logo.mobile-banner {
        display: inline-block;
    }
    .desktop-banner {
        display: none;
    }
    .new-hero-section .old-main-banner .image-text-item-1::after {
        bottom: -20px;
    }
    .new-hero-section .old-main-banner .background_align {
        bottom: inherit;
        position: relative !important;
    }
    .new-hero-section .old-main-banner .background_align .content_wrapper,
    .new-hero-section .old-main-banner .background_align .button-wrapper {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
    .new-hero-section .old-main-banner ul {
        text-align: left;
        display: inline-block;
    }
    .image-wrappper .content_wrapper {
        top: 16%;
    }
}
.fixed.closenew .rotate,
.fixed .rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    display: inline-block;
}
.fixed.open .rotate {
    display: inline;
}
.new-hero-section .old-main-banner .background_align {
    background-color: transparent;
    display: block;
}
@media (max-width: 480px) {
    .new-hero-section .old-main-banner .grid__item.image-text .content {
        background-image: none !important;
        height: auto !important;
    }
    .new-hero-section .old-main-banner ul li {
        font-size: 14px;
    }
    .new-hero-section .old-main-banner .background_align {
        padding: 0 !important;
        background-color: transparent;
    }
    .new-hero-section .old-main-banner .gurantee-logo {
        width: 75px !important;
        position: absolute;
        top: -60px;
        right: 2px;
    }
    .image-wrappper .content_wrapper {
        top: 15%;
        line-height: 1;
    }
    .image-wrappper .content_wrapper .block_text {
        font-size: 12px;
    }
    .image-wrappper .content_wrapper .block_title {
        font-size: 1.57143em;
    }
    .new-hero-section .old-main-banner p,
    .new-hero-section .old-main-banner .content ul {
        font-size: 14px;
    }
    .new-hero-section .old-main-banner .block_title {
        font-size: 16px;
    }
    .new-hero-section .old-main-banner .content {
        background-color: #EBEBEC !important;
    }
}
@media (max-width: 375px) {
    .new-hero-section .old-main-banner p,
    .new-hero-section .old-main-banner .content ul,
    .new-hero-section .old-main-banner ul li {
        font-size: 12px;
    }
    .image-wrappper .content_wrapper .block_title {
        font-size: 1em;
    }
    .image-wrappper .content_wrapper .block_text {
        font-size: 10px;
    }
}
.background_align:first-of-type {
    background-color: none;
}
.fixed.open {
    z-index: 999;
}
#typeform .form .questions {
    margin-top: 0 !important;
}
.btn.checkoutButton:after,
.checkoutButton.btn--secondary:after {
    content: '\2192';
}
.thin-banner .star_link {
    position: absolute;
    right: 0;
    top: 26%;
}
.est_text {
    float: left;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.est_text1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.product-link-container .pull-left {
    float: left !important;
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
    #top_cont .star_link {
        position: relative !important;
        right: 0;
        top: 0 !important;
        float: right;
    }
    #top_cont b {
        margin-left: 70px;
    }
    #top_cont .star_rating {
        margin-top: 10px;
    }
}
@media screen and (min-width: 750px) and (max-width: 768px) {
    .new-hero-section .old-main-banner .grid__item.image-text .content {
        height: auto !important;
    }
}
.site-nav>li.left-link:first-child,
.site-nav--mobile>li.left-link:first-child {
    width: 150px;
}
.site-nav li.left-link:nth-child(2),
.site-nav--mobile li.left-link:nth-child(2) {
    width: 250px;
}
#shopify-section-1491373304184 p.h6 {
    font-size: 1.5em;
}
#shopify-section-1491373304184 .text-center.filter {
    font-size: 18px;
}
img[alt="Anson Box Set"] {
    max-height: 200px;
    width: auto;
    margin: 0px 0 0 20%;
}
.template-product .product-single h1,
.template-product .product-single .h1 {
    font-size: 2em !important;
}
#ComparePrice {
    display: inline-block;
    font-size: 2em;
    text-decoration: line-through;
    margin-right: 10px;
}
#ProductPrice {
    display: inline-block;
}
div.pp_default .pp_expand {
    display: none !important;
}
.cartrow.first_cart_row {
    text-align: center;
    position: relative;
    margin-top: 20px;
    border: 0;
}
.drawer__header {
    position: relative;
}
.drawer__close {
    position: absolute;
    right: 5px;
    top: 5px;
}
@media screen and (min-width: 767px) {
    .steps .holder {
        display: inline-block;
    }
    .steps .holder .item {
        width: 90px;
    }
    .fixed .yourCombinationsTitle .combos {
        display: inline-block;
    }
    .fixed .yourCombinationsTitle .combos img {
        width: 200px;
    }
}
@media screen and (max-width: 480px) {
    .pp_pic_holder.pp_default {
        width: 95% !important;
        left: 3% !important;
    }
    #pp_full_res {
        text-align: center;
    }
    .pp_content {
        width: 97% !important;
        height: auto !important;
    }
    .pp_details {
        width: 100% !important;
    }
    #pp_full_res img {
        height: auto !important;
        width: 100% !important;
    }
    div.pp_default .pp_close {
        top: -35px !important;
    }
}
.ajaxcart__footer button.checkoutcartbtn {
    float: none !important;
    margin: 0 auto;
    font-size: 1.5rem;
    max-width: 600px;
}
.shiptextcarttotal {
    text-align: right;
    margin-bottom: 10px;
    display: block;
    font-size: 22px;
}
.cartrow.innerpro {
    position: relative;
}
.cart-item__title {
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
#CartDrawer {
    background: #ffffff;
    z-index: 9999;
}
.ajaxcart__footer button.cart__checkout,
.checkoutcartbtn.uppercheckout {
    float: none;
    margin: 0 auto;
    font-size: 1.5rem;
    max-width: 600px;
    padding: 14px 0;
    background: #6fa76b;
}
.ajaxcart__footer .cartrow.removecartborder,
.drawer-row {
    text-align: center;
}
.ajaxcart__qty-remove {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    background: #fff;
    border: 1px solid #ddd !important;
    color: #000 !important;
    font-weight: normal;
}
.drawer a.conshop {
    color: #5e477c;
    margin: 0;
    float: none !important;
    font-size: 18px;
    text-decoration: underline;
}
.drawer__close span {
    cursor: pointer;
}
.ajaxprice {
    font-size: 18px;
    font-weight: bold;
    color: #B22222;
    margin-bottom: 10px;
}
button.entry-holder {
    background: none;
    display: inline-block;
}
.remove_btn>a {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    background: #fff;
    border: 1px solid #ddd !important;
    color: #000 !important;
    font-weight: normal;
}
.js-drawer-open #DrawerOverlay {
    width: 100%;
    opacity: 0.4;
    transition: opacity 0.4s, width 0s linear 0s;
}
#DrawerOverlay {
    position: fixed;
    z-index: 1499;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: width 0s linear 0.6s, opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
p.shiptextcarttotal {
    padding: 8px;
    width: 100%;
    text-align: right !important;
    margin-bottom: 10px;
    color: #c54440;
}
p.shipnewtext {
    text-align: center;
    margin: 0px !important;
    clear: both;
    margin-top: 15px !important;
    float: right;
    width: 33%;
    display: none !important;
}
.testimonial {
    width: 100%;
    max-width: 387px;
    margin-bottom: 3%;
}
span.cartcolor {
    color: #B22222;
}
div[data-type="Anson Box Set"] img {
    max-height: 180px;
    margin: 0;
}
@media screen and (max-width: 980px) {
    .js-drawer-open-left .drawer--left {
        z-index: 9999;
    }
}
@media (max-width: 767px) {
    div[data-type="Anson Box Set"] img {
        max-height: 100px;
        margin: 0 auto;
    }
    .giftHeader h1,
    .giftHeader .h1 {
        font-size: 2em;
    }
    .desktopview {
        display: none;
    }
    .entry-holder {
        width: 35px !important;
    }
    button.checkoutcartbtn {
        font-size: 16px !important;
    }
    p.cart-item__variant {
        display: none;
    }
    p.shiptextcart {
        float: unset !important;
        color: #070707;
        padding: 12px;
        font-weight: bold;
        text-align: center !important;
    }
    p.shipnewtext {
        text-align: center !important;
        margin: 0px !important;
        float: none;
    }
    .mobileview {
        display: block !important;
    }
    ul.mobilecartlist {
        display: block !important;
    }
    ul.mobilecartlist li {
        list-style-type: none;
    }
    p.shiptextcarttotal {
        float: left;
        width: 100%;
        max-width: 767px !important;
        font-size: 23px;
        margin: 0px !important;
    }
    .bgscol1.shipcal {
        display: none;
    }
    .bgscol1.totalcart {
        display: none;
    }
    .bgscol1.notecol {
        display: none;
    }
    a.conshop.desktopview {
        display: none !important;
    }
    .first_cart_row .bgscol1 {
        width: 50% !important;
    }
    .first_cart_row img.cartlogo {
        max-width: 150px !important;
    }
    .cart-item__title {
        font-size: 14px;
        text-align: left;
        line-height: 1.3;
    }
    .remove_btn>a {
        font-size: 12px;
        padding: 5px 10px 5px 10px;
        background: #fff;
        border: 1px solid #ddd !important;
        color: #000 !important;
        font-weight: normal;
    }
    .cart_variants {
        margin-bottom: 10px;
        text-align: left;
        color: grey !important;
        font-weight: bold;
        font-size: 14px;
    }
    .cart_variants strong {
        color: grey !important;
        font-weight: bold;
    }
    .shiptextcarttotal.mobileview {
        font-size: 20px;
        text-align: right;
        color: #B22222;
        font-weight: bold;
    }
    .checkoutcartbtn.mobileview {
        font-size: 16px !important;
        padding: 15px !important;
        border: 2px solid #49ab8f;
        border-radius: 4px;
        margin-bottom: 2%;
        float: none;
    }
    .or {
        margin: 0;
    }
    p.shipnewtext {
        font-size: 15px !important;
    }
    .conshop.mobileview {
        font-size: 16px;
        color: #3b5998;
        padding: 5px 0;
    }
    ul.carttrusti li {
        float: none;
    }
    .main {
        margin-top: 10px !important;
    }
    ul.cartlist {
        position: inherit;
        text-align: center;
        top: 0;
        transform: inherit;
    }
    .cartphonenumber {
        font-size: 16px !important;
    }
    .cartcolnew33 span {
        display: block;
        text-align: center;
        font-size: 16px !important;
    }
    .cartrow.innerpro.mobileview {
        position: relative;
    }
    .remove_btn {
        position: absolute;
        bottom: 6px;
        right: 0;
    }
    .cart-logo {
        display: inline-grid;
        margin-top: 6px;
    }
    .form-vertical.AddToCartForm {
        position: relative;
    }
    .mobile_form #ProductPrice {
        margin: 0;
    }
}
.ajaxcart .grid__item {
    position: static;
}
.ajaxcart__inner .ajaxcart__row {
    position: relative;
}
.ajaxcart__qty {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 5px;
}
.ajaxcart__qty input {
    padding: 3px 25px;
}
@media (max-width: 480px) {
    .form-vertical.AddToCartForm {
        position: relative;
    }
    .cart-item__title {
        font-size: 12px;
    }
    .ajaxcart__product-meta {
        font-size: 11px;
    }
    .ajaxcart__footer button.cart__checkout {
        font-size: 1rem;
    }
    .js-qty,
    .ajaxcart__qty,
    .ajaxcart__qty {
        max-width: 80px;
        min-width: 60px;
    }
    .ajaxcart__qty input,
    .ajaxcart__qty button {
        font-size: 12px;
    }
    div[data-type="Complete Belts"] .ajaxcart__qty,
    div[data-type="Anson Box Set"] .ajaxcart__qty {
        bottom: 15px;
    }
    div[data-type="Complete Belts"],
    div[data-type="Anson Box Set"] {
        padding-bottom: 0;
    }
}
@media (max-width: 321px) {
    .drawer__header .cartrow.first_cart_row {
        font-size: 1rem;
    }
    .js-qty,
    .ajaxcart__qty,
    .ajaxcart__qty,
    .ajaxcart__qty {
        max-width: 67px;
        min-width: 60px;
    }
    .ajaxcart__qty-adjust {
        padding: 0 5px;
    }
    .table--responsive.cart-table img {
        width: auto;
        height: 48px;
    }
}
/* .view-cart-btn,.box-set .view-cart-btn{display: none!important;} */
.cartWrapper #Quantity,
.button-align #Quantity {
    margin: 0 2px !important;
    vertical-align: middle;
}
.cartWrapper .view-cart-btn,
.button-align .view-cart-btn {
    padding: 10px 15px;
    border-radius: 2px;
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
    font-weight: 600;
    color: #fff;
    background: #5F497B;
    border: 0;
}
.yourSelectionsWrapper {
    grid-template-columns: 3fr 1fr;
    -ms-grid-columns: 3fr 1fr;
}
.box-set a.view-cart-btn {
    padding: 9px 0;
    margin-left: 10px;
}
.without-ajax {
    display: none;
}
.without-ajax {
    position: relative;
}
span.remove-span {
    text-decoration: underline;
    font-weight: 400;
    margin-right: 4px;
}
span.savelater {
    text-decoration: underline;
    cursor: pointer;
}
.ansoncol5 {
    text-align: center;
}
.ansonrow {
    border-bottom: 1px solid #e5e5e5;
}
.cartrow.desktophide.text-center {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
img.ansonimg {
    width: 100%;
    max-width: 155px;
}
button.ansoncart {
    text-decoration: underline;
}
button.ansonremove {
    text-decoration: underline;
}
.saveditemtitle {
    font-size: 2em;
    font-weight: bold;
    border-bottom: 2px solid;
}
.ansonempty {
    margin-top: 2%;
}
#CartDrawer .cartrow img {
    width: 402px;
    margin: 0 auto;
    display: table;
}
.cartrow {
    border-bottom: none;
}
.cart-redirect-link {
    width: 100%;
    float: left;
    margin: 12px 0;
}
.drawer a.conshop {
    float: left !important;
    text-decoration: underline;
}
.drawer a.view-cart {
    float: right;
    color: #5e477c;
    font-size: 18px;
}
.cart-redirect-link .view-cart span {
    text-decoration: underline;
}
.cart-redirect-link .conshop span {
    text-decoration: underline;
}
.drawer a.view-cart:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 4px;
    text-decoration: none !important;
}
.drawer a.conshop:before {
    content: "\f104";
    font-family: fontawesome;
    padding-left: 4px;
    text-decoration: none !important;
}
.drawer a.conshop {
    text-decoration: none;
}
.cartrow.top-row.mobilehide {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#saveprobelowdata .cart-description button {
    display: inline-block;
    margin-top: 10px;
}
.cart__row {
    border-bottom: 1px solid #cccccc;
    margin-left: 0;
}
@media (max-width: 480px) {
    #saveprobelowdata td.cart-description b {
        font-size: 1.42857em;
        display: block;
    }
    .table--responsive.cart-table img {
        display: block;
    }
    #saveprobelowdata td.quantity {
        width: 25%;
    }
}
.box-set a.view-cart-btn {
    padding: 9px 0;
    margin-left: 10px;
}
.without-ajax {
    display: none;
}
.without-ajax {
    position: relative;
}
.main_pric_strike span {
    font-size: 30px !important;
}
h2.main_pric_strike,
.main_pric_strike.h2 {
    font-size: 20px !important;
}
span.strike_through {
    margin-right: 10px;
    text-decoration: line-through;
}
#complete-belts .content_gift_box {
    padding: 4% 0;
}
#complete-belts .content_gift_box {
    width: 31%;
}
@media (max-width: 480px) {
    .main_pric_strike span {
        font-size: 16px !important;
    }
    h2.main_pric_strike,
    .main_pric_strike.h2 {
        margin: 0 0 0 0 !important;
    }
}
@media (max-width: 767px) {
    .main_pric_strike span {
        font-size: 20px;
    }
    #shopify-section-giftBoxV3 .content_gift_box h1,
    #shopify-section-giftBoxV3 .content_gift_box .h1 {
        display: none;
    }
    #shopify-section-giftBoxV3 .content_gift_box span {
        font-size: 22px !important;
    }
    #shopify-section-giftBoxV3 .content_gift_box h2,
    #shopify-section-giftBoxV3 .content_gift_box .h2 {
        margin-top: 0;
        line-height: 1;
    }
    .content_gift_box {
        display: flex !important;
        flex-flow: wrap;
        justify-content: center;
        align-content: center;
    }
  
}
.complete-img p {
    font-size: 2.5rem;
    line-height: 50px;
}
@media (max-width: 700px) {
    #shopify-section-giftBoxV3 .content_gift_box span {
        font-size: 20px !important;
    }
}
@media (max-width: 630px) {
    #shopify-section-giftBoxV3 .content_gift_box span {
        font-size: 18px !important;
    }
}
@media (max-width: 575px) {
    #shopify-section-giftBoxV3 .content_gift_box span {
        font-size: 15px !important;
    }
}
@media (max-width: 480px) {
    #shopify-section-giftBoxV3 .content_gift_box span {
        font-size: 15px !important;
        line-height: 1.4;
    }
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box {
        width: 48% !important;
        left: 2% !important;
        padding: 3% 0 !important;
    }
    #boxx_set p {
        font-size: 1.2rem !important;
        margin-bottom: 2px !important;
    }
    #shopify-section-giftBoxV3 .content_gift_box span {
        font-size: 1.2rem !important;
    }
    .complete-img p {
        font-size: 1rem !important;
        margin: 0;
    }
    .js-qty__adjust,
    .ajaxcart__qty-adjust,
    .ajaxcart__qty-adjust {
        padding: 0 6px !important;
    }
    .template-page h1,
    .template-page .h1,
    .template-page .h1 {
        font-size: 1.5em;
    }
    .breadcrumb,
    .product-single__photos {
        margin: 0;
    }
    .template-product .product-single h1,
    .template-product .product-single .h1,
    .template-product .product-single .h1 {
        font-size: 1.5em !important;
        line-height: 1;
    }
}
#NavDrawer .drawer__close {
    position: absolute;
    right: 10px;
    top: 0;
}
#NavDrawer .drawer__close button {
    position: relative;
    right: 0px;
    height: 100%;
    padding: 0;
    color: inherit;
}
@media (max-width: 375px) {
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box {
        padding: 2% 0 !important;
    }
    .complete-img p {
        font-size: 1rem !important;
        margin: 0;
        line-height: 15px;
    }
    .content_gift_box h2,
    .content_gift_box .h2 {
        margin: 8px 0 0 0 !important;
    }
}
@media (max-width: 360px) {
    #shopify-section-giftBoxV3 .content_gift_box span {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box {
        padding: 2% 0 !important;
        width: 47%;
        left: 2%;
    }
    #boxx_set p {
        font-size: 1.2rem !important;
        margin-bottom: 2px !important;
    }
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box {
        padding: 2% 0 !important;
        width: 47% !important;
        left: 2% !important;
    }
    .js-qty__adjust,
    .ajaxcart__qty-adjust,
    .ajaxcart__qty-adjust {
        font-size: 12px !important;
    }
}
@media (max-width: 320px) {
    .content_gift_box {
        padding: 2px 0 !important;
        width: 49% !important;
        left: 1% !important;
    }
    #shopify-section-giftBoxV3 .content_gift_box span {
        font-size: 1rem !important;
        line-height: 1.4;
    }
    #boxx_set p {
        font-size: 1rem !important;
        margin-bottom: 2px !important;
    }
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box {
        padding: 2% 0 !important;
        width: 47% !important;
        left: 2% !important;
    }
}
@media (min-width: 768px) {
    #an-anson-gift-box-is-a-great-gift-idea .content_gift_box {
        width: 50% !important;
        padding: 1% 0 !important;
        left: 1% !important;
    }
    #boxx_set p {
        margin-bottom: 5px !important;
    }
    .main_pric_strike span {
        font-size: 1.5rem !important;
    }
    h2.main_pric_strike,
    .main_pric_strike.h2 {
        margin: 5px !important;
    }
}
#boxx_set p {
    font-size: 1.5rem;
}
#boxx_set {
    padding: 6% 0 !important;
    width: 30% !important;
}
.discount_price,
.discount_totalprice {
    text-decoration: line-through;
    font-weight: 100;
    color: #dddddd;
    font-size: 1.5rem;
}
.discount_price {
    font-size: 18px;
    display: inline-block;
}
.discount_price.h3 {
    font-size: 1.57143em;
}
.remove_bttn {
    cursor: pointer;
}
.cart-total span {
    display: inline-block;
}
#CartContainer>form>div.ajaxcart__inner>div:nth-child(1)>div {
    border-top: 1px solid #ccc !important;
}
.checkoutcartbtn.uppercheckout {
    margin-bottom: 3%;
}
.mobileview {
    display: none;
}
.desktopview {
    display: block;
}
@media (max-width: 768px) {
    .mobileview {
        display: block;
    }
    .desktopview {
        display: none;
    }
    .yourSelectionsWrapper.desktopwrap {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .site-nav>li.left-link,
    .site-nav--mobile>li.left-link,
    .site-nav--mobile>li.left-link {
        width: 135px;
        padding-right: 10px;
    }
    .site-nav li.left-link:nth-child(2),
    .site-nav--mobile li.left-link:nth-child(2),
    .site-nav--mobile li.left-link:nth-child(2) {
        width: 180px;
    }
    .site-nav>li.right-link,
    .site-nav--mobile>li.right-link,
    .site-nav--mobile>li.right-link {
        width: 135px;
        padding-left: 10px;
    }
    .top-bar ul:last-child {
        margin-right: 0;
    }
    #top_cont .star_link,
    #top_cont .est_text {
        display: none;
    }
    #top_cont b {
        margin: 0 !important;
    }
}
#your-shopping-cart .top-bar {
    display: none;
}
#your-shopping-cart header.site-header {
    display: none;
}
#NavDrawer .drawer__header {
    height: 40px;
}
ul,
li,
div {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    /*     text-shadow: 0 1px 0 hsl(0, 100%, 100%); */
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav li:first-child a {
    border-right: 0;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}
.tabs-nav .tab-active a {
    background: white;
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #5e477c;
    cursor: default;
}
.tabs-nav a {
    background: #f4f6f4;
    border: 1px solid #c6c9cd;
    color: #8b9098;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}
.tabs-nav li {
    float: left;
    width: 33.33%;
}
.tabs-stage {
    border: 1px solid #c6c9cd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    top: -7px;
}
.tabs-stage p {
    margin: 0 0 15px 0;
    color: #000000;
}
.tab-1,
.tab-2,
.tab-3 {
    padding: 20px;
    font-size: 16px;
}
.tabs-nav li a {
    text-decoration: none;
}
.description ul {
    margin-left: 20px;
}
span.page.current {
    font-weight: bold;
    font-size: 15px;
}
.prod_tab {
    margin-top: 20px;
}
section .content.complete-container {
    max-width: 100%;
}
section .content.complete-container .tabs-nav a {
    font-size: 14px;
}
section .content.complete-container .combos {
    text-align: center;
}
section .content.complete-container .combos .zoom_img {
    width: 100%;
}
@media (max-width: 1024px) {
    .tabs-nav a {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .tab-1,
    .tab-2,
    .tab-3 {
        padding: 10px;
    }
    .tabs-stage p {
        margin: 0 0 10px 0;
    }
    .tabs-nav li a,
    section .content.complete-container .tabs-nav a {
        font-size: 15px;
        height: 50px;
        line-height: 24px;
        text-transform: CAPITALIZE;
    }
    .tabs-nav li.desc a {
        line-height: 51px;
    }
    td.cart-description span.savelater,
    td.cart-description span.remove-span {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    section .content.complete-container {
        padding: 0 10px;
    }
}
@media (max-width: 320px) {
    td.cart-description span.savelater,
    td.cart-description span.remove-span {
        font-size: 12px;
    }
    #AddToCartText {
        font-size: 18px;
        line-height: 1;
    }
}
.template-customers-account .main-content a,
a.order-link,
.order-link-p a {
    color: #5e477c;
}
.header__push-title {
    display: inline-block;
}
a.header__push-context.link--primary {
    display: inline-block;
    margin: 0 0 0 15px;
    margin: 0 0 0 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    border-left: 1px solid #e4e4e4;
    vertical-align: super;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: capitalize;
}
.template-customers-addresses .btn,
.template-customers-addresses .btn--secondary {
    background: #6fa76b;
}
#an-anson-gift-box-is-a-great-gift-idea #livechat-compact-container {
    transform: translateY(-160%) !important;
    z-index: 111 !important;
}
@media (max-width: 480px) {
    .template-customers-order .full th,
    .template-customers-order .full td,
    .template-customers-account .full th,
    .template-customers-account .full td {
        display: block;
        text-align: right !important;
        padding: 8px 15px;
        padding: 0.5rem 0.9375rem;
        border-right: none;
    }
    .template-customers-order .full tr,
    .template-customers-order .full td,
    .template-customers-account .full tr,
    .template-customers-account .full td {
        float: left;
        clear: both;
        width: 100%;
    }
    .template-customers-order .full thead,
    .template-customers-order .full td:not([data-label]),
    .template-customers-account .full thead,
    .template-customers-account .full td:not([data-label]) {
        display: none;
    }
    .template-customers-order .full td:before,
    .template-customers-account .full td:before {
        content: attr(data-label);
        float: left !important;
        font-size: 13px;
        font-size: 0.8125rem;
        padding-right: 10px;
        padding-right: 0.625rem;
        text-transform: uppercase;
    }
    .template-customers-order .full tr,
    .template-customers-account .full tr {
        display: block;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem;
        border: 1px solid #e4e4e4;
        border-bottom: none;
    }
    .template-customers-order .address,
    .template-customers-account .address {
        position: relative;
        padding: 15px;
        padding: 0.9375rem;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
    }
    .template-customers-order .full tfoot tr,
    .template-customers-account .full tfoot tr {
        margin-bottom: 0;
    }
    .template-customers-order .full td,
    .template-customers-account .full td {
        border-top: 0;
    }
    .template-customers-order .full tfoot td,
    .template-customers-account .full tfoot td {
        border: 0;
    }
    .template-customers-order .full tfoot tr:last-child td,
    .template-customers-account .full tfoot tr:last-child td {
        border-bottom: 1px solid #e4e4e4;
    }
    .grid__item.two-thirds.medium-down--one-whole p br:nth-child(1) {
        display: none;
    }
    #an-anson-gift-box-is-a-great-gift-idea #livechat-compact-container {
        transform: translateY(-35%) !important;
    }
}
@media (max-width: 325px) {
    td.cart-description {
        padding: 9px !important;
    }
    .saveditemtitle {
        font-size: 1.6em !important;
    }
    button.ansonremove {
        font-size: 12px;
    }
    button.ansoncart {
        font-size: 12px;
    }
    .atcwrap #AddToCart {
        width: auto;
        top: 0;
    }
}
#create_customer input.btn.btn--full,
#create_customer input.btn--full.btn--secondary {
    background-color: #6fa76b !important;
}
#RecoverPasswordForm input.btn.btn--full,
#RecoverPasswordForm input.btn--full.btn--secondary {
    background-color: #6fa76b !important;
}
.productarea {
    display: inline-block;
}
button.productplus {
    background: white;
    color: black;
    border-color: #cccccc !important;
    height: 35px;
    width: 35px;
    border: 1px solid;
    border-left: 0;
    float: left;
    -webkit-text-stroke: 2px white;
}
input#Quantity {
    width: 35px !important;
    text-align: center;
    line-height: 0px;
    padding: 0px !important;
    height: 35px !important;
    border-radius: 0px;
    float: left;
    border: 1px solid #cccccc;
    margin: 0 !important;
    display: inline-block !important;
}
button.productminus {
    background: white;
    color: black;
    border-color: #cccccc;
    width: 35px;
    border: 0px;
    height: 35px;
    border: 1px solid #cccccc;
    border-right: 0px;
    float: left;
    -webkit-text-stroke: 2px white;
}
.prodquantity {
    display: inline-flex;
    margin-bottom: 10px;
}
.buttonWrapper.completewrap,
.button-align {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.quantitywrap {
    float: left;
}
.atcwrap {
    float: right;
}
@media (min-width: 1025px) {
    #complete-belts section .content,
    #an-anson-gift-box-is-a-great-gift-idea section .content {
        max-width: 1200px;
    }
    #complete-belts section .content.complete-container,
    #an-anson-gift-box-is-a-great-gift-idea section#review .content {
        max-width: 100%;
    }
    #complete-belts .item,
    #an-anson-gift-box-is-a-great-gift-idea .item {
        max-height: 285px !important;
    }
    #complete-belts .selector,
    #an-anson-gift-box-is-a-great-gift-idea .selector {
        margin-top: 185px;
    }
    #complete-belts .strapTitleGrid,
    #an-anson-gift-box-is-a-great-gift-idea .strapTitleGrid {
        top: 180px;
    }
}
.reviews {
    display: inline-flex;
    width: 100%;
    margin: 0 0 10px;
}
.left_img {
    width: 15%;
    text-align: center;
}
.left_img img {
    width: 75%;
}
.right_txt {
    width: 84%;
    padding-left: 4%;
}
.top_sect {
    display: inline-flex;
    margin-bottom: 5px;
}
.title_sect {
    color: #5d477c;
    font-size: 16px;
}
.desc_sect {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.3;
    color: #666666;
}
.top_sect div {
    margin-right: 10px;
}
.checked {
    color: #ffd200;
}
.verified_purchase {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 2;
    margin-left: 5px;
    font-weight: normal;
}
.date_show {
    font-size: 14px;
    line-height: 2;
    float: right;
    color: #aaaaaa;
    font-weight: normal;
}
.star_rating {
    line-height: 1;
    position: relative;
    top: -2px;
}
.review-container {
    float: left;
    width: 100%;
}
#finalBelt>div.content>h2:nth-child(1),
#finalBelt>div.content>.h2:nth-child(1) {
    color: #000000;
}
#finalBelt>div.content>h2:nth-child(2),
#finalBelt>div.content>.h2:nth-child(2) {
    color: #000000;
}
.tab-2>ul {
    color: #000000;
}
#an-anson-gift-box-is-a-great-gift-idea section#review .tabs-nav a {
    font-size: 14px;
    line-height: 40px;
}
#atc_btn1:after,
#atc_btn:after,
.convert.test .submit-fixed-cart1:after,
.convert.test .submit-fixed-cart:after,
.convert.test .submit-fixed-cart2:after {
    content: '\2192';
    font-size: 30px !important;
    padding-left: 4px;
    line-height: 18px;
}
#atc_btn1:after,
#atc_btn:after,
.convert.test .submit-fixed-cart,
.convert.test .submit-fixed-cart1,
.convert.test .submit-fixed-cart2:after {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin-top: 0;
}
#atc_btn1:after {
    font-size: 24px !important;
}
#instafeed a:nth-child(5) {
    display: none;
}
.convert-test span {
    color: #000000;
}
.convert-test span#AddToCartText {
    color: #ffffff;
}
.convert-test .checked {
    color: #000000 !important;
}
@media (max-width: 768px) {
    .convert-test .complete-belt-btn-mobile {
        display: none !important;
    }
    .productarea.mobile-only {
        position: relative;
        top: 14px;
    }
}
.data_upsell {
    color: #000000;
    margin-bottom: 20px;
}
.data_upsell label {
    display: inline-block;
    text-transform: none;
    width: auto;
    background: transparent !important;
    color: black !important;
    padding: 0;
    line-height: normal;
    letter-spacing: 1.26px;
    font-size: 14px;
    position: relative;
    text-align: left;
    padding-left: 22px;
}
.data_upsell label #upsell-check {
    position: absolute;
    width: 15px;
    top: 2px;
    margin: 0;
    left: 0;
    display: inline-block;
}
.data_upsell label:after {
    display: none;
}
#upsell-check {
    margin: 0;
}
@media (min-width: 2400px) {
    .data_upsell {
        font-size: 15.5px;
    }
    #upsell-check {
        margin: 0 5px 0;
    }
    .modal-content {
        max-width: 680px;
    }
}
@media (min-width: 769px) {
    .fixed .steps,
    .fixed .yourCombinationsTitle {
        height: 0;
        overflow: hidden;
        padding: 0;
    }
    .fixed.closenew .steps {
        padding: 20px 0;
    }
    .fixed.closenew .steps,
    .fixed.closenew .yourCombinationsTitle {
        height: auto;
    }
    .fixed.open.closenew .steps,
    .fixed.open.closenew .yourCombinationsTitle {
        height: auto;
    }
    .fixed.closenew .rotate,
    .fixed.open.closenew .rotate {
        display: inline !important;
    }
    .fixed.open .rotate {
        display: inline-block;
    }
    .combo_title.yourSelections1 {
        cursor: auto;
    }
}
@media (max-width: 1024px) {
    .complete-img p {
        font-size: 2rem;
        line-height: 36px;
    }
    .data_upsell {
        text-align: left;
        font-size: 13.2px;
    }
    .atcwrap {
        width: 60%;
    }
    .atcwrap .submit-fixed-cart,
    .atcwrap .submit-fixed-cart1,
    .atcwrap .submit-fixed-cart2 {
        font-size: 18px;
    }
    .tabs-nav a {
        height: 40px;
        line-height: normal;
    }
    .tabs-nav li:first-child a {
        line-height: 40px;
    }
}
@media (max-width: 768px) {
    .tabs-nav a {
        line-height: 44px;
    }
}
@media (max-width: 480px) {
    .data_upsell {
        width: 100%;
        font-size: 14px;
    }
}
div#myModal {
    background-color: rgba(63, 63, 68, 0.6);
    padding: 1.2rem 1.5rem;
    width: 100%;
    z-index: 9999;
    color: #000000;
}
.btn-default {
    color: #fff;
    background-color: #5bc226 !important;
    border-color: #c8b4b4;
    width: 30%;
    margin-right: 6px;
    /* text-align: center; */
    float: right;
}
.modal-title {
    text-align: center;
    font-size: 20px;
}
.close>i.fas.fa-times {
    font-size: 32px;
    color: red !important;
}
.upsellimg {
    width: 460px !important;
    height: 375px !important;
}
.modal {
    position: relative;
    width: 90%;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    border-radius: 4px;
    background-size: cover;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    height: 100%;
}
.modal__body p {
    font-size: 16px;
}
.modal__title {
    font-weight: normal;
}
ul,
li,
div {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    /*     text-shadow: 0 1px 0 hsl(0, 100%, 100%); */
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav li:first-child a {
    border-right: 0;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}
.tabs-nav .tab-active a {
    background: white;
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #5e477c;
    cursor: default;
}
.tabs-nav a {
    background: #f4f6f4;
    border: 1px solid #c6c9cd;
    color: #8b9098;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}
.tabs-nav li {
    float: left;
    width: 33.33%;
}
.tabs-stage {
    border: 1px solid #c6c9cd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    top: -7px;
}
.tabs-stage p {
    margin: 0 0 15px 0;
    color: #000000;
}
#tab-1,
#tab-2,
#tab-3 {
    padding: 20px;
    font-size: 16px;
}
.tabs-nav li a {
    text-decoration: none;
}
.description ul {
    margin-left: 20px;
}
span.page.current {
    font-weight: bold;
    font-size: 15px;
}
.prod_tab {
    margin-top: 20px;
}
section .content.complete-container {
    max-width: 100%;
}
section .content.complete-container .tabs-nav a {
    font-size: 14px;
}
section .content.complete-container .combos {
    text-align: center;
}
@media (max-width: 1024px) {
    .tabs-nav a {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    #tab-1,
    #tab-2,
    #tab-3 {
        padding: 10px;
    }
    .tabs-stage p {
        margin: 0 0 10px 0;
    }
    .tabs-nav li a,
    section .content.complete-container .tabs-nav a {
        font-size: 15px;
        height: 50px;
        line-height: 24px;
        text-transform: CAPITALIZE;
    }
    .tabs-nav li.desc a {
        line-height: 51px;
    }
    td.cart-description span.savelater,
    td.cart-description span.remove-span {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    section .content.complete-container {
        padding: 0 10px;
    }
}
@media (max-width: 320px) {
    td.cart-description span.savelater,
    td.cart-description span.remove-span {
        font-size: 12px;
    }
    #AddToCartText {
        font-size: 18px;
        line-height: 1;
    }
}
.site-nav a.active,
.site-nav--mobile a.active {
    font-weight: bold;
}
.notification-bar {
    background: #FF6D6D;
    position: relative;
    text-shadow: none;
    color: #fff;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.notification-bar p {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.notification-bar p a {
    text-decoration: underline;
    color: #fff;
}
.notification-bar .notification-close {
    position: absolute;
    right: 12px;
    top: 50%;
    color: #fff;
    line-height: 0;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .notification-bar {
        padding: 5px 15px;
    }
    .notification-bar .notification-close {
        position: relative;
        right: 0;
        top: 0;
        margin: 5px 0 0;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media screen and (max-width: 767px) {
    .show-desktop,
    .ntf-hide-m {
        display: none;
    }
    .ntf-show-m {
        display: inline-block;
    }
}
@media screen and (min-width: 767px) {
    .show-mobile,
    .ntf-hide-d {
        display: none;
    }
    .ntf-show-d {
        display: inline-block;
    }
}
.hero-banner .hero-content {
    min-height: 430px;
    margin-bottom: 20px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: none;
    position: relative;
    background-size: 100% 100% !important;
}
.hero-banner .hero-content:after {
    content: "arrow";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    opacity: 1;
    position: absolute;
    bottom: -10px;
    width: 0px;
    border-top: 11px solid #5f497b;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -9999px;
}
.hero-banner .hero-content h2,
.hero-banner .hero-content .h2 {
    color: #5E477C;
    text-transform: uppercase;
    margin: 0;
    font-size: 6em;
    width: 100%;
    letter-spacing: 6px;
}
.hero-banner .hero-content p {
    text-transform: uppercase;
    font-size: 1.5em;
    text-shadow: none;
    color: #000;
    width: 100%;
    margin: 0;
    font-weight: 600;
    letter-spacing: 5px;
}
.hero-banner .hero-content span {
    margin: 50px 0 10px 0;
    font-size: 1.3em;
    width: 100%;
    text-transform: uppercase;
    color: #FF6D6D;
    font-weight: 600;
    display: inline-block;
}
.hero-banner .hero-content span a {
    color: #FF6D6D;
    text-decoration: underline;
}
.hero-banner .hero-content .hero-btn {
    background: #6FA76B;
    color: #fff;
    border-radius: 3px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
@media screen and (max-width: 1024px) {
    .hero-banner .hero-content {
        min-height: 330px;
    }
    .hero-banner .hero-content h2,
    .hero-banner .hero-content .h2 {
        font-size: 3.2em;
    }
    .hero-banner .hero-content span {
        margin: 10px 0 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .hero-banner .hero-content {
        min-height: 540px;
    }
    .hero-banner .hero-content h2,
    .hero-banner .hero-content .h2 {
        font-size: 5em;
        line-height: 1;
        margin: 0 0 20px;
    }
    .hero-banner .hero-content p {
        font-size: 1.2em;
    }
    .hero-banner .hero-content span {
        display: none;
    }
    .hero-banner .hero-content .hero-btn {
        margin: 20px 0 0;
    }
}
@media screen and (max-width: 450px) {
    .hero-banner .hero-content {
        min-height: 310px;
    }
    .hero-banner .hero-content h2,
    .hero-banner .hero-content .h2 {
        font-size: 2em;
        margin: 0 0 10px;
    }
    .hero-banner .hero-content p {
        font-size: 0.9em;
        letter-spacing: 1px;
    }
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hero-banner .hero-content {
        height: 430px;
    }
}
@media screen and (max-width: 400px) {
    #mobile-banner .content b {
        font-weight: 500;
        font-size: 10px;
    }
}
.new-hero-section {
    margin: 0 0 20px;
}
.new-hero-section .new-hero-content {
    min-height: 400px;
    position: relative;
    margin: 0 0 20px;
    background-position: center !important;
}
.new-hero-section .new-hero-content h2,
.new-hero-section .new-hero-content .h2 {
    font-size: 2.7em;
    line-height: 1;
    color: #5f497b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
}
.new-hero-section .new-hero-content .feature_logo {
    position: absolute;
    top: 50px;
    right: 90px;
}
.new-hero-section .new-hero-content .hero_mobile_img {
    display: none;
}
.new-hero-section .hero-feature {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.new-hero-section .hero-feature li {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}
.new-hero-section .hero-feature li img {
    display: inline-block;
    vertical-align: top;
}
.new-hero-section .hero-feature li h6,
.new-hero-section .hero-feature li .h6 {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 3px 0 0 10px;
}
@media screen and (max-width: 767px) {
    .new-hero-section .hero-feature li h6,
    .new-hero-section .hero-feature li .h6 {
        width: 160px;
    }
    .new-hero-section .hero-feature li h6 a,
    .new-hero-section .hero-feature li .h6 a {
        display: inline-block;
        width: 100%;
    }
}
.new-hero-section .hero-feature li .tooltip-content {
    position: absolute;
    left: 50%;
    width: 270px;
    font-size: 14px;
    background: #000;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    bottom: 33px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    text-shadow: none;
    visibility: hidden;
}
.new-hero-section .hero-feature li .tooltip-content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 1025px) {
    .new-hero-section .hero-feature li .tooltip-content {
        bottom: 62px;
    }
}
@media screen and (min-width: 1025px) {
    .new-hero-section .hero-feature li:hover .tooltip-content {
        opacity: 1;
        visibility: visible;
    }
}
.new-hero-section .hero-feature li.show-tooltip .tooltip-content {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
    .new-hero-section .new-hero-content h2,
    .new-hero-section .new-hero-content .h2 {
        font-size: 2em;
        right: 5px;
        width: 320px;
    }
    .new-hero-section .new-hero-content .feature_logo {
        top: 160px;
        right: 20px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
    .new-hero-section .new-hero-content .feature_logo {
        right: 30px;
        top: auto;
        bottom: 80px;
    }
}
@media screen and (max-width: 1024px) {
    .new-hero-section {
        background: #EBEBEB;
        padding: 0 0 10px;
    }
    .new-hero-section .new-hero-content {
        background: transparent !important;
        text-align: center;
        min-height: inherit;
        margin: 0;
    }
    .new-hero-section .new-hero-content .hero_mobile_img {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .new-hero-section .new-hero-content h2,
    .new-hero-section .new-hero-content .h2 {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 10px 0 10px;
        max-width: 100%;
        font-size: 1.7em;
    }
    .new-hero-section .hero-feature {
        padding: 0 20px;
    }
    .new-hero-section .hero-feature li {
        margin: 10px 0;
        text-align: left;
    }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
    .new-hero-section .new-hero-content .feature_logo {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .new-hero-section .hero-feature li {
        width: 100%;
    }
}
.tooltip .tooltiptext {
    font-size: 14px;
    width: 149px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 1%;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    display: none;
    transition: opacity 0.3s;
    bottom: 103%;
    left: 83%;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
#tooltip2 {
    display: none;
}
@media screen and (max-width: 768px) and (min-width: 509px) {
    .tooltip .tooltiptext {
        font-size: 14px;
        width: 149px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 1%;
        position: absolute;
        z-index: 1;
        margin-left: -60px;
        display: none;
        transition: opacity 0.3s;
        bottom: 19%;
        left: 70%;
    }
}
@media screen and (max-width: 509px) and (min-width: 200px) {
    .tooltip .tooltiptext {
        font-size: 14px;
        width: 149px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 1%;
        position: absolute;
        z-index: 1;
        margin-left: -60px;
        display: none;
        transition: opacity 0.3s;
        bottom: 19%;
        left: 70%;
    }
    span.mostconnly {
        margin-right: 0;
        float: left;
        width: 26%;
    }
    span.mostconnlycau {
        margin-left: 0;
        float: right;
        width: 26%;
    }
}
@media screen and (min-width: 1025px) {
    .mobilepop_link {
        display: none;
    }
}
@media screen and (max-width: 1025px) {
    .new-hero-section .hero-feature li h6 a,
    .new-hero-section .hero-feature li .h6 a {
        display: none;
    }
    .mobilepop_link {
        margin: 0 0 0 45px;
        display: block;
    }
}
@keyframes heighlight {
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}
span.mostconnly {
    margin-right: 10px;
}
span.mostconnlycau {
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    body .modal-content {
        padding: 15px 5px 5px;
    }
    .next {
        background-color: transparent;
    }
}
.btn_test {
    display: none;
}
.keep-shopping {
    display: none;
}
.html_reviw {
    position: relative;
    top: 45px;
    left: 12px;
}
span.selected-bold.selected.pL0 {
    display: none;
}
@media screen and (max-width: 609px) and (min-width: 509px) {
    span.mostconnly {
        margin-right: 0px;
        float: left;
        width: 30%;
    }
    span.mostconnlycau {
        margin-left: 0px;
        float: right;
        width: 30%;
    }
}
body#our-story .grid__item.column.large--one-half.mediuam--one-whole.small--one-whole p {
    font-size: 16px !important;
}
@media screen and (max-width: 767px) {
    .mostconnlycau,
    .mostconnly {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .size {
        width: 100%;
        margin: 0 0 10px;
        display: inline-block;
        vertical-align: top;
    }
    .size .width {
        width: 200px;
        display: table;
        margin: 0 auto 0.5em;
    }
}
.size .mostconnly-tl {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: bold;
    position: relative;
    background: transparent;
    font-size: 16px;
    padding: 0 !important;
    float: none !important;
    margin: 0 0 0 5px !important;
}
@media screen and (min-width: 767px) {
    .size .mostconnly-tl {
        display: none;
    }
}
.size .mostconnly-tl .tooltip-content {
    position: absolute;
    left: -140px;
    width: 260px;
    font-size: 14px;
    font-weight: normal;
    background: #000;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    bottom: 40px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    opacity: 0;
    text-shadow: none;
    visibility: hidden;
}
.size .mostconnly-tl .tooltip-content::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: -10px;
    right: 103px;
    margin: 0 auto;
}
.size .mostconnly-tl.show-tooltip .tooltip-content {
    opacity: 1;
    visibility: visible;
}
.box-set #myModal1 {
    padding: 20px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.box-set #myModal1.in {
    z-index: 10000;
    opacity: 1;
    visibility: visible;
}
.box-set #myModal1 .modal-content {
    width: 800px;
    height: 530px;
    overflow: auto;
}
@media screen and (max-width: 767px) {
    .box-set #myModal1 .modal-content {
        height: auto;
        display: inline-block;
        max-height: 85%;
        padding: 15px 25px 15px;
    }
}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #5e477c !important;
    opacity: 1 !important;
}
@media screen and (max-width: 1210px) {
    .tabs-nav li a {
        font-size: 13px !important;
        line-height: 1 !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 1250px) {
    .complete-img p {
        font-size: 28px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 1020px) {
    .complete-img p {
        font-size: 22px;
    }
}
@media screen and (max-width: 900px) {
    .complete-img p {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    #livechat-full {
        max-width: 300px;
    }
}
.grid__image img {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 700px) {
    #saveprobelowdata .cart-description button {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
    table.save_later_table.cart-table.full.table--responsive td.quantity {
        position: relative;
    }
    .table--responsive.cart-table .js-qty,
    .table--responsive.cart-table .ajaxcart__qty,
    .table--responsive.cart-table .ajaxcart__qty {
        float: left;
        left: 48%;
        top: -7px;
    }
}
.old-main-banner {
    display: none;
}
[data-selected-key="Select"] {
    display: none !important;
}
.ajaxcart__inner {
    margin-bottom: 0px;
}
.ajaxcart__product-meta {
    font-size: 14px;
    font-weight: 500 !important;
}
.drawer--right {
    width: 400px;
}
button.checkoutcartbtn.uppercheckout.btn--secondary.btn--full.cart__checkout {
    float: right;
    background: #6fa76b;
    color: white;
    padding: 10px !important;
    padding-top: 0px;
    box-sizing: border-box;
    font-weight: bold;
    max-width: 100%;
    width: 100%;
    border: 0px;
    margin-top: 0%;
    font-size: 1.1rem;
    border-radius: initial;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cartrow.first_cart_row {
    text-align: center;
    position: relative;
    margin-top: 0px;
    border: 0;
}
.review-container {
    display: none;
}
.cartrow.drawer-row.bottomrow {
    display: none !important;
}
button.btn--secondary.btn--full.cart__checkout.btn_live {
    float: right;
    background: #6fa76b;
    color: white;
    padding: 10px !important;
    padding-top: 0px;
    box-sizing: border-box;
    font-weight: bold;
    max-width: 100%;
    width: 100%;
    border: 0px;
    margin-top: 0%;
    font-size: 1.1rem;
    border-radius: initial;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ajaxcart__qty {
    position: relative;
}
.drawer__header .cartrow.first_cart_row {
    font-size: 18px;
    font-weight: 600;
}
.grid__item.display-table-cell.six-tenths a {
    line-height: 20px;
    font-weight: bold !important;
    font-size: 15px !IMPORTANT;
    display: block;
    margin-bottom: 10px;
}
.drawer__header {
    display: table;
    height: 50px;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: none;
}
.ajaxcart__product {
    position: relative;
    max-height: 600px;
    float: left;
}
.ajaxcart__row {
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    padding: 9px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.fa-lock:before {
    content: "\f023";
}
i.fa.fa-long-arrow-right {
    margin-left: 4px;
}
i.fa.fa-lock {
    display: inline-block !important;
}
span.total {
    display: none !important;
}
span.total.subtotal {
    display: block !important;
}
button.ajaxcart__qty-remove {
    margin-top: 25%;
}
.cartrow.first_cart_row {
    display: none;
}
div#ajex_message {
    display: block !important;
}
a.ajaxcart__product-name.cart-item__title.main_big {
    text-transform: initial;
}
@media (max-width: 509px) {
    button.btn--secondary.btn--full.cart__checkout.btn_live,
    button.checkoutcartbtn.uppercheckout.btn--secondary.btn--full.cart__checkout {
        font-size: .8em !important;
    }
    .drawer--right {
        top: 12%;
        bottom: 10%;
        overflow: scroll;
        width: 85%;
        margin: 0 auto;
        right: 0;
        left: 0;
        opacity: 1;
        overflow: scroll;
    }
    .js-drawer-open-right .drawer--right {
        transform: none !important;
    }
}
@media (max-width: 330px) {
    button.btn--secondary.btn--full.cart__checkout.btn_live,
    button.checkoutcartbtn.uppercheckout.btn--secondary.btn--full.cart__checkout {
        font-size: .72em !important;
    }
}
body.template-cart span.remove_bttn,
body.template-cart span.savelater {
    color: #5e477c;
}
body.template-cart .home-link {
    margin-left: 0%;
}
body.template-cart .mobilehiddencart.grid__item {
    padding-left: 0px !important;
}
button.submit-fixed-cart12 {
    width: 100%;
    margin: 0 auto 10px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}
button.submit-fixed-cart12:after {
    content: '\2192';
    font-size: 30px !important;
    padding-left: 4px;
    line-height: 18px;
}
button.submit-fixed-cart1.AddToCart {
    font-weight: bold;
}
button.submit-fixed-cart1.AddToCart:after {
    content: '\2192';
    font-size: 30px !important;
    padding-left: 4px;
    line-height: 18px;
}
button#atc_btn123 {
    padding: 5px;
}
div#shopify-section-giftBoxV3 button.mobile-only.addToCart.AddToCart.mobiles {
    display: none !important;
}
@media screen and (min-width: 767px) {
    .cart-table th:nth-child(1) {
        width: 25%;
    }
    .cart-table th:nth-child(2) {
        width: 40%;
        text-align: left !important;
    }
    .cart-table th:nth-child(3) {
        width: 15%;
        text-align: center !important;
    }
    .cart-table th:nth-child(4) {
        width: 10%;
    }
    .cart-table th:nth-child(5) {
        width: 10%;
        text-align: right !important;
    }
    .cart-table td.cart-image {
        width: 25%;
        max-width: 230px;
    }
    .cart-table td.cart-image .cart__image {
        width: 100%;
    }
    .cart-table td.cart-image .cart__image {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .cart-table td.cart-image img {
        margin: 0 auto !important;
        max-width: 200px !important;
        display: table;
        width: auto;
    }
    .cart-table td.cart-description {
        width: 40%;
    }
    .cart-table td.cart-total {
        width: 15%;
        text-align: center !important;
    }
    .cart-table td.quantity {
        width: 10%;
    }
    .cart-table td#total_get,
    .cart-table td:last-child {
        width: 10%;
        text-align: right !important;
    }
}
.new_cart_continer {
    display: none;
}
.js-drawer-open .new_cart_continer {
    display: block !important;
}
.new_ajex_cart #CartDrawer,
body#an-anson-gift-box-is-a-great-gift-idea.new_ajex_cart #CartDrawer,
body#complete-belts.new_ajex_cart #CartDrawer {
    background: #ffffff;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
    .new_ajex_cart #CartDrawer,
    body#an-anson-gift-box-is-a-great-gift-idea.new_ajex_cart #CartDrawer,
    body#complete-belts.new_ajex_cart #CartDrawer {
        margin: 0 15px;
        width: auto;
    }
}
.new_ajex_cart .new_cart_continer {
    padding: 20px 11px 10px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}
.new_ajex_cart .new_cart_continer h1,
.new_ajex_cart .new_cart_continer .h1 {
    font-weight: 500;
    color: #333333;
    font-size: 1.5em;
    line-height: 1.5;
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
    .new_ajex_cart .new_cart_continer h1,
    .new_ajex_cart .new_cart_continer .h1 {
        font-size: 1.3em;
    }
}
.new_ajex_cart .new_cart_continer .buttons {
    text-align: center;
    padding: 5px 10px 10px;
    width: 100%;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .new_ajex_cart .new_cart_continer .buttons {
        padding: 5px 0 10px;
    }
}
.new_ajex_cart .new_cart_continer .buttons .left,
.new_ajex_cart .new_cart_continer .buttons .right {
    margin: 5px;
    display: inline-block;
    position: relative;
    float: none !important;
}
.new_ajex_cart .new_cart_continer .buttons .left a,
.new_ajex_cart .new_cart_continer .buttons .right a {
    background-color: #6fa76b;
    font-size: 15px;
    padding: 3px 22px 5px 22px;
    color: white;
    text-transform: capitalize;
    font-weight: unset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
    .new_ajex_cart .new_cart_continer .buttons .left a,
    .new_ajex_cart .new_cart_continer .buttons .right a {
        font-size: 13px;
        padding: 8px 13px;
    }
}
td.ansoncol2.cart-description b {
    font-size: 1.42857em;
}
td.ansoncol3.cart-total {
    font-size: 1.57143em;
    font-weight: 700;
}
@media screen and (min-width: 767px) {
    td.ansoncol5.mobilehide {
        font-size: 1.57143em;
        font-weight: 700;
    }
}
@media (max-width: 768px) {
    td.cart-total.desktophide .h3 {
        font-size: 1.3em;
    }
    td.ansoncol3.cart-total {
        font-size: 1.3em;
        font-weight: 700;
        color: #B22222;
    }
}
.route-div {
    float: right;
}
img.lazyloaded[alt="Route Shipping Insurance"] {
    max-width: 100% !important;
    height: auto !important;
    padding: 15px;
}
.star_link_mobile a.star_link {
    visibility: initial !important;
}
@media screen and (max-width: 380px) {
    .hamIcon,
    .hamIcon-right {
        top: 0;
    }
    .hamIcon .hamb-icon {
        width: 25px;
    }
    .hamIcon .hamb-text {
        margin-top: 0;
    }
    .icon-cart {
        font-size: 19px;
    }
}
@media screen and (min-width: 1400px) {
    .site-nav,
    .site-nav--mobile {
        position: relative;
        left: 110px;
    }
}
@media screen and (max-width: 1400px) {
    .site-nav,
    .site-nav--mobile {
        position: relative;
        left: 2.1%;
    }
    .site-nav li,
    .site-nav--mobile li {
        width: auto !important;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .site-nav li.logo,
    .site-nav--mobile li.logo {
        width: 90px !important;
    }
}
.featured-products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 769px) {
    .featured-products .grid__item {
        width: 40%;
        clear: none !important;
    }
}

/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{font-family:'FontAwesome';font-display:block;src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"),url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.2.0
 * 
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 29.12.2017
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,html.os-html>.os-host{display:block;overflow:hidden;box-sizing:border-box;height:100%!important;width:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html>.os-host>.os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible!important}#hs-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";visibility:hidden;overflow:scroll;height:500px;width:500px}#hs-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;background:transparent!important}.os-content-glue{max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:1}.os-host-overflow>.os-padding{overflow:hidden}.os-viewport{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:100%;height:100%;width:100%;visibility:visible}.os-host-textarea>.os-padding>.os-content{overflow:hidden!important}.os-content>.os-textarea{direction:inherit!important;float:none!important;margin:0!important;max-height:none!important;max-width:none!important;border:none!important;border-radius:0px!important;background:transparent!important;outline:0px none transparent!important;overflow:hidden!important;resize:none!important;position:absolute!important;top:0!important;left:0!important;z-index:1;padding:0px}.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea{right:0!important}.os-content>.os-textarea-cover{z-index:-1;pointer-events:none}.os-content>.os-textarea[wrap="off"]{white-space:pre!important;margin:0px!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host:after{content:''}.os-resize-observer-host>.os-resize-observer,.os-resize-observer-host:after{height:200%;width:200%;padding:inherit;border:inherit;margin:0px;display:block;box-sizing:content-box}.os-resize-observer.observed,object.os-resize-observer{box-sizing:border-box!important}.os-size-auto-observer{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;margin-top:-1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none}.os-size-auto-observer>.os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer-item-final{position:absolute;left:0;top:0;-webkit-transition:none!important;transition:none!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer{-webkit-animation-duration:0.001s;animation-duration:0.001s;-webkit-animation-name:hs-resize-observer-dummy-animation;animation-name:hs-resize-observer-dummy-animation}.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner{-webkit-transition:opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left 0.3s;transition:opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left 0.3s}html.os-html>.os-host>.os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{pointer-events:auto;position:relative;height:100%;width:100%;padding:0!important;border:none!important}.os-scrollbar-handle{pointer-events:auto;position:absolute;width:100%;height:100%}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl>.os-scrollbar-horizontal{right:0}.os-host-rtl>.os-scrollbar-vertical{right:auto;left:0}.os-host-rtl>.os-scrollbar-corner{right:auto;left:0}.os-scrollbar-auto-hidden,.os-padding+.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl>.os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{right:0;left:0}.os-scrollbar:hover,.os-scrollbar-corner.os-scrollbar-corner-resize{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto!important}.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.os-host-overflow{overflow:hidden!important}@-webkit-keyframes hs-resize-observer-dummy-animation{from{z-index:0}to{z-index:-1}}@keyframes hs-resize-observer-dummy-animation{from{z-index:0}to{z-index:-1}}.os-theme-none>.os-scrollbar-horizontal,.os-theme-none>.os-scrollbar-vertical,.os-theme-none>.os-scrollbar-corner{display:none!important}.os-theme-none>.os-scrollbar-corner-resize{display:block!important;min-width:10px;min-height:10px}.os-theme-dark>.os-scrollbar-horizontal,.os-theme-light>.os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark>.os-scrollbar-vertical,.os-theme-light>.os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,.os-theme-light.os-host-rtl>.os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{height:10px;width:10px}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{background-color:transparent}.os-theme-dark>.os-scrollbar,.os-theme-light>.os-scrollbar{padding:2px;box-sizing:border-box;background:transparent}.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,.os-theme-light>.os-scrollbar.os-scrollbar-unusable{background:transparent}.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track{background:transparent}.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle{min-width:30px}.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle{min-height:30px}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{border-radius:11px;opacity:.4}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:#000}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:#fff}.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{-webkit-transition:opacity 0.3s;transition:opacity 0.3s}.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{opacity:.55}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{opacity:.7}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}

.container-wrap {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 30px;
}
@media screen and (max-width: 820px) {
    .top-bar ul li {
        margin: 5px 0;
    }
    .top-bar ul li a {
        padding: 0 5px;
    }
}
#an-anson-gift-box-is-a-great-gift-idea #livechat-compact-container {
    transform: translateY(-45px) !important;
    z-index: 111 !important;
}
@media screen and (max-width: 767px) {
    .cart-table td.cart-image {
        padding-bottom: 50px;
    }
    #reviews .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
        font-size: 12px;
    }
    #reviews .filters-container .free-text-search {
        width: 100%;
    }
    #reviews .write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon {
        padding-right: 4px;
        font-size: 11px !important;
    }
    #ProductThumbs {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
button.btn--secondary.AddToCart.ajax-submit.disabled[disabled] {
    background: #808080 !important;
}
button.btn--secondary.AddToCart.ajax-submit.disabled[disabled] span {
    color: white !important;
}
@media screen and (max-width: 490px) {
    .atcwrap {
        width: 70% !important;
        max-width: 300px;
    }
    .quantitywrap {
        float: left;
        max-width: 105px;
        width: 50% !important;
    }
    #AddToCart {
        width: 100%;
    }
}
@media screen and (max-width: 430px) {
    .atcwrap {
        width: 60% !important;
        max-width: 300px;
    }
    .quantitywrap {
        float: left;
        max-width: 105px;
        width: 40% !important;
    }
    #AddToCart {
        width: 100%;
    }
    .atcwrap #AddToCartText {
        font-size: 17px;
        line-height: 1;
        font-weight: 600;
    }
    a.klaviyo-bis-trigger.atc-btn {
        width: 100%;
        background: #6fa76b;
        float: left;
        font-size: 17px !important;
        text-transform: capitalize;
        padding: 8px 7px !important;
        /* width: auto; */
        /* margin-bottom: 5px; */
        margin: 0;
        line-height: 1;
        float: left;
        font-weight: 600 !important;
        text-decoration: none;
        text-align: center;
        /* vertical-align: middle; */
        white-space: normal !important;
    }
}
@media screen and (max-width: 500px) {
    #anson-belt-4-strap-hanger .atcwrap {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 13px;
    }
    #anson-belt-4-strap-hanger .quantitywrap {
        float: left;
        max-width: 100%;
        width: 100% !important;
    }
    #anson-belt-4-strap-hanger button.btn--secondary.AddToCart.ajax-submit.disabled {
        width: 100% !important;
    }
}
.footer-bottom {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 25px 15px;
}
.footer-bottom .footer-wrap {
    max-width: 1380px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom .footer-wrap .footer-column {
    width: 33.33%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
.footer-bottom .footer-wrap .footer-column:nth-child(2) {
    padding: 0 15px;
    text-align: center;
}
.footer-bottom .footer-wrap .footer-column:nth-child(3) {
    text-align: right;
}
.footer-bottom .footer-wrap .footer-column svg {
    margin: 0 auto 5px;
    width: 60px;
    height: 60px;
}
.footer-bottom .footer-wrap .footer-column h4,
.footer-bottom .footer-wrap .footer-column .h4 {
    width: 100%;
    color: #4f4f4f;
    font-weight: 600;
}
.footer-bottom .footer-wrap .footer-column p,
.footer-bottom .footer-wrap .footer-column .social-icons {
    width: 100%;
    margin: 0;
}
.footer-bottom .footer-wrap .footer-column .copyright {
    text-transform: uppercase;
}
.footer-bottom .footer-wrap .footer-column a:hover {
    color: #5f4b7a;
    font-weight: bold;
}
.footer-bottom .footer-wrap .footer-column .klaviyo-form {
    width: 100%;
}
.footer-bottom .footer-wrap .footer-column .klaviyo-form form {
    padding: 0 0 30px;
    width: 100%;
    max-width: 360px;
}
.footer-bottom .footer-wrap .footer-column .klaviyo-form form input {
    border: 1px solid #5E477C !important;
    border-radius: 3px 0 0 3px !important;
}
.footer-bottom .footer-wrap .footer-column .klaviyo-form form button {
    background: #5E477C !important;
    border-radius: 0 3px 3px 0 !important;
}
@media screen and (min-width: 767px) and (max-width: 800px){
  .footer-bottom .footer-wrap .footer-column{
    width: 30%;
  }
  .footer-bottom .footer-wrap .footer-column:nth-child(1){
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
    .footer-bottom .footer-wrap .footer-column {
        width: 100%;
        text-align: center !important;
    }
    .footer-bottom .footer-wrap .footer-column:nth-child(2) {
        padding: 25px 0;
    }
    .footer-bottom .footer-wrap .footer-column .klaviyo-form form {
        margin: 0 auto;
    }
}
/******css added by mahesh*******/
@media screen and (min-width: 768px) {
    .footer-bottom .footer-wrap .footer-column ul.inline-list.social-icons {
        width: auto;
    }
    .footer-bottom .footer-wrap .footer-column:nth-child(3) {
        align-items: center;
        justify-content: space-between;
    }
}
.logo_american img {
    max-width: 116px;
}
@media screen and (max-width: 767px) {
    .logo_american {
        width: 100%;
        text-align: center;
    }
}
#complete_belt .data_upsell {
    margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
    button.btn.complete-belt-btn.stepFourCart.AddToCart,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary {
        background-color: #6FA76B;
        width: 64%;
        max-width: 180px;
        margin: 0 auto 0px auto;
        cursor: pointer;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        margin-top: 6px;
        padding: 5px 0;
        float: right;
        margin-bottom: 7px;
    }
    .complete_belt_with_ajex {
        float: left;
        width: 100%;
    }
    .desktop-only {
        float: left;
    }
}
@media screen and (min-width: 900px) {
    button.btn.complete-belt-btn.stepFourCart.AddToCart,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary {
        background-color: #6FA76B;
        width: 70%;
        margin: 0 auto 0px auto;
        cursor: pointer;
        text-align: center;
        line-height: 30px;
        font-size: 24px;
        padding: 8px 0;
        float: right;
        margin-top: -6px;
        margin-bottom: 10px;
    }
    .complete_belt_with_ajex {
        float: left;
        width: 100%;
    }
    .desktop-only {
        float: left;
    }
}
@media screen and (max-width: 768px) {
    button.btn.complete-belt-btn.stepFourCart.AddToCart,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary {
        background-color: #6FA76B;
        width: 100%;
        margin: 0 auto 0px auto;
        cursor: pointer;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        margin-top: 6px;
        padding: 5px 0;
        float: right;
        margin-bottom: 7px;
    }
    .complete_belt_with_ajex {
        float: left;
        width: 100%;
    }
    .desktop-only {
        float: left;
    }
    #complete_belt .data_upsell {
        margin-bottom: 0px;
        width: 100%;
    }
    button.btn.complete-belt-btn.stepFourCart.AddToCart,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary {
        background-color: #6FA76B;
        width: 70%;
        max-width: 70%;
        margin: 0 auto 0px auto;
        cursor: pointer;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        margin-top: -5px;
        padding: 5px 0;
        float: right;
        margin-bottom: 7px;
    }
}
.data_upsell label #upsell-check2 {
    position: absolute;
    width: 15px;
    top: 2px;
    margin: 0;
    left: 0;
    display: inline-block;
}
@media screen and (max-width: 500px) {
    button.btn.complete-belt-btn.stepFourCart.AddToCart,
    button.complete-belt-btn.stepFourCart.AddToCart.btn--secondary {
        max-width: 60% !important;
    }
}
/* Code By Sagar */
#videos .large--one-whole>h1,
#videos .large--one-whole>.h1 {
    display: none;
}
.video-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #EEEEEE;
}
.video-wrap .videowrap-inner {
    padding: 70px 90px 50px 90px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.video-wrap .videowrap-inner h1,
.video-wrap .videowrap-inner .h1 {
    text-align: center;
    margin: 0 0 50px;
}
.video-wrap .videowrap-inner .video-list {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: block;
}
.video-wrap .videowrap-inner .video-list li {
    width: 33.33%;
    float: left;
    margin: 0 0 30px;
    padding: 0 15px;
}
.video-wrap .videowrap-inner .video-list li:first-child {
    width: 100%;
}
.video-wrap .videowrap-inner .video-list li:first-child .video-wrapper iframe {
    pointer-events: inherit;
    background: white url("https://i.pinimg.com/originals/d9/93/3c/d9933c4e2c272f33b74ef18cdf11a7d5.gif") no-repeat center;
}
.video-wrap .videowrap-inner .video-list li h3,
.video-wrap .videowrap-inner .video-list li .h3 {
    font-size: 17px;
}
.video-wrap .videowrap-inner .video-list li .video-wrapper {
    cursor: pointer;
}
.video-wrap .videowrap-inner .video-list li .video-wrapper iframe {
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .video-wrap .videowrap-inner {
        padding: 40px 40px 10px 40px;
    }
    .video-wrap .videowrap-inner h1,
    .video-wrap .videowrap-inner .h1 {
        margin: 0 0 30px;
    }
    .video-wrap .videowrap-inner .video-list li h3,
    .video-wrap .videowrap-inner .video-list li .h3 {
        font-size: 14px;
    }
}
@media screen and (max-width: 900px) {
    .video-wrap .videowrap-inner .video-list li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .video-wrap .videowrap-inner {
        padding: 20px 15px 0px 15px;
    }
    .video-wrap .videowrap-inner .video-list li {
        width: 100%;
    }
    .video-wrap .videowrap-inner .video-list li .video-wrapper iframe {
        pointer-events: inherit;
    }
    .video-wrap .videowrap-inner .video-list li:last-child {
        margin-bottom: 15px;
    }
}
a.load_more {
    font-weight: 600;
    width: 120px;
    margin: 0px auto;
    background: #5e477c;
    color: white;
    font-size: 17px;
    padding: 8px 15px;
}
.load_more {
    font-weight: 600;
    width: 150px;
    margin: 0px auto;
    background: #5e477c;
    color: white;
    font-size: 17px;
    padding: 8px 15px;
}
.previous_inner {
    float: left;
    width: 100%;
    padding-bottom: 7px;
    text-align: center;
}
a#load_more_previous {
    cursor: pointer;
}
#load_more_previous {
    cursor: pointer;
}
.promoted-products-box {
    display: none !important;
}
.topbar-popup {
    margin: 0 0 0 5px;
    font-size: 18px;
    position: relative;
    top: 1px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .topbar-popup {
        font-size: 14px;
    }
}
.toppop-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    line-height: 1.8;
    padding: 20px 30px;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
}
.toppop-inner .modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    width: 30px;
    color: #fff;
    text-align: center;
    background: red;
    line-height: 27px;
    height: 30px;
    border-radius: 100%;
}
.toppop-inner p:last-child {
    margin: 0;
}
@media screen and (max-width: 767px) {
    #topbar-popup {
        padding: 15px !important;
    }
    #topbar-popup.in {
        display: flex !important;
        flex-wrap: wrap;
    }
    #topbar-popup .toppop-inner {
        padding: 15px;
        margin: auto;
        display: table;
    }
}
div#topbar-popup {
    position: fixed;
    z-index: 1000;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}
div#topbar-popup {
    display: none;
}
.progress_bar {
    max-width: 20%;
    height: 6px;
    background: #d4d1d1;
    min-width: 270px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.skills.html {
    background: #5e477c;
    float: left;
    height: 6px;
}
span.showing {
    padding: 10px;
}
.lightbox-wrap .lightbox__button:focus {
    opacity: 0.4;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}
@media screen and (min-width: 1024px) {
    body .route-modal.rm-open {
        display: block;
    }
}
.premier-banner-section {
    width: 100%;
    padding: 22px 0 0;
    background: #eeeeee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .premier-banner-section {
        padding: 20px 0;
    }
}
.premier-banner-section .col-huff-8 {
    width: 60%;
    float: left;
    padding: 0 15px 0 90px;
    position: relative;
}
.premier-banner-section .col-huff-8 .premier-new-img {
    width: 100%;
    max-width: 85px;
    margin: 0;
    position: absolute;
    left: 10px;
    top: -11px;
}
@media screen and (max-width: 1024px) {
    .premier-banner-section .col-huff-8 .premier-new-img {
        margin: 0;
    }
}
@media screen and (max-width: 575px) {
    .premier-banner-section .col-huff-8 .premier-new-img {
        margin: 20px 0 0 0;
    }
}
.premier-banner-section .col-huff-8 span {
    margin: 75px 0 25px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1.6px;
    line-height: 25px;
    color: #000;
    font-family: 'GreycliffCF';
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .premier-banner-section .col-huff-8 span {
        margin: 90px 0 16px;
    }
}
@media screen and (max-width: 1024px) {
    .premier-banner-section .col-huff-8 span {
        margin: 80px 0 12px;
    }
}
@media screen and (max-width: 991px) {
    .premier-banner-section .col-huff-8 span {
        margin: 84px 0 12px;
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .premier-banner-section .col-huff-8 span {
        margin: 100px 0 12px;
        font-size: 16px;
    }
}
.premier-banner-section .col-huff-8 h3,
.premier-banner-section .col-huff-8 .h3 {
    font-size: 3.3em;
    line-height: 1.4;
    text-transform: uppercase;
    color: #5f497b;
    margin: 0 0 40px;
    font-weight: 700;
    font-family: 'Manhattan';
}
@media screen and (max-width: 1400px) {
    .premier-banner-section .col-huff-8 h3,
    .premier-banner-section .col-huff-8 .h3 {
        font-size: 2.7em;
    }
}
@media screen and (max-width: 1199px) {
    .premier-banner-section .col-huff-8 h3,
    .premier-banner-section .col-huff-8 .h3 {
        margin: 0 0 16px;
    }
}
@media screen and (max-width: 1024px) {
    .premier-banner-section .col-huff-8 h3,
    .premier-banner-section .col-huff-8 .h3 {
        font-size: 2.2em;
        margin: 0 0 15px;
        line-height: 56px;
    }
}
@media screen and (max-width: 991px) {
    .premier-banner-section .col-huff-8 h3,
    .premier-banner-section .col-huff-8 .h3 {
        font-size: 1.7em;
        margin: 0 0 10px;
        line-height: 44px;
    }
}
@media screen and (max-width: 767px) {
    .premier-banner-section .col-huff-8 h3,
    .premier-banner-section .col-huff-8 .h3 {
        margin: 0 0 10px;
        font-size: 2em !important;
    }
}
@media screen and (max-width: 575px) {
    .premier-banner-section .col-huff-8 h3,
    .premier-banner-section .col-huff-8 .h3 {
        line-height: 40px;
        font-size: 1.0em;
    }
}
.premier-banner-section .col-huff-8 p {
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 26px;
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    .premier-banner-section .col-huff-8 p {
        font-size: 28px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 1024px) {
    .premier-banner-section .col-huff-8 p {
        margin: 0 0 18px;
    }
}
@media screen and (max-width: 991px) {
    .premier-banner-section .col-huff-8 p {
        font-size: 20px;
        line-height: 22px;
    }
}
@media screen and (max-width: 575px) {
    .premier-banner-section .col-huff-8 p {
        margin: 0 0 15px;
        line-height: 25px;
    }
}
.premier-banner-section .col-huff-8 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.premier-banner-section .col-huff-8 ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 14px;
}
@media screen and (max-width: 991px) {
    .premier-banner-section .col-huff-8 ul li {
        margin: 0 0 10px;
    }
}
.premier-banner-section .col-huff-8 ul li img {
    width: 26px;
}
@media screen and (max-width: 575px) {
    .premier-banner-section .col-huff-8 ul li img {
        width: 22px;
    }
}
.premier-banner-section .col-huff-8 ul li p {
    font-size: 27px;
    line-height: 34px;
    margin: 0 0 0 10px;
    font-weight: 400;
    text-transform: capitalize;
}
@media screen and (max-width: 991px) {
    .premier-banner-section .col-huff-8 ul li p {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .premier-banner-section .col-huff-8 ul li p {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .premier-banner-section .col-huff-8 ul li p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .premier-banner-section .col-huff-8 {
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .premier-banner-section .col-huff-8 {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}
.premier-banner-section .huff-4 {
    width: 40%;
    float: left;
    padding: 0 0 0 15px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .premier-banner-section .huff-4 {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .premier-banner-section .huff-4 img {
        padding: 0 0 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .new-complete-belts .premier-banner-section {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap;
        padding: 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .new-complete-belts .premier-banner-section .col-huff-8 p {
        margin: 0 0 10px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .new-complete-belts .premier-banner-section .col-huff-8 ul li img {
        width: 16px;
    }
}
@media screen and (max-width: 767px) {
    .new-complete-belts .premier-banner-section .col-huff-8 ul li p {
        font-size: 14px;
        margin: 0 0 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .new-complete-belts .premier-banner-section .col-huff-8 ul li {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .new-complete-belts .premier-banner-section .col-huff-8 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 55%;
        padding-right: 0;
    }
    .new-complete-belts .premier-banner-section .col-huff-8 .premier-new-img,
    .new-complete-belts .premier-banner-section .col-huff-8 span,
    .new-complete-belts .premier-banner-section .col-huff-8 h3,
    .new-complete-belts .premier-banner-section .col-huff-8 .h3 {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .new-complete-belts .premier-banner-section .huff-4 {
        width: 45%;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}
.skills.html {
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    .site-header #AccessibleNav .right-link {
        margin-right: 6px;
    }
}
.site-header #AccessibleNav .left-link {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1400px) {
    .site-header #AccessibleNav .left-link {
        margin: 0;
        padding: 0 40px 0 0 !important;
    }
}
.site-header #AccessibleNav .left-link.hasdropdown:after {
    content: '';
    background-image: url('//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/down-arrow.png?v=9516227767569715190');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    z-index: -1;
    background-position: center center;
    background-size: 14px;
    position: relative;
    right: 0 !important;
    top: 3px;
}
@media screen and (max-width: 1024px) {
    .site-header #AccessibleNav .left-link.hasdropdown:after {
        width: 10px;
        height: 10px;
        background-size: 10px;
        top: 0;
    }
}
.site-header #AccessibleNav .left-link:hover .child {
    display: block;
}
.site-header #AccessibleNav .left-link .child {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    z-index: 999;
}
@media screen and (max-width: 1400px) {
    .site-header #AccessibleNav .left-link .child {
        width: 270px;
    }
}
.site-header #AccessibleNav .left-link .child li {
    padding: 10px 13px;
    border-bottom: 1px solid #ccc;
}
.site-header #AccessibleNav .left-link .child li:last-child {
    border-bottom: 0;
}
.zoom{display:inline-block;position:relative}.zoom:after{content:'';display:block;width:33px;height:33px;position:absolute;top:0;right:0;background:url(icon.png)}.zoom img{display:block}.zoom img::selection{background-color:transparent}.reveal .hidden{display:block!important;visibility:visible!important}.product:hover .reveal img{opacity:1}.reveal{position:relative}.reveal .hidden{position:absolute;z-index:-1;top:0;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.reveal:hover .hidden{z-index:100000;height:100%;opacity:1}.reveal .caption{position:absolute;top:0;display:table;background-color:#fff;background-color:rgba(255,255,255,0.7);font:13px/1.6 sans-serif;text-transform:uppercase;color:#333;letter-spacing:1px;text-align:center;text-rendering:optimizeLegibility}.reveal .hidden .caption .centered{display:table-cell;vertical-align:middle}

@media (min-width: 480px) and (max-width: 979px) {
    .reveal .caption {
        font-size: 11px;
    }
}
@media (min-width: 300px) and (max-width: 360px) {
    input#Quantity {
        width: 28px !important;
    }
}
div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel {
    height: 50px;
    margin: 0 0 -9px 0 !important;
    border-bottom: 2px solid #aaaaaa !important;
}
li.mobile_search {
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
}
.site-header__search input {
    border: 2px solid #e3e3e3;
}
.zoom.intro img.zoomImg {
    cursor: url("https://cdn.shopify.com/s/files/1/0216/8904/files/zoom-out.png?v=1584974893"), auto !important;
}
.zoom img.zoomImg {
    cursor: url("https://cdn.shopify.com/s/files/1/0216/8904/files/zoom-in.png?v=1584974893"), auto !important;
}
@media only screen and (min-width: 1024px) {
    .zoom img.zoomImg {
        min-width: 1000px;
        min-height: 600px !important;
    }
}
.site-header #AccessibleNav .left-link {
    text-align: center;
}
.mobile-nav>li:nth-child(6) img,
.mobile-nav>li:nth-child(7) img {
    display: block !important;
    float: left;
}
.shopify-cleanslate ._1axiYDNHVzBHv3h8UhmWtr [data-testid="grid-cell"] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 255px !important;
}
li.currency_convator select {
    /* border: none; */
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    background-image: url(https://cdn.shopify.com/s/files/1/0216/8904/files/ico-select.svg?v=1585855535);
    background-size: 12px 12px;
}
@media only screen and (max-width: 760px) {
    li#currency {
        text-align: left;
        border-top: 1px solid;
        padding-left: 0px;
    }
    select[name="currency"] {
        width: 100%;
    }
    div#left_side {
        float: left;
    }
}
.content.complete-container span#ProductPrice {
    font-size: 34px !important;
}
@media only screen and (max-width: 1024px) {
    .site-header .nav-bar.grid--full .grid__item {
        padding: 0 15px;
    }
    .site-header #AccessibleNav .left-link,
    .site-header #AccessibleNav .right-link {
        font-size: 12px;
    }
    .site-header #AccessibleNav .left-link {
        padding: 0 8px !important;
    }
}
@media only screen and (min-width: 768px) {
    .add-item.enabled:hover {
        background: #5e477c;
        color: white;
    }
}
a.h4[product-title-id="12690442092629"],
.no_box a.cart__image {
    cursor: auto;
}
/* Box set selection */
.steps .holder {
    width: 300px;
    height: 65px;
}
.steps .holder .item {
    width: 90px;
    height: 65px;
}
@media screen and (max-width: 767px) {
    .steps .holder {
        margin: 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
    .steps .holder {
        width: 220px;
        height: 48px;
    }
    .steps .holder .item {
        width: 60px;
        height: 48px;
    }
    .steps .holder .item .remove {
        top: -5px;
        right: -5px;
        width: 15px;
        height: 15px;
    }
}
.steps .straps .holder {
    background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/sl-straps.jpg?v=14911969212527766934) no-repeat left top;
}
.steps .buckles .holder {
    background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/sl-buckles.jpg?v=5332050116726941274) no-repeat left top;
}
.steps .buckles .holder.six_option_selected {
    background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/sl-buckles3.jpg?v=17126388021160629489) no-repeat left top;
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
    .steps .straps .holder {
        background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/sl-straps-ipad.jpg?v=7369865057375166155) no-repeat left top;
    }
    .steps .buckles .holder {
        background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/sl-buckles-ipad.jpg?v=17187712630711637805) no-repeat left top;
    }
    .steps .buckles .holder.six_option_selected {
        background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/sl-buckles3-ipad.jpg?v=5233308120361524831) no-repeat left top;
    }
    div#mobile-banner .grid--full {
        display: none;
    }
}
.scroll_images {
    /* max-width: 35px; */
    position: absolute;
    bottom: 11%;
    width: 100%;
    text-align: center;
    /* float: left; */
}
.scroll_images.mobile {
    display: none;
}
@media screen and (min-width: 768px) {
    .imagess {
        background: url(https://cdn.shopify.com/s/files/1/0216/8904/files/asas.png?v=1591295329);
        width: 35px;
        height: 53px;
        margin: 0px auto;
    }
    .scroll_images.mobile {
        display: none !important;
    }
    .template-index .imagess,
    body#complete-belts .imagess {
        background: url(https://cdn.shopify.com/s/files/1/0216/8904/files/asas_2.png?v=1591309227);
    }
}
@media screen and (max-width: 768px) {
    .imagess {
        background: url(https://cdn.shopify.com/s/files/1/0216/8904/files/image_11.png?v=1591298631);
        width: 35px;
        background-repeat: no-repeat;
        height: 36px;
        background-size: contain;
        margin: 0px auto;
    }
    .scroll_images {
        display: none !important;
    }
    .scroll_images.mobile {
        position: relative;
        display: block !important;
    }
}
.imagess {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scrollHintPulse;
    animation-name: scrollHintPulse;
}
@-webkit-keyframes pulse {
    0% {
        border: 8px solid #d9252b;
        opacity: 0;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    20% {
        background: #d9252b;
        opacity: 0;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    25% {
        background: #d9252b;
        opacity: 1;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    32% {
        background: transparent;
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    45% {
        border: 2px solid #d9252b;
        opacity: 1;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        border: 8px solid #d9252b;
        opacity: 0;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    20% {
        background: #d9252b;
        opacity: 0;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    25% {
        background: #d9252b;
        opacity: 1;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    32% {
        background: transparent;
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    45% {
        border: 2px solid #d9252b;
        opacity: 1;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes scrollHintPulse {
    0%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes scrollHintPulse {
    0%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.combo_title.yourSelections1 {
    text-align: center;
}
.out-stock .status img.add-item {
    display: none;
}
.add-item-er.enabled {
    background-color: lightgrey;
    cursor: not-allowed;
    padding: 4px 0px 5px 0px;
}
.add-item-er.enabled {
    background-color: lightgrey;
    cursor: not-allowed;
    padding: 4px 0px 5px 0px;
}
.ql-editor p span {
    line-height: 30px !important;
    font-family: Open Sans !important;
    font-weight: 400;
}
.klaviyo-form-Sh8MFp.klaviyo-form.form-version-cid-2 form {
    width: 550px;
    max-width: 100%;
}
.tooltip_straps,
.tooltip_buckles {
    font-weight: 600;
}
body#premier-collection-complete-belt .content.text-center.itemSelectWrapper {
    max-width: 1200px;
}
.faq-btn {
    background: #6fa76b;
    margin: 40px auto 0;
    display: table;
    padding: 10px 15px;
    font-size: 18px;
}
.flash_sale {
    background: #5e477c;
    /* width: 100px; */
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: inline;
    padding: 6px 8px;
}
@media screen and (min-width: 768px) {
    .invincibelt-complete-belt .premier-banner-section .col-huff-8 {
        padding: 0 15px 0 120px;
    }
    .invincibelt-complete-belt .premier-banner-section .col-huff-8 h3,
    .invincibelt-complete-belt .premier-banner-section .col-huff-8 .h3 {
        font-size: 2.6em;
    }
    .invincibelt-complete-belt .premier-banner-section .col-huff-8 span {
        margin: 10px 0 25px;
    }
}
.invincibelt-banner-section {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    background: #eee;
    position: relative;
    padding: 50px 0 50px 50px;
}
@media screen and (max-width: 767px) {
    .invincibelt-banner-section {
        padding: 40px 15px 15px;
    }
}
.invincibelt-banner-section .premier-banner-badge {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: #5e487c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px 0 15px;
    text-transform: uppercase;
    font-style: italic;
}
.invincibelt-banner-section .premier-banner-badge:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -17px;
    top: 0;
    z-index: -1;
    border-color: transparent transparent transparent #5e487c;
    border-style: solid;
    border-width: 0 0 28px 17px;
}
.invincibelt-banner-section .premier-banner-content {
    color: #000;
    width: 45%;
    -ms-flex-order: 1;
    order: 1;
}
.invincibelt-banner-section .premier-banner-content h5,
.invincibelt-banner-section .premier-banner-content .h5 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .invincibelt-banner-section .premier-banner-content h5,
    .invincibelt-banner-section .premier-banner-content .h5 {
        font-size: 20px;
    }
}
.invincibelt-banner-section .premier-banner-content h3,
.invincibelt-banner-section .premier-banner-content .h3 {
    color: #5E497C;
    font-size: 48px;
    margin: 0;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    .invincibelt-banner-section .premier-banner-content h3,
    .invincibelt-banner-section .premier-banner-content .h3 {
        font-size: 24px;
    }
}
.invincibelt-banner-section .premier-banner-content p {
    font-size: 24px;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .invincibelt-banner-section .premier-banner-content p {
        font-size: 18px;
    }
}
.invincibelt-banner-section .premier-banner-content ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    font-size: 24px;
}
.invincibelt-banner-section .premier-banner-content ul li {
    margin: 5px 0;
    padding: 0 0 0 35px;
    position: relative;
}
.invincibelt-banner-section .premier-banner-content ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/check-1_large.png?v=10960911923179677305) no-repeat left top / 100%;
}
@media screen and (max-width: 1024px) {
    .invincibelt-banner-section .premier-banner-content ul {
        font-size: 18px;
    }
    .invincibelt-banner-section .premier-banner-content ul li {
        padding: 0 0 0 30px;
    }
    .invincibelt-banner-section .premier-banner-content ul li:before {
        width: 20px;
        height: 20px;
        top: 5px;
    }
}
@media screen and (max-width: 767px) {
    .invincibelt-banner-section .premier-banner-content {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }
    .invincibelt-banner-section .premier-banner-content h5,
    .invincibelt-banner-section .premier-banner-content .h5 {
        font-size: 18px;
    }
    .invincibelt-banner-section .premier-banner-content h3,
    .invincibelt-banner-section .premier-banner-content .h3 {
        font-size: 20px;
    }
    .invincibelt-banner-section .premier-banner-content p,
    .invincibelt-banner-section .premier-banner-content ul {
        font-size: 16px;
    }
}
.invincibelt-banner-section .premier-banner-img {
    width: 55%;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
}
.invincibelt-banner-section .premier-banner-img img {
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .invincibelt-banner-section .premier-banner-img {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
    }
}
.invincibelt-banner-section.complete-belt-banner {
    padding: 50px 0 50px 100px;
}
@media screen and (max-width: 767px) {
    .invincibelt-banner-section.complete-belt-banner {
        padding: 15px 0 15px 15px;
    }
    .invincibelt-banner-section.complete-belt-banner .premier-banner-content {
        -ms-flex-order: 1;
        order: 1;
        width: 55%;
        padding-right: 10px;
    }
    .invincibelt-banner-section.complete-belt-banner .premier-banner-img {
        width: 45%;
        -ms-flex-order: 2;
        order: 2;
    }
}
.premier-invincibelt-banner {
    width: 100%;
    margin: 5px 0 20px;
    vertical-align: top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.premier-invincibelt-banner a {
    width: calc(50% - 15px);
    margin: 0 15px;
    vertical-align: top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #EEEEEE;
    padding: 40px 0 0;
    position: relative;
}
.premier-invincibelt-banner a:nth-child(even) {
    margin-right: 0;
}
.premier-invincibelt-banner a:nth-child(odd) {
    margin-left: 0;
}
.premier-invincibelt-banner a:nth-child(2) .premier-banner-content span,
.premier-invincibelt-banner a:nth-child(2) .premier-banner-content h5,
.premier-invincibelt-banner a:nth-child(2) .premier-banner-content .h5 {
    visibility: hidden;
}
.premier-invincibelt-banner a .premier-banner-content {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}
.premier-invincibelt-banner a .premier-banner-content span {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: #5e487c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px 0 15px;
    text-transform: uppercase;
    font-style: italic;
}
.premier-invincibelt-banner a .premier-banner-content span:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -17px;
    top: 0;
    z-index: -1;
    border-color: transparent transparent transparent #5e487c;
    border-style: solid;
    border-width: 0 0 28px 17px;
}
.premier-invincibelt-banner a .premier-banner-content h5,
.premier-invincibelt-banner a .premier-banner-content .h5 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .premier-invincibelt-banner a .premier-banner-content h5,
    .premier-invincibelt-banner a .premier-banner-content .h5 {
        font-size: 20px;
    }
}
.premier-invincibelt-banner a .premier-banner-content h3,
.premier-invincibelt-banner a .premier-banner-content .h3 {
    color: #5E497C;
    font-size: 38px;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .premier-invincibelt-banner a .premier-banner-content h3,
    .premier-invincibelt-banner a .premier-banner-content .h3 {
        font-size: 24px;
    }
}
.premier-invincibelt-banner a .premier-banner-content p {
    font-size: 20px;
    margin: 0;
}
.premier-invincibelt-banner a .premier-banner-content ul {
    list-style: none;
    margin: 15px auto 0;
    max-width: 100%;
    width: 300px;
    text-align: left;
    padding: 0;
    font-size: 20px;
}
.premier-invincibelt-banner a .premier-banner-content ul li {
    margin: 5px 0;
    padding: 0 0 0 30px;
    position: relative;
}
.premier-invincibelt-banner a .premier-banner-content ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/check-1_large.png?v=10960911923179677305) no-repeat left top / 100%;
}
@media screen and (max-width: 1024px) {
    .premier-invincibelt-banner a .premier-banner-content p,
    .premier-invincibelt-banner a .premier-banner-content ul {
        font-size: 18px;
    }
}
.premier-invincibelt-banner a img {
    vertical-align: top;
    margin: 20px 0 0;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .premier-invincibelt-banner {
        margin: 0;
    }
    .premier-invincibelt-banner a {
        width: 100%;
        margin: 20px 0;
    }
    .premier-invincibelt-banner a .premier-banner-content {
        text-align: left;
    }
    .premier-invincibelt-banner a .premier-banner-content h5,
    .premier-invincibelt-banner a .premier-banner-content .h5 {
        font-size: 18px;
    }
    .premier-invincibelt-banner a .premier-banner-content h3,
    .premier-invincibelt-banner a .premier-banner-content .h3 {
        font-size: 20px;
    }
    .premier-invincibelt-banner a .premier-banner-content p,
    .premier-invincibelt-banner a .premier-banner-content ul {
        font-size: 16px;
    }
    .premier-invincibelt-banner a .premier-banner-content ul {
        margin: 5px 0 0;
        width: 100%;
    }
    .premier-invincibelt-banner a .premier-banner-content ul li {
        padding: 0 0 0 25px;
    }
    .premier-invincibelt-banner a .premier-banner-content ul li:before {
        width: 15px;
        height: 15px;
        top: 6px;
    }
}
.badge {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: #5e487c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px 0 15px;
    text-transform: uppercase;
    font-style: italic;
}
.badge:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -17px;
    top: 0;
    z-index: -1;
    border-color: transparent transparent transparent #5e487c;
    border-style: solid;
    border-width: 0 0 28px 17px;
}
body .jquery-modal .modal.cart-earning-popup {
    overflow: initial;
    height: auto;
    color: #5e477c;
    text-align: center;
}
.flash_sale {
    background: #5e477c;
    /* width: 100px; */
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: inline;
    padding: 6px 8px;
}
.boxset-gifthero {
    max-width: 300px;
    margin: 0 auto;
    display: table;
}
a.gifthero-link {
    display: none;
}
#four-widget-2 {
    display: none;
    text-align: center;
}
#four-widget-3 {
    margin-top: 5px;
}
#four-widget-3 p,
#four-widget-3 span,
#four-widget-3 a {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px;
}
#four-widget-3 img {
    width: 45px !important;
    vertical-align: top !important;
}
@media screen and (max-width: 768px) {
    .boxset-gifthero {
        display: none;
    }
    #shopify-section-giftBoxV3 .content_gift_box span.gifthero-link {
        color: #000;
        display: block;
        font-weight: 600;
        font-size: 14px !important;
    }
    #shopify-section-giftBoxV3 .content_gift_box span.gifthero-link a {
        color: #5E487C;
    }
    .combos {
        display: inline-block !important;
    }
    #ProductThumbs {
        margin: 0 -3px;
    }
    .product-single__thumbnails li.grid__item.one-quarter {
        margin: 5px 0;
        padding: 0 3px;
    }
    #gift-box .addToCart,
    #box-set .addToCart,
    .box-set .addToCart,
    .women-box-set .addToCart {
        width: 230px !important;
    }
    #shopify-section-giftBoxV3 .content_gift_box #four-widget-3 span,
    #four-widget-3 p,
    #four-widget-3 span,
    #four-widget-3 a {
        font-size: 12px !important;
        vertical-align: middle;
    }
    #four-widget-3 img {
        width: auto !important;
        height: 12px !important;
        vertical-align: middle !important;
    }
}
span.link_gender {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
span.link_gender a {
    text-decoration: underline;
}
.Free_Shipping_Text {
    font-size: 18px;
    margin: 0 0 15px;
    text-align: center;
    color: #5F477B;
    font-weight: 600;
}
body.women-site.template-product.women-complete-belts .star_rating,
body.women-site.template-product.women-box-set .star_rating {
    display: none;
}
.women-box-set .addToCart.hidden {
    background-color: lightgrey;
    cursor: not-allowed;
}
.women-box-set .addToCart {
    width: 450px;
    display: block !important;
    background-color: #6fa86b;
    color: #fff;
    font-size: 20px;
}
span.collection_text {
    float: left;
    width: 100%;
    margin: -10px 0 10px;
}
span.coll_text_info {
    float: left;
    width: 100%;
    text-align: center;
}
.link.rump a {
    color: blue;
    border-bottom: 1px solid;
    text-transform: none;
    font-weight: 600;
}
.link.rump {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0px 0 10px;
}
.beltBuckleButton.filter.all {
    display: none;
}
span.coll_text_info a {
    color: #5F477B !important;
    border-bottom: 1px solid !important;
}
.stamped-pagination .next {
    background-color: initial;
    width: auto;
}
.new-header .mobile-womenmen-nav #stamped-reviews-widget {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px 0;
}
.klaviyo-form .needsclick div[data-testid="form-row"] .ql-editor p span {
    font-size: 12px !important;
    line-height: normal !important;
}
#shopify-section-1504647750381 .women-banner {
    display: none;
}
.women-banner {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 15px;
    margin: 20px 0 -5px;
    background: url(//cdn.shopify.com/s/files/1/0216/8904/t/430/assets/women-banner-new.png?v=3017186108311766572) no-repeat left center #EBEBEB;
    background-size: 60%;
}
.women-banner .content {
    float: right;
    max-width: 400px;
    text-align: center;
    width: 100%;
}
.women-banner .content h2,
.women-banner .content .h2 {
    font-size: 2.7em;
    line-height: 1;
    color: #5f497b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    text-shadow: 0 1px 0 #fff;
}
.women-banner .content h3,
.women-banner .content .h3 {
    font-weight: 400;
    margin: 0;
}
[anson-proadd-quant-id="405502113"] {
    display: none;
}
@media screen and (max-width: 767px) {
    .women-banner {
        background: #EBEBEB;
        margin: 0;
        border-top: 10px solid #fff;
        padding: 0;
    }
    .women-banner .content {
        max-width: 100%;
        padding: 15px;
    }
    .desktop_img {
        display: none !important;
    }
    .women-site .women-banner {
        margin: 0 0 20px;
    }
}
@media screen and (min-width: 767px) {
    .mobile_img {
        display: none !important;
    }
    .site-header__search {
        display: inline-block;
        max-width: 250px;
        width: 100%;
        position: absolute;
        right: 0;
        top: -60px;
        z-index: 1;
        margin: 0 auto;
    }
    .new-header .main-nav .main-nav-wrap .right-nav {
        position: relative;
    }
    .site-header__search .btn,
    .site-header__search .btn--secondary,
    .site-header__search .btn--secondary {
        background: #5f477b;
    }
}
  @media screen and (min-width: 799px) and (max-width: 900px){
    .stamped-ugc-modal-content, .stamped-ugc-modal-content-wrapper{
      width: 310px;
    }
    #complete-belts .content_gift_box{
      padding: 10px 0;
    }
  }
  
  @media screen and (max-width:767px){
    .complete-img p{
    	display:none;
    }
  }


  body#complete-belts.women-site.template-product.women-complete-belts .content_gift_box{
    left: auto;
    right: 10%;
}